summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/static-hosts.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup static services subsystem: properly notice when static hosts are remo...Lennart Poettering2007-04-151-34/+73
* 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-051-1/+8
* fix a few invalid calls to avahi_s_entry_group_xxx()Lennart Poettering2006-08-301-3/+8
* use term "static host names" instead of "static hosts" in error messagesLennart Poettering2006-03-021-4/+4
* remove superfluous test for '#'Lennart Poettering2006-02-201-2/+2
* small cleanupLennart Poettering2006-02-201-2/+5
* fix memory leak when freeing static host structsLennart Poettering2006-02-201-6/+2
* * Update static hosts, fix a missing fclose(), free some leaked memory and f...Trent Lloyd2006-02-201-30/+36
* Dont' write a message to syslog when /etc/avahi/hosts does not existLennart Poettering2006-02-141-1/+2
* * Implement static hosts file for static host<->ip mappingsTrent Lloyd2006-02-111-0/+223