summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcp
AgeCommit message (Expand)Author
2000-07-23Define PTRSIZE_64BIT for alpha and sparc64.mycroft
2000-07-23Back out previons revision in favour of a simpler solution.mellon
2000-07-23Put missing PATH= in CLIENT_PATH define.mellon
2000-07-23Set the PATH environment variable properly. Now this actuallythorpej
2000-07-23CPP directives go into CPPFLAGS, not COPTS.thorpej
2000-07-22dhcp_option_ev_name: make argument `buflen' match the prototype.pk
2000-07-20Client path defined in Makefile.mellon
2000-07-20Merge 20000719 changesmellon
2000-07-20Final (I hope) DHCP client security fix.mellon
2000-07-09Actually fix a bug I thought I'd alread fixedmellon
2000-07-08Oops, fix one more conflict.mellon
2000-07-08Fix conflicts in latest import.mellon
2000-07-08Latest revision of the ISC DHCP Distribution, with many bug fixes.mellon
2000-06-26If both SMALL and NSUPDATE are defined, undefine NSUPDATE. The NSUPDATEbriggs
2000-06-24Delete some debugging statements that got included accidentally.mellon
2000-06-24Allocate command line interface using interface_allocate (pr#10378)mellon
2000-06-24Merge latest version, fix conflicts.mellon
2000-06-24Merge latest version, fix conflicts.mellon
2000-06-243.0b2 as of June 23 - fixes two important glitches.mellon
2000-06-13Fix a paste-o (thanks to Frederick Bruckman for investigating this)mellon
2000-06-13Register the host type.mellon
2000-06-12- In parse_host_declaration, check for boolean status from clone_group,mellon
2000-06-12Pass interface name required by format to log_fatal.mellon
2000-06-12Fix a core dump caused by an uninitialized pointer.mellon
2000-06-10Differentiate the version number.mellon
2000-06-10Fix up some failover dependenciesmellon
2000-06-10Update makefiles and remove removed files.mellon
2000-06-10Fix conflicts in merge.mellon
2000-06-10Belated import of recent DHCP core dumps, etc. Approved by releng.mellon
2000-05-28Add/fix FDDI support for NetBSD (& Tru64). [Tru64 has at least one bug left]matt
2000-05-13Define the PXE DHCP option codes.thorpej
2000-05-13Add placeholders for Preboot Execution Environment (PXE) options,thorpej
2000-05-10- Use a tab instead of eight spaces for consistency and better output.enami
2000-05-08fix an off by 1 error that prevents bootp from working.matt
2000-04-28Only invoke hostname(1) and domainname(1) if they exist (tested with thethorpej
2000-04-26Fix a missing ~ which caused fixed-address leases to be treated likethorpej
2000-04-25.cvsignore bad! bad _MelloN_, no biscuit!thorpej
2000-04-24Avoid an unaligned access.thorpej
2000-04-24Fix a bug where a clause in the client configuration file like:thorpej
2000-04-23Fix dhcpctl subdir build.mellon
2000-04-23Back out previous; it builds on LP64 platforms now.thorpej
2000-04-23Address LP64 issues (just add some casts; the code is safe).thorpej
2000-04-23Disable build of client on alpha due to LP64 issues.sommerfeld
2000-04-23unsigned != size_t (tripped up build on alpha).sommerfeld
2000-04-22disable dhcpctl subdir to un-break build since it doesn't have a makefile yetsommerfeld
2000-04-22Initial merge of ISC DHCP 3.0 into NetBSD tree (incomplete)mellon
2000-04-22Initial import of version 3 of the ISC DHCP distribution.mellon
1999-12-07'If it comes from a client that already knows its address and is notsoren
1999-11-15From FreeBSD misc/14850: When communicating with a BOOTP server,mjl
1999-10-09Install example dhcpd.conf into /usr/share/examples/dhcphubertf