summaryrefslogtreecommitdiffstats
path: root/avahi-daemon
Commit message (Expand)AuthorAgeFilesLines
...
* * Update static hosts, fix a missing fclose(), free some leaked memory and f...Trent Lloyd2006-02-201-30/+36
* * add an option to make avahi-daemon using POINTOPOINT interfaces (disable b...Sebastien Estienne2006-02-192-0/+3
* * apply patches from debian pacakgeSebastien Estienne2006-02-171-1/+1
* add copyright blurb and some more commentsLennart Poettering2006-02-141-2/+23
* Dont' write a message to syslog when /etc/avahi/hosts does not existLennart Poettering2006-02-141-1/+2
* include static-hosts.h in main.cLennart Poettering2006-02-141-0/+1
* * Implement static hosts file for static host<->ip mappingsTrent Lloyd2006-02-115-1/+277
* forward error back to the client when a commit() call failsLennart Poettering2006-01-301-1/+3
* fix build for non-dbus installationsLennart Poettering2006-01-231-3/+3
* * add new API function avahi_nss_support()Lennart Poettering2006-01-205-2/+27
* increase number of DBUS objects each DBUS client may createLennart Poettering2006-01-011-1/+1
* workaround DBUS limitation which caused an assert() to fail when passing stri...Lennart Poettering2006-01-011-3/+10
* fix introspection file namesLennart Poettering2005-12-315-5/+5
* Compatibility with DBUS 0.60Lennart Poettering2005-12-081-2/+9
* * only create DBUS_SYS_DIR if HAVE_DBUSSebastien Estienne2005-11-251-2/+3
* don't build static library for dbus-watch-glue and the like, instead compile ...Lennart Poettering2005-11-241-3/+4
* Add DBUS API versioningLennart Poettering2005-11-242-1/+14
* * 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