summaryrefslogtreecommitdiffstats
path: root/avahi-daemon
Commit message (Expand)AuthorAgeFilesLines
* add .gitignore filesLennart Poettering2008-06-181-0/+9
* increase nofile rlimit to 300 by default to make sure we don't hit the limit ...Lennart Poettering2008-03-261-1/+1
* add missing stdlib.h inclusionLennart Poettering2007-12-161-54/+55
* Allow compilation against bsdxml instead of Expat. Patch from zml. (Closes #159)Lennart Poettering2007-12-162-3/+9
* fix copy'n'paste error in HostNameResolver D-Bus introspection file, identifi...Lennart Poettering2007-10-211-5/+5
* Copyediting / spelling / grammarTed Percival2007-09-284-9/+9
* add more missing config.h inclusionsLennart Poettering2007-09-061-0/+4
* add missing config.h inclusionLennart Poettering2007-09-061-0/+4
* Don't segfault when no browse domains are configured in resolv.conf. Original...Lennart Poettering2007-08-251-0/+5
* add new API function avahi_server_set_browse_domains() to avahi-coreLennart Poettering2007-08-121-76/+150
* Add FreeBSD kqueue support for watching for configuration file changes, much ...Lennart Poettering2007-07-101-0/+110
* use libdaemon's new daemon_close_all() function to close all fds when daemoni...Lennart Poettering2007-06-111-0/+5
* fix a local DoS (by hitting an assert) when passing empty TXT strings to the ...Lennart Poettering2007-05-211-0/+3
* 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