Commit Graph
910 Commits
Author SHA1 Message Date
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
Michael Graff a796a22063 output nit 1999-05-21 00:47:49 +00:00
Andreas Gustafsson 820ad97db4 backed out DEC OSF1 _SOCKADDR_LEN definition, it breaks send() and recv() 1999-05-20 17:55:10 +00:00
Andreas Gustafsson ff64dc5d7f added network interface manager 1999-05-20 12:37:35 +00:00
Andreas Gustafsson f80c797d42 added network interface iterator 1999-05-20 12:31:30 +00:00
Andreas Gustafsson 0745aa7369 various bug fixes 1999-05-19 09:15:52 +00:00
Andreas Gustafsson 5dcb42f5bb not all combinations of quoted and unquoted strings were supported in ISDN records 1999-05-19 09:14:58 +00:00
Mark Andrews b2c1904c6f double isc_lex_gettoken 1999-05-19 01:17:14 +00:00
Mark Andrews 55ea93b0b1 Add addition \ escape processing 1999-05-19 00:48:16 +00:00
Michael Graff bd3ccd1c38 use dns_name_equal 1999-05-19 00:14:26 +00:00
Bob Halley a8e12a9194 test dns_name_equal() 1999-05-18 22:06:27 +00:00
Bob Halley 6957b87f93 add dns_name_equal() 1999-05-18 22:05:40 +00:00
Bob Halley 9b27701a8d finish conversion to standard .h commenting conventions 1999-05-18 19:23:53 +00:00
Bob Halley ff1a344725 add more comments and a few missing REQUIREs 1999-05-18 19:23:13 +00:00
Brian Wellington 822f6cdabb Created isc_base64_to{text,buffer} and removed the static versions
from lib/dns/rdata.c.
1999-05-18 17:46:59 +00:00
Brian Wellington 71b306bf33 add isc_buffer_{get,put}uint8 1999-05-18 13:44:52 +00:00
Michael Graff 2eed8ba81c tpyo 1999-05-17 22:56:13 +00:00
Michael Graff 17a30afad1 another cancel cleanup 1999-05-17 22:54:17 +00:00
Michael Graff e89cd0396e Fix a cancel problem, and use a condition variable rather than a hack 1999-05-17 22:31:26 +00:00
Mark Andrews f0ff273b53 base and length should have been taken from tregion not target. 1999-05-17 15:40:39 +00:00
Mark Andrews 7d62ddffbb Add escape processing to txt_fromtext 1999-05-17 15:30:03 +00:00
Andreas Gustafsson 1d978b3ba2 base64_totext() encoded 16-bit final quantum incorrectly 1999-05-17 04:49:38 +00:00
Michael Graff 70fd62761d use linked lists for items returned from loanout 1999-05-14 23:19:12 +00:00
Michael Graff 438d7099d1 Implement name, rdata, rdatalist, rdataset loanout from message resources 1999-05-14 22:22:49 +00:00
Michael Graff 97e7d389d5 Clean up after code review 1999-05-14 17:52:11 +00:00