aboutsummaryrefslogtreecommitdiff
path: root/avahi-daemon/avahi-daemon.conf
AgeCommit message (Collapse)Author
2012-04-02avahi-daemon: don't leak host info by defaultLennart Poettering
2012-04-02avahi-daemon: don't add 0pointer.de and zeroconf.org to default browse listLennart Poettering
2010-06-29core: implement packet rate limiting and enable it by defaultLennart Poettering
2010-06-28daemon: bump up resource limit of open file descriptors a littleLennart Poettering
This should allow more clients to query hsot names via the simple protocol. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412256
2010-06-25limits: considerably bump up limits, since users can now easily lower them ↵Lennart Poettering
again and some applications need the high values
2010-06-25daemon: make internal limits configurableLennart Poettering
2010-06-25get rid of a lot of old svn cruftLennart Poettering
2008-12-12allow/deny interfaces supportLennart Poettering
Original patch from Skinkie. Heavily modified by Lennart Poettering. Closes #212.
2008-03-26increase nofile rlimit to 300 by default to make sure we don't hit the limit ↵Lennart Poettering
so easily when log file analyzers are run git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1756 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2007-05-08don't publish the service cookie by default anymore. It was a bad idea. We ↵Lennart Poettering
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
2007-01-05add new config options "publish-aaaa-on-ipv4=" and "publish-a-on-ipv6="Lennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1366 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-02-22annoy people with some default wide-area domainsLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1155 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-02-19 * add an option to make avahi-daemon using POINTOPOINT interfaces (disable ↵Sebastien Estienne
by default) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1146 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-02-17 * apply patches from debian pacakgeSebastien Estienne
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1145 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-11-16update man pagesLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@981 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-11-15remove dns-sd.org from default configuration fileLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@975 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-11-12* add LGPL blurbs to some more files shipped with avahiLennart Poettering
* 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
2005-11-06* add two new configuration file options: "disable-publishing" and ↵Lennart Poettering
"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
2005-11-03* allow the user to specify a static browse domain list in the configuration ↵Lennart Poettering
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
2005-10-30* add chroot() support on LinuxLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@907 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-29change default value of "disallow-other-stacks" to "no" to make Marc happy. ↵Lennart Poettering
(i.e. enable SO_REUSEADDR by default) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@652 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-28* add option to not enable SO_REUSEADDR for multicast sockets, effectively ↵Lennart Poettering
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
2005-09-25* adapt to recent avahi-core API changesLennart Poettering
* make use of wide area DNS git-svn-id: file:///home/lennart/svn/public/avahi/trunk@609 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-10add new configuration file option "add-service-cookie"Lennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@556 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-19* set FILENO rlimit to 30 by defaultLennart Poettering
* improve DBUS initialization a little git-svn-id: file:///home/lennart/svn/public/avahi/trunk@353 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-14* add resource limit enforcement to the daemonLennart Poettering
* 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
2005-07-18* disable use-iff-running by defaultLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@169 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-07-06renamed avahi to avahi-daemonSebastien Estienne
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@166 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe