summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/avahi-daemon.conf
Commit message (Collapse)AuthorAgeFilesLines
* avahi-daemon: don't leak host info by defaultLennart Poettering2012-04-021-2/+2
|
* avahi-daemon: don't add 0pointer.de and zeroconf.org to default browse listLennart Poettering2012-04-021-1/+1
|
* core: implement packet rate limiting and enable it by defaultLennart Poettering2010-06-291-0/+2
|
* 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
* limits: considerably bump up limits, since users can now easily lower them ↵Lennart Poettering2010-06-251-4/+4
| | | | again and some applications need the high values
* daemon: make internal limits configurableLennart Poettering2010-06-251-1/+5
|
* get rid of a lot of old svn cruftLennart Poettering2010-06-251-2/+0
|
* allow/deny interfaces supportLennart Poettering2008-12-121-0/+2
| | | | | | Original patch from Skinkie. Heavily modified by Lennart Poettering. Closes #212.
* 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
* don't publish the service cookie by default anymore. It was a bad idea. We ↵Lennart Poettering2007-05-081-1/+1
| | | | | | should think of something better way to work around this problem. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1463 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add new config options "publish-aaaa-on-ipv4=" and "publish-a-on-ipv6="Lennart Poettering2007-01-051-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1366 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* annoy people with some default wide-area domainsLennart Poettering2006-02-221-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1155 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add an option to make avahi-daemon using POINTOPOINT interfaces (disable ↵Sebastien Estienne2006-02-191-0/+1
| | | | | | by default) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1146 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * apply patches from debian pacakgeSebastien Estienne2006-02-171-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1145 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* update man pagesLennart Poettering2005-11-161-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@981 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* remove dns-sd.org from default configuration fileLennart Poettering2005-11-151-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@975 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add LGPL blurbs to some more files shipped with avahiLennart Poettering2005-11-121-14/+36
| | | | | | | | * add a line pointing to the respective man pages in the configuration files * comment most lines in the configuration file, since they're set to the defaults git-svn-id: file:///home/lennart/svn/public/avahi/trunk@948 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add two new configuration file options: "disable-publishing" and ↵Lennart Poettering2005-11-061-0/+2
| | | | | | | | | | | "disable-user-service-publishing" * add two new errors: NOT_PERMITTED and NOT_SUPPORTED * add two new publishing flags: AVAHI_PUBLISH_USE_MULTICAST, AVAHI_PUBLISH_USE_WIDE_AREA * return NOT_SUPPORTED when user tries to add RRs in wide area domains - for now git-svn-id: file:///home/lennart/svn/public/avahi/trunk@930 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * allow the user to specify a static browse domain list in the configuration ↵Lennart Poettering2005-11-031-1/+2
| | | | | | | | | | | file * remove "drop-root" configuration variable * move the configuration variable "add-service-cookie" from [server] to [publish] * reorder AVAHI_DOMAIN_BROWSER_xx defs git-svn-id: file:///home/lennart/svn/public/avahi/trunk@926 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add chroot() support on LinuxLennart Poettering2005-10-301-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@907 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* change default value of "disallow-other-stacks" to "no" to make Marc happy. ↵Lennart Poettering2005-09-291-1/+1
| | | | | | (i.e. enable SO_REUSEADDR by default) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@652 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add option to not enable SO_REUSEADDR for multicast sockets, effectively ↵Lennart Poettering2005-09-281-0/+1
| | | | | | | | | | disallow multiple mDNS stacks running simultaneously * add a config file option for this and enable it by default * remove some bad \n in log messages git-svn-id: file:///home/lennart/svn/public/avahi/trunk@646 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * adapt to recent avahi-core API changesLennart Poettering2005-09-251-0/+3
| | | | | | | * make use of wide area DNS git-svn-id: file:///home/lennart/svn/public/avahi/trunk@609 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add new configuration file option "add-service-cookie"Lennart Poettering2005-09-101-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@556 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * set FILENO rlimit to 30 by defaultLennart Poettering2005-08-191-1/+1
| | | | | | | * improve DBUS initialization a little git-svn-id: file:///home/lennart/svn/public/avahi/trunk@353 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add resource limit enforcement to the daemonLennart Poettering2005-08-141-0/+9
| | | | | | | * add ne options --no-rlimits, --no-drop-root, --syslog and --debug git-svn-id: file:///home/lennart/svn/public/avahi/trunk@311 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * disable use-iff-running by defaultLennart Poettering2005-07-181-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@169 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* renamed avahi to avahi-daemonSebastien Estienne2005-07-061-0/+20
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@166 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe