]> git.meshlink.io Git - catta/commit - avahi-core/resolve-address.c
* replace guchar and gint by AvahiProtocol, AvahiIfIndex at many places where it...
authorLennart Poettering <lennart@poettering.net>
Tue, 2 Aug 2005 23:57:07 +0000 (23:57 +0000)
committerLennart Poettering <lennart@poettering.net>
Tue, 2 Aug 2005 23:57:07 +0000 (23:57 +0000)
commitf43187377e0c89ba02ca23e88efa01bbb255e037
tree92dba5140c3932bf0debf2362a82f4f3b5d92bad
parent1a912326734243e57a461c48131c1a0402318b5a
* replace guchar and gint by AvahiProtocol, AvahiIfIndex at many places where it make sense
* change avahi_add_{service,txt}_strlst() to copy the string list
* gcc warning fixes from Ikke
* limit number of DBUS connections
* limit objects created by a DBUS client
* limit number of clients
* limit number of entries a client may create
* add legal blurb to avahi-discover
* remove some obsolete import prototypes from avahi-discover
* don't include config.h in dbus.h
* add string definitions for DBUS errors

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@212 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
20 files changed:
avahi-common/dbus.h
avahi-core/avahi-test.c
avahi-core/browse-dns-server.c
avahi-core/browse-domain.c
avahi-core/browse-service-type.c
avahi-core/browse-service.c
avahi-core/browse.c
avahi-core/core.h
avahi-core/resolve-address.c
avahi-core/resolve-host-name.c
avahi-core/resolve-service.c
avahi-core/server.c
avahi-core/server.h
avahi-daemon/avahi-dbus.conf.in
avahi-daemon/dbus-protocol.c
avahi-daemon/main.c
avahi-daemon/simple-protocol.c
avahi-daemon/static-services.c
avahi-discover/main.c
todo