summaryrefslogtreecommitdiffstats
path: root/avahi-core/domain-util.c
Commit message (Collapse)AuthorAgeFilesLines
* correcting byte order in keyed hash generation.Federico Lucifredi2008-01-131-6/+6
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1695 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* missing semicolon.Federico Lucifredi2007-12-271-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1666 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* type tweaks.Federico Lucifredi2007-12-271-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1664 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* squash sign warnings.Federico Lucifredi2007-12-271-4/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1663 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* completed fleshing out of MAC routine.Federico Lucifredi2007-12-271-0/+12
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1662 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* uint32_to_canonical_string()added Federico Lucifredi2007-12-271-1/+13
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1659 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* added uint16_to_canonical_string() Federico Lucifredi2007-12-271-0/+8
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1657 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* added c_to_canonical_string() to be used in generating DNS-label-formatted strinFederico Lucifredi2007-12-271-10/+20
| | | | | | | | gs outside of an AvahiDNSPacket. git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1656 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fixes.Federico Lucifredi2007-12-271-1/+0
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1652 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fixes.Federico Lucifredi2007-12-271-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1651 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fixes.Federico Lucifredi2007-12-271-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1650 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fixes.Federico Lucifredi2007-12-271-2/+5
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1648 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* test.Federico Lucifredi2007-12-271-0/+23
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1647 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* re #94: don't accept "localhost" as hostname; read distribution id from ↵Lennart Poettering2007-02-021-5/+60
| | | | | | | | | | | | | | | | | | /etc/lsb_release. This is not a complete fix for this issue, since it doesn't work in a chroot, and it doesn't support /usr/bin/lsb_release. Oh, and did I mention how much the idea of having /usr/bin/lsb_release sucks? On Debian that is a Python script. i.e. on every Avahi startup we'd have to load an entire python interpreter into memory! That takes ages! I am not quite sure if we really should pursue this bug any further because of this problem. First, Debian should replace lsb_release by a saner implementation. In effect, I will now mark this bug as WONTFIX. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1379 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* strip characters that are not in the set [a-zA-Z0-9-] from the local host ↵Lennart Poettering2006-04-241-1/+4
| | | | | | name before using it in mDNS. (see #21) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1194 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* make sure that the local hostname passes the avahi_is_valid_domain_name() check.Lennart Poettering2005-11-091-0/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@940 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * deal with gethostname() failing, use utsname.sysname[] instead in that caseLennart Poettering2005-11-081-10/+38
| | | | | | | * deal with utsname() failing when creating HINFO records git-svn-id: file:///home/lennart/svn/public/avahi/trunk@938 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * replace AF_UNSPEC by AVAHI_PROTO_UNSPEC in client-test.cLennart Poettering2005-10-251-0/+101
* remove some functions from the public API in avahi-common/{domain,address}.[ch] and move them into avahi-core/{domain-util,add-util}.[ch] * properly generate CNAME responses * add some more comments to server.c git-svn-id: file:///home/lennart/svn/public/avahi/trunk@871 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe