aboutsummaryrefslogtreecommitdiff
path: root/avahi-core/server.c
AgeCommit message (Expand)Author
2009-11-14core: Bug fixes for cleanup codeLennart Poettering
2009-06-08fix minor typosLennart Poettering
2009-04-19reflector: Don't reflect link-local IPv4 or IPv6 addressesRob Leslie
2009-04-01CVE-2009-0758: Reflector creates packet storm on legacy unicast trafficRob Leslie
2008-12-12allow/deny interfaces supportLennart Poettering
2008-12-12explain which port it is that is invalidLennart Poettering
2008-12-12Don't get confused by UDP packets with a source port that is zeroLennart Poettering
2008-12-11Include host in invalid packet messagesLennart Poettering
2008-01-28Make the poof algorithm only positive if 4 unanswered queries eachSjoerd Simons
2007-09-27 * Fix a few typos of error message, thansk to tedp (Ref: Debian #444235)Trent Lloyd
2007-08-12add new API function avahi_server_set_browse_domains() to avahi-coreLennart Poettering
2007-07-10 * Don't attempt to treat Known Answer records as potentially Trent Lloyd
2007-05-08don't publish the service cookie by default anymore. It was a bad idea. We sh...Lennart Poettering
2007-04-12Fix registration of really large records, like it is necessary for XEP-0174 (...Lennart Poettering
2007-01-05* optionally, register A RR via IPv6, AAAA RR via IPv4 (Closes #62)Lennart Poettering
2006-08-23do not alllow setting the host name to the one that is currently used anyway....Lennart Poettering
2006-04-24if validation of incoming traffic fails, give the user a clue that this might...Lennart Poettering
2006-02-19 * add an option to make avahi-daemon using POINTOPOINT interfaces (disable b...Sebastien Estienne
2005-11-23never publish .local as browsing domainLennart Poettering
2005-11-16* when calculating a random jitter time for time events, use the same jitter inLennart Poettering
2005-11-14minor cleanupsLennart Poettering
2005-11-13* Make "NameAcquired" warning line disappear in avahi-clientLennart Poettering
2005-11-08* Do not allow adding RRs to entry groups that are already commitedLennart Poettering
2005-11-08* deal with gethostname() failing, use utsname.sysname[] instead in that caseLennart Poettering
2005-11-06* add two new configuration file options: "disable-publishing" and "disable-u...Lennart Poettering
2005-11-03* allow the user to specify a static browse domain list in the configuration ...Lennart Poettering
2005-11-03* small fixesSebastien Estienne
2005-11-03rework and cleanup socket handling to improve support for OS that don't suppo...Lennart Poettering
2005-11-01* fix compiling with --disable-dbusSebastien Estienne
2005-10-27remove a bunch of compiler warningsLennart Poettering
2005-10-26* avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering
2005-10-26* remove lots of DOXYGEN_SHOULD_SKIP_THIS from the header files, use doxygen ...Lennart Poettering
2005-10-25* replace AF_UNSPEC by AVAHI_PROTO_UNSPEC in client-test.cLennart Poettering
2005-10-24* rename all limit defs so that they end with _MAXLennart Poettering
2005-10-24* reorder some things during server initializationLennart Poettering
2005-10-18* remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering
2005-10-17rename server.h to internal.hLennart Poettering
2005-10-17* move unicast DNS server registration/browsing routines to their own header ...Lennart Poettering
2005-10-17split entry and entry-group management stuff off to its own file entry.cLennart Poettering
2005-10-17Rename "AvahiAnnouncement" to "AvahiAnnouncer" to match AvahiQuerierLennart Poettering
2005-10-17* implement record updating through the new flags AVAHI_PUBLISH_UPDATELennart Poettering
2005-10-12add a (struct sockaddr*) cast to getsocknameLennart Poettering
2005-10-12small fix to allow creating server instances without passing a configuration ...Lennart Poettering
2005-10-11Split off linux specific parts of iface.[ch] into iface-linux.[ch]. This shouldLennart Poettering
2005-10-11limit allowed flags to avahi_server_add_service_subtype()Lennart Poettering
2005-10-11* rename avahi_is_valid_service_type() to avahi_is_valid_service_type_generic()Lennart Poettering
2005-10-11add support for service subtypes: avahi_server_add_service_subtype()Lennart Poettering
2005-10-10* rename avahi_service_name_snprint() to avahi_service_name_join()Lennart Poettering
2005-10-03### BACKPORT ### (only second point)Lennart Poettering
2005-09-29Add new flag AVAHI_PUBLISH_IS_PROXY and activate it for static services with ...Lennart Poettering