summaryrefslogtreecommitdiff
path: root/minires
Commit message (Expand)AuthorAgeFilesLines
* - MASSIVE copyright update.David Hankins2004-06-1016-153/+264
* - Permit spaces in PTR records. This introduces a new function,David Hankins2003-05-191-2/+32
* - Fixes to for updating KEY records.David Hankins2003-03-311-32/+37
* - Copyright++David Hankins2003-01-144-8/+8
* - Realized my patch to ns_name was equivalent to the bind8 patch, revertedDavid Hankins2002-11-143-12/+12
* - Revised buffer overflow changes, 1 new check was superfluous, 1 wasDavid Hankins2002-11-142-12/+8
* - Closed buffer overflows in minires, from a BIND patch.David Hankins2002-11-142-4/+12
* - Missing semicolon in an #ifdeffed clause.David Hankins2002-11-031-2/+2
* Fix return codes for ns_parserr (fixes arm32 compile)Ted Lemon2002-02-191-9/+10
* Fix return codes for ns_parserr (fixes arm32 compile)Ted Lemon2002-02-191-28/+32
* __res_vinit -> minires_vinit, to avoid library clashes.Ted Lemon2001-06-221-4/+4
* - Fix some return codes; in particular, report failures of find_tsig_keyTed Lemon2001-06-081-6/+7
* Return a more friendly message if the key isn't there.Ted Lemon2001-06-051-1/+1
* includes/isc -> includes/isc-dhcpTed Lemon2001-05-175-9/+9
* Need error message translation for omapi as well.Ted Lemon2001-05-022-328/+2
* Fix handling of return codes in res_findzonecut ().Ted Lemon2001-04-271-6/+6
* Parameterize use of EDQUOT for SCO.Ted Lemon2001-04-091-0/+2
* Fix an incorrect status check that may have been causing a core dump.Ted Lemon2001-04-061-2/+2
* Get rid of local debug flag.Ted Lemon2001-03-141-1/+0
* Last dregs of dst split.Ted Lemon2001-02-222-533/+0
* Always use trace_mr_*() functions.Ted Lemon2001-02-223-9/+15
* Move dst functionality into seperate libraryTed Lemon2001-02-221-3/+0
* Move dst API into its own subdirectory.Ted Lemon2001-02-227-3509/+0
* Add #defines to map public I/O routines.Ted Lemon2001-02-153-6/+31
* Fix a missing comment closureTed Lemon2001-01-261-2/+2
* Fix some compile problems.Ted Lemon2001-01-172-5/+16
* Fix a type mismatch in calls to res_nsend*.Ted Lemon2001-01-172-3/+3
* Converters from and to ISC resultcode namespace.Ted Lemon2001-01-171-0/+311
* Use ISC result codes instead of NS rcodes to report update errors.Ted Lemon2001-01-1611-286/+313
* constify ns_updrec -> r_data.Ted Lemon2001-01-111-11/+15
* Changed the variable 'n' in res_nmkupdate() from an unsigned to an int.Damien Neil2000-12-021-8/+7
* - Cache zones once we've looked them up, so that we don't do a bazillionTed Lemon2000-10-121-2/+5
* Get rid of dprintf.Ted Lemon2000-09-121-13/+1
* Added authentication support. The tsig_key structure has been renamedDamien Neil2000-08-031-3/+5
* Enforce proper alignment of packet buffers.Ted Lemon2000-07-177-36/+42
* Return a result code when we find a cached or predeclared zone.Ted Lemon2000-07-061-3/+4
* Use result code from res_findzonecut.Ted Lemon2000-07-061-4/+6
* Return record count as well as result code.Ted Lemon2000-07-061-4/+5
* Add name server result codes.Ted Lemon2000-07-051-48/+55
* Fix depend target. Don't echo building of links.Ted Lemon2000-06-201-2/+12
* Use mkdep rather than makedependTed Lemon2000-06-121-1/+1
* Use the zone from which we got the tsig key for the update as well.Ted Lemon2000-05-011-4/+18
* Add a cookie identifying the zone that was found during tsig key lookup.Ted Lemon2000-05-011-3/+5
* Look for cached zones before doing a query.Ted Lemon2000-04-201-1/+5
* Fix some header inclusion problems.Ted Lemon2000-04-112-1/+3
* Add an install target.Ted Lemon2000-04-061-0/+2
* Use signed for return value of res_nsend*. Update res_nmkupdate call.Ted Lemon2000-04-061-8/+8
* - Have res_nmkupdate store length result through a pointer, so that theTed Lemon2000-04-061-4/+6
* Patch in TSIG, just to see how to get it to work.Ted Lemon2000-03-181-4/+11
* Fix make depend.Ted Lemon2000-02-031-1/+1