summaryrefslogtreecommitdiffstats
path: root/avahi-daemon
Commit message (Expand)AuthorAgeFilesLines
* compat fix for older inotify versionsLennart Poettering2007-05-091-2/+10
* fix wording of the dbus reconneection message (closes fedora bug 237734)Lennart Poettering2007-05-091-2/+2
* don't publish the service cookie by default anymore. It was a bad idea. We sh...Lennart Poettering2007-05-081-1/+1
* Add missing #ifdef to avoid build failure on system having neither sys/inotify.hLennart Poettering2007-04-211-0/+2
* add missing header file inotify-nosys.h to buildLennart Poettering2007-04-151-1/+2
* Cleanup static services subsystem: properly notice when static hosts are remo...Lennart Poettering2007-04-151-34/+73
* Add inotify support for /ect/avahi/services and /etc/avahi/hosts. Based on a ...Lennart Poettering2007-04-152-19/+287
* Fix error message when passing invalid command line arguments. I admit defeat...Lennart Poettering2007-04-141-2/+0
* Drop "Remote Terminal on" prefix since it is usually superfluousLennart Poettering2007-02-071-1/+1
* macosx portability: use GLOB_xxx macros only if they are availableLennart Poettering2007-02-051-8/+13
* fix a bogus error conditionLennart Poettering2007-01-061-2/+2
* add new config options "publish-aaaa-on-ipv4=" and "publish-a-on-ipv6="Lennart Poettering2007-01-053-4/+17
* Rework DBus connection handling: use a private DBusConnection instead of a sh...Lennart Poettering2007-01-052-4/+42
* Fix error message when passing an invalid command line option (Closes #88)Lennart Poettering2006-12-311-1/+1
* Don't use dbus_message_iter_get_array_len() since it is obsoleteLennart Poettering2006-12-311-6/+3
* * Correct comment reference to the priviledged access group in Trent Lloyd2006-12-291-1/+1
* Make d-bus version detection work for >= 1.0 (Closes: #71)Trent Lloyd2006-11-111-18/+3
* * Fix dbus_service_browser not setting AVAHI_LOOKUP_RESULT_OUR_OWN.Trent Lloyd2006-09-251-4/+4
* * change process title of chroot() helper process to "chroot helper" droppingLennart Poettering2006-08-311-1/+3
* avahi_set_proc_title(): change the process name with prctl() if availableLennart Poettering2006-08-314-7/+20
* remove some embarrassinlgy superfluous codeLennart Poettering2006-08-311-24/+0
* fix a few more s/DBUS/D-Bus/Lennart Poettering2006-08-311-1/+1
* Some more s/D-BUS/D-Bus/gLennart Poettering2006-08-312-3/+3
* autoconf love: Lennart Poettering2006-08-311-4/+4
* add service file fragment for _sftp-ssh._tcp (closes #58)Lennart Poettering2006-08-312-1/+39
* fix a few invalid calls to avahi_s_entry_group_xxx()Lennart Poettering2006-08-301-3/+8
* fix random seed initializationLennart Poettering2006-08-301-1/+1
* - allow access to the DBUS SetHostName method only to users in the group "net...Lennart Poettering2006-08-231-7/+9
* add new D-Bus API function SetHostName to change the host name of the running...Lennart Poettering2006-08-222-1/+19
* fix AVAHI_SERVER_REGISTERING handlingLennart Poettering2006-08-221-5/+10
* regenerate wild carded service names when the host name changedLennart Poettering2006-08-221-1/+3
* don't remove static services from the avahi daemon on SIGHUP. Add static host...Lennart Poettering2006-08-211-1/+1
* * Fix avhai builds with newer (>= 0.62) dbus that deprecated Trent Lloyd2006-07-181-0/+12
* work around a limitation in Gentoo's DBUS build (which is compiled with --dis...Lennart Poettering2006-07-159-25/+64
* if RLIMIT_NPROC is not available but used in the config file, don't fail but ...Lennart Poettering2006-06-211-1/+3
* Patch from Padraig O'Briain <Padraig.Obriain@sun.com> to build avahi on SolarisSebastien Estienne2006-05-021-0/+7
* 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-244-37/+115
* fix bad memory access in simple-procotol.c's debug outputLennart Poettering2006-04-241-3/+3
* convert an error log into an info logSebastien Estienne2006-03-241-1/+1
* proposed patch to close Ticket #20Sebastien Estienne2006-03-171-2/+15
* use term "static host names" instead of "static hosts" in error messagesLennart Poettering2006-03-021-4/+4
* fix compilation if DBUS is disabled (closes: #15)Lennart Poettering2006-03-011-4/+4
* remove yet another osx compiler warningLennart Poettering2006-02-231-1/+1
* remove two compiler warnings on OSXLennart Poettering2006-02-231-1/+2
* annoy people with some default wide-area domainsLennart Poettering2006-02-221-1/+1
* * create $(localstatedir)/run if it doesn't existSebastien Estienne2006-02-201-0/+3
* remove superfluous test for '#'Lennart Poettering2006-02-201-2/+2
* small cleanupLennart Poettering2006-02-201-2/+5
* fix memory leak when freeing static host structsLennart Poettering2006-02-201-6/+2