summaryrefslogtreecommitdiffstats
path: root/avahi-core
Commit message (Expand)AuthorAgeFilesLines
* don't allow registration of address records for invalid host names according ...Lennart Poettering2006-03-022-4/+4
* add proper argument validity checking to address and hostname resolvers (clos...Lennart Poettering2006-03-022-29/+10
* * fix a typoSebastien Estienne2006-02-231-1/+1
* hide "Bad probe size estimate" warning in probe code which was generated when...Lennart Poettering2006-02-221-1/+1
* reverse 1144, since it broke more things than it fixedLennart Poettering2006-02-203-9/+9
* * add an option to make avahi-daemon using POINTOPOINT interfaces (disable b...Sebastien Estienne2006-02-194-2/+4
* make anonymous structs appear properly in doxygenLennart Poettering2006-02-173-9/+9
* add membership hack for IPv6, tooLennart Poettering2006-02-101-1/+7
* * fix bug where avahi-daemon wasn't working anymore after the iface went dow...Sebastien Estienne2006-02-101-0/+3
* merge ia64 fixes from Jason Vas DiasLennart Poettering2006-02-091-5/+5
* add new error code AVAHI_ERR_IS_EMPTY and use it in avahi_entry_group_commit()Lennart Poettering2006-01-301-1/+1
* * do not accept empty strings in TXT recordsLennart Poettering2006-01-301-1/+1
* don't allow commiting of empty entry groupsLennart Poettering2006-01-301-0/+3
* small update-test debug output improvementLennart Poettering2006-01-271-1/+3
* reenable record updating using AVAHI_PUBLISH_UPDATELennart Poettering2006-01-231-1/+4
* fix build on GNU (closes: #3)Lennart Poettering2006-01-178-0/+16
* fix double free() bugLennart Poettering2006-01-071-12/+12
* * may fix a compile problem on freebsd 4.xSebastien Estienne2005-11-271-1/+1
* missing initialization fixLennart Poettering2005-11-231-0/+1
* never publish .local as browsing domainLennart Poettering2005-11-231-1/+3
* in the domain browser objects: don't return statically configured browsing do...Lennart Poettering2005-11-231-3/+6
* Hopefully fix a segfault when shutting down the daemon, found by maroLennart Poettering2005-11-191-0/+3
* * fixed usage of avahi_format_mac_addressSebastien Estienne2005-11-171-12/+15
* * when calculating a random jitter time for time events, use the same jitter inLennart Poettering2005-11-169-77/+46
* some minor adjusments to the conformance testing program. We now pass Apple'sLennart Poettering2005-11-152-5/+6
* deal better with mcast management and disappearing IP addressesLennart Poettering2005-11-141-4/+10
* don't fail if leaving a multicast group failsLennart Poettering2005-11-141-7/+4
* minor cleanupsLennart Poettering2005-11-141-14/+5
* * be more verbose when retrying sysctl when the routing table grewSebastien Estienne2005-11-131-2/+7
* * fixed a problem on FreeBSD where sysctl needs locked memorySebastien Estienne2005-11-131-1/+5
* * Make "NameAcquired" warning line disappear in avahi-clientLennart Poettering2005-11-1311-54/+205
* * add support for IP_SENDSRCADDR on freeBSDSebastien Estienne2005-11-091-3/+25
* * set IP_MULTICAST_IF for *BSDSebastien Estienne2005-11-091-4/+7
* make sure that the local hostname passes the avahi_is_valid_domain_name() check.Lennart Poettering2005-11-091-0/+3
* * Do not allow adding RRs to entry groups that are already commitedLennart Poettering2005-11-083-6/+8
* * deal with gethostname() failing, use utsname.sysname[] instead in that caseLennart Poettering2005-11-084-16/+64
* * add two new configuration file options: "disable-publishing" and "disable-u...Lennart Poettering2005-11-063-9/+69
* * allow the user to specify a static browse domain list in the configuration ...Lennart Poettering2005-11-034-5/+98
* * small fixesSebastien Estienne2005-11-032-3/+4
* rework and cleanup socket handling to improve support for OS that don't suppo...Lennart Poettering2005-11-036-179/+222
* * Always specfify the local IP address when joining mcast groups. This increa...Lennart Poettering2005-11-014-42/+108
* * fix compiling with --disable-dbusSebastien Estienne2005-11-011-0/+1
* * small fix in the #includesSebastien Estienne2005-10-311-1/+1
* * many trivial fix to make avahi compile on OpenBSDSebastien Estienne2005-10-2811-19/+44
* remove a bunch of compiler warningsLennart Poettering2005-10-273-8/+8
* * format unknown DNS records according to RFC3597Lennart Poettering2005-10-275-41/+76
* Add validity checking to TXT data parsing, this fixes a remotely exploitable ...Lennart Poettering2005-10-271-1/+2
* add dns-srv.hh to distributionLennart Poettering2005-10-261-1/+2
* * avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering2005-10-2620-59/+61
* reorder arguments of avahi_reverse_lookup_name() to make them more naturalLennart Poettering2005-10-262-2/+2