Commit Graph
934 Commits
Author SHA1 Message Date
Andreas Gustafsson 75ec9bc9c7 DNS_MESSAGE_OPCODE_MASK was incorrect 1999-06-09 12:06:21 +00:00
Andreas Gustafsson c1bfdd2995 turn on ISC_LEXOPT_ESCAPE 1999-06-09 11:56:45 +00:00
Mark Andrews 1feace57f7 A ${CFLAGS} to link stage so that debuggers work. 1999-06-09 07:35:34 +00:00
Andreas Gustafsson 0c8649cea9 further hiding of dns_rdata_textctx_t 1999-06-09 07:13:33 +00:00
Michael Graff 3433c5ee69 start transition to one internal event by keeping all state in the done events 1999-06-09 02:21:19 +00:00
Michael Graff 4620aac3c1 ignore another file 1999-06-08 21:57:15 +00:00
Michael Graff 608b132b4e remove unnessary casts 1999-06-08 21:55:07 +00:00
Andreas Gustafsson 7ab0e69f61 dns_rdata_textctx_t is internal and should not appear in dns_rdata_totext() argument list 1999-06-08 20:47:31 +00:00
Andreas Gustafsson fad44a20ee omit parenthesis when DNS_STYLEFLAG_MULTILINE is not set 1999-06-08 20:41:31 +00:00
James Brister a1b72e1fe9 Properly support new undefine arg for symtabs. 1999-06-08 13:27:36 +00:00
Andreas Gustafsson 328b755376 typo; clarification 1999-06-08 13:25:27 +00:00
James Brister c11f8f20d9 Support new arg to isc_symtab_create 1999-06-08 13:15:25 +00:00
James Brister 9988fd2ff0 Add new extra arg to isc_symtab_create 1999-06-08 13:14:44 +00:00
James Brister 71737a4d6b Let the user (at symtab creation time) specify an argument to be passed
through to the undefine action.
1999-06-08 13:02:10 +00:00
James Brister 13494a4d4b Check for yacc at config time.
Check for FreeBSD system location of pthread_create (libc_r.a)
1999-06-08 12:47:36 +00:00
James Brister ab5657cabf Support bases other than 10 in numbers (using option ISC_LEXOPT_CNUMBER)
Fixed bug in keeping track of input line numbers inside comments.
1999-06-08 12:45:23 +00:00
Andreas Gustafsson 5fc7ba3e1a added dns_db_dump(), $DATE, and supporting changes 1999-06-08 10:35:23 +00:00
Michael Graff f28a94af21 comment, clean up a bit 1999-06-08 02:50:51 +00:00
Michael Graff eb7ef395d2 implement memory pools 1999-06-08 02:38:30 +00:00
Michael Graff 47d1506e95 add ISC_MIN() and ISC_MAX() 1999-06-08 02:38:21 +00:00
Michael Graff 60804eec9b build mempool_test, and clean up so things that don't need libdns don't link
or depend on them
1999-06-08 02:37:38 +00:00
Michael Graff bb3aa9b6eb memory pool testing 1999-06-08 02:37:12 +00:00
David Lawrence 213a9ec2ad Handle octal bitstrings, fixing the bug where a bitlength that encompassed
fewer bytes than the number of octal digits implied caused invalid names
to be generated.
1999-06-04 00:18:34 +00:00
Michael Graff f7606b8669 clean up documentation 1999-06-03 23:00:10 +00:00
Michael Graff 08d94b539a allow finding types and names but not returning them. This is basically an
existance check
1999-06-03 19:03:48 +00:00
Michael Graff f12aba1ef8 fix. Grr. 1999-05-31 20:56:54 +00:00
Andreas Gustafsson d0bfc8cafe leap years were off by one 1999-05-27 18:03:40 +00:00
Bob Halley 4d7d50710d use isc_app_ routines 1999-05-27 01:51:31 +00:00
Andreas Gustafsson a56af9f8c3 use the interface manager to create sockets and listeners 1999-05-26 06:48:26 +00:00
Andreas Gustafsson 3b84ea68c0 use new isc_netaddr_t type to represent network addresses 1999-05-26 06:24:54 +00:00
Andreas Gustafsson 0237695c5e initial version of generic network address structure 1999-05-26 06:21:08 +00:00
Andreas Gustafsson acfa3ff9c8 simplified quantize(); fill memory with nonzero values if ISC_MEM_FILL==1 1999-05-26 06:10:09 +00:00
Mark Andrews d5850aa99c compress_find() could return a pointer to stack memory. 1999-05-26 00:34:54 +00:00
Michael Graff 03b062e71a minor formatting change 1999-05-25 23:18:33 +00:00
Michael Graff 7bf75b4ca4 socket test cleanup, round 4 1999-05-25 23:18:16 +00:00
David Lawrence d84aa53079 initialize the dbtable's rbt pointer to null before dns_rbt_create 1999-05-25 18:41:52 +00:00
Andreas Gustafsson 454bea884d dns_message_create did not initialize m->rdatasets 1999-05-25 16:55:57 +00:00
Bob Halley 48eb7e000c update 1999-05-24 18:38:58 +00:00
Andreas Gustafsson 0b718ba733 accessed free memory 1999-05-23 08:26:43 +00:00
Michael Graff 300cb0a397 clean up quite a bit 1999-05-22 10:42:55 +00:00
Michael Graff 2f83b032a6 allow easy debugging of the LOCK() and other macros 1999-05-22 10:42:17 +00:00
Michael Graff 2c7e99b941 for ptl2, don't tweak the incolude paths, use ptlgcc as CC instead 1999-05-22 10:38:10 +00:00
Michael Graff 4db368e084 ooops, fix a memory leak 1999-05-21 08:05:49 +00:00
Michael Graff 3402c82442 Don't attach to socket in the done event anymore, and GC the done_event_destroy() function. 1999-05-21 07:16:13 +00:00
Andreas Gustafsson 72fb946eb0 replies to tcp queries were offset by two bytes 1999-05-21 05:43:48 +00:00
Andreas Gustafsson 4e4225481f clean up when socket is shut down; commented 1999-05-21 05:10:44 +00:00
Michael Graff d49555e76c use the new rendered bit 1999-05-21 00:48:59 +00:00
Michael Graff b12f0228b3 initialize attributes to zero 1999-05-21 00:48:45 +00:00
Michael Graff 1f6b20978a formatting nit 1999-05-21 00:48:27 +00:00
Michael Graff d773adf65c add attributes and define one flag for rendering code 1999-05-21 00:48:20 +00:00