summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doc,build-sys: prepare new releasev0.6.30master-txLennart Poettering2011-04-042-4/+15
|
* socket: minor beautificationLennart Poettering2011-04-041-2/+2
|
* iface: use interface values only when validLennart Poettering2011-04-021-5/+9
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=690416
* i18n: run make update-poLennart Poettering2011-04-0232-1031/+1001
|
* Merge remote-tracking branch 'origin/master-tx'Lennart Poettering2011-04-022-0/+2
|\
| * l10n: Updated Finnish (fi) translation to 99%Ville-Pekka Vainio2010-10-311-43/+38
| | | | | | | | | | | | New status: 164 messages complete with 1 fuzzy and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
| * l10n: Updated Catalan (ca) translation to 100%el_libre como el chaval2010-10-171-66/+77
| | | | | | | | | | | | New status: 165 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
| * l10n: Updated Malay (ms) translation to 24%sir_ade2010-10-121-79/+87
| | | | | | | | | | | | New status: 40 messages complete with 68 fuzzies and 57 untranslated. Transmitted-via: Transifex (www.transifex.net).
* | avahi-discover: Fix type being inserted into tree model (Bug #332)Robert Ancell2011-04-021-1/+1
| |
* | iface: look for both IFA_ADDRESS and IFA_LOCALLennart Poettering2011-04-021-8/+29
| | | | | | | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617948 http://avahi.org/ticket/333
* | systemd: fix sd_is_socket() invocationLennart Poettering2011-04-021-1/+1
| |
* | general: various smaller fixesLennart Poettering2011-04-023-5/+2
| |
* | systemd: drop ExecReload= line since avahi-dnsconfd -r is not actually a ↵Lennart Poettering2011-03-111-1/+0
| | | | | | | | config reload
* | update READMEv0.6.29Lennart Poettering2011-03-091-0/+13
| |
* | build-sys: update package version and sonameLennart Poettering2011-03-091-4/+4
| |
* | systemd: update sd-daemon.[ch]Lennart Poettering2011-03-091-3/+3
| |
* | l10n: Updated Finnish (fi) translation to 99%Ville-Pekka Vainio2011-03-091-43/+38
| | | | | | | | | | | | New status: 164 messages complete with 1 fuzzy and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
* | l10n: Updated Catalan (ca) translation to 100%el_libre como el chaval2011-03-091-66/+76
| | | | | | | | | | | | New status: 165 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
* | l10n: Updated Malay (ms) translation to 24%sir_ade2011-03-091-79/+86
| | | | | | | | | | | | New status: 40 messages complete with 68 fuzzies and 57 untranslated. Transmitted-via: Transifex (www.transifex.net).
* | chroot: suppress error messages if the chroot pipe is closedLennart Poettering2011-03-081-2/+4
| |
* | core: avahi on Linux uses incorrect address for P-t-P interfaceMatt Ginzton2011-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi, I sent a less knowledgeable question about avahi-daemon and point-to-point links a few days ago, http://lists.freedesktop.org/archives/avahi/2011-January/001969.html. When I didn't get a response to this, I decided to build avahi from source and step through it and see how it builds its list of interfaces and their addresses. This is in iface-linux.c, netlink_callback(). It looks for a RTM_NEWADDR message, then extracts the payload of type IFA_ADDRESS. Short story: I think it should be using the payload of type IFA_LOCAL, not the payload of type IFA_ADDRESS. In the VM where I was running these experiments, there are 3 interfaces -- lo, eth0 and tun0. I printed out the IFA_ADDRESS and IFA_LOCAL for all 3 of these; for lo and eth0 these are the same address; for tun0 (IFF_POINTOPOINT), IFA_ADDRESS is the remote end and IFA_LOCAL is the local end. I'm no expert on Linux rtnetlink or these IFA fields, but quoting /usr/include/linux/if_addr.h: /* * Important comment: * IFA_ADDRESS is prefix address, rather than local interface address. * It makes no difference for normally configured broadcast * interfaces, * but for point-to-point IFA_ADDRESS is DESTINATION address, * local address is supplied in IFA_LOCAL attribute. */ See also this stackoverflow question/answer: http://stackoverflow.com/questions/4678637/what-is-difference-between-ifa-local-and-ifa-address-in-rtnetlink-linux Does anyone know why avahi is looking for IFA_ADDRESS here, and whether there's any reason not to use IFA_LOCAL instead? Assuming there's not a specific reason to use IFA_ADDRESS here, I propose the patch attached at the end of this message, which works for me. (The bug this fixes is described in the earlier message linked above -- avahi chooses the wrong address to associate with the P-t-P interface, and if you enable avahi's reflector, avahi tries to call sendmsg() using that as the source address and the kernel always, correctly, fails the sendmsg() call with EINVAL.) (And when/why this changed -- I was able to use avahi over P-t-P interfaces on Linux several years ago; I don't know what avahi version I was using at the time.) thanks, Matt
* | reflector: cache entry link-local addresses filterFrançois-Xavier Bourlet2011-03-081-0/+8
| | | | | | | | Do not reflect cache entry with ipv6 link-local addresses on query.
* | init: suse, avahi-dnsconfd status reports dead instead of unusedVincent Untz2011-03-081-1/+1
| |
* | Keep emacs configuration in one configuration file.Zbigniew Jędrzejewski-Szmek2011-03-071-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On 07.03.2011 19:04, Lennart Poettering wrote: > > Oh, I had assumed that .vimrc trick would allow project-wide vim > modelines without having to edit each and every single file. > > Currently, every file does contain an emacs modeline at the top. It > would be fair I guess to add a vim modeline to all those files too, even > though it's not necessarily pretty. Hi, maybe it makes sense to go in the opposite direction: add .dir-locals.el in the top directory. The settings are actually identical in all .[ch] files.
* | gobject: ga_service_browser_new() should accept const gchar*Stef Walter2011-02-182-4/+4
| | | | | | | | | | ga_service_browser_new() and ga_service_browser_new_full() should accept const gchar*.
* | setproctitle: use defined() around __linux__ in #elifPaddy Smith2011-02-181-1/+1
| |
* | socket: Still read corrupt packets from the socketsVincent Untz2011-02-181-10/+11
| | | | | | | | | | | | | | Else, we end up with an infinite loop with 100% CPU. http://www.avahi.org/ticket/325 https://bugzilla.redhat.com/show_bug.cgi?id=667187
* | man: more spelling fixesJohn Bradshaw2011-02-181-2/+2
| | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=673812 https://bugzilla.redhat.com/show_bug.cgi?id=673810
* | man: spelling fixesJohn Bradshaw2011-02-182-2/+2
| | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=673812 https://bugzilla.redhat.com/show_bug.cgi?id=673810
* | avahi-ui: gtk3 fixLennart Poettering2011-02-181-1/+1
| |
* | netlink: fix wrong use of netlink flags for dump operationsPablo Neira Ayuso2011-02-182-2/+2
| | | | | | | | | | | | | | | | | | The avahi-daemon uses a wrong flag combination to operate with rtnetlink. This patch fixes the problems. No need to set NLM_F_ACK since the dump operation already includes the trailing NLMSG_DONE message that informs about the end of the dump operation.
* | daemon: we better stay away from SIGQUIT since it is supposed to cause a ↵Lennart Poettering2010-11-185-8/+6
| | | | | | | | core dump
* | systemd: update sd-daemon.[ch]Lennart Poettering2010-10-242-52/+9
| |
* | init: update the suse initscriptsVincent Untz2010-10-242-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here are two patches for avahi. The avahi website is extremly slow today, so I didn't file them. - avahi-fix-howl.pc.patch: fix a small issue introduced in c8eacc0f13f6df529f2f40961e2ddb3a45dc9f93 - avahi-init-lsb.patch: update the suse initscripts, with a patch we've had for a while Cheers, Vincent -- Les gens heureux ne sont pas pressés.
* | howl: fix small issueVincent Untz2010-10-241-0/+1
|/ | | | | | | | | | | | | | | | | Here are two patches for avahi. The avahi website is extremly slow today, so I didn't file them. - avahi-fix-howl.pc.patch: fix a small issue introduced in c8eacc0f13f6df529f2f40961e2ddb3a45dc9f93 - avahi-init-lsb.patch: update the suse initscripts, with a patch we've had for a while Cheers, Vincent -- Les gens heureux ne sont pas pressés.
* systemd: update configure.ac snippetv0.6.28Lennart Poettering2010-10-051-2/+4
|
* update NEWSLennart Poettering2010-10-051-0/+13
|
* bump versionLennart Poettering2010-10-051-4/+4
|
* client: use Ping() to test whether avahi is aroundLennart Poettering2010-10-051-2/+17
| | | | | | | Ping() should work more reliably on systems where dbus activation of avahi is not available. http://avahi.org/ticket/319
* systemd: pull in avahi from dbus activation indirectly to make it possible ↵Lennart Poettering2010-10-052-1/+2
| | | | to deactivate it
* systemd: update sd-daemon.[ch]Lennart Poettering2010-10-052-24/+59
|
* i18n: update LINGUASLennart Poettering2010-10-041-0/+5
|
* Merge remote branch 'origin/master-tx'Lennart Poettering2010-10-0414-693/+5746
|\
| * l10n: Updated Slovenian translationmateju2010-09-221-64/+70
| | | | | | | | | | | | New status: 160 messages complete with 0 fuzzies and 5 untranslated. Transmitted-via: Transifex (www.transifex.net).
| * l10n: Updated Slovenian translation.mateju2010-09-171-0/+832
| | | | | | | | | | | | New status: 135 messages complete with 10 fuzzies and 20 untranslated. Transmitted-via: Transifex (www.transifex.net).
| * l10n: Updated Slovenian translation.mateju2010-09-161-0/+901
| | | | | | | | | | | | New status: 40 messages complete with 100 fuzzies and 25 untranslated. Transmitted-via: Transifex (www.transifex.net).
| * l10n: Preliminary faroese translationGunleif Joensen2010-09-101-0/+816
| | | | | | | | | | | | New status: 113 messages complete with 5 fuzzies and 47 untranslated. Transmitted-via: Transifex (www.transifex.net).
| * l10n: Updated German (de) translation to 98%rpress2010-09-091-75/+35
| | | | | | | | | | | | New status: 162 messages complete with 2 fuzzies and 1 untranslated. Transmitted-via: Transifex (www.transifex.net).
| * l10n: Updated Italian (it) translation to 100%milo2010-09-051-12/+21
| | | | | | | | | | | | New status: 165 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
| * l10n: Updated Japanese (ja) translation to 100%Takayuki KUSANO2010-09-051-187/+186
| | | | | | | | | | | | New status: 165 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).