]> git.meshlink.io Git - catta/log
catta
18 years ago* add new entry group state AVAHI_ENTRY_GROUP_FAILURE
Lennart Poettering [Mon, 24 Oct 2005 22:41:39 +0000 (22:41 +0000)]
* add new entry group state AVAHI_ENTRY_GROUP_FAILURE
* pass error code alongside entry gorup state changes over DBUS
* add new server state AVAHI_SERVER_FAILURE
* pass error code alongside server state changes over DBUS
* fix client-publish-service
* rename error code AVAHI_ERR_LOCAL_COLLISION to AVAHI_ERR_COLLISION
* update TODO

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@854 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agounrbeak IPv6 support: change ttl value size back to 32 bit for ipv6
Lennart Poettering [Mon, 24 Oct 2005 22:29:22 +0000 (22:29 +0000)]
unrbeak IPv6 support: change ttl value size back to 32 bit for ipv6

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@853 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agofix IP_TTL/IP_RECVTTL on linux
Lennart Poettering [Mon, 24 Oct 2005 00:16:56 +0000 (00:16 +0000)]
fix IP_TTL/IP_RECVTTL on linux

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@852 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agomany cleanups in preperation of the netbsd port
Lennart Poettering [Mon, 24 Oct 2005 00:12:06 +0000 (00:12 +0000)]
many cleanups in preperation of the netbsd port

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@851 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agouse seteuid() instead of setreuid(), since the latter seems to be broken on macosx
Lennart Poettering [Sun, 23 Oct 2005 23:13:07 +0000 (23:13 +0000)]
use seteuid() instead of setreuid(), since the latter seems to be broken on macosx

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@850 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* gcc 2.95 compatibility
Lennart Poettering [Sun, 23 Oct 2005 23:01:13 +0000 (23:01 +0000)]
* gcc 2.95 compatibility

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@849 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd federico tags to some of the things in the TODO list
Lennart Poettering [Sun, 23 Oct 2005 22:16:54 +0000 (22:16 +0000)]
add federico tags to some of the things in the TODO list

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@848 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* always add -std=c99 when netlink.h is not present
Sebastien Estienne [Sun, 23 Oct 2005 21:25:24 +0000 (21:25 +0000)]
* always add -std=c99 when netlink.h is not present

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@847 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoupdate TODO
Lennart Poettering [Sun, 23 Oct 2005 20:22:50 +0000 (20:22 +0000)]
update TODO

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@846 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* correctly handle empty domain names (i.e. the root zone)
Lennart Poettering [Sun, 23 Oct 2005 20:21:39 +0000 (20:21 +0000)]
* correctly handle empty domain names (i.e. the root zone)
* fix memory initialization error in wide-area.c
* make server_add_xx() functions atomic, i.e. clean up half-created entries on failure
* add some more validity checking macros and change everything to make use of them
* clean up avahi_server_add_address()
* change some functions from domain.[ch] to work on a stack buffer instead of malloced memory
* update avahi-test.c a little
* replace avahi_reverse_lookup_name_{ipv4,ipv6}() with a single function avahi_reverse_lookup_name()
* remove avahi_server_add_dns_server_name() from public API

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@845 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoreorder locking
Lennart Poettering [Sun, 23 Oct 2005 15:55:25 +0000 (15:55 +0000)]
reorder locking

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@844 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoReversse r841
Lennart Poettering [Sun, 23 Oct 2005 15:45:47 +0000 (15:45 +0000)]
Reversse r841

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@843 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoAllow calls to DNSServiceRefDeallocate() with NULL passed
Lennart Poettering [Sun, 23 Oct 2005 15:43:44 +0000 (15:43 +0000)]
Allow calls to DNSServiceRefDeallocate() with NULL passed

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@842 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoset O_NONBLOCK for expoted libdns_sd sockets
Lennart Poettering [Sat, 22 Oct 2005 23:47:48 +0000 (23:47 +0000)]
set O_NONBLOCK for expoted libdns_sd sockets

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@841 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoincrease the maximum number of allowed clients handled over DBUS
Lennart Poettering [Sat, 22 Oct 2005 23:09:49 +0000 (23:09 +0000)]
increase the maximum number of allowed clients handled over DBUS

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@840 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agognore some more files
Lennart Poettering [Sat, 22 Oct 2005 21:58:34 +0000 (21:58 +0000)]
gnore some more files

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@839 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoAdd init script support for fedora from Alexander Larsson
Lennart Poettering [Sat, 22 Oct 2005 21:23:02 +0000 (21:23 +0000)]
Add init script support for fedora from Alexander Larsson

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@838 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Quick fix to incorrect configure line, from FreeBSD. :)
Trent Lloyd [Fri, 21 Oct 2005 17:33:43 +0000 (17:33 +0000)]
 * Quick fix to incorrect configure line, from FreeBSD. :)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@837 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * added a missing include in dbus-protocol.c
Sebastien Estienne [Fri, 21 Oct 2005 14:44:00 +0000 (14:44 +0000)]
 * added a missing include in dbus-protocol.c
 * added REUSEPORT in socket.c
 * cosmetic cleaning in iface-pfroute.c

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@836 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* removed bogus IP_RECVIF
Sebastien Estienne [Fri, 21 Oct 2005 14:14:13 +0000 (14:14 +0000)]
* removed bogus IP_RECVIF

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@835 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agofix size of escaped_name in avahi_service_name_join()
Lennart Poettering [Fri, 21 Oct 2005 13:54:18 +0000 (13:54 +0000)]
fix size of escaped_name in avahi_service_name_join()

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@834 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoremove htonl() that shouldn't be there
Lennart Poettering [Fri, 21 Oct 2005 11:53:02 +0000 (11:53 +0000)]
remove htonl() that shouldn't be there

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@833 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agohandle architectures that miss "struct ip_mreq" better
Lennart Poettering [Thu, 20 Oct 2005 23:06:59 +0000 (23:06 +0000)]
handle architectures that miss "struct ip_mreq" better

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@832 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* preliminary ipv6 support for BSD
Sebastien Estienne [Thu, 20 Oct 2005 17:43:06 +0000 (17:43 +0000)]
* preliminary ipv6 support for BSD

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@831 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* bug fix in run_versioned
Sebastien Estienne [Thu, 20 Oct 2005 15:51:29 +0000 (15:51 +0000)]
* bug fix in run_versioned
* bug fix in socket.c and cosmectic change
* use uname instead of MACHTYPE in bootstrap.sh

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@830 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * replaced some ioctl by if_nametoindex and if_indextoname
Sebastien Estienne [Wed, 19 Oct 2005 22:12:28 +0000 (22:12 +0000)]
 * replaced some ioctl by if_nametoindex and if_indextoname
 * cosmetic fix in socket.c

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@829 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Move some of the man page checks around to catch more situations
Trent Lloyd [Wed, 19 Oct 2005 21:55:41 +0000 (21:55 +0000)]
 * Move some of the man page checks around to catch more situations
 * Fix the man dir harder

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@828 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Allow --disable-manpages, causing manpages not to be built or
Trent Lloyd [Wed, 19 Oct 2005 21:38:28 +0000 (21:38 +0000)]
 * Allow --disable-manpages, causing manpages not to be built or
installed

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@827 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * remove some --disable in boostrap.sh for osx
Sebastien Estienne [Wed, 19 Oct 2005 20:31:51 +0000 (20:31 +0000)]
 * remove some --disable in boostrap.sh for osx
 * added a missing include in dus-protocol.h
 * remove getinterface in a-d-s replaced by if_indextoname
 * avahi-discover-standalone is now working on osx

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@826 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * bootstrap for MacOsX tiger
Sebastien Estienne [Wed, 19 Oct 2005 15:17:42 +0000 (15:17 +0000)]
 * bootstrap for MacOsX tiger

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@825 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agofix check for strlcpy()
Lennart Poettering [Wed, 19 Oct 2005 14:57:09 +0000 (14:57 +0000)]
fix check for strlcpy()

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@824 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agouse $LIBTOOLIZE in autogen.sh if defined
Lennart Poettering [Wed, 19 Oct 2005 13:48:29 +0000 (13:48 +0000)]
use $LIBTOOLIZE in autogen.sh if defined

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@823 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoimprove autgen.sh version check
Lennart Poettering [Wed, 19 Oct 2005 13:40:05 +0000 (13:40 +0000)]
improve autgen.sh version check

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@822 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoactually drop avahi_strlcpy() from domain.h
Lennart Poettering [Wed, 19 Oct 2005 00:25:40 +0000 (00:25 +0000)]
actually drop avahi_strlcpy() from domain.h

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@821 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* pass --enable-tests --enable-compat-howl --enable-compat-libdns_sd to configure...
Lennart Poettering [Wed, 19 Oct 2005 00:14:24 +0000 (00:14 +0000)]
* pass --enable-tests --enable-compat-howl --enable-compat-libdns_sd to configure in bootstrap.sh
* drop platform testing in configure.ac
* add some more function/header checks to configure.ac

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@820 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* Compile tests only when --enable-tests was specified on the configure command line
Lennart Poettering [Wed, 19 Oct 2005 00:10:02 +0000 (00:10 +0000)]
* Compile tests only when --enable-tests was specified on the configure command line
* Build compat layers only when --enable-compat-{howl,libdns_sd} was passed to configure
* drop avahi_strlcpy() to reduce our code/API size
* replace getifname() with if_indextoname in avahi-dnsconfd
* declare environ if needed in avahi-dnsconfd
* drop some useless definitions like  AVAHI_PUBLISH_NULL = 0

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@819 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * fix a bug
Sebastien Estienne [Tue, 18 Oct 2005 23:23:47 +0000 (23:23 +0000)]
 * fix a bug
 * replace m->osdep.pfroute->poll_api by m->server->poll_api

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@818 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoin order to reduce our code/API size, drop support for reverse IPv6 name lookups...
Lennart Poettering [Tue, 18 Oct 2005 22:39:14 +0000 (22:39 +0000)]
in order to reduce our code/API size, drop support for reverse IPv6 name lookups ending in .in-addr.int. Use in-addr.arpa exclusively from now on.

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@817 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agotodo update
Lennart Poettering [Tue, 18 Oct 2005 22:37:50 +0000 (22:37 +0000)]
todo update

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@816 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoin order to reduce our API size, dropping avahi_entry_group_add_service_va(), avahi_e...
Lennart Poettering [Tue, 18 Oct 2005 22:25:26 +0000 (22:25 +0000)]
in order to reduce our API size, dropping avahi_entry_group_add_service_va(), avahi_entry_group_update_service_txt_va(), avahi_server_add_service_va(, avahi_server_update_service_txt_va()

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@815 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd config.h inclusion to glib integration example
Lennart Poettering [Tue, 18 Oct 2005 20:04:08 +0000 (20:04 +0000)]
add config.h inclusion to glib integration example

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@814 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * restore autogen.sh
Sebastien Estienne [Tue, 18 Oct 2005 19:54:24 +0000 (19:54 +0000)]
 * restore autogen.sh

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@813 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoupdate TODO
Lennart Poettering [Tue, 18 Oct 2005 19:53:47 +0000 (19:53 +0000)]
update TODO

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@812 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* remove AVAHI_PUBLISH_IS_PROXY, it was a bad idea
Lennart Poettering [Tue, 18 Oct 2005 19:52:03 +0000 (19:52 +0000)]
* remove AVAHI_PUBLISH_IS_PROXY, it was a bad idea
* drop avahi_service_is_service_local(), avahi_client_is_service_local()
* add new lookup result flags AVAHI_LOOKUP_RESULT_OUR_OWN and AVAHI_LOOKUP_RESULT_LOCAL
* remove avahi_address_resolver_new() and replace it by avahi_address_resolver_new_a()
* avahi-client: save query data in browse/resolve objects so that we can return it on failure
* other cleanups

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@811 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * modified autogen.sh to better support bsd
Sebastien Estienne [Tue, 18 Oct 2005 18:36:01 +0000 (18:36 +0000)]
 * modified autogen.sh to better support bsd
 * added some info for autogen.sh on bsd in the script
 * cleaned some avahi_log

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@810 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * some cleaning
Sebastien Estienne [Tue, 18 Oct 2005 16:34:06 +0000 (16:34 +0000)]
 * some cleaning
 * seems partially working on darwin (not fully tested yet)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@809 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * handle cmsg_type IP_RECVTTL
Sebastien Estienne [Tue, 18 Oct 2005 15:59:38 +0000 (15:59 +0000)]
 * handle cmsg_type IP_RECVTTL

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@808 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * added some fixes mentioned by mezcalero
Sebastien Estienne [Tue, 18 Oct 2005 12:35:58 +0000 (12:35 +0000)]
 * added some fixes mentioned by mezcalero

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@807 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * some cleaning
Sebastien Estienne [Tue, 18 Oct 2005 02:19:31 +0000 (02:19 +0000)]
 * some cleaning

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@806 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * more portability work
Sebastien Estienne [Tue, 18 Oct 2005 00:39:13 +0000 (00:39 +0000)]
 * more portability work
 * support for PF_ROUTE

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@805 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agorename server.h to internal.h
Lennart Poettering [Mon, 17 Oct 2005 22:28:01 +0000 (22:28 +0000)]
rename server.h to internal.h

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@804 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* move unicast DNS server registration/browsing routines to their own header dns...
Lennart Poettering [Mon, 17 Oct 2005 22:23:16 +0000 (22:23 +0000)]
* move unicast DNS server registration/browsing routines to their own header dns-srv-rr.h
* remove some unused functions
* unexport some functions
* other cleanups

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@803 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * autotools magic for PF_ROUTE (not the real thing yet).
Sebastien Estienne [Mon, 17 Oct 2005 20:41:59 +0000 (20:41 +0000)]
 * autotools magic for PF_ROUTE (not the real thing yet).

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@802 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* do no longer include timeval.h in watch.h by default
Lennart Poettering [Mon, 17 Oct 2005 20:20:53 +0000 (20:20 +0000)]
* do no longer include timeval.h in watch.h by default
* fix some include lines from "" to <>
* drop dbus.h from doxygen, users of our libraries shouldn't care
* other cleanups

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@801 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Add custom user-specific configure flags to bootstrap.sh
Trent Lloyd [Mon, 17 Oct 2005 20:07:43 +0000 (20:07 +0000)]
 * Add custom user-specific configure flags to bootstrap.sh
 * Add new constant AVAHI_ADDRESS_STR_MAX for use with
avahi_address_snprint arr
ays
 * Update all our code to use AVAHI_ADDRESS_STR_MAX
 * Add avahi_client_add_address to avahi-client
 * Add avahi_client_add_address test to avahi-client

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@800 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agodrop some files from doxygen
Lennart Poettering [Mon, 17 Oct 2005 20:00:00 +0000 (20:00 +0000)]
drop some files from doxygen

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@799 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agodrop avahi_server_add_txt() prototypes (and friends)
Lennart Poettering [Mon, 17 Oct 2005 19:56:16 +0000 (19:56 +0000)]
drop avahi_server_add_txt() prototypes (and friends)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@798 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoremove or unexport avahi_server_add_txt_strlst(), avahi_server_add_txt_va(), avahi_se...
Lennart Poettering [Mon, 17 Oct 2005 19:52:05 +0000 (19:52 +0000)]
remove or unexport avahi_server_add_txt_strlst(), avahi_server_add_txt_va(), avahi_server_add_txt(), avahi_server_add_ptr()

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@797 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agosplit entry and entry-group management stuff off to its own file entry.c
Lennart Poettering [Mon, 17 Oct 2005 19:28:54 +0000 (19:28 +0000)]
split entry and entry-group management stuff off to its own file entry.c

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@796 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoupdate TODO
Lennart Poettering [Mon, 17 Oct 2005 18:30:02 +0000 (18:30 +0000)]
update TODO

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@795 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoRename "AvahiAnnouncement" to "AvahiAnnouncer" to match AvahiQuerier
Lennart Poettering [Mon, 17 Oct 2005 18:28:18 +0000 (18:28 +0000)]
Rename "AvahiAnnouncement" to "AvahiAnnouncer" to match AvahiQuerier

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@794 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoslightly more comments
Lennart Poettering [Mon, 17 Oct 2005 18:18:05 +0000 (18:18 +0000)]
slightly more comments

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@793 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoUpdate TODO
Lennart Poettering [Mon, 17 Oct 2005 02:08:09 +0000 (02:08 +0000)]
Update TODO

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@792 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* split client.h into client.h, lookup.h and publish.h just like we did on the server...
Lennart Poettering [Mon, 17 Oct 2005 02:07:26 +0000 (02:07 +0000)]
* split client.h into client.h, lookup.h and publish.h just like we did on the server side
* Wrap avahi_server_update_txt() as DBUS function UpdateServiceTxt
* Add client side API avahi_entry_group_update_service_txt() and friends
* handle AVAHI_PUBLISH_UPDATE semantics in DBUS protocol
* minor cleanups

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@791 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* implement record updating through the new flags AVAHI_PUBLISH_UPDATE
Lennart Poettering [Mon, 17 Oct 2005 00:20:33 +0000 (00:20 +0000)]
* implement record updating through the new flags AVAHI_PUBLISH_UPDATE
* add new helper function avahi_server_update_service_txt() to ease TXT record updating for services
* other minor cleanups

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@790 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agowhen warning about compat layer usage, link directly to a public CGI script I wrote...
Lennart Poettering [Sun, 16 Oct 2005 18:41:26 +0000 (18:41 +0000)]
when warning about compat layer usage, link directly to a public CGI script I wrote which will show some information about the situation

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@789 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* add a seperate mutex for salt_lock()/salt_unlock() so that it doesn't interfere...
Lennart Poettering [Sun, 16 Oct 2005 14:26:53 +0000 (14:26 +0000)]
* add a seperate mutex for salt_lock()/salt_unlock() so that it doesn't interfere with our internal locking

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@788 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* fix compat-howl to work with nautilus
Lennart Poettering [Sun, 16 Oct 2005 01:04:07 +0000 (01:04 +0000)]
* fix compat-howl to work with nautilus
* make similar changes to compat-libdns_sd
* implement sw_salt_lock()/sw_salt_unlock() in compt-howl
* simple-watch: allows immediate rerunning of avahi_simple_poll_run()

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@787 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoTODO update
Lennart Poettering [Sat, 15 Oct 2005 23:38:54 +0000 (23:38 +0000)]
TODO update

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@786 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agocompat-howl:
Lennart Poettering [Sat, 15 Oct 2005 23:35:59 +0000 (23:35 +0000)]
compat-howl:
* handle client events
* implement sw_discovery_init_with_flags()
* implement sw_discovery_publish()
* small cleanups

compat-howl is now as complete as compat-libdns_sd and thus omplete enough for
most programs. The missing functions will be implemented on demand only.

compat-libdns_sd:
* set keywords attribute for funcs.txt

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@785 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoMinor cleanups
Lennart Poettering [Sat, 15 Oct 2005 23:30:48 +0000 (23:30 +0000)]
Minor cleanups

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@784 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoupdate funcs.txt
Lennart Poettering [Sat, 15 Oct 2005 19:22:16 +0000 (19:22 +0000)]
update funcs.txt

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@783 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoimplement sw_discovery_browse_domains()
Lennart Poettering [Sat, 15 Oct 2005 19:16:47 +0000 (19:16 +0000)]
implement sw_discovery_browse_domains()

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@782 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * avahi-daemon: Only use multicast when looking up things in simple-protocol
Trent Lloyd [Sat, 15 Oct 2005 19:05:39 +0000 (19:05 +0000)]
 * avahi-daemon: Only use multicast when looking up things in simple-protocol

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@781 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Fix avahi-utils to use new flags arguments
Trent Lloyd [Sat, 15 Oct 2005 18:49:33 +0000 (18:49 +0000)]
 * Fix avahi-utils to use new flags arguments

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@780 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoignore some more files
Lennart Poettering [Sat, 15 Oct 2005 18:34:52 +0000 (18:34 +0000)]
ignore some more files

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@779 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Include avahi-compat-howl/samples/Makefile.am
Trent Lloyd [Sat, 15 Oct 2005 18:28:37 +0000 (18:28 +0000)]
 * Include avahi-compat-howl/samples/Makefile.am
 * 'Fix' avahi-howl-compat.pc to export the howl compatible version rather than avahi's version

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@778 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agofix a bad avahi_free() found by sebest
Lennart Poettering [Sat, 15 Oct 2005 18:28:01 +0000 (18:28 +0000)]
fix a bad avahi_free() found by sebest

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@777 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * More distcheck loving.
Trent Lloyd [Sat, 15 Oct 2005 17:45:39 +0000 (17:45 +0000)]
 * More distcheck loving.

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@776 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Some distcheck love.
Trent Lloyd [Sat, 15 Oct 2005 17:02:01 +0000 (17:02 +0000)]
 * Some distcheck love.

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@775 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Remove the right compat .pc files in clean
Trent Lloyd [Sat, 15 Oct 2005 16:48:08 +0000 (16:48 +0000)]
 * Remove the right compat .pc files in clean

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@774 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* add pkg-config file for compat-howl
Lennart Poettering [Sat, 15 Oct 2005 15:55:57 +0000 (15:55 +0000)]
* add pkg-config file for compat-howl
* fix pkg-config file generation for compat-libdns_sd

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@773 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoWarn the user about a failed service resolving
Lennart Poettering [Sat, 15 Oct 2005 15:55:04 +0000 (15:55 +0000)]
Warn the user about a failed service resolving

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@772 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* Properly install HOWL headers
Lennart Poettering [Sat, 15 Oct 2005 15:54:41 +0000 (15:54 +0000)]
* Properly install HOWL headers
* Minor makefile cleanup

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@771 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoreflect changes made in HOWL compat layer version of warn.[hc]
Lennart Poettering [Sat, 15 Oct 2005 15:53:46 +0000 (15:53 +0000)]
reflect changes made in HOWL compat layer version of warn.[hc]

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@770 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* Cleanup warn.c
Lennart Poettering [Sat, 15 Oct 2005 15:52:49 +0000 (15:52 +0000)]
* Cleanup warn.c
* Export avahi_warn() and avahi_exe_name()
* Don't send \n to syslog
* Improve incompatibility and linkage warning message wording

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@769 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* fix oid calculation
Lennart Poettering [Sat, 15 Oct 2005 03:11:30 +0000 (03:11 +0000)]
* fix oid calculation
* really create a recursive mutex
* implement sw_discovery_resolve()
* initialize value data with NUL bytes in sw_text_record_iterator_next(), since HOWL seems to assume it

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@768 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* Minor cleanups
Lennart Poettering [Sat, 15 Oct 2005 03:07:20 +0000 (03:07 +0000)]
* Minor cleanups
* Really create a recursive mutex

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@767 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agofix build
Lennart Poettering [Sat, 15 Oct 2005 02:31:57 +0000 (02:31 +0000)]
fix build

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@766 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* implement compat-howl core
Lennart Poettering [Sat, 15 Oct 2005 02:23:21 +0000 (02:23 +0000)]
* implement compat-howl core
* add HOWL examples to or build

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@765 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoimprove incompatibility warnings
Lennart Poettering [Sat, 15 Oct 2005 02:20:48 +0000 (02:20 +0000)]
improve incompatibility warnings

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@764 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agominor cleanups
Lennart Poettering [Sat, 15 Oct 2005 02:20:29 +0000 (02:20 +0000)]
minor cleanups

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@763 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* Some minor cleanups in netlink code
Lennart Poettering [Sat, 15 Oct 2005 01:30:46 +0000 (01:30 +0000)]
* Some minor cleanups in netlink code
* add some comments to iface-linux.c, to ease porting for sebest

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@762 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * missing include for freebsd
Sebastien Estienne [Fri, 14 Oct 2005 23:31:40 +0000 (23:31 +0000)]
 * missing include for freebsd

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@761 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * more portability work on socket.c
Sebastien Estienne [Fri, 14 Oct 2005 20:30:27 +0000 (20:30 +0000)]
 * more portability work on socket.c

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@760 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoMerge portability patch from Philipp Zabel
Lennart Poettering [Fri, 14 Oct 2005 19:46:01 +0000 (19:46 +0000)]
Merge portability patch from Philipp Zabel

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@759 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agocleanup of adresss parsing on the client side
Lennart Poettering [Thu, 13 Oct 2005 15:08:31 +0000 (15:08 +0000)]
cleanup of adresss parsing on the client side

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@758 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoDo not fail if address cannot be parsed - it is probably AVAHI_LOOKUP_NO_ADDRESS...
Jakub Stachowski [Thu, 13 Oct 2005 14:53:07 +0000 (14:53 +0000)]
Do not fail if address cannot be parsed - it is probably AVAHI_LOOKUP_NO_ADDRESS case

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@757 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoComplete AVAHI_LOOKUP_NO_ADDRESS fix
Jakub Stachowski [Thu, 13 Oct 2005 14:42:00 +0000 (14:42 +0000)]
Complete AVAHI_LOOKUP_NO_ADDRESS fix

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@756 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* handle AVAHI_LOOKUP_NO_ADDRESS over DBUS correctly
Lennart Poettering [Thu, 13 Oct 2005 14:29:13 +0000 (14:29 +0000)]
* handle AVAHI_LOOKUP_NO_ADDRESS over DBUS correctly

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@755 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe