mellon
fcb927dc03
Make a BSD-style Makefile.
2001-04-02 23:59:16 +00:00
mellon
4400cf656e
No longer pertinent
2001-04-02 23:55:16 +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
lukem
443a19e035
convert to using .WAIT
2001-01-09 03:13:39 +00:00
enami
270db080e9
Use PRINTOBJDIR.
2001-01-07 08:00:54 +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
taca
6a3b366a8c
Patch from the ISC DHCP CVS repository, fix dhclient problem,
...
"Re: dhclient still taking up 95% of CPU" in current-users:
: Fix for bug #416 : If a server hands dhclient an insanely large
: lease time, select() can get passed a too-large timeout, causing it
: to return EINVAL. This fix restricts the select() timeout to one day.
2000-11-02 03:14:21 +00:00
taca
e3e05b89d4
Patch from the ISC DHCP CVS repository:
...
: Tweak omapi_protocol_connect() so that authenticators are sent in the
: proper order.
2000-11-02 03:14:02 +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
taca
5f70e573c1
- replace DBDIR, ETCDIR and RUNDIR with /var/db, /etc, /var/run.
...
Original dhcp package, those strings are replaced with real pathname
when creating catman files. Since we install man files, those strings
should be replaced with real pathname.
2000-10-14 05:14:01 +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
jwise
b240da3ec1
Fix circular reference. Instead of cross referencing itself, dhcpd.conf(5)
...
now cross-references dhcpd(8).
2000-08-02 18:23:44 +00:00
jdolecek
973a6510c5
backup previous - including ../Makefile.inc does have some
...
side effects (as pointed by enami), and I changed my build
environment to not need such hack
2000-07-31 17:25:47 +00:00
jdolecek
19c28ebcf8
pull in ../Makefile.inc before bsd.prefs.mk, in case someone (like me)
...
has some stuff depending on e.g. value of WARNS in /etc/mk.conf
2000-07-29 12:44:45 +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
2749a115e8
Back out previons revision in favour of a simpler solution.
2000-07-23 07:13:57 +00:00
mellon
893c278cbb
Put missing PATH= in CLIENT_PATH define.
2000-07-23 07:10:00 +00:00
thorpej
84ffef610f
Set the PATH environment variable properly. Now this actually
...
works again.
2000-07-23 05:34:53 +00:00
thorpej
f407f6eb9d
CPP directives go into CPPFLAGS, not COPTS.
2000-07-23 05:33:21 +00:00
pk
171b3bf97a
dhcp_option_ev_name: make argument `buflen' match the prototype.
2000-07-22 20:54:56 +00:00
mellon
aa27884601
Client path defined in Makefile.
2000-07-20 06:33:50 +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
803abd7fc5
Actually fix a bug I thought I'd alread fixed
2000-07-09 07:04:10 +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
briggs
72e9fc0fb5
If both SMALL and NSUPDATE are defined, undefine NSUPDATE. The NSUPDATE
...
option pulls in a set of symbols that increases the size of dhclient
with functionality that is not required for installation media.
This was discussed with Ted Lemon, and the patch is being submitted to him
for inclusion in his source tree.
2000-06-26 12:33:14 +00:00
mellon
cb94aaa4bf
Delete some debugging statements that got included accidentally.
2000-06-24 19:05:50 +00:00
mellon
61f43e2b27
Allocate command line interface using interface_allocate (pr#10378)
2000-06-24 16:21:02 +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
5ec30b76db
Fix a paste-o (thanks to Frederick Bruckman for investigating this)
2000-06-13 15:39:07 +00:00
mellon
45362f7ad8
Register the host type.
2000-06-13 15:37:16 +00:00
mellon
3664f335db
- In parse_host_declaration, check for boolean status from clone_group,
...
not isc_result_t.
2000-06-12 19:48:46 +00:00
mellon
651c0b2dc2
Pass interface name required by format to log_fatal.
2000-06-12 18:57:43 +00:00
mellon
eba9d5379d
Fix a core dump caused by an uninitialized pointer.
2000-06-12 17:43:26 +00:00
mellon
cc4d3c7a56
Differentiate the version number.
2000-06-10 18:52:45 +00:00
mellon
ce18212259
Fix up some failover dependencies
2000-06-10 18:31:11 +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
3a6d2f7276
Define the PXE DHCP option codes.
2000-05-13 04:00:48 +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
enami
36069eacc0
- Use a tab instead of eight spaces for consistency and better output.
...
- Fix a typo.
2000-05-10 02:11:34 +00:00
matt
7a16f4991b
fix an off by 1 error that prevents bootp from working.
2000-05-08 19:25:10 +00:00
thorpej
f5fc764943
Only invoke hostname(1) and domainname(1) if they exist (tested with the
...
`type' shell built-in). Makes it possible to save some space on install
media which uses DHCP.
2000-04-28 16:34:31 +00:00
thorpej
d07c2b5b7e
Fix a missing ~ which caused fixed-address leases to be treated like
...
normal leases, resulting in an eventual NULL-deref in supersede_lease().
Fixes PR #9976 .
2000-04-26 23:11:20 +00:00
thorpej
acd373ca8f
.cvsignore bad! bad _MelloN_, no biscuit!
2000-04-25 21:18:44 +00:00
thorpej
7b512c0ae2
Avoid an unaligned access.
2000-04-24 05:38:51 +00:00
thorpej
0ce0f58ae0
Fix a bug where a clause in the client configuration file like:
...
default nis-domain "";
would cause a NULL pointer deref while writing out the lease into
the persistent database if the server didn't include an nis-domain
option in the reply.
2000-04-24 05:27:51 +00:00
mellon
e2074b3bbf
Fix dhcpctl subdir build.
2000-04-23 21:42:29 +00:00
thorpej
7188cd9f3b
Back out previous; it builds on LP64 platforms now.
2000-04-23 18:39:54 +00:00
thorpej
4ea436d3e0
Address LP64 issues (just add some casts; the code is safe).
2000-04-23 18:39:00 +00:00
sommerfeld
c8ad38a791
Disable build of client on alpha due to LP64 issues.
2000-04-23 03:08:12 +00:00
sommerfeld
e012be0e69
unsigned != size_t (tripped up build on alpha).
2000-04-23 02:47:57 +00:00
sommerfeld
4a799f6f27
disable dhcpctl subdir to un-break build since it doesn't have a makefile yet
2000-04-22 18:04:34 +00:00
mellon
e04a818808
Initial merge of ISC DHCP 3.0 into NetBSD tree (incomplete)
2000-04-22 08:18:11 +00:00
mellon
e86d6c24ba
Initial import of version 3 of the ISC DHCP distribution.
2000-04-22 07:11:26 +00:00
soren
e7d9a82c6f
'If it comes from a client that already knows its address and is not
...
requesting a broadcast response, and we can unicast to a client without
using the ARP protocol, sent it directly to that client.'
Make some ARCS firmware happy.
Many thanks to Ted Lemon for debugging this.
1999-12-07 23:23:16 +00:00
mjl
2c3c567c94
From FreeBSD misc/14850: When communicating with a BOOTP server,
...
dhclient would fail to configure the interface and crash. Added check
for lease time option present before using that value.
1999-11-15 15:50:16 +00:00
hubertf
4fa18183d7
Install example dhcpd.conf into /usr/share/examples/dhcp
1999-10-09 15:33:36 +00:00
enami
9ce05a481a
Move the actual work when dhclient got signal out of signal handlers,
...
and make not to exit the program if the signal is hanldled properly.
Reviewed by: Ted Lemon
1999-08-24 03:25:31 +00:00
thorpej
4281f72137
If we get an NIS domain name, set it. If we set, clear it when the
...
lease is released.
1999-06-04 20:40:50 +00:00
thorpej
a2b8006ca9
If we get a host-name option, set it.
1999-06-04 20:12:52 +00:00
thorpej
26e41e4c44
The host-name option is text.
1999-06-04 20:09:12 +00:00
mellon
3c82a97a8d
Merge with ISC source.
1999-04-26 15:47:03 +00:00
mellon
58d7576468
Patchlevel 27
1999-04-26 15:43:06 +00:00
mellon
177a06d1a4
Resolve conflicts from Patchlevel 25 import.
1999-04-09 17:55:01 +00:00
mellon
95518966c2
Patchlevel 25
1999-04-09 17:52:05 +00:00
mellon
a20da108b1
Merge patchlevel 22.
1999-03-30 03:12:28 +00:00
mellon
2edefbc506
Import 2.0b1pl22, the pecked-to-death-by-ducks patchlevel.
1999-03-30 03:10:46 +00:00
mellon
6ad36e81ac
Re-add README file and RELNOTES, as they may actually be of some interest.
1999-03-30 01:54:50 +00:00
mellon
ba99fde8c5
Merge patchlevel 21
1999-03-30 01:53:57 +00:00
mellon
1cc8443c6f
Patchlevel 21
1999-03-30 01:51:44 +00:00
mellon
029f7c27bf
Resolve conflicts in pl20a merge.
1999-03-30 00:12:14 +00:00
mellon
4f34fd30b5
Patchlevel 20 fixes
1999-03-30 00:10:08 +00:00
mellon
579e9efdc7
Resolve conflicts in pl20 merge.
1999-03-29 23:08:21 +00:00
mellon
3b4ecb27b5
Patchlevel 20
1999-03-29 23:00:49 +00:00
drochner
61e1563f2b
Revert to the last ISC version. The local modification breaks bootp
...
clients which have the requested filename fixed in ROM.
The intended echoing behaviour is already provided by the ISC version
(if no special bootfile name is specified in dhcpd.conf).
1999-03-26 20:15:01 +00:00
mellon
7ccf21d94d
Fix conflicts in merge.
1999-03-26 17:52:45 +00:00
mellon
28f100096f
Patchlevel 19
1999-03-26 17:49:19 +00:00
lukem
7e1c62baf8
set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>
1999-03-13 23:17:46 +00:00
mycroft
867aa13949
Remove bashism, so this actually works.
1999-03-05 22:37:43 +00:00
mellon
0c19a76c66
Add some documentation on customization.
1999-03-05 18:10:36 +00:00
mellon
83ec6e889e
Merge with 2.0b1pl18
1999-03-05 17:52:44 +00:00