summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Added Romanian translationAlexandru Szasz2009-02-181-0/+752
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Update Finnish translation against current trunk. All strings translated.Timo Jyrinki2009-02-131-13/+13
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Updated Swedish translationDaniel Nylander2009-02-111-10/+9
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Updated Finnish translation against current git trunk.Timo Jyrinki2008-12-221-44/+143
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Updated Malay translationSharuzzaman Ahmat Raslan2008-12-211-23/+22
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Updated Polish translationPiotr Drąg2008-12-131-55/+160
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | CVE-2009-0758: Reflector creates packet storm on legacy unicast trafficRob Leslie2009-04-011-2/+2
| | | | | | | | Fixes rhbz #488314.
* | Use send_destination for DBus <deny> ruleLennart Poettering2009-04-011-3/+4
| | | | | | | | This fixes #263, rhbz #491941, fdo #18961
* | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/avahiLennart Poettering2009-04-010-0/+0
|\ \
| * | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/avahiLennart Poettering2009-03-0543-1719/+4204
| |\|
| * | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/avahiLennart Poettering2008-09-0813-697/+3054
| |\ \
| * \ \ Merge branch 'master' of ssh://rootserver/home/lennart/git/public/avahiLennart Poettering2008-08-061-0/+4
| |\ \ \
| * | | | Merge branches 'master' and 'master' of ↵Lennart Poettering2008-07-040-0/+0
| | | | | | | | | | | | | | | | | | | | ssh://rootserver/home/lennart/git/public/avahi
* | | | | include sys/types.h since libcap needs that apparentlyLennart Poettering2009-04-011-0/+1
| |_|_|/ |/| | |
* | | | Merge commit 'flameeyes/master'Lennart Poettering2008-12-122-3/+6
|\ \ \ \
| * | | | Don't enable PIC code for all compilation.Diego Elio 'Flameeyes' Pettenò2008-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libtool will take care of enabling PIC code whenever necessary, users of PIE-based systems, for randomised processes address will have -fPIE anyway.
| * | | | Remove gettext macro, the package uses intltool instead.Diego 'Flameeyes' Pettenò2008-12-071-2/+0
| | | | |
| * | | | Ignore macro files added by libtool 2.2.Diego 'Flameeyes' Pettenò2008-12-071-0/+5
| | | | |
* | | | | 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