summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/main.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Add avahi-client examples to doxygenLennart Poettering2005-08-201-0/+2
* fix a typo in --helpSebastien Estienne2005-08-161-1/+1
* * cleanup build system a littleLennart Poettering2005-08-151-3/+6
* gcc 2.95 compatibilityLennart Poettering2005-08-151-2/+2
* * implement ini file parserLennart Poettering2005-08-151-261/+224
* * add new priority parameter to avahi_glib_poll_new()Lennart Poettering2005-08-141-1/+1
* Fix no network interface bug reported by LathiatLennart Poettering2005-08-141-4/+9
* * add resource limit enforcement to the daemonLennart Poettering2005-08-141-22/+160
* Rename some server side objects/symbols so that they do not conflict with the...Lennart Poettering2005-08-131-10/+10
* * strip glib from avahi-coreLennart Poettering2005-08-131-6/+38
* * simply compilation a littleLennart Poettering2005-08-081-4/+3
* * add proper error codes and patch everything to make use of itLennart Poettering2005-08-051-1/+5
* * add C examplesLennart Poettering2005-08-031-21/+15
* * replace guchar and gint by AvahiProtocol, AvahiIfIndex at many places where...Lennart Poettering2005-08-021-1/+4
* * allow caller to specifiy additional CFLAGS arguments to bootstrap.shLennart Poettering2005-08-021-52/+53
* * hide generate init scripts from SVNLennart Poettering2005-07-301-0/+1
* * add new tool avahi-publish-addressLennart Poettering2005-07-301-1/+10