summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/main.c
Commit message (Expand)AuthorAgeFilesLines
* compat fix for older inotify versionsLennart Poettering2007-05-091-2/+10
* Add missing #ifdef to avoid build failure on system having neither sys/inotify.hLennart Poettering2007-04-211-0/+2
* Add inotify support for /ect/avahi/services and /etc/avahi/hosts. Based on a ...Lennart Poettering2007-04-151-19/+106
* Fix error message when passing invalid command line arguments. I admit defeat...Lennart Poettering2007-04-141-2/+0
* add new config options "publish-aaaa-on-ipv4=" and "publish-a-on-ipv6="Lennart Poettering2007-01-051-3/+7
* Fix error message when passing an invalid command line option (Closes #88)Lennart Poettering2006-12-311-1/+1
* avahi_set_proc_title(): change the process name with prctl() if availableLennart Poettering2006-08-311-4/+4
* Some more s/D-BUS/D-Bus/gLennart Poettering2006-08-311-1/+1
* fix random seed initializationLennart Poettering2006-08-301-1/+1
* fix AVAHI_SERVER_REGISTERING handlingLennart Poettering2006-08-221-5/+10
* don't remove static services from the avahi daemon on SIGHUP. Add static host...Lennart Poettering2006-08-211-1/+1
* if RLIMIT_NPROC is not available but used in the config file, don't fail but ...Lennart Poettering2006-06-211-1/+3
* fix compilation if chroot() is not available. (see #32)Lennart Poettering2006-04-241-1/+5
* reconnect if the DBUS daemon kicks avahi-daemon. Since the DBUS system bus so...Lennart Poettering2006-04-241-4/+3
* * add an option to make avahi-daemon using POINTOPOINT interfaces (disable b...Sebastien Estienne2006-02-191-0/+2
* include static-hosts.h in main.cLennart Poettering2006-02-141-0/+1
* * Implement static hosts file for static host<->ip mappingsTrent Lloyd2006-02-111-0/+11
* * add new API function avahi_nss_support()Lennart Poettering2006-01-201-0/+6
* update man pagesLennart Poettering2005-11-161-4/+4
* * fixed a problem on FreeBSD where sysctl needs locked memorySebastien Estienne2005-11-131-1/+2
* 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-061-3/+9
* * allow the user to specify a static browse domain list in the configuration ...Lennart Poettering2005-11-031-5/+22
* * fix two #ifdefsLennart Poettering2005-11-011-2/+2
* * fix compiling with --disable-dbusSebastien Estienne2005-11-011-1/+4
* make use of setproctitle() to change the process title of the daemon processe...Lennart Poettering2005-10-301-22/+46
* * add chroot() support on LinuxLennart Poettering2005-10-301-20/+117
* remove a bunch of compiler warningsLennart Poettering2005-10-271-5/+5
* * avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering2005-10-261-3/+3
* * rename all limit defs so that they end with _MAXLennart Poettering2005-10-241-5/+5
* * 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-241-28/+45
* use seteuid() instead of setreuid(), since the latter seems to be broken on m...Lennart Poettering2005-10-231-4/+8
* * move unicast DNS server registration/browsing routines to their own header ...Lennart Poettering2005-10-171-0/+2
* change default value of "disallow-other-stacks" to "no" to make Marc happy. (...Lennart Poettering2005-09-291-1/+0
* * make all flags parameters UINT32 when marshalling for DBUSLennart Poettering2005-09-291-1/+1
* * add option to not enable SO_REUSEADDR for multicast sockets, effectively di...Lennart Poettering2005-09-281-0/+3
* * adapt to recent avahi-core API changesLennart Poettering2005-09-251-11/+39
* add new configuration file option "add-service-cookie"Lennart Poettering2005-09-101-2/+3
* * add magic identification cookies to service TXT records automaticallyLennart Poettering2005-09-101-1/+1
* * Improve log messagesLennart Poettering2005-08-281-2/+2
* * be a little bit more verbose about published IP addressesLennart Poettering2005-08-281-1/+1
* fix small typo which breaks build without dbus Lennart Poettering2005-08-251-1/+1
* * really fix compilation without DBUSLennart Poettering2005-08-231-0/+4
* * Fix compilation with D-BUS disabled, include flags in DaemonConfig even if...Trent Lloyd2005-08-231-2/+0
* * Move the D-BUS configured but not compiled in warning, and make it work ri...Trent Lloyd2005-08-231-6/+4
* * Yeh, I should like.. test my changes before I commit them, that would be a...Trent Lloyd2005-08-231-1/+1
* * Don't barf on enable-dbus if not compiled with dbus, but print a warning i...Trent Lloyd2005-08-231-4/+6
* * add support for setting enable-dbus to "warn" in avahi-daemon.confLennart Poettering2005-08-221-4/+28