summaryrefslogtreecommitdiffstats
path: root/avahi-daemon
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* * Update static hosts, fix a missing fclose(), free some leaked memory and ↵Trent Lloyd2006-02-201-30/+36
| | | | | | | | | fix indenting. * Update my bootstrap.sh magic git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1147 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add an option to make avahi-daemon using POINTOPOINT interfaces (disable ↵Sebastien Estienne2006-02-192-0/+3
| | | | | | by default) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1146 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * apply patches from debian pacakgeSebastien Estienne2006-02-171-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1145 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add copyright blurb and some more commentsLennart Poettering2006-02-141-2/+23
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1137 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Dont' write a message to syslog when /etc/avahi/hosts does not existLennart Poettering2006-02-141-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1136 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* include static-hosts.h in main.cLennart Poettering2006-02-141-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1135 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Implement static hosts file for static host<->ip mappingsTrent Lloyd2006-02-115-1/+277
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1133 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* forward error back to the client when a commit() call failsLennart Poettering2006-01-301-1/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1118 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix build for non-dbus installationsLennart Poettering2006-01-231-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1103 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add new API function avahi_nss_support()Lennart Poettering2006-01-205-2/+27
| | | | | | | | * add new DBUS method Server.IsNSSSupportAvailable() * add support for IsNSSSupportAvailabke() to avahi-bookmarks git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1092 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* increase number of DBUS objects each DBUS client may createLennart Poettering2006-01-011-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1051 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* workaround DBUS limitation which caused an assert() to fail when passing ↵Lennart Poettering2006-01-011-3/+10
| | | | | | string lists with empty strings git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1049 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix introspection file namesLennart Poettering2005-12-315-5/+5
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1047 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Compatibility with DBUS 0.60Lennart Poettering2005-12-081-2/+9
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1040 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * only create DBUS_SYS_DIR if HAVE_DBUSSebastien Estienne2005-11-251-2/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1035 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* don't build static library for dbus-watch-glue and the like, instead compile ↵Lennart Poettering2005-11-241-3/+4
| | | | | | the sources directly where it is needed git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1028 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Add DBUS API versioningLennart Poettering2005-11-242-1/+14
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1027 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add legal blurb to ssh.serviceLennart Poettering2005-11-171-2/+24
| | | | | | | * improve doxygen documentation git-svn-id: file:///home/lennart/svn/public/avahi/trunk@995 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Implement client API for arbitrary record browsingLennart Poettering2005-11-1611-7/+350
| | | | | | | * Fix memory leak in avahi-client git-svn-id: file:///home/lennart/svn/public/avahi/trunk@984 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* update man pagesLennart Poettering2005-11-162-6/+6
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@981 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* remove dns-sd.org from default configuration fileLennart Poettering2005-11-151-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@975 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* remove dbus-test.py since it is horribly out of dateLennart Poettering2005-11-152-79/+0
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@968 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * fixed a problem on FreeBSD where sysctl needs locked memorySebastien Estienne2005-11-131-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@956 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add LGPL blurbs to some more files shipped with avahiLennart Poettering2005-11-1210-33/+237
| | | | | | | | * add a line pointing to the respective man pages in the configuration files * comment most lines in the configuration file, since they're set to the defaults git-svn-id: file:///home/lennart/svn/public/avahi/trunk@948 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix retval sendingLennart Poettering2005-11-091-2/+5
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@941 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Do not allow adding RRs to entry groups that are already commitedLennart Poettering2005-11-081-2/+2
| | | | | | | * Reword some misleading log messages git-svn-id: file:///home/lennart/svn/public/avahi/trunk@939 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add two new configuration file options: "disable-publishing" and ↵Lennart Poettering2005-11-064-5/+20
| | | | | | | | | | | "disable-user-service-publishing" * add two new errors: NOT_PERMITTED and NOT_SUPPORTED * add two new publishing flags: AVAHI_PUBLISH_USE_MULTICAST, AVAHI_PUBLISH_USE_WIDE_AREA * return NOT_SUPPORTED when user tries to add RRs in wide area domains - for now git-svn-id: file:///home/lennart/svn/public/avahi/trunk@930 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe