2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-28 21:07:43 +00:00

87 Commits

Author SHA1 Message Date
Ted Lemon
4f00c281b6 Add #defines to map public I/O routines. 2001-02-15 14:11:11 +00:00
Ted Lemon
69150c8a9c Fix a missing comment closure 2001-01-26 05:56:05 +00:00
Ted Lemon
6cff8371b5 Fix some compile problems. 2001-01-17 16:56:48 +00:00
Ted Lemon
9e051ac991 Fix a type mismatch in calls to res_nsend*. 2001-01-17 08:23:37 +00:00
Ted Lemon
5f4cd0e99b Converters from and to ISC resultcode namespace. 2001-01-17 08:21:26 +00:00
Ted Lemon
5abf0a4419 Use ISC result codes instead of NS rcodes to report update errors. 2001-01-16 22:34:47 +00:00
Ted Lemon
edefddce9f constify ns_updrec -> r_data. 2001-01-11 02:16:24 +00:00
Damien Neil
78c636eb93 Changed the variable 'n' in res_nmkupdate() from an unsigned to an int.
(There are circumstances under which a negative value may be assigned to
it.)  This mirrors the state of the BIND 8 code.
2000-12-02 00:10:20 +00:00
Ted Lemon
e8bc9d318d - Cache zones once we've looked them up, so that we don't do a bazillion
queries for each update.
2000-10-12 09:04:24 +00:00
Ted Lemon
beecba1c71 Get rid of dprintf. 2000-09-12 18:38:23 +00:00
Damien Neil
49146f3c15 Added authentication support. The tsig_key structure has been renamed
to auth_key and moved into libomapi.  libomapi now depends on libres,
which contains the data signing routines.
2000-08-03 21:00:41 +00:00
Ted Lemon
47082c658b Enforce proper alignment of packet buffers. 2000-07-17 20:54:12 +00:00
Ted Lemon
c12f32cd44 Return a result code when we find a cached or predeclared zone. 2000-07-06 10:10:12 +00:00
Ted Lemon
7951fc187b Use result code from res_findzonecut. 2000-07-06 06:23:09 +00:00
Ted Lemon
10a19b8c37 Return record count as well as result code. 2000-07-06 06:22:36 +00:00
Ted Lemon
233b79e154 Add name server result codes. 2000-07-05 07:28:46 +00:00
Ted Lemon
88dd0d2083 Fix depend target. Don't echo building of links. 2000-06-20 20:29:16 +00:00
Ted Lemon
62452b8ffa Use mkdep rather than makedepend 2000-06-12 22:25:55 +00:00
Ted Lemon
b7137154ca Use the zone from which we got the tsig key for the update as well. 2000-05-01 23:46:39 +00:00
Ted Lemon
2e987b1e46 Add a cookie identifying the zone that was found during tsig key lookup. 2000-05-01 23:45:41 +00:00
Ted Lemon
bd94178257 Look for cached zones before doing a query. 2000-04-20 01:34:32 +00:00
Ted Lemon
0f6bb7e1ff Fix some header inclusion problems. 2000-04-11 01:58:39 +00:00
Ted Lemon
0313cdde64 Add an install target. 2000-04-06 23:51:50 +00:00
Ted Lemon
45e52bde13 Use signed for return value of res_nsend*. Update res_nmkupdate call. 2000-04-06 23:02:59 +00:00
Ted Lemon
a1abfd34d2 - Have res_nmkupdate store length result through a pointer, so that the
return status isn't being overloaded.
2000-04-06 22:59:25 +00:00
Ted Lemon
7d9784f6fc Patch in TSIG, just to see how to get it to work. 2000-03-18 02:15:52 +00:00
Ted Lemon
0d0d25d027 Fix make depend. 2000-02-03 15:40:09 +00:00
Ted Lemon
e721773f63 - Bomb out if caller tries to update more than one zone, instead of doing
multiple updates.   Return server rcode, rather than a zone count.
2000-02-03 04:33:03 +00:00
Ted Lemon
539bfc9641 Teach cvs not to complain about generated files. 2000-02-03 03:49:16 +00:00
Ted Lemon
d1f313b300 socklen_t -> SOCKLEN_T 2000-02-03 03:43:51 +00:00
Ted Lemon
5ed35c0585 Don't support NSAP records. 2000-02-02 22:58:09 +00:00
Ted Lemon
fbdffeba81 Include md5_locl.h before minires.h to work around a HP-UX compile issue. 2000-02-02 22:57:51 +00:00
Ted Lemon
439a9b002e Include nameser.h after minires.h 2000-02-02 19:59:16 +00:00
Ted Lemon
d970ea7d43 Get rid of dprintf. 2000-02-02 08:21:08 +00:00
Ted Lemon
88c32c8c25 Hack private resolver namespace to avoid link clashes. 2000-02-02 08:01:52 +00:00
Ted Lemon
17440b6ca2 Get rid of some BSD cdef goo that doesn't belong. 2000-02-02 07:37:19 +00:00
Ted Lemon
3997081bb4 BIND 8 resolver, gutted and fileted. 2000-02-02 07:28:15 +00:00