summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* rework service database, pacth from uws (closes #117)Lennart Poettering2007-04-121-47/+83
* add gcc stack protector m4 to svn. unfortunately we cannot enable it (yet), b...Lennart Poettering2007-04-121-0/+77
* always build with -fPIC to allow address space randomizationLennart Poettering2007-04-121-1/+1
* Improve compatibility with Bonjour's libdns_sd (Patch from Chris Rivera, clos...Lennart Poettering2007-04-121-20/+10
* remove a deprecation warning (patch from DamjanGeorgievski) (closes #129)Lennart Poettering2007-04-121-1/+1
* allow adding of generic DNS RRs properly. Patch from Sjoerd Simons again (clo...Lennart Poettering2007-04-121-1/+2
* add apt to services types, pacth from "uws". (closes #116)Lennart Poettering2007-04-121-0/+3
* Fix registration of really large records, like it is necessary for XEP-0174 (...Lennart Poettering2007-04-125-20/+23
* update EXTRA_DISTLennart Poettering2007-04-121-1/+1
* hide avahi-autoipd.actionLennart Poettering2007-04-120-0/+0
* port avahi-autoipd to FreeBSD (original patch from Bruce M Simpson)Lennart Poettering2007-04-125-42/+787
* avahi-pyhton build fix contributed by Stanislav BrabecLennart Poettering2007-04-121-1/+3
* * avahi-core/entry.c: Correctly reset register_time_event when leaving the R...Trent Lloyd2007-03-301-7/+5
* * Revert fix from R1398Trent Lloyd2007-03-242-2/+2
* * avahi-common/address.h#AVAHI_IF_INDEX check should be interface > 0, not i...Trent Lloyd2007-03-241-1/+1
* hide avahi-ui.pc from svnLennart Poettering2007-02-080-0/+0
* if no default service name is specified, just select the first one we findLennart Poettering2007-02-081-3/+4
* Fix service type database building on Solaris (Patch from Padraig O'Briain)Lennart Poettering2007-02-081-1/+3
* fix pkg-config file generation for avahi-uiLennart Poettering2007-02-071-3/+5
* ship avahi-ui.pc.inLennart Poettering2007-02-071-1/+2
* Drop "Remote Terminal on" prefix since it is usually superfluousLennart Poettering2007-02-071-1/+1
* add GTK propertiesLennart Poettering2007-02-071-7/+175
* overload zssh to zvncLennart Poettering2007-02-072-25/+52
* Commit first version of avahi-ui and zsshLennart Poettering2007-02-077-1/+1446
* macosx portability: use GLOB_xxx macros only if they are availableLennart Poettering2007-02-051-8/+13
* add sys/types.h for openbsd compatLennart Poettering2007-02-051-0/+1
* prepare NEWS for 0.6.17Lennart Poettering2007-02-041-0/+15
* move assert check before accessLennart Poettering2007-02-041-1/+2
* minor cleanups it netlink handling code:Lennart Poettering2007-02-041-8/+7
* Use SCM_CREDENTIALS for authentication of netlink data from kernelLennart Poettering2007-02-041-2/+36
* fix build of the service-type-database if srcdir != builddir (Closes #100)Lennart Poettering2007-02-041-2/+4
* re #94: don't accept "localhost" as hostname; read distribution id from /etc/...Lennart Poettering2007-02-021-5/+60
* Add CGI support to avahi-bookmarks. (Closes: #91) -- Thanks for the patch!Lennart Poettering2007-02-021-26/+72
* * Fix typo of failure, thanks to Michael Burns (Closes #98)Trent Lloyd2007-01-301-1/+1
* * Add OLPC Presence service to the service-type-databaseTrent Lloyd2007-01-211-0/+1
* refer to some wiki stories from the man pagesLennart Poettering2007-01-062-0/+4
* * handle NULL sdrefs gracefully.Lennart Poettering2007-01-061-14/+21
* Pass AM_CFLAGS instead of CFLAGS when build the libdns_sd test toolLennart Poettering2007-01-061-2/+2
* fix a bogus error conditionLennart Poettering2007-01-061-2/+2
* create unicast IPv4 socket oly if IPv4 is enabled, same for unicast IPv6Lennart Poettering2007-01-061-2/+2
* * set IPV6_V6ONLY for unicast DNS sockets, tooLennart Poettering2007-01-061-7/+38
* debian init scripts: print a nice warning when not starting avahi due to sett...Lennart Poettering2007-01-052-0/+22
* build avahi-discover only if either dbm or gdbm is available (patch from sweg...Lennart Poettering2007-01-051-3/+14
* bump version number and SONAMESLennart Poettering2007-01-051-3/+3
* add new config options "publish-aaaa-on-ipv4=" and "publish-a-on-ipv6="Lennart Poettering2007-01-054-4/+33
* * optionally, register A RR via IPv6, AAAA RR via IPv4 (Closes #62)Lennart Poettering2007-01-054-39/+59
* Rework DBus connection handling: use a private DBusConnection instead of a sh...Lennart Poettering2007-01-052-4/+42
* Some more ia64 fixes. (Closes #90)Lennart Poettering2007-01-041-3/+3
* Modify C++ testing code to pass when CXXFLAGS contains -Werror. (Closes #75) ...Lennart Poettering2007-01-011-1/+1
* Ignore EAGAIN errors on recvmsg() (Closes #60)Lennart Poettering2006-12-311-2/+22