summaryrefslogtreecommitdiff
path: root/minires
Commit message (Expand)AuthorAgeFilesLines
* socklen_t -> SOCKLEN_T in trace_mr_recvfrom prototypeMark Andrews2011-04-051-2/+2
* version to 3.1.3b1v3_1_3b1David Hankins2009-09-011-2/+2
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-2316-31/+31
* - A patch supplied by David Cantrell at RedHat was applied that detectsDavid Hankins2009-07-221-1/+6
* correct compilation on HP/UX and also MAC OSXDavid Hankins2008-01-211-27/+27
* Fix build warning in HP/UX.Shane Kerr2008-01-141-2/+2
* Fix for OS X Leopard (10.5).Shane Kerr2008-01-111-1/+15
* Silence compiler warnings on NetBSD, mostly by changing (char *) toEvan Hunt2007-05-293-7/+9
* - A memory leak in the minires_nsendsigned() function call was repaired.David Hankins2007-03-271-2/+8
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-1716-226/+381
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-276-19/+20
* 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
* - Bomb out if caller tries to update more than one zone, instead of doingTed Lemon2000-02-031-62/+52
* Teach cvs not to complain about generated files.Ted Lemon2000-02-031-0/+1
* socklen_t -> SOCKLEN_TTed Lemon2000-02-031-4/+4