summaryrefslogtreecommitdiffstats
path: root/avahi-daemon
Commit message (Expand)AuthorAgeFilesLines
* core: implement packet rate limiting and enable it by defaultLennart Poettering2010-06-292-0/+42
* main: don't abort if daemon_close_all() cannot close valgrind fdsLennart Poettering2010-06-291-4/+2
* main: fix minor memory leakLennart Poettering2010-06-291-0/+1
* dbus: allow root to set the host name unconditionallyLennart Poettering2010-06-281-0/+4
* static-services: unescape host name when using it in static service namesLennart Poettering2010-06-281-3/+10
* daemon: bump up resource limit of open file descriptors a littleLennart Poettering2010-06-281-1/+1
* build-sys: install systemd service filesLennart Poettering2010-06-275-1/+106
* dbus: move interfaces into standard D-Bus interfaces directoryLennart Poettering2010-06-2620-66/+52
* daemon: don't include long prefix blurb in ssh-sftp.serviceLennart Poettering2010-06-251-1/+1
* limits: considerably bump up limits, since users can now easily lower them ag...Lennart Poettering2010-06-252-7/+7
* daemon: add some minimal OOM checking against D-BusLennart Poettering2010-06-2513-5/+112
* daemon: make internal limits configurableLennart Poettering2010-06-2516-49/+134
* daemons: drop unnecessary setsid() callsLennart Poettering2010-06-251-2/+0
* build-sys: set MONO_SHARED_DIR= to avoid build env troubles on redhat (stolen...Lennart Poettering2010-06-251-4/+4
* core: fix build on kFreeBSDJulien Blache2010-06-251-1/+1
* get rid of a lot of old svn cruftLennart Poettering2010-06-2550-105/+5
* from now on we enforce a strict whitespace regimeLennart Poettering2010-06-2530-429/+429
* systemd: add support for acquiring socket from systemdLennart Poettering2010-06-255-58/+793
* Use send_destination for DBus <deny> ruleLennart Poettering2009-04-011-3/+4
* include sys/types.h since libcap needs that apparentlyLennart Poettering2009-04-011-0/+1
* allow/deny interfaces supportLennart Poettering2008-12-122-1/+25
* Drop private inotify codeLennart Poettering2008-12-123-271/+85
* 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