Tomek Mrugalski
a34feb7d81
- Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macros
...
[ISC-Bugs #13151 ]
2011-05-11 14:01:25 +00:00
Shawn Routhier
a47d63362f
Update copyright years
2009-11-24 02:06:57 +00:00
Shawn Routhier
2c85ac9b24
Switch isc urls from http to https and correct sw to services or software
...
for new web site as appropirate.
2009-07-23 18:52:21 +00:00
Evan Hunt
75135a3f7f
Use different paths for PID and lease files when running in DHCPv4 or
...
DHCPv6 mode, so that servers for both protcols can be run simultaneously on
a single interface. [rt17227]
2007-10-27 19:15:37 +00:00
David Hankins
706792c9d3
Copyright++
2007-05-19 19:16:28 +00:00
David Hankins
98bd7ca099
DHCPv6 branch merged to HEAD.
2007-05-08 23:05:22 +00:00
Shane Kerr
c57db45ce9
Spelling fixes. See RT ticket 16513 for details.
2007-01-29 10:25:55 +00:00
David Hankins
88cd8aca9e
- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silence
...
robie).
2006-02-24 23:16:32 +00:00
David Hankins
98311e4ba9
MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE are
...
now synced as of tag V3-0-3-BETA-1.
2005-03-17 20:15:29 +00:00
Ted Lemon
0db87765e3
Pull up RC9
2001-06-29 18:34:57 +00:00
Ted Lemon
d758ad8cac
Merge changes between 3.0rc7 and 3.0rc8pl2.
2001-06-27 00:31:20 +00:00
Ted Lemon
31bbee784c
Sync with 3.0rc7
2001-05-17 19:04:09 +00:00
Ted Lemon
922699e857
Add a definition for fpos_t.
2001-05-03 21:07:19 +00:00
Ted Lemon
aa2b88c211
SIOCGIFCONF API doesn't work properly on sparc.
2001-05-01 23:12:34 +00:00
Ted Lemon
8bd346b507
SCO Fixups.
2001-04-09 01:13:32 +00:00
Ted Lemon
c267626033
Work around Linux 2.4 Token Ring problem.
2001-04-09 01:03:14 +00:00
Ted Lemon
6071365896
Don't try to determine SIOCGIFCONF buffer size prior to Linux 2.2.
2001-04-05 06:12:28 +00:00
Ben Cottrell
c73ced691d
Fixed RT 938 having to do with SIOCGIFCONF on Linux. We now do a first
...
pass in which we pass a null pointer for the buffer, and we will get
back the length of the buffer we should allocate. This is because
if you pass in a buffer that is too small, Linux (unlike other OSes)
will not tell you that it is too small by returning a length greater
than the length you passed in.
2001-03-17 02:11:29 +00:00
Ted Lemon
504d9311ba
Oops, socklen_t is defined in all NetBSD versions *after* 1.3J, not *before*.
2001-02-18 06:52:30 +00:00
Ted Lemon
9c5706a682
Include net/if_arp.h for ARPHRD_*
2001-01-06 21:32:49 +00:00
Ted Lemon
7b7b5278ad
Define SOCKLEN_T
2000-09-23 03:43:16 +00:00
Ted Lemon
74aaf02718
Use mkstemp on freebsd...
2000-06-24 06:25:25 +00:00
Ted Lemon
3fc9a0ef5e
- When using sockets, enable CAN_RECEIVE_UNICAST_UNCONFIGURED so that
...
clients will not set the broadcast flag. This helps with a specific
kind of cable modem that doesn't support DHCP broadcast responses.
2000-06-20 20:27:37 +00:00
Ted Lemon
1bddf26a11
Don't define HAVE_SIOCGIFHWADDR except on Linux.
2000-04-07 05:08:13 +00:00
Ted Lemon
6c54d79859
Add DEC-specific FDDI support.
2000-03-24 00:23:02 +00:00
Ted Lemon
49733f31d3
Go back to the BSD license.
2000-03-17 04:00:32 +00:00
Ted Lemon
488b9286c5
Define SOCKLEN_T for old versions of O.S. that don't have socklen_t.
2000-02-05 17:40:18 +00:00
Ted Lemon
3ac520c2c0
Define SOCKLEN_T, to avoid header incompatibility issue. Define htons.
2000-02-03 03:51:28 +00:00
Ted Lemon
125ab69a54
Define SOCKLEN_T, to avoid header incompatibility issue.
2000-02-03 03:51:05 +00:00
Ted Lemon
9458e9aa07
Minor solaris fixes.
2000-02-02 20:01:50 +00:00
Ted Lemon
6f9ae4eafb
NSUPDATE won't build on QNX - make the compiler bomb with a useful message.
2000-02-02 07:24:13 +00:00
Ted Lemon
32e99078d8
Add prand_config goo for resolver (temporary!).
2000-02-02 05:38:07 +00:00
Ted Lemon
054f18b831
Define socklen_t on older versions of BSD/OS.
2000-02-01 18:21:26 +00:00
Ted Lemon
cfdfb9f126
AIX and Digital Unix compatibility fixes.
2000-02-01 03:19:56 +00:00
Ted Lemon
9a83b1d954
Get rid of SHUT_RD definition. Add HAVE_SETFD.
2000-01-05 18:10:07 +00:00
Ted Lemon
d9eefc5dec
Mass commit for Brian Murrell.
1999-11-20 18:36:32 +00:00
Ted Lemon
5deaeee113
Conditionalize bit types definition.
1999-11-14 00:07:28 +00:00
Ted Lemon
3330609cbb
Define SHUT_RD if it's not already defined.
1999-10-21 12:32:45 +00:00
Ted Lemon
c859d3b834
Make Digital Unix C compiler happy.
1999-10-06 22:37:14 +00:00
Ted Lemon
47ebb948de
Use stdarg.h on alpha/osf1.
1999-10-06 20:09:03 +00:00
Ted Lemon
4140ab7c5b
Add OpenBSD support.
1999-09-08 01:48:14 +00:00
Ted Lemon
3175ee907c
Changes to make builds work on HP-UX with ANSI compiler.
1999-07-13 18:00:22 +00:00
Ted Lemon
0b0a0945b9
- Conditionalize definition of byte order constants, in case BIND headers
...
define them.
1999-07-01 19:25:01 +00:00
Ted Lemon
7d29d66d88
Support token ring packets.
1999-05-27 17:43:28 +00:00
Ted Lemon
2d1b06e071
Pull up changes in Patchlevel 19
1999-03-26 19:19:46 +00:00
Ted Lemon
afc1b4b620
Update copyright
1999-03-16 05:57:50 +00:00
Ted Lemon
f39b6e0089
Update license.
1999-03-16 05:50:46 +00:00
Ted Lemon
74f45f9642
Sync with 2.0b1pl16. Fix some pool allocation problems.
1999-02-25 23:30:43 +00:00
Ted Lemon
d2bc90bd80
Pull up recent 2.0 changes.
1999-02-14 19:04:05 +00:00
Ted Lemon
166e479055
Add endian.h defines - not present in hpux headers.
1998-11-05 18:49:36 +00:00