]> git.meshlink.io Git - catta/log
catta
13 years agoget rid of a lot of old svn cruft
Lennart Poettering [Fri, 25 Jun 2010 01:10:32 +0000 (03:10 +0200)]
get rid of a lot of old svn cruft

13 years agosocket: ignore packet if FIONREAD returns zero
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.

13 years agogobject: clean up compiler output
Olivier Crête [Fri, 25 Jun 2010 00:17:20 +0000 (02:17 +0200)]
gobject: clean up compiler output

13 years agobuild-sys: almost completely make the build clean, missing are howl and avahi-gobject
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

13 years agobuild-sys: make things more quiet
Lennart Poettering [Thu, 24 Jun 2010 23:50:03 +0000 (01:50 +0200)]
build-sys: make things more quiet

13 years agobuild-sys: enable git commit hook by default
Lennart Poettering [Thu, 24 Jun 2010 23:12:50 +0000 (01:12 +0200)]
build-sys: enable git commit hook by default

13 years agofrom now on we enforce a strict whitespace regime
Lennart Poettering [Thu, 24 Jun 2010 23:08:29 +0000 (01:08 +0200)]
from now on we enforce a strict whitespace regime

13 years agosystemd: add support for acquiring socket from systemd
Lennart Poettering [Wed, 2 Jun 2010 02:37:40 +0000 (04:37 +0200)]
systemd: add support for acquiring socket from systemd

14 years agoCompile with -DGSEAL_ENABLE. Fixes http://avahi.org/ticket/305
Andre Klapper [Sun, 11 Apr 2010 11:51:11 +0000 (13:51 +0200)]
Compile with -DGSEAL_ENABLE. Fixes http://avahi.org/ticket/305

14 years agocore: Bug fixes for cleanup code
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

14 years agoautoipd: also use <dev>:avahi when using ifconfig in linux action script
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>
14 years agobuildsys: various buildsystem updates
Lennart Poettering [Sat, 14 Nov 2009 01:35:28 +0000 (02:35 +0100)]
buildsys: various buildsystem updates

14 years agofix various compiler warnings
Lennart Poettering [Sat, 14 Nov 2009 01:35:10 +0000 (02:35 +0100)]
fix various compiler warnings

14 years agoReplace libglade with GtkBuilder
Robert Ancell [Thu, 30 Jul 2009 07:27:19 +0000 (17:27 +1000)]
Replace libglade with GtkBuilder

14 years agoinit: suse, status reports dead instead of unused when stopped
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

14 years agoinit: Fix mandriva initscript to properly quote potentially empty variables when...
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

14 years agocore: fix assertion side effect
Patrick Oppenlander [Fri, 6 Nov 2009 00:11:02 +0000 (11:11 +1100)]
core: fix assertion side effect

http://avahi.org/ticket/287

14 years agoavahi-publish: allow A-record-only publication in avahi-publish
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.

14 years agofix minor typos
Lennart Poettering [Mon, 8 Jun 2009 19:17:39 +0000 (21:17 +0200)]
fix minor typos

15 years agoSimplify man page generation
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.

15 years agoFix a few typos in the man pages
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

15 years agoreflector: Don't reflect link-local IPv4 or IPv6 addresses
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.

15 years agofreebsd: compatibility fix for looking for CMSG_DATA
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

15 years agoupdate README
Lennart Poettering [Tue, 14 Apr 2009 02:05:37 +0000 (04:05 +0200)]
update README

15 years agoupdate NEWS
Lennart Poettering [Tue, 14 Apr 2009 02:05:01 +0000 (04:05 +0200)]
update NEWS

15 years agobump version and soname
Lennart Poettering [Tue, 14 Apr 2009 01:56:42 +0000 (03:56 +0200)]
bump version and soname

15 years agohide more files from git
Lennart Poettering [Tue, 14 Apr 2009 01:53:46 +0000 (03:53 +0200)]
hide more files from git

15 years agoMake .desktop files pass desktop-file-validate
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'

15 years agorun make update-po
Lennart Poettering [Tue, 14 Apr 2009 01:30:45 +0000 (03:30 +0200)]
run make update-po

15 years agoupdate LINGUAS
Lennart Poettering [Tue, 14 Apr 2009 01:29:31 +0000 (03:29 +0200)]
update LINGUAS

15 years agoadd init script for LFS
William Immendorf [Sun, 5 Apr 2009 18:38:00 +0000 (20:38 +0200)]
add init script for LFS

15 years agorun make update-po
Lennart Poettering [Tue, 31 Mar 2009 23:44:59 +0000 (01:44 +0200)]
run make update-po

15 years agoMerge commit 'origin/master-tx'
Lennart Poettering [Tue, 31 Mar 2009 23:44:10 +0000 (01:44 +0200)]
Merge commit 'origin/master-tx'

15 years agoCVE-2009-0758: Reflector creates packet storm on legacy unicast traffic
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.

15 years agoUse send_destination for DBus <deny> rule
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

15 years agoMerge branch 'master' of ssh://rootserver/home/lennart/git/public/avahi
Lennart Poettering [Tue, 31 Mar 2009 23:03:34 +0000 (01:03 +0200)]
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/avahi

15 years agoinclude sys/types.h since libcap needs that apparently
Lennart Poettering [Tue, 31 Mar 2009 23:02:47 +0000 (01:02 +0200)]
include sys/types.h since libcap needs that apparently

15 years agoSending translation for Hungarian
kelemeng [Sun, 22 Mar 2009 12:18:56 +0000 (12:18 +0000)]
Sending translation for Hungarian

15 years agoSending translation for po/sr@latin.po
kmilos [Sat, 21 Mar 2009 16:37:32 +0000 (16:37 +0000)]
Sending translation for po/sr@latin.po

15 years agoSending translation for Serbian
kmilos [Sat, 21 Mar 2009 16:36:58 +0000 (16:36 +0000)]
Sending translation for Serbian

15 years agoUpdated Brazilian Portuguese translation
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)

15 years agoUpdated catalan po
Xavier Conde [Thu, 12 Mar 2009 21:40:00 +0000 (21:40 +0000)]
Updated catalan po

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoMerge branch 'master' of ssh://rootserver/home/lennart/git/public/avahi
Lennart Poettering [Thu, 5 Mar 2009 10:04:40 +0000 (11:04 +0100)]
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/avahi

15 years agoUpdated German translation
Fabian Affolter [Mon, 23 Feb 2009 16:56:09 +0000 (16:56 +0000)]
Updated German translation

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoa minor change
Domingo Becker [Sat, 21 Feb 2009 03:55:20 +0000 (03:55 +0000)]
a minor change

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoupdated Spanish translation
Domingo Becker [Sat, 21 Feb 2009 03:53:07 +0000 (03:53 +0000)]
updated Spanish translation

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoAdded Romanian translation
Alexandru Szasz [Wed, 18 Feb 2009 19:18:43 +0000 (19:18 +0000)]
Added Romanian translation

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoUpdate Finnish translation against current trunk. All strings translated.
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)

15 years agoUpdated Swedish translation
Daniel Nylander [Wed, 11 Feb 2009 11:41:15 +0000 (11:41 +0000)]
Updated Swedish translation

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoUpdated Finnish translation against current git trunk.
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)

15 years agoUpdated Malay translation
Sharuzzaman Ahmat Raslan [Sun, 21 Dec 2008 12:48:30 +0000 (12:48 +0000)]
Updated Malay translation

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoUpdated Polish translation
Piotr Drąg [Sat, 13 Dec 2008 19:52:18 +0000 (19:52 +0000)]
Updated Polish translation

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoMerge commit 'flameeyes/master'
Lennart Poettering [Fri, 12 Dec 2008 21:34:08 +0000 (22:34 +0100)]
Merge commit 'flameeyes/master'

15 years agoupdate NEWS file
Lennart Poettering [Fri, 12 Dec 2008 21:22:38 +0000 (22:22 +0100)]
update NEWS file

15 years agomake make distclean pass
Lennart Poettering [Fri, 12 Dec 2008 21:10:47 +0000 (22:10 +0100)]
make make distclean pass

15 years agobump version and soname
Lennart Poettering [Fri, 12 Dec 2008 21:10:27 +0000 (22:10 +0100)]
bump version and soname

15 years agoAdd localization support to avahi-ui and avahi-discover
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>
15 years agolibavahi-common needs to link libintl
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

15 years agoFix pfroute IPv6 code
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.

15 years agoFix --force-bind logic
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.

15 years agoallow/deny interfaces support
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.

15 years agocompile python module even without gtk. It seems, that most parts of python are not...
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.

15 years agoInstall avahi bookmarks, even if no pygtk is available.
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

15 years agoDo not install glade interfaces file, if no gtk is present.
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

15 years agoInstall only man pages to installed binaries.
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

15 years agoavahi-discover crashes if row is unselected
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.

15 years agoattribute alloc_size for newer gccs.
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>
15 years agoDrop private inotify code
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.

15 years agoMerge commit 'origin/master-tx'
Lennart Poettering [Fri, 12 Dec 2008 18:48:14 +0000 (19:48 +0100)]
Merge commit 'origin/master-tx'

15 years agoOnly include gtk/gtk.h
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

15 years agoactually set thread_running. Closes #251
Lennart Poettering [Fri, 12 Dec 2008 18:37:24 +0000 (19:37 +0100)]
actually set thread_running. Closes #251

15 years agoexplain which port it is that is invalid
Lennart Poettering [Fri, 12 Dec 2008 18:22:49 +0000 (19:22 +0100)]
explain which port it is that is invalid

15 years agoDon't get confused by UDP packets with a source port that is zero
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.

15 years agoFix two bashisms
Lennart Poettering [Thu, 11 Dec 2008 19:22:07 +0000 (20:22 +0100)]
Fix two bashisms

Fixes rhbz #449142

15 years agopull fedora init script to prio 24
Lennart Poettering [Thu, 11 Dec 2008 19:16:44 +0000 (20:16 +0100)]
pull fedora init script to prio 24

15 years agoInclude host in invalid packet messages
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

15 years agoDon't enable PIC code for all compilation.
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.

15 years agoRemove gettext macro, the package uses intltool instead.
Diego 'Flameeyes' Pettenò [Fri, 8 Aug 2008 16:39:49 +0000 (18:39 +0200)]
Remove gettext macro, the package uses intltool instead.

15 years agoIgnore macro files added by libtool 2.2.
Diego 'Flameeyes' Pettenò [Fri, 8 Aug 2008 16:39:26 +0000 (18:39 +0200)]
Ignore macro files added by libtool 2.2.

15 years agoJorge González translations to Spanish
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)

15 years agoavahi-dnsconfd: add support for SUSE's resolv.conf tools
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>
15 years agoFix typo no -> not in avahi-daemon.conf.5
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>
15 years agoinitialize i18n automatically
Lennart Poettering [Sun, 26 Oct 2008 14:10:35 +0000 (15:10 +0100)]
initialize i18n automatically

15 years agoSome changes in German translation done
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)

15 years agoRestore Greek, Spanish, Finnish and Hungarian language codes removed by the
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)

15 years agoUpdated italian translation
Francesco Tombolini [Wed, 24 Sep 2008 01:14:15 +0000 (01:14 +0000)]
Updated italian translation

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoMerge branch 'master' of ssh://rootserver/home/lennart/git/public/avahi
Lennart Poettering [Mon, 8 Sep 2008 18:26:21 +0000 (21:26 +0300)]
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/avahi

15 years agoAdded sv to LINGUAS
Daniel Nylander [Fri, 5 Sep 2008 07:59:45 +0000 (07:59 +0000)]
Added sv to LINGUAS

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoAdded Swedish translation
Daniel Nylander [Thu, 4 Sep 2008 23:08:57 +0000 (23:08 +0000)]
Added Swedish translation

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoAdd fi to LINGUAS.
Timo Jyrinki [Tue, 2 Sep 2008 19:13:40 +0000 (19:13 +0000)]
Add fi to LINGUAS.

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoAdd Finnish (fi) translation.
Timo Jyrinki [Tue, 2 Sep 2008 19:11:02 +0000 (19:11 +0000)]
Add Finnish (fi) translation.

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoAdded el, es, hu to LINGUAS
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)

15 years agoHungarian translation added
Gabor Kelemen [Sat, 30 Aug 2008 02:18:14 +0000 (02:18 +0000)]
Hungarian translation added

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoUpdated German translation
Fabian Affolter [Fri, 29 Aug 2008 10:16:33 +0000 (10:16 +0000)]
Updated German translation

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoFix intltool complaining about desktop files
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>
15 years agoMerge branch 'master-tx'
Lennart Poettering [Fri, 8 Aug 2008 14:45:17 +0000 (16:45 +0200)]
Merge branch 'master-tx'

15 years agoAdd iPod Touch to service type database
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>
15 years agoAdd missing INTLTOOL_DESKTOP_RULE
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>
15 years agoMerge branch 'master' of ssh://rootserver/home/lennart/git/public/avahi
Lennart Poettering [Wed, 6 Aug 2008 13:57:28 +0000 (16:57 +0300)]
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/avahi

15 years agoguarantee that we never calculate an invalid ip address from the mac address
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