summaryrefslogtreecommitdiff
path: root/common/dns.c
Commit message (Expand)AuthorAgeFilesLines
* Treat deletion of a record that returns NXRRSET or NXDOMAIN as success.Ted Lemon2001-10-261-2/+7
* Add an extra argument to rc_register.Ted Lemon2001-10-181-2/+2
* Make hash table types specific to the object being hashed.Ted Lemon2001-10-171-9/+5
* - Fix usage of rc_register.Ted Lemon2001-06-211-2/+2
* Record address of references when allocating hash tables.Ted Lemon2001-06-211-2/+3
* Make dump_rc_history specific.Ted Lemon2001-06-201-2/+2
* Fix a core dump that happens when a key has no secret.Ted Lemon2001-06-081-2/+4
* fix a coredump caused by a signed vs. unsigned error.Ted Lemon2001-06-041-3/+3
* - Fix a possible problem in find_cached_zone.Ted Lemon2001-06-031-3/+3
* Make A record updates a common function.Ted Lemon2001-06-011-24/+428
* Get md5.h from dst/ instead of minires/Ted Lemon2001-02-221-2/+2
* Use ISC-style result codes, rather than ns rcodes.Ted Lemon2001-01-161-11/+12
* Move the dhcid computer into common code.Ted Lemon2001-01-111-1/+67
* Pass client state to eval functions.Ted Lemon2000-11-281-1/+3
* Don't look up null zones, and don't allocate a zone if we already have one.Ted Lemon2000-11-241-4/+6
* Applied fix from bug #427: cache_found_zone() was callign dns_zone_lookup()Damien Neil2000-11-021-3/+2
* Add cache_found_zone() function.Ted Lemon2000-10-121-1/+65
* Don't dereference zones in find_tsig_key - we don't hold a reference!Ted Lemon2000-09-141-12/+2
* Added authentication support. The tsig_key structure has been renamedDamien Neil2000-08-031-45/+6
* Have find_dns_zone return a result code.Ted Lemon2000-07-051-10/+12
* Add a missing store that was masked by the i386 calling conventions.Ted Lemon2000-06-091-1/+2
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-29/+37
* Rename a variable to avoid an AIX-specific predefined manifest constant.Ted Lemon2000-05-031-10/+10
* Add partial support for caching zone information.Ted Lemon2000-05-011-5/+50
* Customize find_cached_zone for resolver.Ted Lemon2000-04-201-9/+98
* Update comment to reflect code.Ted Lemon2000-04-061-9/+13
* Patch in TSIG, just to see how to get it to work.Ted Lemon2000-03-181-6/+59
* Go back to the BSD license.Ted Lemon2000-03-171-12/+33
* - Document update process.Ted Lemon2000-03-061-456/+176
* socklen_t -> SOCKLEN_TTed Lemon2000-02-031-2/+2
* AIX and Digital Unix compatibility fixes.Ted Lemon2000-02-011-2/+3
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-11/+11
* Set close-on-exec if possible.Ted Lemon2000-01-051-1/+6
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-8/+8
* Update license.Ted Lemon1999-03-161-39/+13
* Change names of error functions to be more consistent.Ted Lemon1999-02-241-8/+8
* Store query in query buffer in query structure, not in the query structure it...Ted Lemon1998-03-171-2/+2
* Clean up unsigned char vs. signed char discrepencies.Ted Lemon1998-03-161-11/+12
* Reword dns query codeTed Lemon1998-03-151-49/+193
* Preliminary rewrite of asynchronous DNS code (needs work)Ted Lemon1998-01-121-168/+147
* Test return value of socket for <0, not ==0 to indicate failure.Ted Lemon1997-11-291-2/+2
* Make it a warning rather than an error if resolv.conf is missing.Ted Lemon1997-06-081-1/+7
* Use new resolv.conf parser. Clean up some code. Add experimental (and non...Ted Lemon1997-05-091-52/+152
* Adjust indentation; fix up calling conventionsTed Lemon1997-03-291-220/+185
* DNS Support codeTed Lemon1997-03-081-0/+332