]>
git.meshlink.io Git - catta/log
Lennart Poettering [Fri, 25 Jun 2010 18:46:15 +0000 (20:46 +0200)]
build-sys: set MONO_SHARED_DIR= to avoid build env troubles on redhat (stolen from our rpms)
Lennart Poettering [Fri, 25 Jun 2010 04:06:28 +0000 (06:06 +0200)]
docs: document what to do on AVAHI_ERR_DISCONNECTED (see #278)
Lennart Poettering [Fri, 25 Jun 2010 03:57:07 +0000 (05:57 +0200)]
build-sys: fix reference to LIBINTL/INTLLIBS
Fixes #293.
Chris Couzens [Fri, 25 Jun 2010 03:54:03 +0000 (05:54 +0200)]
service-types-db: add 6 new service types
Chris Couzens [Fri, 25 Jun 2010 03:53:25 +0000 (05:53 +0200)]
python: extend ServiceTypeDatabase.py API a little
Added a few useful methods to ServiceTypeDatabase.py such as get(key,
default). These methods will be familiar to any python programmer.
Fixes #294
Pino Toscano [Fri, 25 Jun 2010 03:44:41 +0000 (05:44 +0200)]
build-sys: fix build on Hurd
Julien Blache [Fri, 25 Jun 2010 03:39:31 +0000 (05:39 +0200)]
core: fix build on kFreeBSD
Tommaso Colombo [Wed, 27 Jan 2010 01:43:11 +0000 (02:43 +0100)]
core: Don't ignore records with link-local addresss
Fix a regression introduced by commit
2ea7e99ed0dcfd371fef5aeecd3de77da1dfcd4f that caused the mDNS response
handler to completely ignore records with link-local addresses.
Fixes #300
Lennart Poettering [Fri, 25 Jun 2010 03:29:46 +0000 (05:29 +0200)]
darwin: don't make plists executable (See #301)
Lennart Poettering [Fri, 25 Jun 2010 03:29:23 +0000 (05:29 +0200)]
gtk: build for both gtk2 and gtk3
Lennart Poettering [Fri, 25 Jun 2010 01:57:24 +0000 (03:57 +0200)]
service-type-db: add Window Shifter protocol (See #308)
Aaron Faanes [Sat, 5 Jun 2010 23:05:29 +0000 (18:05 -0500)]
Corrected some spellings of 'privilege'
Lennart Poettering [Fri, 25 Jun 2010 01:36:17 +0000 (03:36 +0200)]
discover: don't show python backtrace when we cannot connect to Avahi (rhbz#585061)
Lennart Poettering [Fri, 25 Jun 2010 01:31:33 +0000 (03:31 +0200)]
discover: don't show python backtrace when we cannot connect to X11 (rhbz#599137)
James Laska [Fri, 25 Jun 2010 01:25:16 +0000 (03:25 +0200)]
init: fix fedora init script handling for PIDFILE (rhbz#600430)
Lennart Poettering [Fri, 25 Jun 2010 01:10:32 +0000 (03:10 +0200)]
get rid of a lot of old svn cruft
Ludwig Nussel [Wed, 19 May 2010 13:43:44 +0000 (15:43 +0200)]
socket: ignore packet if FIONREAD returns zero
zero size is reported for corrupt packets. recvmsg() later could
nevertheless get data from a good packet that followed the bad one.
So get out early to avoid hitting an assertion.
Olivier Crête [Fri, 25 Jun 2010 00:17:20 +0000 (02:17 +0200)]
gobject: clean up compiler output
Lennart Poettering [Fri, 25 Jun 2010 00:06:54 +0000 (02:06 +0200)]
build-sys: almost completely make the build clean, missing are howl and avahi-gobject
Lennart Poettering [Thu, 24 Jun 2010 23:50:03 +0000 (01:50 +0200)]
build-sys: make things more quiet
Lennart Poettering [Thu, 24 Jun 2010 23:12:50 +0000 (01:12 +0200)]
build-sys: enable git commit hook by default
Lennart Poettering [Thu, 24 Jun 2010 23:08:29 +0000 (01:08 +0200)]
from now on we enforce a strict whitespace regime
Lennart Poettering [Wed, 2 Jun 2010 02:37:40 +0000 (04:37 +0200)]
systemd: add support for acquiring socket from systemd
Andre Klapper [Sun, 11 Apr 2010 11:51:11 +0000 (13:51 +0200)]
Compile with -DGSEAL_ENABLE. Fixes http://avahi.org/ticket/305
Lennart Poettering [Sat, 14 Nov 2009 01:43:37 +0000 (02:43 +0100)]
core: Bug fixes for cleanup code
Patch contributed by "oc3an".
http://avahi.org/ticket/267
Peter Korsgaard [Fri, 19 Jun 2009 13:40:04 +0000 (15:40 +0200)]
autoipd: also use <dev>:avahi when using ifconfig in linux action script
avahi-autoipd.action.linux creates <dev>:3 aliases when using ifconfig
instead of the <dev>:avahi aliases used when ip is used. Fix it to always
use <dev>:avahi for consistency.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Lennart Poettering [Sat, 14 Nov 2009 01:35:28 +0000 (02:35 +0100)]
buildsys: various buildsystem updates
Lennart Poettering [Sat, 14 Nov 2009 01:35:10 +0000 (02:35 +0100)]
fix various compiler warnings
Robert Ancell [Thu, 30 Jul 2009 07:27:19 +0000 (17:27 +1000)]
Replace libglade with GtkBuilder
Lennart Poettering [Sat, 14 Nov 2009 01:02:43 +0000 (02:02 +0100)]
init: suse, status reports dead instead of unused when stopped
Original patch from the Suse guys.
http://avahi.org/ticket/283
Lennart Poettering [Sat, 14 Nov 2009 01:00:18 +0000 (02:00 +0100)]
init: Fix mandriva initscript to properly quote potentially empty variables when testing
http://avahi.org/ticket/281
Patch from the Mandriva guys:
http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/avahi/current/SOURCES/avahi-0.6.25-fix-chroot.patch?view=log
Patrick Oppenlander [Fri, 6 Nov 2009 00:11:02 +0000 (11:11 +1100)]
core: fix assertion side effect
http://avahi.org/ticket/287
Kees Cook [Thu, 29 Oct 2009 17:52:31 +0000 (10:52 -0700)]
avahi-publish: allow A-record-only publication in avahi-publish
In some situations, it is nice to be able to publish an A record without
the PTR that may conflict with an existing PTR. This adds the new
option "--no-reverse" to avahi-publish.
Lennart Poettering [Mon, 8 Jun 2009 19:17:39 +0000 (21:17 +0200)]
fix minor typos
Michael Biebl [Thu, 23 Apr 2009 12:39:48 +0000 (14:39 +0200)]
Simplify man page generation
Use gnu make extension ('%') to simplify man pages generation rules.
Michael Biebl [Thu, 23 Apr 2009 11:51:02 +0000 (13:51 +0200)]
Fix a few typos in the man pages
s/seperated/separated/
Reported as Debian bug #525268
Rob Leslie [Wed, 4 Mar 2009 05:37:15 +0000 (21:37 -0800)]
reflector: Don't reflect link-local IPv4 or IPv6 addresses
Modify avahi-daemon so that it doesn't advertise patently useless
link-local addresses on the wrong interfaces when reflecting mDNS
responses.
Lennart Poettering [Fri, 17 Apr 2009 19:35:21 +0000 (21:35 +0200)]
freebsd: compatibility fix for looking for CMSG_DATA
Patch contributed by Sven Wegener
Lennart Poettering [Tue, 14 Apr 2009 02:05:37 +0000 (04:05 +0200)]
update README
Lennart Poettering [Tue, 14 Apr 2009 02:05:01 +0000 (04:05 +0200)]
update NEWS
Lennart Poettering [Tue, 14 Apr 2009 01:56:42 +0000 (03:56 +0200)]
bump version and soname
Lennart Poettering [Tue, 14 Apr 2009 01:53:46 +0000 (03:53 +0200)]
hide more files from git
Lennart Poettering [Tue, 14 Apr 2009 01:40:32 +0000 (03:40 +0200)]
Make .desktop files pass desktop-file-validate
Original patch provided by 'pacho'
Lennart Poettering [Tue, 14 Apr 2009 01:30:45 +0000 (03:30 +0200)]
run make update-po
Lennart Poettering [Tue, 14 Apr 2009 01:29:31 +0000 (03:29 +0200)]
update LINGUAS
William Immendorf [Sun, 5 Apr 2009 18:38:00 +0000 (20:38 +0200)]
add init script for LFS
Lennart Poettering [Tue, 31 Mar 2009 23:44:59 +0000 (01:44 +0200)]
run make update-po
Lennart Poettering [Tue, 31 Mar 2009 23:44:10 +0000 (01:44 +0200)]
Merge commit 'origin/master-tx'
Rob Leslie [Tue, 31 Mar 2009 23:32:33 +0000 (01:32 +0200)]
CVE-2009-0758: Reflector creates packet storm on legacy unicast traffic
Fixes rhbz #488314.
Lennart Poettering [Tue, 31 Mar 2009 23:20:14 +0000 (01:20 +0200)]
Use send_destination for DBus <deny> rule
This fixes #263, rhbz #491941, fdo #18961
Lennart Poettering [Tue, 31 Mar 2009 23:03:34 +0000 (01:03 +0200)]
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/avahi
Lennart Poettering [Tue, 31 Mar 2009 23:02:47 +0000 (01:02 +0200)]
include sys/types.h since libcap needs that apparently
kelemeng [Sun, 22 Mar 2009 12:18:56 +0000 (12:18 +0000)]
Sending translation for Hungarian
kmilos [Sat, 21 Mar 2009 16:37:32 +0000 (16:37 +0000)]
Sending translation for po/sr@latin.po
kmilos [Sat, 21 Mar 2009 16:36:58 +0000 (16:36 +0000)]
Sending translation for Serbian
Taylon Silmer Lacerda Silva [Mon, 16 Mar 2009 14:28:07 +0000 (14:28 +0000)]
Updated Brazilian Portuguese translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Xavier Conde [Thu, 12 Mar 2009 21:40:00 +0000 (21:40 +0000)]
Updated catalan po
Transmitted-via: Transifex (translate.fedoraproject.org)
Lennart Poettering [Thu, 5 Mar 2009 10:04:40 +0000 (11:04 +0100)]
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/avahi
Fabian Affolter [Mon, 23 Feb 2009 16:56:09 +0000 (16:56 +0000)]
Updated German translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Domingo Becker [Sat, 21 Feb 2009 03:55:20 +0000 (03:55 +0000)]
a minor change
Transmitted-via: Transifex (translate.fedoraproject.org)
Domingo Becker [Sat, 21 Feb 2009 03:53:07 +0000 (03:53 +0000)]
updated Spanish translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Alexandru Szasz [Wed, 18 Feb 2009 19:18:43 +0000 (19:18 +0000)]
Added Romanian translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Timo Jyrinki [Fri, 13 Feb 2009 07:13:18 +0000 (07:13 +0000)]
Update Finnish translation against current trunk. All strings translated.
Transmitted-via: Transifex (translate.fedoraproject.org)
Daniel Nylander [Wed, 11 Feb 2009 11:41:15 +0000 (11:41 +0000)]
Updated Swedish translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Timo Jyrinki [Mon, 22 Dec 2008 11:16:44 +0000 (11:16 +0000)]
Updated Finnish translation against current git trunk.
Transmitted-via: Transifex (translate.fedoraproject.org)
Sharuzzaman Ahmat Raslan [Sun, 21 Dec 2008 12:48:30 +0000 (12:48 +0000)]
Updated Malay translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Piotr Drąg [Sat, 13 Dec 2008 19:52:18 +0000 (19:52 +0000)]
Updated Polish translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Lennart Poettering [Fri, 12 Dec 2008 21:34:08 +0000 (22:34 +0100)]
Merge commit 'flameeyes/master'
Lennart Poettering [Fri, 12 Dec 2008 21:22:38 +0000 (22:22 +0100)]
update NEWS file
Lennart Poettering [Fri, 12 Dec 2008 21:10:47 +0000 (22:10 +0100)]
make make distclean pass
Lennart Poettering [Fri, 12 Dec 2008 21:10:27 +0000 (22:10 +0100)]
bump version and soname
Takao Fujiwara [Sun, 7 Sep 2008 05:54:20 +0000 (15:54 +1000)]
Add localization support to avahi-ui and avahi-discover
Closes #122
Signed-off-by: Ted Percival <ted@midg3t.net>
Signed-off-by: Lennart Poettering <lennart@poettering.net>
Lennart Poettering [Fri, 12 Dec 2008 20:36:42 +0000 (21:36 +0100)]
libavahi-common needs to link libintl
Original patch from Daniel Macks.
Closes #194
Lennart Poettering [Fri, 12 Dec 2008 20:29:30 +0000 (21:29 +0100)]
Fix pfroute IPv6 code
Quoting Joe Marcus Clarke:
"There are two problems in the iface-pfroute.c IPv6 detection
code. The first is that the KAME stack embeds a scope ID into
IPv6 addresses. This can cause certain hosts not to be able to
recognize the address. The second is that global_scope is always
set to 1 even for link-local addresses.
The attached patch fixes both problems. The KAME fix was
submitted by Hajimu UMEMOTO."
Patch from Joe Marcus Clarke/Hajimu UMEMOTO.
Lennart Poettering [Fri, 12 Dec 2008 20:26:27 +0000 (21:26 +0100)]
Fix --force-bind logic
Quoting Cocagne:
"line 1280 of autoipd's main.c: "else if (event ==
EVENT_ROUTABLE_ADDR_CONFIGURED)" is missing '&& !force_bind' in
the conditional. The lack of this condition causes the local
link IP to be released even if the --force-bind arugment is
passed.
The problem was noticed when attempting to use avahi-autoipd
acquire a link-local address during the early-userspace in a
Linux initramfs. Immediately after the call-out script assinged
the ll-address to the device, the daemon released the address
via this conditional. It's suspicious that the daemon would
consider this address "routable" but, even if it were,
--force-bind should prevent the address from being released.
After adding the && !force_bind to the conditional the daemon
appeard to behave as expected."
Closes #209.
Lennart Poettering [Fri, 12 Dec 2008 20:02:44 +0000 (21:02 +0100)]
allow/deny interfaces support
Original patch from Skinkie. Heavily modified by Lennart Poettering.
Closes #212.
Lennart Poettering [Fri, 12 Dec 2008 19:36:45 +0000 (20:36 +0100)]
compile python module even without gtk. It seems, that most parts of python are not dependent on gtk+
Original patch from Stanislav Brabec.
Closes #222.
Lennart Poettering [Fri, 12 Dec 2008 19:31:42 +0000 (20:31 +0100)]
Install avahi bookmarks, even if no pygtk is available.
Original patch by Stanislav Brabec.
Re #222
Lennart Poettering [Fri, 12 Dec 2008 19:30:42 +0000 (20:30 +0100)]
Do not install glade interfaces file, if no gtk is present.
Original patch from Stanislav Brabec.
Re #222
Lennart Poettering [Fri, 12 Dec 2008 19:29:28 +0000 (20:29 +0100)]
Install only man pages to installed binaries.
Original patch rom Stanislav Brabec.
Re #222
Lennart Poettering [Fri, 12 Dec 2008 19:25:23 +0000 (20:25 +0100)]
avahi-discover crashes if row is unselected
Quoting james_w:
"I believe the cause of this was the a row was unselected,
meaning that get_selection() returned None for iter, which then
was used improperly in treemodel.get()
The attached patch should prevent this from happening. Please
consider applying it."
Patch from james_w.
Closes #226.
Marcus Meissner [Mon, 1 Sep 2008 08:27:25 +0000 (10:27 +0200)]
attribute alloc_size for newer gccs.
This patch marks up the allocator functions with the
GCC 4.3 (and later) attribute alloc_size.
This will pass the size of allocations of known size
(at compile time) to the overflow checking memcpy/strcpy
and related functions.
Ciao, Marcus
Signed-off-by: Lennart Poettering <lennart@poettering.net>
Lennart Poettering [Fri, 12 Dec 2008 19:13:58 +0000 (20:13 +0100)]
Drop private inotify code
Quoting Adrian Bunk:
"avahi-daemon ships with the contents of linux/inotify.h plus
#define's for the syscall numbers. The latter are #if 0'ed. I'm not
sure whether this setup could work at all with some kernel headers and
glibc version, but considering that glibc already provides
sys/inotify.h for some time it's IMHO time to drop the private inotify
code."
Original patch from Adrian Bunk.
Closes #243.
Lennart Poettering [Fri, 12 Dec 2008 18:48:14 +0000 (19:48 +0100)]
Merge commit 'origin/master-tx'
Lennart Poettering [Fri, 12 Dec 2008 18:41:43 +0000 (19:41 +0100)]
Only include gtk/gtk.h
Quoting cosimoc:
"avahi-ui should only include <gtk/gtk.h>, as for the new GTK+ single
headers policy. Patch attached."
Original patch from cosimoc.
Closes #248
Lennart Poettering [Fri, 12 Dec 2008 18:37:24 +0000 (19:37 +0100)]
actually set thread_running. Closes #251
Lennart Poettering [Fri, 12 Dec 2008 18:22:49 +0000 (19:22 +0100)]
explain which port it is that is invalid
Lennart Poettering [Thu, 11 Dec 2008 19:57:45 +0000 (20:57 +0100)]
Don't get confused by UDP packets with a source port that is zero
This is a fix for rhbz 475394.
Problem identified by Hugo Dias.
Lennart Poettering [Thu, 11 Dec 2008 19:22:07 +0000 (20:22 +0100)]
Fix two bashisms
Fixes rhbz #449142
Lennart Poettering [Thu, 11 Dec 2008 19:16:44 +0000 (20:16 +0100)]
pull fedora init script to prio 24
Lennart Poettering [Thu, 11 Dec 2008 19:11:42 +0000 (20:11 +0100)]
Include host in invalid packet messages
Include the source host in warning messages about invalid packets.
This is a result of rhbz #438013
Diego Elio 'Flameeyes' Pettenò [Sun, 7 Dec 2008 15:03:06 +0000 (16:03 +0100)]
Don't enable PIC code for all compilation.
libtool will take care of enabling PIC code whenever necessary, users
of PIE-based systems, for randomised processes address will have -fPIE
anyway.
Diego 'Flameeyes' Pettenò [Fri, 8 Aug 2008 16:39:49 +0000 (18:39 +0200)]
Remove gettext macro, the package uses intltool instead.
Diego 'Flameeyes' Pettenò [Fri, 8 Aug 2008 16:39:26 +0000 (18:39 +0200)]
Ignore macro files added by libtool 2.2.
Domingo Becker [Sun, 23 Nov 2008 14:25:42 +0000 (14:25 +0000)]
Jorge González translations to Spanish
Transmitted-via: Transifex (translate.fedoraproject.org)
Ludwig Nussel [Wed, 8 Oct 2008 08:47:50 +0000 (10:47 +0200)]
avahi-dnsconfd: add support for SUSE's resolv.conf tools
Signed-off-by: Ludwig Nussel <ludwig.nussel@suse.de>
Signed-off-by: Lennart Poettering <lennart@poettering.net>
Ted Percival [Fri, 24 Oct 2008 16:30:50 +0000 (10:30 -0600)]
Fix typo no -> not in avahi-daemon.conf.5
Signed-off-by: Lennart Poettering <lennart@poettering.net>
Lennart Poettering [Sun, 26 Oct 2008 14:10:35 +0000 (15:10 +0100)]
initialize i18n automatically
Fabian Affolter [Thu, 23 Oct 2008 14:08:32 +0000 (14:08 +0000)]
Some changes in German translation done
Transmitted-via: Transifex (translate.fedoraproject.org)
Timo Jyrinki [Thu, 9 Oct 2008 09:02:05 +0000 (09:02 +0000)]
Restore Greek, Spanish, Finnish and Hungarian language codes removed by the
Swedish translation commit.
Transmitted-via: Transifex (translate.fedoraproject.org)