summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Document in avahi_entry_group_add_service() that Avahi service names need to ↵Lennart Poettering2007-07-301-1/+1
| | | | | | be shorter than 63 characters, as requested by Rémi Cardona git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1502 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Move fedora init script from start level 98 to 97 to leave some space so ↵Lennart Poettering2007-07-242-2/+2
| | | | | | that cups can be started after avahi but before cups. Closes RHBZ 249044 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1501 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Fix a couple of typos. Closes RHBZ #249306Lennart Poettering2007-07-241-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1500 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Modify the local conflict detection to allow multiple identical Trent Lloyd2007-07-201-0/+5
| | | | | | | | | records, so it is consistent with the network conflict detection. This allows you to publish shared services from the same machine not just different machines. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1499 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Change _XOPEN_SOURCE to 500Lennart Poettering2007-07-111-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1498 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* reindentLennart Poettering2007-07-111-11/+8
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1497 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Don't attempt to treat Known Answer records as potentially Trent Lloyd2007-07-101-5/+3
| | | | | | | conflicting records. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1496 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Add FreeBSD kqueue support for watching for configuration file changes, much ↵Lennart Poettering2007-07-102-0/+119
| | | | | | the same way we currently have for Linux with inotify. (Patch supplied by marcus, but autoconf check reversed, re #149) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1495 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* FreeBSD portability fixes contributed by marcusLennart Poettering2007-07-102-0/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1494 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Patch from Sjoerd Simons - if we shorten a DNS packet to remove records, ↵Trent Lloyd2007-07-072-0/+24
| | | | | | | | | | we must remove all compressed labels from the name table that are inside the removed section. Add avahi_dns_packet_cleanup_name_table and call in appropriate places where packet is shrunk. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1493 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* only build avahi-ui-sharp if we have gtkJames Willcox2007-07-051-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1492 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* bump versionLennart Poettering2007-06-221-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1490 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Update README for 0.6.20Lennart Poettering2007-06-221-0/+18
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1489 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* avahi-autoipd: allow specifying the action script to run on the command ↵Lennart Poettering2007-06-211-2/+14
| | | | | | line. Patch from dcbw. Closes #147 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1488 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* use libdaemon's new daemon_close_all() function to close all fds when ↵Lennart Poettering2007-06-112-1/+6
| | | | | | daemonizing. This requires libdaemon 0.11 (not yet released) to work, hence also bump the dep. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1487 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Some additional solaris portability issues. (Patch from trs80) (re #145)Lennart Poettering2007-06-111-0/+5
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1486 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Proplery remove bvnc man page before installing it. (re #145)Lennart Poettering2007-06-111-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1485 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix compilation when compiled with DBM instead of gdbm. Patch supplied from ↵Lennart Poettering2007-06-111-1/+1
| | | | | | Padraig O'Briain. (rel #145) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1484 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Make herzi sleep beter. (Closes #143)Lennart Poettering2007-06-021-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1483 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix a local DoS (by hitting an assert) when passing empty TXT strings to the ↵Lennart Poettering2007-05-212-1/+4
| | | | | | avahi-daemon for regsitration. (Problem identified and original patch supplied by Emanuele Aina) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1482 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* s/zssh.exe/bssh.exe/James Willcox2007-05-102-5/+5
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1481 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* make sure avahi-ui-sharp.dll exists before building zssh.exeJames Willcox2007-05-101-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1480 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix the build for zssh.exe (was not referencing avahi-sharp.dll)James Willcox2007-05-101-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1479 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Doxygen documentation cleanups:Lennart Poettering2007-05-0910-149/+346
| | | | | | | | | * Hide a few irrelevant header files and definitions from doxygen to make the docs shorter * Update some texts * Put functions into categories git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1477 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add refs to the ssh and xvncviewer man pagesLennart Poettering2007-05-091-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1476 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add note about new man page for bssh/bvnc to NEWSLennart Poettering2007-05-091-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1475 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* bumping version and sonamesLennart Poettering2007-05-091-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1474 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix man pageLennart Poettering2007-05-091-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1473 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* update NEWS for 0.6.19Lennart Poettering2007-05-091-0/+24
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1472 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add bssh man pageLennart Poettering2007-05-092-2/+80
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1471 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* compat fix for older inotify versionsLennart Poettering2007-05-091-2/+10
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1470 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* update desktop files with ↵Lennart Poettering2007-05-093-3/+3
| | | | | | http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/patches/25_avahi_fix_desktop_files.patch?op=file&rev=0&sc=0 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1469 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Reset umask before writing files to /var/lib/avahi-autoipd. Fix for ubuntu ↵Lennart Poettering2007-05-091-3/+7
| | | | | | bug 83521 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1468 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix wording of the dbus reconneection message (closes fedora bug 237734)Lennart Poettering2007-05-091-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1467 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Fix bogus --help output for avahi-resolve. Yet another patch that hasn't ↵Lennart Poettering2007-05-091-2/+2
| | | | | | been send upstream from the distributors. http://cvs.fedora.redhat.com/viewcvs/devel/avahi/avahi-0.6.9-bz189427.patch git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1466 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Apply fedora init script fix from ↵Lennart Poettering2007-05-091-8/+8
| | | | | | http://cvs.fedora.redhat.com/viewcvs/devel/avahi/avahi-0.6.15-initscript.patch git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1465 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Also accept GTK_RESPONSE_OK, _YES and _APPLY besides _ACCEPT as positive ↵Lennart Poettering2007-05-081-5/+67
| | | | | | | | | response in AuiServiceDialog. Fix default widget setting. Make positive buttons insensitive when no service is selected/listed. (Closes #139) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1464 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* don't publish the service cookie by default anymore. It was a bad idea. We ↵Lennart Poettering2007-05-083-3/+3
| | | | | | 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
* Disable SSP on archs that don't support it. (Patch idead from Sjoerd Simons; ↵Lennart Poettering2007-05-082-3/+3
| | | | | | Closes #137) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1462 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix a compilier warning in the HOWL headers. (Patch from MarkDoliner; closes ↵Lennart Poettering2007-05-081-1/+1
| | | | | | #134) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1461 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* work around KDE misbehaviour. (Patch from Martin Putt; Closes #135)Lennart Poettering2007-05-081-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1460 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix a small typo (patch from mezz; closes #138)Lennart Poettering2007-05-081-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1459 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Add a few new service types from Adobe programs to the database (Closes: #136)Lennart Poettering2007-05-081-7/+16
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1458 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* rename "zssh" to "bssh" and "zvnc" to "bvnc" to avoid a name collision with ↵Lennart Poettering2007-05-084-13/+13
| | | | | | an already existing tool of the same name. (on request of the Debian people) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1457 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Don't pick the first 256 and the last 256 IP addresses from the IPv4LL ↵Lennart Poettering2007-05-081-4/+4
| | | | | | range, as required by section 2.1 of the ipv4ll spec. (Noticed by grinsbalu) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1456 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add svn:ignore for avahi-ui-sharpLennart Poettering2007-04-210-0/+0
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1453 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Add missing #ifdef to avoid build failure on system having neither sys/inotify.hLennart Poettering2007-04-211-0/+2
| | | | | | | nor linux/inotify.h (Patch from Sven Wegener) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1452 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Use nodist for scripts that are created at build time, else it may happen thatLennart Poettering2007-04-212-7/+5
| | | | | | | we bundle them and cause problems on the target systems. (Patch from Sven Wegener) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1451 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix distcheckJames Willcox2007-04-211-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1450 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* adda note to avahi_service_resolver_new() to remind people to pass the ↵Lennart Poettering2007-04-201-1/+3
| | | | | | correct interface/protocol args they received via avahi_service_browser_new()'s callback function git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1449 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe