Mark Andrews
|
56b048781d
|
uid_t / gid_t are usually declared unsigned the days. use format %lu and
cast to (unsigned long) to make sure.
|
1999-10-29 06:19:56 +00:00 |
|
James Brister
|
1a9dbcf032
|
Save port numbers in host-byte order.
memset unused areas of isc_sockaddr_t
|
1999-10-28 17:53:16 +00:00 |
|
James Brister
|
285ae3ab80
|
Minor changes to config file generators.
Added a lookup function for server lists.
|
1999-10-25 09:52:42 +00:00 |
|
James Brister
|
80bd254851
|
Updated use of magic numbers.
|
1999-10-16 01:34:30 +00:00 |
|
James Brister
|
9e12c99099
|
Use logging system.
|
1999-10-02 21:23:11 +00:00 |
|
David Lawrence
|
a252c2771f
|
include isc/net.h, do not include sys/socket.h, netinet/in.h or arpa/inet.h,
and/or use type in_port_t instead of unsigned int for ports
|
1999-10-02 02:54:16 +00:00 |
|
James Brister
|
7c337a9ca9
|
IPv6 fixes.
Removed config specific address type and replced with isc_sockaddr_t
|
1999-09-17 14:22:06 +00:00 |
|
James Brister
|
67d3afc471
|
Renamed many identifiers to match coding guidelines.
|
1999-09-03 20:48:22 +00:00 |
|
James Brister
|
0eb5c95878
|
Config library implementation files.
|
1999-07-19 13:25:18 +00:00 |
|