summaryrefslogtreecommitdiffstats
path: root/avahi-daemon
Commit message (Collapse)AuthorAgeFilesLines
* compat fix for older inotify versionsLennart Poettering2007-05-091-2/+10
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1470 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix wording of the dbus reconneection message (closes fedora bug 237734)Lennart Poettering2007-05-091-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1467 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* don't publish the service cookie by default anymore. It was a bad idea. We ↵Lennart Poettering2007-05-081-1/+1
| | | | | | should think of something better way to work around this problem. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1463 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Add missing #ifdef to avoid build failure on system having neither sys/inotify.hLennart Poettering2007-04-211-0/+2
| | | | | | | nor linux/inotify.h (Patch from Sven Wegener) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1452 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add missing header file inotify-nosys.h to buildLennart Poettering2007-04-151-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1428 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Cleanup static services subsystem: properly notice when static hosts are ↵Lennart Poettering2007-04-151-34/+73
| | | | | | removed or are added, other fixes git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1427 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Add inotify support for /ect/avahi/services and /etc/avahi/hosts. Based on a ↵Lennart Poettering2007-04-152-19/+287
| | | | | | patch from "behanw". (Closes #95, #33) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1426 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Fix error message when passing invalid command line arguments. I admit ↵Lennart Poettering2007-04-141-2/+0
| | | | | | defeat, tedp wins, merging his patch. (Closes #88) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1424 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Drop "Remote Terminal on" prefix since it is usually superfluousLennart Poettering2007-02-071-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1391 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* macosx portability: use GLOB_xxx macros only if they are availableLennart Poettering2007-02-051-8/+13
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1387 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix a bogus error conditionLennart Poettering2007-01-061-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1372 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add new config options "publish-aaaa-on-ipv4=" and "publish-a-on-ipv6="Lennart Poettering2007-01-053-4/+17
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1366 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Rework DBus connection handling: use a private DBusConnection instead of a ↵Lennart Poettering2007-01-052-4/+42
| | | | | | shared instance. (Closes #89) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1364 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Fix error message when passing an invalid command line option (Closes #88)Lennart Poettering2006-12-311-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1358 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Don't use dbus_message_iter_get_array_len() since it is obsoleteLennart Poettering2006-12-311-6/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1357 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Correct comment reference to the priviledged access group in Trent Lloyd2006-12-291-1/+1
| | | | | | | | avahi-dbus.conf - thanks to Olivier Blin git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1352 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Make d-bus version detection work for >= 1.0 (Closes: #71)Trent Lloyd2006-11-111-18/+3
| | | | | | | Dont dbus_connection_close on shared dbus connections (Closes: #68) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1333 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix dbus_service_browser not setting AVAHI_LOOKUP_RESULT_OUR_OWN.Trent Lloyd2006-09-251-4/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1329 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * change process title of chroot() helper process to "chroot helper" droppingLennart Poettering2006-08-311-1/+3
| | | | | | | | | the term "process" since everyone knows that this thing is a process anyway. * close the libdaemon retval pipes in the chroot helper process git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1302 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* avahi_set_proc_title(): change the process name with prctl() if availableLennart Poettering2006-08-314-7/+20
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1300 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* remove some embarrassinlgy superfluous codeLennart Poettering2006-08-311-24/+0
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1299 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix a few more s/DBUS/D-Bus/Lennart Poettering2006-08-311-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1298 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Some more s/D-BUS/D-Bus/gLennart Poettering2006-08-312-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1296 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* autoconf love: Lennart Poettering2006-08-311-4/+4
| | | | | | | | | | | | | | | * use autoconf to check whether dbus_connection_close() is available and use it if it is, don't do those checks based on the D-Bus version. * Make use of dbus_bus_get_private() if it is available. * Since D-Bus agreeed on a cononical way to write their name, use that way in configure.ac. * Add configure options to define the UNIX user/group for avahi-autoipd git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1295 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add service file fragment for _sftp-ssh._tcp (closes #58)Lennart Poettering2006-08-312-1/+39
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1294 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix a few invalid calls to avahi_s_entry_group_xxx()Lennart Poettering2006-08-301-3/+8
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1285 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix random seed initializationLennart Poettering2006-08-301-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1284 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* - allow access to the DBUS SetHostName method only to users in the group ↵Lennart Poettering2006-08-231-7/+9
| | | | | | | | | "netdev" (and make that group name configurable on ./configure - bump version number git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1265 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add new D-Bus API function SetHostName to change the host name of the ↵Lennart Poettering2006-08-222-1/+19
| | | | | | running avahi daemon git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1260 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix AVAHI_SERVER_REGISTERING handlingLennart Poettering2006-08-221-5/+10
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1259 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* regenerate wild carded service names when the host name changedLennart Poettering2006-08-221-1/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1256 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* don't remove static services from the avahi daemon on SIGHUP. Add static ↵Lennart Poettering2006-08-211-1/+1
| | | | | | hosts properly to avahi daemon on SIGHUP. (closes #52) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1249 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix avhai builds with newer (>= 0.62) dbus that deprecated Trent Lloyd2006-07-181-0/+12
| | | | | | | dbus_connection_disconnect git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1238 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* work around a limitation in Gentoo's DBUS build (which is compiled with ↵Lennart Poettering2006-07-159-25/+64
| | | | | | --disable-checks): never try to unregister non-existing object paths from DBUS. (closes #50 - this time for sure) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1235 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* if RLIMIT_NPROC is not available but used in the config file, don't fail but ↵Lennart Poettering2006-06-211-1/+3
| | | | | | warn git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1222 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Patch from Padraig O'Briain <Padraig.Obriain@sun.com> to build avahi on SolarisSebastien Estienne2006-05-021-0/+7
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1206 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix compilation if chroot() is not available. (see #32)Lennart Poettering2006-04-241-1/+5
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1200 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* reconnect if the DBUS daemon kicks avahi-daemon. Since the DBUS system bus ↵Lennart Poettering2006-04-244-37/+115
| | | | | | socket resides outside the chroot() environment this will definitely fail if you enable chroot(). In short: this is probably not what most people want to use. (closes #25) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1197 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix bad memory access in simple-procotol.c's debug outputLennart Poettering2006-04-241-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1196 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* convert an error log into an info logSebastien Estienne2006-03-241-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1182 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* proposed patch to close Ticket #20Sebastien Estienne2006-03-171-2/+15
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1179 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* use term "static host names" instead of "static hosts" in error messagesLennart Poettering2006-03-021-4/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1167 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix compilation if DBUS is disabled (closes: #15)Lennart Poettering2006-03-011-4/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1165 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* remove yet another osx compiler warningLennart Poettering2006-02-231-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1162 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* remove two compiler warnings on OSXLennart Poettering2006-02-231-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1161 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* annoy people with some default wide-area domainsLennart Poettering2006-02-221-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1155 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * create $(localstatedir)/run if it doesn't existSebastien Estienne2006-02-201-0/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1152 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* remove superfluous test for '#'Lennart Poettering2006-02-201-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1150 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* small cleanupLennart Poettering2006-02-201-2/+5
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1149 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix memory leak when freeing static host structsLennart Poettering2006-02-201-6/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1148 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe