]>
git.meshlink.io Git - catta/log
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)
Francesco Tombolini [Wed, 24 Sep 2008 01:14:15 +0000 (01:14 +0000)]
Updated italian translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Lennart Poettering [Mon, 8 Sep 2008 18:26:21 +0000 (21:26 +0300)]
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/avahi
Daniel Nylander [Fri, 5 Sep 2008 07:59:45 +0000 (07:59 +0000)]
Added sv to LINGUAS
Transmitted-via: Transifex (translate.fedoraproject.org)
Daniel Nylander [Thu, 4 Sep 2008 23:08:57 +0000 (23:08 +0000)]
Added Swedish translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Timo Jyrinki [Tue, 2 Sep 2008 19:13:40 +0000 (19:13 +0000)]
Add fi to LINGUAS.
Transmitted-via: Transifex (translate.fedoraproject.org)
Timo Jyrinki [Tue, 2 Sep 2008 19:11:02 +0000 (19:11 +0000)]
Add Finnish (fi) translation.
Transmitted-via: Transifex (translate.fedoraproject.org)
Gabor Kelemen [Sun, 31 Aug 2008 12:39:32 +0000 (12:39 +0000)]
Added el, es, hu to LINGUAS
Transmitted-via: Transifex (translate.fedoraproject.org)
Gabor Kelemen [Sat, 30 Aug 2008 02:18:14 +0000 (02:18 +0000)]
Hungarian translation added
Transmitted-via: Transifex (translate.fedoraproject.org)
Fabian Affolter [Fri, 29 Aug 2008 10:16:33 +0000 (10:16 +0000)]
Updated German translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Ted Percival [Fri, 15 Aug 2008 22:55:11 +0000 (08:55 +1000)]
Fix intltool complaining about desktop files
Fix intltool complaining about desktop files
Updated desktop filenames in POTFILES.in and POTFILES.skip
Fixes a `make check` error when running `intltool-update -m`
that was introduced in commit
c7ecad8 .
Signed-off-by: Lennart Poettering <lennart@poettering.net>
Lennart Poettering [Fri, 8 Aug 2008 14:45:17 +0000 (16:45 +0200)]
Merge branch 'master-tx'
Ted Percival [Thu, 7 Aug 2008 18:55:01 +0000 (04:55 +1000)]
Add iPod Touch to service type database
Add iPod Touch to service type database
Signed-off-by: Lennart Poettering <lennart@poettering.net>
Ted Percival [Thu, 7 Aug 2008 18:16:58 +0000 (04:16 +1000)]
Add missing INTLTOOL_DESKTOP_RULE
Add missing INTLTOOL_DESKTOP_RULE
Fixes desktop/menu files not showing up.
Desktop file translations now work.
Closes #234, #200.
Signed-off-by: Lennart Poettering <lennart@poettering.net>
Lennart Poettering [Wed, 6 Aug 2008 13:57:28 +0000 (16:57 +0300)]
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/avahi
Lennart Poettering [Tue, 5 Aug 2008 13:53:23 +0000 (15:53 +0200)]
guarantee that we never calculate an invalid ip address from the mac address
Sharuzzaman Ahmat Raslan [Thu, 31 Jul 2008 15:40:03 +0000 (15:40 +0000)]
Added Malay to LINGUAS
Transmitted-via: Transifex (translate.fedoraproject.org)
Sharuzzaman Ahmat Raslan [Thu, 31 Jul 2008 15:31:29 +0000 (15:31 +0000)]
Added new Malay translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Fabian Affolter [Tue, 22 Jul 2008 07:25:33 +0000 (07:25 +0000)]
2008-07-22 Fabian Affolter <fabian@bernewireless.net> (via
fab@fedoraproject.org)
* po/de.po: Updated German translation
PabloMartin-Gomez [Sun, 20 Jul 2008 13:59:54 +0000 (13:59 +0000)]
2008-07-20 PabloMartin-Gomez <pablo.martin-gomez@laposte.net> (via
bouska@fedoraproject.org)
* po/fr.po: Final french translation
Lennart Poettering [Thu, 3 Jul 2008 21:34:43 +0000 (00:34 +0300)]
Merge branches 'master' and 'master' of ssh://rootserver/home/lennart/git/public/avahi
Xavier Conde [Sat, 28 Jun 2008 16:52:30 +0000 (16:52 +0000)]
2008-06-28 Xavier Conde <xavi.conde@gmail.com> (via xconde@fedoraproject.org)
* po/LINGUAS: Added Catalan locale to LINGUAS
Xavier Conde [Thu, 26 Jun 2008 08:26:04 +0000 (08:26 +0000)]
2008-06-26 Xavier Conde <xavi.conde@gmail.com> (via xconde@fedoraproject.org)
* po/ca.po: Added catalan ca.po
Juan Manuel Rodriguez Moreno [Wed, 25 Jun 2008 15:49:05 +0000 (15:49 +0000)]
2008-06-25 Juan Manuel Rodriguez Moreno <nushio@gmail.com> (via
nushio@fedoraproject.org)
* po/es.po: Creating initial spanish translation
Dimitris Glezos [Tue, 24 Jun 2008 21:10:28 +0000 (21:10 +0000)]
2008-06-24 Dimitris Glezos <dimitris@glezos.com> (via glezos@fedoraproject.org)
* po/el.po: A few more strings in el.po
Lennart Poettering [Tue, 24 Jun 2008 20:34:34 +0000 (22:34 +0200)]
Merge branch 'master'; commit '
cce02bf6 ' into master-tx
Dimitris Glezos [Tue, 24 Jun 2008 18:05:16 +0000 (18:05 +0000)]
2008-06-24 Dimitris Glezos <dimitris@glezos.com> (via glezos@fedoraproject.org)
* po/el.po: Initial Greek translation
Lennart Poettering [Tue, 24 Jun 2008 00:16:12 +0000 (02:16 +0200)]
update .gitignore file
Lennart Poettering [Tue, 24 Jun 2008 00:15:32 +0000 (02:15 +0200)]
adapt to newer intltool
Lennart Poettering [Mon, 23 Jun 2008 23:18:47 +0000 (01:18 +0200)]
bump sonames
Lennart Poettering [Mon, 23 Jun 2008 23:18:30 +0000 (01:18 +0200)]
bump version
Lennart Poettering [Mon, 23 Jun 2008 22:40:39 +0000 (00:40 +0200)]
update NEWS file
Lennart Poettering [Mon, 23 Jun 2008 22:33:51 +0000 (00:33 +0200)]
update AUTHORS file a bit
Sjoerd Simons [Sat, 21 Jun 2008 17:47:59 +0000 (19:47 +0200)]
Only export symbols with the ga_ prefix
Sjoerd Simons [Sat, 21 Jun 2008 17:44:25 +0000 (19:44 +0200)]
put custom marshallers in the _ga_ namespace instead of ga_
Sjoerd Simons [Sun, 22 Jun 2008 16:27:57 +0000 (18:27 +0200)]
Make avahi compile on GNU/Hurd. Patch by Samuel Thibault.
Sjoerd Simons [Sat, 21 Jun 2008 17:48:19 +0000 (19:48 +0200)]
Don't use -export-dynamic as a linker flag
Sjoerd Simons [Sun, 22 Jun 2008 15:31:08 +0000 (17:31 +0200)]
Hide everything except for the avahi_qt_poll_get symbol if possible in the qt bindings
Lennart Poettering [Wed, 18 Jun 2008 00:30:52 +0000 (02:30 +0200)]
add minimal README file with the new git URLs and stuff
Lennart Poettering [Wed, 18 Jun 2008 00:25:09 +0000 (02:25 +0200)]
add .gitignore files
Sjoerd Simons [Fri, 13 Jun 2008 11:11:49 +0000 (11:11 +0000)]
Remove entries from the GaEntryGroupService entry hashed using GaEntryGroupServiceEntry instead of strings. Fixes crash when calling ga_entry_group_service_remove_key
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1784
941a03a8 -eaeb-0310-b9a0-
b1bbd8fe43fe
Ted Percival [Thu, 12 Jun 2008 09:13:39 +0000 (09:13 +0000)]
Brazilian Portuguese translation
Translated by Lucas Saboya. Revised by Igor Pires Soares.
From the Fedora Translation Team
Closes: #215.
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1783
941a03a8 -eaeb-0310-b9a0-
b1bbd8fe43fe
Ted Percival [Fri, 23 May 2008 13:53:10 +0000 (13:53 +0000)]
Replacement French translation
by Matthieu Rondeau <rondeau.matthieu.r@gmail.com>
As reviewed by the Fedora French translation team
With pre-colon spaces replaced by U+202F - Narrow no-break space
like the previous translation (see bug #207)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1782
941a03a8 -eaeb-0310-b9a0-
b1bbd8fe43fe
Sjoerd Simons [Sat, 26 Apr 2008 13:18:01 +0000 (13:18 +0000)]
Sanatize avahi-gobject.pc. See http://err.no/personal/blog/tech/2008-03-25-18-07_pkg-config,_sonames_and_Requires.private for details
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1781
941a03a8 -eaeb-0310-b9a0-
b1bbd8fe43fe
Ted Percival [Sat, 26 Apr 2008 11:55:04 +0000 (11:55 +0000)]
Disable AC_FUNC_MALLOC and AC_FUNC_REALLOC
because they cause unnecessary build failures
Closes #196
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1780
941a03a8 -eaeb-0310-b9a0-
b1bbd8fe43fe
Ted Percival [Sat, 26 Apr 2008 10:37:58 +0000 (10:37 +0000)]
Avoid using AC_CHECK_FILE when cross-compiling
because it causes configure to abort
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1779
941a03a8 -eaeb-0310-b9a0-
b1bbd8fe43fe
Ted Percival [Thu, 24 Apr 2008 09:50:36 +0000 (09:50 +0000)]
Add service-types for Thousand Parsec
Closes #142
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1778
941a03a8 -eaeb-0310-b9a0-
b1bbd8fe43fe
Ted Percival [Sun, 20 Apr 2008 04:23:59 +0000 (04:23 +0000)]
Fix build with --disable-glib
Disables avahi-discover-standalone and avahi-ui (bssh & bvnc)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1777
941a03a8 -eaeb-0310-b9a0-
b1bbd8fe43fe