aboutsummaryrefslogtreecommitdiff
path: root/avahi-daemon
AgeCommit message (Expand)Author
2005-11-09fix retval sendingLennart Poettering
2005-11-08* Do not allow adding RRs to entry groups that are already commitedLennart Poettering
2005-11-06* add two new configuration file options: "disable-publishing" and "disable-u...Lennart Poettering
2005-11-03* allow the user to specify a static browse domain list in the configuration ...Lennart Poettering
2005-11-01* fix two #ifdefsLennart Poettering
2005-11-01* fix for undefined XMLCALLSebastien Estienne
2005-11-01* fix compiling with --disable-dbusSebastien Estienne
2005-11-01use a normal fork() instead of a daemon_fork() when forking of chroot() helpe...Lennart Poettering
2005-10-31* many small fixes for NetBSDSebastien Estienne
2005-10-30make use of setproctitle() to change the process title of the daemon processe...Lennart Poettering
2005-10-30* add chroot() support on LinuxLennart Poettering
2005-10-28* more trivial fix, now avahi-daemon and dnsconfd compiles on OpenBSDSebastien Estienne
2005-10-27* split dbus-protocol.c in multiple sources filesLennart Poettering
2005-10-27remove a bunch of compiler warningsLennart Poettering
2005-10-27 * avahi-daemon: Implement EntryGroup::AddRecord for arbitrary record additionsTrent Lloyd
2005-10-26* avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering
2005-10-26* add support for subtypes for static servicesLennart Poettering
2005-10-24* rename all limit defs so that they end with _MAXLennart Poettering
2005-10-24* use which in autogen.sh instead of type -pSebastien Estienne
2005-10-24* add new entry group state AVAHI_ENTRY_GROUP_FAILURELennart Poettering
2005-10-23use seteuid() instead of setreuid(), since the latter seems to be broken on m...Lennart Poettering
2005-10-22increase the maximum number of allowed clients handled over DBUSLennart Poettering
2005-10-21 * added a missing include in dbus-protocol.cSebastien Estienne
2005-10-19 * replaced some ioctl by if_nametoindex and if_indextonameSebastien Estienne
2005-10-19 * remove some --disable in boostrap.sh for osxSebastien Estienne
2005-10-19* Compile tests only when --enable-tests was specified on the configure comma...Lennart Poettering
2005-10-18* remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering
2005-10-17* move unicast DNS server registration/browsing routines to their own header ...Lennart Poettering
2005-10-17 * Add custom user-specific configure flags to bootstrap.shTrent Lloyd
2005-10-17* split client.h into client.h, lookup.h and publish.h just like we did on th...Lennart Poettering
2005-10-15 * avahi-daemon: Only use multicast when looking up things in simple-protocolTrent Lloyd
2005-10-13Complete AVAHI_LOOKUP_NO_ADDRESS fixJakub Stachowski
2005-10-13* handle AVAHI_LOOKUP_NO_ADDRESS over DBUS correctlyLennart Poettering
2005-10-12* drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and AVAHI_BROWSER_NOT...Lennart Poettering
2005-10-11wrap avahi_server_add_service_subtype() for DBUSLennart Poettering
2005-10-03remove empty line. YEAH!Lennart Poettering
2005-09-29Add new flag AVAHI_PUBLISH_IS_PROXY and activate it for static services with ...Lennart Poettering
2005-09-29change default value of "disallow-other-stacks" to "no" to make Marc happy. (...Lennart Poettering
2005-09-29* make all flags parameters UINT32 when marshalling for DBUSLennart Poettering
2005-09-28* add option to not enable SO_REUSEADDR for multicast sockets, effectively di...Lennart Poettering
2005-09-28fix yet another bug found by our bugfinder number one, Sebastien. Thank you, ...Lennart Poettering
2005-09-25* adapt to recent avahi-core API changesLennart Poettering
2005-09-16Make AVAHI_PROTO_xxx well defined constantsLennart Poettering
2005-09-10add new DBUS function IsServiceLocal()Lennart Poettering
2005-09-10add new configuration file option "add-service-cookie"Lennart Poettering
2005-09-10* add magic identification cookies to service TXT records automaticallyLennart Poettering
2005-08-28* Improve log messagesLennart Poettering
2005-08-28* be a little bit more verbose about published IP addressesLennart Poettering
2005-08-28* improve debug messages Lennart Poettering
2005-08-27 * Fix a small typo in Server.introspectTrent Lloyd