summaryrefslogtreecommitdiff
path: root/minires
Commit message (Expand)AuthorAgeFilesLines
* automake regenerationDavid Hankins2007-12-051-8/+3
* Unit test framework now added.Shane Kerr2007-11-161-2/+8
* Cast arguments for isspace(), isascii(), and other is*() functions to int.Michael Graff2007-10-011-3/+3
* automake regenerationDavid Hankins2007-09-051-54/+36
* Version to 4.0.0a3.David Hankins2007-09-055-10/+10
* Fix a number of warnings (and a few real bugs) found by enablingShane Kerr2007-08-221-3/+3
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-135-13/+14
* automake regenerationEvan Hunt2007-07-101-34/+46
* Correct compilation on HP/UX.David Hankins2007-06-291-2/+5
* Build fixes for Solaris. (CVS checkin, part 4)Shane Kerr2007-06-261-2/+8
* automake++, second round.David Hankins2007-06-071-214/+304
* automake updatedDavid Hankins2007-06-071-304/+214
* regenShane Kerr2007-06-051-8/+2
* Merge in changes that were needed in 3.1.0 to silence NetBSD compilerEvan Hunt2007-05-293-7/+9
* Build fixes. See RT ticket #16888 for more information.Shane Kerr2007-05-291-2/+8
* regenMark Andrews2007-05-231-8/+2
* Fix pointer size in 64-bit land.Shane Kerr2007-05-231-2/+8
* cvsignore++David Hankins2007-05-211-0/+1
* Looks like the package version was moved into autoconf.David Hankins2007-05-191-8/+2
* Copyright++David Hankins2007-05-191-2/+2
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-193-73/+408
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-1/+12
* - 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