summaryrefslogtreecommitdiffstats
path: root/avahi-daemon
Commit message (Expand)AuthorAgeFilesLines
* * add legal blurb to ssh.serviceLennart Poettering2005-11-171-2/+24
* * Implement client API for arbitrary record browsingLennart Poettering2005-11-1611-7/+350
* update man pagesLennart Poettering2005-11-162-6/+6
* remove dns-sd.org from default configuration fileLennart Poettering2005-11-151-1/+1
* remove dbus-test.py since it is horribly out of dateLennart Poettering2005-11-152-79/+0
* * fixed a problem on FreeBSD where sysctl needs locked memorySebastien Estienne2005-11-131-1/+2
* * add LGPL blurbs to some more files shipped with avahiLennart Poettering2005-11-1210-33/+237
* fix retval sendingLennart Poettering2005-11-091-2/+5
* * Do not allow adding RRs to entry groups that are already commitedLennart Poettering2005-11-081-2/+2
* * add two new configuration file options: "disable-publishing" and "disable-u...Lennart Poettering2005-11-064-5/+20
* * allow the user to specify a static browse domain list in the configuration ...Lennart Poettering2005-11-033-8/+34
* * fix two #ifdefsLennart Poettering2005-11-011-2/+2
* * fix for undefined XMLCALLSebastien Estienne2005-11-011-0/+4
* * fix compiling with --disable-dbusSebastien Estienne2005-11-011-1/+4
* use a normal fork() instead of a daemon_fork() when forking of chroot() helpe...Lennart Poettering2005-11-011-2/+4
* * many small fixes for NetBSDSebastien Estienne2005-10-311-1/+1
* make use of setproctitle() to change the process title of the daemon processe...Lennart Poettering2005-10-306-25/+183
* * add chroot() support on LinuxLennart Poettering2005-10-3012-33/+745
* * more trivial fix, now avahi-daemon and dnsconfd compiles on OpenBSDSebastien Estienne2005-10-282-0/+2
* * split dbus-protocol.c in multiple sources filesLennart Poettering2005-10-2715-1706/+2268
* remove a bunch of compiler warningsLennart Poettering2005-10-272-6/+6
* * avahi-daemon: Implement EntryGroup::AddRecord for arbitrary record additionsTrent Lloyd2005-10-272-0/+92
* * avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering2005-10-265-19/+19
* * add support for subtypes for static servicesLennart Poettering2005-10-263-15/+70
* * rename all limit defs so that they end with _MAXLennart Poettering2005-10-242-22/+22
* * use which in autogen.sh instead of type -pSebastien Estienne2005-10-241-1/+3
* * add new entry group state AVAHI_ENTRY_GROUP_FAILURELennart Poettering2005-10-245-29/+75
* use seteuid() instead of setreuid(), since the latter seems to be broken on m...Lennart Poettering2005-10-231-4/+8
* increase the maximum number of allowed clients handled over DBUSLennart Poettering2005-10-221-1/+1
* * added a missing include in dbus-protocol.cSebastien Estienne2005-10-211-0/+1
* * replaced some ioctl by if_nametoindex and if_indextonameSebastien Estienne2005-10-191-13/+7
* * remove some --disable in boostrap.sh for osxSebastien Estienne2005-10-191-0/+2
* * Compile tests only when --enable-tests was specified on the configure comma...Lennart Poettering2005-10-191-0/+2
* * remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering2005-10-183-49/+42
* * move unicast DNS server registration/browsing routines to their own header ...Lennart Poettering2005-10-172-0/+4
* * Add custom user-specific configure flags to bootstrap.shTrent Lloyd2005-10-172-8/+8
* * split client.h into client.h, lookup.h and publish.h just like we did on th...Lennart Poettering2005-10-172-53/+110
* * avahi-daemon: Only use multicast when looking up things in simple-protocolTrent Lloyd2005-10-151-8/+8
* Complete AVAHI_LOOKUP_NO_ADDRESS fixJakub Stachowski2005-10-131-1/+4
* * handle AVAHI_LOOKUP_NO_ADDRESS over DBUS correctlyLennart Poettering2005-10-131-2/+4
* * drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and AVAHI_BROWSER_NOT...Lennart Poettering2005-10-128-68/+65
* wrap avahi_server_add_service_subtype() for DBUSLennart Poettering2005-10-112-6/+51
* remove empty line. YEAH!Lennart Poettering2005-10-031-1/+0
* Add new flag AVAHI_PUBLISH_IS_PROXY and activate it for static services with ...Lennart Poettering2005-09-291-1/+1
* change default value of "disallow-other-stacks" to "no" to make Marc happy. (...Lennart Poettering2005-09-292-2/+1
* * make all flags parameters UINT32 when marshalling for DBUSLennart Poettering2005-09-2911-71/+96
* * add option to not enable SO_REUSEADDR for multicast sockets, effectively di...Lennart Poettering2005-09-282-0/+4
* fix yet another bug found by our bugfinder number one, Sebastien. Thank you, ...Lennart Poettering2005-09-281-0/+1
* * adapt to recent avahi-core API changesLennart Poettering2005-09-2512-127/+337
* Make AVAHI_PROTO_xxx well defined constantsLennart Poettering2005-09-161-6/+6