christos
|
23bcf1ad25
|
remove gcc-4.5 hacks
|
2011-08-16 16:37:07 +00:00 |
|
mrg
|
b6d5d1aeec
|
fix previous / -Wno-enum-compare is only valid for GCC 4.5.
|
2011-06-29 06:34:31 +00:00 |
|
mrg
|
667b3f39be
|
-Wno-enum-compare is only valid for GCC 4.5.
|
2011-06-29 06:32:32 +00:00 |
|
mrg
|
90786c5ad2
|
apply some -Wno-enum-compare
|
2011-06-29 02:40:11 +00:00 |
|
lukem
|
66176dfdff
|
Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
a variable that is used by in-tree Makefiles to control behaviour.
(MKsomevar variables are generally intended to be controlled by the end-user)
|
2008-05-03 14:48:30 +00:00 |
|
lukem
|
b817247988
|
Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and
setting NOLINT, NOPIC, NOPROFILE (etc)
|
2004-05-23 02:24:50 +00:00 |
|
lukem
|
c52b93f508
|
minor makefile delint
|
2002-09-18 13:31:52 +00:00 |
|
tv
|
8e6f7afb5b
|
MKfoo=no -> NOfoo
|
2001-12-12 01:48:43 +00:00 |
|
drochner
|
ecd0a03ec8
|
switch to reachover build from src/dist/dhcp
|
2001-08-03 14:13:55 +00:00 |
|
wiz
|
a9356936b4
|
seperate -> separate
|
2001-07-22 13:33:58 +00:00 |
|
christos
|
44f22a6994
|
make things compile again with -DSMALL
|
2001-06-23 00:10:06 +00:00 |
|
drochner
|
e3ef27af9b
|
iron out some unnecessary differences between the distribution and the
NetBSD version
|
2001-06-19 14:22:45 +00:00 |
|
drochner
|
ef869f8376
|
merge 3.0rc8
|
2001-06-18 19:01:50 +00:00 |
|
drochner
|
5233105195
|
ISC DHCP 3.0rc8
|
2001-06-18 18:13:13 +00:00 |
|
christos
|
4fce6523d7
|
make the -DSMALL option work again.
|
2001-05-26 00:37:45 +00:00 |
|
mellon
|
69ee0ea676
|
Don't use BPF_WORDALIGN in the midst of unpacking the packet.
|
2001-04-08 20:48:52 +00:00 |
|
mellon
|
64ce71d1cd
|
If SMALL is defined, don't support the OMAPI protocol.
|
2001-04-06 19:01:06 +00:00 |
|
mellon
|
9cc24a09b7
|
Merge 3.0b2pl24
|
2001-04-06 17:08:51 +00:00 |
|
mellon
|
f9a2f32ef8
|
ISC DHCP 3.0b2pl24
|
2001-04-06 17:00:09 +00:00 |
|
mellon
|
a7a21c452b
|
Fix various makefile glitches
|
2001-04-03 00:49:15 +00:00 |
|
mellon
|
b6b233a9ba
|
Merge of 3.0b2pl23
|
2001-04-02 23:45:52 +00:00 |
|
mellon
|
7ac99333ec
|
ISC DHCP 3.0b2pl23
|
2001-04-02 21:56:50 +00:00 |
|
mycroft
|
04adf420b1
|
Don't terminate the loop after getting a short packet, either.
|
2000-11-27 17:36:19 +00:00 |
|
mycroft
|
a23cc61626
|
For BPF, we must loop on receive_packet(). BPF may return multiple packets at
once, and we obviously won't get a select() hit for each one in that case.
|
2000-11-27 17:33:02 +00:00 |
|
mycroft
|
33515cb532
|
Make sure to BPF_WORDALIGN() the buffer pointer for each packet, as BPF does in
the kernel. Otherwise the pointers get out of sync and dhcpd goes nuts.
|
2000-11-27 17:08:16 +00:00 |
|
tron
|
68fa36f81f
|
Avoid segmentation fault if "dns_zone_lookup()" is called with an empty
string as name. Problem noted by Simon Burge.
|
2000-11-07 13:21:36 +00:00 |
|
tron
|
b56cc4466d
|
Patch from Takahiro Kambe to fix crashes if dynamic DNS updates
are used. This fixes PR bin/10665 by Mason Loring Bliss.
|
2000-10-29 22:55:57 +00:00 |
|
taca
|
5dea32f506
|
Make it compile again.
|
2000-10-17 16:12:20 +00:00 |
|
taca
|
0cb6a7cf94
|
Merge 3.0b2pl9 with head.
|
2000-10-17 16:10:38 +00:00 |
|
taca
|
70a42dc992
|
DHCP 3.0 Beta 2 Patchlevel 9
|
2000-10-17 15:07:41 +00:00 |
|
is
|
d8302e2d73
|
More format string cleanups by sommerfeld.
|
2000-10-11 20:23:46 +00:00 |
|
mellon
|
a894c0a5ef
|
Goto label was in slightly wrong place.
|
2000-09-29 00:30:56 +00:00 |
|
mellon
|
4649cc23c5
|
Update some instances of file movement in the ISC release.
|
2000-09-05 00:50:07 +00:00 |
|
mellon
|
e59a2459c4
|
Merge 3.0b2pl2 with head.
|
2000-09-04 23:19:27 +00:00 |
|
mellon
|
4ca7dd8c85
|
DHCP 3.0 Beta 2 Patchlevel 2
|
2000-09-04 23:09:46 +00:00 |
|
mycroft
|
98a44cdc45
|
Do the PTRSIZE_64BIT thing in the port-specific .h file instead.
|
2000-07-26 14:41:23 +00:00 |
|
mycroft
|
64ef2ce0d3
|
Define PTRSIZE_64BIT for alpha and sparc64.
|
2000-07-23 22:44:07 +00:00 |
|
mellon
|
4b564fe2bf
|
Merge 20000719 changes
|
2000-07-20 05:59:17 +00:00 |
|
mellon
|
8e7171f5ab
|
Final (I hope) DHCP client security fix.
|
2000-07-20 05:49:35 +00:00 |
|
mellon
|
f1157334e4
|
Oops, fix one more conflict.
|
2000-07-08 20:53:57 +00:00 |
|
mellon
|
d1340e80d6
|
Fix conflicts in latest import.
|
2000-07-08 20:52:11 +00:00 |
|
mellon
|
f1127576c6
|
Latest revision of the ISC DHCP Distribution, with many bug fixes.
|
2000-07-08 20:40:10 +00:00 |
|
mellon
|
770dd9d3d3
|
Merge latest version, fix conflicts.
|
2000-06-24 06:57:05 +00:00 |
|
mellon
|
11e02a2cec
|
Merge latest version, fix conflicts.
|
2000-06-24 06:50:01 +00:00 |
|
mellon
|
cbcf186604
|
3.0b2 as of June 23 - fixes two important glitches.
|
2000-06-24 06:38:26 +00:00 |
|
mellon
|
3eff691939
|
Update makefiles and remove removed files.
|
2000-06-10 18:29:27 +00:00 |
|
mellon
|
582a2367ec
|
Fix conflicts in merge.
|
2000-06-10 18:17:18 +00:00 |
|
mellon
|
a32e54aef9
|
Belated import of recent DHCP core dumps, etc. Approved by releng.
|
2000-06-10 18:04:36 +00:00 |
|
matt
|
a3ab2a3d02
|
Add/fix FDDI support for NetBSD (& Tru64). [Tru64 has at least one bug left]
|
2000-05-28 01:27:52 +00:00 |
|
thorpej
|
baa6042b06
|
Add placeholders for Preboot Execution Environment (PXE) options,
from version 2.1 of the PXE spec.
|
2000-05-13 03:44:51 +00:00 |
|