summaryrefslogtreecommitdiffstats
path: root/avahi-daemon
Commit message (Collapse)AuthorAgeFilesLines
* systemd: fix sd_is_socket() invocationLennart Poettering2011-04-021-1/+1
|
* systemd: update sd-daemon.[ch]Lennart Poettering2011-03-091-3/+3
|
* chroot: suppress error messages if the chroot pipe is closedLennart Poettering2011-03-081-2/+4
|
* setproctitle: use defined() around __linux__ in #elifPaddy Smith2011-02-181-1/+1
|
* daemon: we better stay away from SIGQUIT since it is supposed to cause a ↵Lennart Poettering2010-11-182-5/+3
| | | | core dump
* systemd: update sd-daemon.[ch]Lennart Poettering2010-10-242-52/+9
|
* systemd: pull in avahi from dbus activation indirectly to make it possible ↵Lennart Poettering2010-10-052-1/+2
| | | | to deactivate it
* systemd: update sd-daemon.[ch]Lennart Poettering2010-10-052-24/+59
|
* main: fix minor indenting mishapLennart Poettering2010-07-131-1/+1
|
* systemd: update sd-daemon.[ch] from upśtreamLennart Poettering2010-07-131-1/+5
|
* daemon: unblock all signals by defaultLennart Poettering2010-07-101-0/+1
|
* systemd: send status message when shutting downLennart Poettering2010-07-101-1/+4
|
* daemon: reset signals on initializationLennart Poettering2010-07-101-0/+2
|
* daemon: return successful error code when we ran successfullyLennart Poettering2010-07-101-0/+1
|
* daemon: make sure we never choke on SIGPIPELennart Poettering2010-07-101-0/+12
|
* systemd: enable status messages by defaultLennart Poettering2010-07-101-0/+1
|
* systemd: properly format status messageLennart Poettering2010-07-101-5/+5
|
* systemd: update sd-daemon.[ch]Lennart Poettering2010-07-101-1/+1
|
* systemd: send status updates to the init systemLennart Poettering2010-07-101-5/+10
|
* systemd: simplify systemd unit files following the recent ↵Lennart Poettering2010-07-032-6/+2
| | | | DefaultDependencies= changes
* systemd: add description strings to all systemd services/socketsLennart Poettering2010-06-302-0/+2
|
* 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
| | | | | | | This should allow more clients to query hsot names via the simple protocol. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412256
* 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
| | | | http://avahi.org/ticket/268
* daemon: don't include long prefix blurb in ssh-sftp.serviceLennart Poettering2010-06-251-1/+1
| | | | | | | The old service name describes the service type which can much better be described on the client side. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389336
* limits: considerably bump up limits, since users can now easily lower them ↵Lennart Poettering2010-06-252-7/+7
| | | | again and some applications need the high values
* 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 ↵Lennart Poettering2010-06-251-4/+4
| | | | (stolen from our rpms)
* 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
| | | | This fixes #263, rhbz #491941, fdo #18961
* include sys/types.h since libcap needs that apparentlyLennart Poettering2009-04-011-0/+1
|
* allow/deny interfaces supportLennart Poettering2008-12-122-1/+25
| | | | | | Original patch from Skinkie. Heavily modified by Lennart Poettering. Closes #212.
* Drop private inotify codeLennart Poettering2008-12-123-271/+85
| | | | | | | | | | | | | | | Quoting Adrian Bunk: "avahi-daemon ships with the contents of linux/inotify.h plus #define's for the syscall numbers. The latter are #if 0'ed. I'm not sure whether this setup could work at all with some kernel headers and glibc version, but considering that glibc already provides sys/inotify.h for some time it's IMHO time to drop the private inotify code." Original patch from Adrian Bunk. Closes #243.
* 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
| | | | | | so easily when log file analyzers are run git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1756 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add missing stdlib.h inclusionLennart Poettering2007-12-161-54/+55
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1588 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Allow compilation against bsdxml instead of Expat. Patch from zml. (Closes #159)Lennart Poettering2007-12-162-3/+9
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1585 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix copy'n'paste error in HostNameResolver D-Bus introspection file, ↵Lennart Poettering2007-10-211-5/+5
| | | | | | identified by FURUHASHI Sadayuki git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1556 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Copyediting / spelling / grammarTed Percival2007-09-284-9/+9
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1547 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add more missing config.h inclusionsLennart Poettering2007-09-061-0/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1535 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe