summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update NEWS filev0.6.24Lennart Poettering2008-12-121-0/+14
|
* make make distclean passLennart Poettering2008-12-122-2/+4
|
* bump version and sonameLennart Poettering2008-12-121-5/+5
|
* Add localization support to avahi-ui and avahi-discoverTakao Fujiwara2008-12-127-24/+39
| | | | | | | Closes #122 Signed-off-by: Ted Percival <ted@midg3t.net> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* libavahi-common needs to link libintlLennart Poettering2008-12-121-1/+1
| | | | | | Original patch from Daniel Macks. Closes #194
* Fix pfroute IPv6 codeLennart Poettering2008-12-121-9/+32
| | | | | | | | | | | | | | | 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.
* Fix --force-bind logicLennart Poettering2008-12-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 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.
* allow/deny interfaces supportLennart Poettering2008-12-126-77/+161
| | | | | | Original patch from Skinkie. Heavily modified by Lennart Poettering. Closes #212.
* compile python module even without gtk. It seems, that most parts of python ↵Lennart Poettering2008-12-121-2/+0
| | | | | | | | are not dependent on gtk+ Original patch from Stanislav Brabec. Closes #222.
* Install avahi bookmarks, even if no pygtk is available.Lennart Poettering2008-12-122-3/+1
| | | | | | Original patch by Stanislav Brabec. Re #222
* Do not install glade interfaces file, if no gtk is present.Lennart Poettering2008-12-121-1/+1
| | | | | | Original patch from Stanislav Brabec. Re #222
* Install only man pages to installed binaries.Lennart Poettering2008-12-121-3/+12
| | | | | | Original patch rom Stanislav Brabec. Re #222
* avahi-discover crashes if row is unselectedLennart Poettering2008-12-121-1/+3
| | | | | | | | | | | | | | | 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.
* attribute alloc_size for newer gccs.Marcus Meissner2008-12-122-10/+19
| | | | | | | | | | | | | 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>
* Drop private inotify codeLennart Poettering2008-12-124-272/+85
| | | | | | | | | | | | | | | 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.
* Merge commit 'origin/master-tx'Lennart Poettering2008-12-127-1025/+3508
|\
| * Jorge González translations to SpanishDomingo Becker2008-11-231-231/+217
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Some changes in German translation doneFabian Affolter2008-10-231-30/+30
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Restore Greek, Spanish, Finnish and Hungarian language codes removed by theTimo Jyrinki2008-10-091-0/+4
| | | | | | | | | | | | Swedish translation commit. Transmitted-via: Transifex (translate.fedoraproject.org)
| * Updated italian translationFrancesco Tombolini2008-09-241-38/+85
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Added sv to LINGUASDaniel Nylander2008-09-051-4/+1
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Added Swedish translationDaniel Nylander2008-09-041-0/+727
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Add fi to LINGUAS.Timo Jyrinki2008-09-021-0/+1
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Add Finnish (fi) translation.Timo Jyrinki2008-09-021-0/+708
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Added el, es, hu to LINGUASGabor Kelemen2008-08-311-0/+3
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Hungarian translation addedGabor Kelemen2008-08-301-0/+708
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Updated German translationFabian Affolter2008-08-291-753/+1055
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | Only include gtk/gtk.hLennart Poettering2008-12-121-2/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* | actually set thread_running. Closes #251Lennart Poettering2008-12-121-12/+14
| |
* | explain which port it is that is invalidLennart Poettering2008-12-121-1/+1
| |
* | Don't get confused by UDP packets with a source port that is zeroLennart Poettering2008-12-121-0/+6
| | | | | | | | | | | | This is a fix for rhbz 475394. Problem identified by Hugo Dias.
* | Fix two bashismsLennart Poettering2008-12-112-2/+2
| | | | | | | | Fixes rhbz #449142
* | pull fedora init script to prio 24Lennart Poettering2008-12-111-5/+4
| |
* | Include host in invalid packet messagesLennart Poettering2008-12-111-147/+151
| | | | | | | | | | | | Include the source host in warning messages about invalid packets. This is a result of rhbz #438013
* | avahi-dnsconfd: add support for SUSE's resolv.conf toolsLudwig Nussel2008-10-261-1/+21
| | | | | | | | | | Signed-off-by: Ludwig Nussel <ludwig.nussel@suse.de> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* | Fix typo no -> not in avahi-daemon.conf.5Ted Percival2008-10-261-1/+1
| | | | | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* | initialize i18n automaticallyLennart Poettering2008-10-262-109/+111
| |
* | Fix intltool complaining about desktop filesTed Percival2008-08-162-2/+4
| | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge branch 'master-tx'Lennart Poettering2008-08-086-691/+3037
|\|
| * Added Malay to LINGUASSharuzzaman Ahmat Raslan2008-07-311-0/+1
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Added new Malay translationSharuzzaman Ahmat Raslan2008-07-311-0/+738
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * 2008-07-22 Fabian Affolter <fabian@bernewireless.net> (viaFabian Affolter2008-07-221-610/+762
| | | | | | | | | | | | fab@fedoraproject.org) * po/de.po: Updated German translation
| * 2008-07-20 PabloMartin-Gomez <pablo.martin-gomez@laposte.net> (viaPabloMartin-Gomez2008-07-201-81/+94
| | | | | | | | | | | | bouska@fedoraproject.org) * po/fr.po: Final french translation
| * 2008-06-28 Xavier Conde <xavi.conde@gmail.com> (via xconde@fedoraproject.org)Xavier Conde2008-06-281-0/+1
| | | | | | | | * po/LINGUAS: Added Catalan locale to LINGUAS
| * 2008-06-26 Xavier Conde <xavi.conde@gmail.com> (via xconde@fedoraproject.org)Xavier Conde2008-06-261-0/+718
| | | | | | | | * po/ca.po: Added catalan ca.po
| * 2008-06-25 Juan Manuel Rodriguez Moreno <nushio@gmail.com> (viaJuan Manuel Rodriguez Moreno2008-06-251-0/+723
| | | | | | | | | | | | nushio@fedoraproject.org) * po/es.po: Creating initial spanish translation
* | Add iPod Touch to service type databaseTed Percival2008-08-081-0/+3
| | | | | | | | | | | | Add iPod Touch to service type database Signed-off-by: Lennart Poettering <lennart@poettering.net>
* | Add missing INTLTOOL_DESKTOP_RULETed Percival2008-08-084-4/+10
| | | | | | | | | | | | | | | | | | | | | | 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>
* | guarantee that we never calculate an invalid ip address from the mac addressLennart Poettering2008-08-051-0/+4
|/
* 2008-06-24 Dimitris Glezos <dimitris@glezos.com> (via glezos@fedoraproject.org)Dimitris Glezos2008-06-241-5/+5
| | | | * po/el.po: A few more strings in el.po