summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* remove yet another occurence of dbus_message_iter_get_array_len() due to ↵Lennart Poettering2006-12-311-6/+5
| | | | | | obsolescence (similar in style to r1357) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1360 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Fix documentation of avahi_{entry_group|client}_new(): clarify that the ↵Lennart Poettering2006-12-312-2/+2
| | | | | | specified callback function is called for the first time from withing the avahi_xxx_new() context. (Closes #65) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1359 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Fix error message when passing an invalid command line option (Closes #88)Lennart Poettering2006-12-317-7/+7
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1358 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Don't use dbus_message_iter_get_array_len() since it is obsoleteLennart Poettering2006-12-311-6/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1357 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Check for a working C++ compiler in configure.ac (Closes #75) Thanks, tedp!Lennart Poettering2006-12-311-0/+10
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1356 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add a comment so that #87 is not repeatedLennart Poettering2006-12-311-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1355 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Un-bump DNS-SD soname, we are following apple's version so we Trent Lloyd2006-12-291-1/+1
| | | | | | | | shouldn't bump it (woops) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1354 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Make sure we return -1 if we fall of the end of consume_labels()Trent Lloyd2006-12-291-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1353 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Correct comment reference to the priviledged access group in Trent Lloyd2006-12-291-1/+1
| | | | | | | | avahi-dbus.conf - thanks to Olivier Blin git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1352 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Import debian init script changes from debianTrent Lloyd2006-12-282-0/+18
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1350 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix avahi-discover broken in an earlier commitTrent Lloyd2006-12-281-2/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1349 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Bump version to 0.6.16Trent Lloyd2006-12-281-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1348 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Update NEWS for 0.6.16Trent Lloyd2006-12-281-0/+25
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1347 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Bump SONAME version of libdns_sdTrent Lloyd2006-12-281-2/+2
| | | | | | | | * Bump SONAME version of avahi-core (Closes #76) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1346 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Gracefully handle some conditions in libdns_sd that Bonjour handles Trent Lloyd2006-12-281-5/+14
| | | | | | | | (Closes #64) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1345 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* display a graphical error message when the deamon is not runningSebastien Estienne2006-12-171-4/+20
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1343 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * avahi-core/dns.c#consume_labels(): Add some additional checks on the ↵Trent Lloyd2006-12-161-1/+7
| | | | | | compressed label location git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1342 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * avahi-core/dns.c: Use a '#define AVAHI_DNS_LABELS_MAX 127' instead of the ↵Trent Lloyd2006-12-162-1/+2
| | | | | | hard-coded value git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1341 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Limit the number of loops in consume_labels() (Closes: #84)Trent Lloyd2006-12-161-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1340 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Really actually fix build on Linux <2.6.19Trent Lloyd2006-12-121-4/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1339 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Also fix < 2.6.19 builds for avahi-autoipd.Trent Lloyd2006-12-111-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1338 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix specifying priviliged access group (Closes: #85)Trent Lloyd2006-12-114-5/+6
| | | | | | | | | | | | Thanks to delphinidae * Fix incorrect manual reference (Closes: #83) Thanks to delphinidae * Fix incorrect assert() in client-publish-service.c (Closes: #79) Thanks to tedp * Fix builds on < 2.6.19 (temporary fix, pending possible "better" solution) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1337 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Revert previous patch to check nlmsg_pid as it is bogus and breaksTrent Lloyd2006-12-114-12/+58
| | | | | | | | | | | in many cases, notably when using NetworkManager * Replace with new SO_PASSCRED-based check of the sending UID, which seems to work better * Apply for for 2.6.19+ where IFA_RTA / IFLA_RTA is no longer defined * Mild fix to some doxygen docs for avahi-common/address.h git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1336 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix doxygen comments for avahi watch, thanks to tedp (Closes: #77)Trent Lloyd2006-11-191-4/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1335 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Add big note to avahi-discover.in pointing out the import dbus.glib (as Trent Lloyd2006-11-171-0/+4
| | | | | | | | this has been a common problem for people to miss when using avahi-discover as an example) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1334 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Make d-bus version detection work for >= 1.0 (Closes: #71)Trent Lloyd2006-11-111-18/+3
| | | | | | | Dont dbus_connection_close on shared dbus connections (Closes: #68) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1333 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Fix a bug where Avahi does not verify the source of netlink messages Trent Lloyd2006-11-063-1/+19
| | | | | | | | (Closes #69) Update NEWS/configure for 0.6.15 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1331 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add updated specs to svnLennart Poettering2006-10-032-0/+5279
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1330 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix dbus_service_browser not setting AVAHI_LOOKUP_RESULT_OUR_OWN.Trent Lloyd2006-09-251-4/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1329 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Fix build on NetBSD. Patch contributed by Daniel S. Haischt (closes #59)Lennart Poettering2006-09-212-3/+19
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1328 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* reword NEWS file a littleLennart Poettering2006-09-131-8/+10
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1326 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* bump version number and sonamesLennart Poettering2006-09-131-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1325 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* update NEWS fileLennart Poettering2006-09-131-0/+38
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1324 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* minor rtp name fixLennart Poettering2006-09-121-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1323 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add a few additional service types to databaseLennart Poettering2006-09-121-0/+16
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1322 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add pgp key server service type to databaseLennart Poettering2006-09-121-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1321 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix --helpLennart Poettering2006-09-041-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1320 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* use alias interfaces for network configuration if only ifconfig is availableLennart Poettering2006-09-041-10/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1319 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* describe how to communicate between IPv4LL and non-IPv4LL hostsLennart Poettering2006-09-041-0/+10
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1318 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* do not remove the interface address if an UNBIND event is recieved. This ↵Lennart Poettering2006-09-031-1/+8
| | | | | | might accidently remove a manually configured address, hence better don't touch it. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1317 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* configure broadcast address explicitlyLennart Poettering2006-09-031-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1316 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix "make distcheck"Lennart Poettering2006-09-021-2/+6
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1315 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* update INSTALLLennart Poettering2006-09-022-1/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1314 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* remove "set -e" from the hook scripts since this apparently breaks stuff in ↵Lennart Poettering2006-09-022-5/+1
| | | | | | the main hook script git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1313 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* remove a bogus warningLennart Poettering2006-09-021-1/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1312 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* ship dhclient hook scripts for using ipv4ll as fallback solution where DHCP ↵Lennart Poettering2006-09-023-1/+97
| | | | | | is not available. Only installed on Debian for now, since only Debian provides the necessary hook directories. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1311 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add avahi autoipd man pageLennart Poettering2006-09-023-1/+271
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1310 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* lots of documentation cleanups and fixesLennart Poettering2006-09-0212-26/+26
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1309 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * ship avahi-autopid.action in the tarballLennart Poettering2006-09-011-2/+10
| | | | | | | * remove dependency on libavahi-common git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1308 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* remove remnants of a todo listLennart Poettering2006-09-011-6/+0
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1307 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe