summaryrefslogtreecommitdiffstats
path: root/avahi-core
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * remove lots of DOXYGEN_SHOULD_SKIP_THIS from the header files, use doxygen ...Lennart Poettering2005-10-2618-65/+79
* * replace AF_UNSPEC by AVAHI_PROTO_UNSPEC in client-test.cLennart Poettering2005-10-2513-44/+357
* * add new core API functions avahi_rdata_serialize() and avahi_rdata_parse()Lennart Poettering2005-10-254-86/+177
* add a compiler warning that avahi_send_dns_packet_ipv4() still misses support...Lennart Poettering2005-10-251-3/+4
* * small hack for netbsdSebastien Estienne2005-10-251-0/+6
* * rename all limit defs so that they end with _MAXLennart Poettering2005-10-2413-34/+34
* fix avahi_interface_monitor_sync() for the linux NETLINK implementationLennart Poettering2005-10-242-32/+24
* * reorder some things during server initializationLennart Poettering2005-10-241-23/+19
* * change setsocktopt for IP_TTL to use an int instead of an uin8_t for compat...Lennart Poettering2005-10-241-3/+3
* cleanup socket.c a littleLennart Poettering2005-10-241-111/+91
* * add new entry group state AVAHI_ENTRY_GROUP_FAILURELennart Poettering2005-10-241-1/+1
* unrbeak IPv6 support: change ttl value size back to 32 bit for ipv6 Lennart Poettering2005-10-241-1/+1
* fix IP_TTL/IP_RECVTTL on linuxLennart Poettering2005-10-241-3/+2
* many cleanups in preperation of the netbsd portLennart Poettering2005-10-241-69/+83
* * correctly handle empty domain names (i.e. the root zone)Lennart Poettering2005-10-238-233/+250
* * added a missing include in dbus-protocol.cSebastien Estienne2005-10-212-3/+8
* * removed bogus IP_RECVIFSebastien Estienne2005-10-211-24/+3