summaryrefslogtreecommitdiffstats
path: root/avahi-daemon
Commit message (Collapse)AuthorAgeFilesLines
...
* * update todo listLennart Poettering2005-06-244-19/+197
| | | | | | | | | | | | | * add avvahi-dnsconfd * implement AvahiDNSServerBrowser * Update special browse/register RRs to match current RFC * add support to avahi-daemon to publish name server information * add support to avahi-daemon to publish /etc/resolv.conf DNS server information * add new simple protocol command: "BROWSE-DNS-SERVERS" * cleanup final configure message git-svn-id: file:///home/lennart/svn/public/avahi/trunk@143 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * remove stale UNIX sockets before creating new onesLennart Poettering2005-06-211-0/+7
| | | | | | | * make sure to flush outbound records after conflict detection git-svn-id: file:///home/lennart/svn/public/avahi/trunk@141 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Improve error message when /etc/avahi/services is not availableLennart Poettering2005-06-211-1/+1
| | | | | | | * improve INSTALL file git-svn-id: file:///home/lennart/svn/public/avahi/trunk@138 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * move socket and pid file to its own directory /var/run/avahiLennart Poettering2005-06-213-13/+67
| | | | | | | * create /var/run/avahi securely git-svn-id: file:///home/lennart/svn/public/avahi/trunk@133 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Add patches from Sebastien EstienneLennart Poettering2005-06-202-4/+8
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@131 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * drop priviligesLennart Poettering2005-06-192-1/+75
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@130 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * detect other running mDNS stacksLennart Poettering2005-06-193-28/+69
| | | | | | | | | | | | * replace more g_message()/g_warning() calls with avahi_log_xxx() * fix configuration file paths * only load configuration file when running daemon * require uid == 0 * fix static service reloading * add new command line option for reloading -r git-svn-id: file:///home/lennart/svn/public/avahi/trunk@129 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * fix memory handling when reading configuration filesLennart Poettering2005-06-183-35/+129
| | | | | | | | * implement signal handling in daemon * correctly increase reference counter for main contexts when running g_main_context_default() git-svn-id: file:///home/lennart/svn/public/avahi/trunk@128 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * rename the configuration variables register_xxx and announce_xxx to ↵Lennart Poettering2005-06-183-31/+340
| | | | | | | | | | publish_xxx * implement command line parsing and configuration file parsing * implement daemonizing support (partially) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@127 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * make the daemon build with dbus on both 0.23 and 0.30+, it doesn't yet ↵Trent Lloyd2005-06-171-0/+17
| | | | | | work properly on 0.30 but it builds and runs git-svn-id: file:///home/lennart/svn/public/avahi/trunk@126 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * check for expat in configureLennart Poettering2005-06-172-1/+27
| | | | | | | * some premature command line parsing stuff git-svn-id: file:///home/lennart/svn/public/avahi/trunk@125 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * more dbus build fixesTrent Lloyd2005-06-173-7/+11
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@121 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * include dbus-protocol.h in dbus-protocol.cTrent Lloyd2005-06-171-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@120 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Move the definition of DBUS_SERVICE_AVAHI to the right spot, oops. :)Trent Lloyd2005-06-172-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@119 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Split out the dbus stuff in the daemon to a separate file so it can be ↵Trent Lloyd2005-06-174-129/+202
| | | | | | built conditionally git-svn-id: file:///home/lennart/svn/public/avahi/trunk@118 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* make the example a little bit more interestingLennart Poettering2005-06-171-5/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@117 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix $Id$ in example.serviceLennart Poettering2005-06-171-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@116 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add support for static service definitions for the daemon using XML fragmentsLennart Poettering2005-06-166-7/+712
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@115 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * update avahi_address_parse() to work with AF_UNSPEC address familyLennart Poettering2005-06-163-5/+176
| | | | | | | | * complete simple protocol * defer scanning already cached RRs when browsing into its own main loop job git-svn-id: file:///home/lennart/svn/public/avahi/trunk@114 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add initial implmenentation of a "simple protocol" for usage with nss-mdnsLennart Poettering2005-06-164-82/+458
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@113 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Patch by Ross Burton to enable conditional use of dbus ↵Trent Lloyd2005-06-081-0/+2
| | | | | | | | | | (--enable-dbus=no), disables daemon build * Remove doxygen from EXTRA_DIST as its built by default now git-svn-id: file:///home/lennart/svn/public/avahi/trunk@107 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * rename daemon to avahi-daemonTrent Lloyd2005-06-054-0/+233
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@101 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe