summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * moved AVAHI_RUNTIME_DIR and AVAHI_SOCKET in configure.acSebastien Estienne2005-06-304-20/+22
| | | | | | | | | * avahi-dnsconf and avahi use them for pid and socket file * check that ${prefix} is fully expanded in config.h * cosmetic changes in configure.ac git-svn-id: file:///home/lennart/svn/public/avahi/trunk@158 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Fixed Makefile.am not installing headers file.Sebastien Estienne2005-06-303-4/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@157 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* renamed debian/gentoo initscript to remove .in, not needed anymoreSebastien Estienne2005-06-304-3/+1
| | | | | | | install gentoo initscript in /etc/init.d git-svn-id: file:///home/lennart/svn/public/avahi/trunk@156 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* New gentoo initscript using libdaemon featuresSebastien Estienne2005-06-301-9/+17
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@155 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * update diagramLennart Poettering2005-06-291-18/+62
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@154 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Patch by Steev Klimaszewski for gentoo compilationTrent Lloyd2005-06-294-2/+31
| | | | | | | * Small dbus-protocol.c change git-svn-id: file:///home/lennart/svn/public/avahi/trunk@153 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* improve documentationLennart Poettering2005-06-287-37/+246
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@152 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * recreate DNS query in simple protocol on host or domain name changesLennart Poettering2005-06-2817-26/+133
| | | | | | | * C++ compatibility git-svn-id: file:///home/lennart/svn/public/avahi/trunk@151 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * cap query interval for continious queries to 1hLennart Poettering2005-06-282-5/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@150 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* update diagram a bitLennart Poettering2005-06-281-25/+98
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@149 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add overview diagramLennart Poettering2005-06-251-0/+913
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@148 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * doxygen updatesLennart Poettering2005-06-256-37/+94
| | | | | | | * reply to probe queries immediately git-svn-id: file:///home/lennart/svn/public/avahi/trunk@147 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* s/avahi_server_add_text/avahi_server_add_txt/gLennart Poettering2005-06-242-15/+15
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@146 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * update default TTL generation to match RFCLennart Poettering2005-06-245-31/+44
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@145 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * implement new source address check mechanismsLennart Poettering2005-06-2418-206/+337
| | | | | | | | | | * introduce new types AvahiIfIndex and AvahiProtocol to abstract underlying OS structures a bit * document string list, address and other stuff * implement qclass = ANY queries * don't make use of UTF8 collation as RFC mandates git-svn-id: file:///home/lennart/svn/public/avahi/trunk@144 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * update todo listLennart Poettering2005-06-2417-46/+1305
| | | | | | | | | | | | | * 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
* ignore init scriptLennart Poettering2005-06-220-0/+0
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@142 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * remove stale UNIX sockets before creating new onesLennart Poettering2005-06-212-1/+13
| | | | | | | * 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
* changed startup priority for avahi (15->75)Sebastien Estienne2005-06-214-4/+4
| | | | | | | modified INSTALL for easier copy/paste of ./configure git-svn-id: file:///home/lennart/svn/public/avahi/trunk@140 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* update debian initscript to emulate lsb functionsSebastien Estienne2005-06-211-1/+50
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@139 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Improve error message when /etc/avahi/services is not availableLennart Poettering2005-06-212-11/+28
| | | | | | | * improve INSTALL file git-svn-id: file:///home/lennart/svn/public/avahi/trunk@138 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix build system for build without gtk and dbusLennart Poettering2005-06-212-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@137 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Update configure.ac to check for the availabilty of more functionsLennart Poettering2005-06-216-38/+109
| | | | | | | | | | | * really return sensible error codes from avahi_server_add_xx() * make all users of avahi_server_add_xxx() check for the validity * check for local RR conflicts * only suppress local queries by remote queries if they have an empty known answer suppresion list * fix FIONREAD call git-svn-id: file:///home/lennart/svn/public/avahi/trunk@136 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* some basic INSTALL and README instructions Sebastien Estienne2005-06-212-0/+20
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@135 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* - updated Debian initscript to use libdeamon features (-k/-D/-r).Sebastien Estienne2005-06-212-27/+18
| | | | | | | - fix a duplicate detection of dbus api version. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@134 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * move socket and pid file to its own directory /var/run/avahiLennart Poettering2005-06-214-14/+68
| | | | | | | * create /var/run/avahi securely git-svn-id: file:///home/lennart/svn/public/avahi/trunk@133 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Apply another patch by Sebastien Estienne for installing glade interface filesLennart Poettering2005-06-204-468/+25
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@132 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Add patches from Sebastien EstienneLennart Poettering2005-06-208-6/+677
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@131 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * drop priviligesLennart Poettering2005-06-193-1/+78
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@130 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * detect other running mDNS stacksLennart Poettering2005-06-195-51/+119
| | | | | | | | | | | | * 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-185-42/+131
| | | | | | | | * 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-188-55/+364
| | | | | | | | | | 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-172-0/+23
| | | | | | 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-173-1/+36
| | | | | | | * some premature command line parsing stuff git-svn-id: file:///home/lennart/svn/public/avahi/trunk@125 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * make sure to free some more time eventsLennart Poettering2005-06-172-6/+13
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@124 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * free timeout event when destroying service resolverLennart Poettering2005-06-171-3/+8
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@123 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix label when services fails to resolveLennart Poettering2005-06-171-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@122 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-166-13/+213
| | | | | | | | * 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-165-83/+459
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@113 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add logging API and make all code make use of itLennart Poettering2005-06-1122-168/+341
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@112 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* svn:ignoreLennart Poettering2005-06-100-0/+0
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@111 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* set svn:keywordsLennart Poettering2005-06-100-0/+0
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@110 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* update svn:ignoreLennart Poettering2005-06-100-0/+0
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@109 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe