Mark Andrews
|
0c27b3fe77
|
4401. [misc] Change LICENSE to MPL 2.0.
|
2016-06-27 14:56:38 +10:00 |
|
Tinderbox User
|
431a83fb29
|
update copyright notice
|
2014-01-09 23:46:35 +00:00 |
|
Evan Hunt
|
e851ea8260
|
[master] replace memcpy() with memmove().
3698. [cleanup] Replaced all uses of memcpy() with memmove().
[RT #35120]
|
2014-01-08 16:39:05 -08:00 |
|
Automatic Updater
|
70e5a7403f
|
update copyright notice
|
2007-06-19 23:47:24 +00:00 |
|
Automatic Updater
|
ec5347e2c7
|
update copyright notice
|
2007-06-18 23:47:57 +00:00 |
|
Mark Andrews
|
69fe9aaafd
|
update copyright notice
|
2005-04-29 00:24:12 +00:00 |
|
Rob Austein
|
ab023a6556
|
1851. [doc] Doxygen comment markup. [RT #11398]
|
2005-04-27 04:57:32 +00:00 |
|
Mark Andrews
|
dafcb997e3
|
update copyright notice
|
2004-03-05 05:14:21 +00:00 |
|
Andreas Gustafsson
|
34729dbcb3
|
split lwres/net.h into separate Unix and Win32 version to facilitate
porting; rely on that header for networking definitions rather than redundantly
including OS-dependent headers from the various lwres .c files
|
2001-07-10 18:26:12 +00:00 |
|
Brian Wellington
|
ac3f9fa1ec
|
remove unnecessary #includes
|
2001-03-06 23:02:04 +00:00 |
|
Brian Wellington
|
7aac083523
|
The flags field of the request structures were not initialized (thanks, purify)
|
2001-02-05 20:48:42 +00:00 |
|
Brian Wellington
|
499b34cea0
|
copyright update
|
2001-01-09 22:01:04 +00:00 |
|
Brian Wellington
|
668728fed8
|
First cut at getrrsetbyname code
|
2000-11-02 01:52:32 +00:00 |
|
Brian Wellington
|
2be139c4b2
|
search path processing is now done in the server
|
2000-10-28 00:37:52 +00:00 |
|
David Lawrence
|
40f53fa8d9
|
Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your
own CVS tree will help minimize CVS conflicts. Maybe not.
Blame Graff for getting me to trim all trailing whitespace.
|
2000-08-01 01:33:37 +00:00 |
|
David Lawrence
|
15a4474541
|
word wrap copyright notice at column 70
|
2000-07-27 09:55:03 +00:00 |
|
Brian Wellington
|
d364e89bda
|
The off by one error wasn't.
|
2000-06-27 18:51:51 +00:00 |
|
Brian Wellington
|
9006ddc64a
|
Fix off-by-one error and move a few lines of code.
|
2000-06-27 18:03:52 +00:00 |
|
Brian Wellington
|
bc9470d240
|
*** empty log message ***
|
2000-06-26 21:27:14 +00:00 |
|
Brian Wellington
|
e1e309c63d
|
Removed more pointer to integer assignments.
|
2000-06-26 20:58:52 +00:00 |
|
David Lawrence
|
9c3531d72a
|
add RCS id string
|
2000-06-22 22:00:42 +00:00 |
|
Michael Graff
|
58ff88cca7
|
use 'flags' rather than 'attributes' and rename pkt->flags to pkt->pktflags
|
2000-05-02 18:46:44 +00:00 |
|
Michael Graff
|
915723e400
|
Copy addresses out, rather than keeping pointers to them from a buffer. This
simplifies code at the expense of copying more. It is, however, the
easiest way to get sortlist working correctly. ipv6 addresses now sort
as well.
|
2000-03-12 01:58:41 +00:00 |
|
Michael Graff
|
d736db6dc5
|
lwres get-addr-by-name returns a linked list, not an array, of names. This
was needed to make adding the sortlist code, which will be checked in
in a few minutes.
|
2000-03-10 23:11:36 +00:00 |
|
Michael Graff
|
01933e9302
|
start changing from 'int' returns to 'lwres_result_t'
|
2000-02-23 01:46:34 +00:00 |
|
Michael Graff
|
7a166c5c61
|
completely decouple the lwres library from libisc. Bad michael for using isc/int.h and isc/lang.h, bad Mark for adding isc/tring.h, isc/net.h, and a few others.
|
2000-02-03 01:28:52 +00:00 |
|
Mark Andrews
|
40de7483ff
|
lint
|
2000-02-02 01:15:43 +00:00 |
|
Michael Graff
|
573be0bc6d
|
misc parsing and rendering nits
|
2000-01-28 00:33:14 +00:00 |
|
Mark Andrews
|
4d4c128237
|
add appropriate const's
|
2000-01-26 23:47:00 +00:00 |
|
Michael Graff
|
f1092e671a
|
set the used region before parsing. Gotta love buffers, they'll keep ya honest
|
2000-01-26 22:22:41 +00:00 |
|
Michael Graff
|
7a196c5d60
|
checkpoint; returns error packet, but that's tommorow's work
|
2000-01-26 02:16:47 +00:00 |
|
Michael Graff
|
1a70537f01
|
fix a bug introduced with today's changes.
|
2000-01-25 02:16:00 +00:00 |
|
Michael Graff
|
8cd870e3f5
|
return LWRES_R_* result codes (all are negative values, otehr than success, which is 0)
|
2000-01-24 21:57:07 +00:00 |
|
Michael Graff
|
88ed7381f1
|
checkpoint; return lengths of each name as well as the name itself.
|
2000-01-20 23:58:27 +00:00 |
|
Michael Graff
|
0d9f5384a1
|
Implement lwres_getnamebyaddr()
|
2000-01-18 01:54:42 +00:00 |
|
Michael Graff
|
7dbf5a0b64
|
implement actual network I/O for lw resolver. All I/O is run through the
context, where the sockets are cached. This means one context per thread.
|
2000-01-18 01:43:12 +00:00 |
|
Michael Graff
|
bab662ff0c
|
all utility function file
|
2000-01-17 23:12:02 +00:00 |
|