summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-14the ones from dhclient do, and they're already KNF'd and annsified...Henning Brauer
2004-04-14fold in 10liners and clean up other .hs a bitHenning Brauer
2004-04-14more crap bites the dustHenning Brauer
2004-04-14bye byeHenning Brauer
2004-04-14cheat to KNF and ansi this: take the one from dhclient and add back theHenning Brauer
few missing functions
2004-04-14dhcpd may know about a thousand strange things to get packets onto the wire,Henning Brauer
but we do not care for them, really
2004-04-14we want bpf onlyHenning Brauer
2004-04-13sure a good idea to include 100 lines of comments Just Because...Henning Brauer
2004-04-13time_t and kill a few dumb definesHenning Brauer
2004-04-13may the whacking beginHenning Brauer
2004-04-13Treat 'o' format files (PostScript) from MacOS 10.1 the same as 'l',Todd C. Miller
not 'f', since PostScript can contain binary data. From FreeBSD.
2004-04-13$OpenBSD$Henning Brauer
2004-04-13print the MP capabilities as the neighbor announced in the show neighborHenning Brauer
display, claudio ok
2004-04-13parse the BGP Multiprotocol Extensions (RFC 2858) capabilities and store inHenning Brauer
the peer struct, claudio ok
2004-04-13fix restore so that it can actually restore files larger than 4GB byHenning Brauer
changing the type of "size" to off_t in getfiles() plus little dependent type cleanup, from Daniel Lucq <daniel@lucq.org> ok tdeval@ millert@ otto@
2004-04-13Add missing #include. Found by Stefan Paletta.Hans-Joerg Hoexer
ok henning@ ho@
2004-04-13unfortunately we have to wait a little if the nic does not have a link andHenning Brauer
check again, theo help & ok
2004-04-13Cleanup and more careful payload parsing.Hans-Joerg Hoexer
ok ho@
2004-04-13use standard options list, and slightly rearrange the page;Jason McIntyre
ok henning@
2004-04-13Add /dev/fd/ and /var/empty/; ok henning@ and krw@Todd C. Miller
2004-04-13fix null pointer dereference when trying to read+clear non-existent memoryDamien Miller
log; spotted by mpech@
2004-04-13remove the quiet option, we're being quiet by defaultHenning Brauer
2004-04-13chroot to /var/empty and drop privileges, theo okHenning Brauer
2004-04-13closer to realityHenning Brauer
2004-04-13Sort getopt list and tidy error checks. From andrushock@korovino.net;Damien Miller
ok deraadt@
2004-04-13refresh curthread after a thread switch so it points to the realMarco S Hyman
current thread. ok deraadt@
2004-04-13commented out LoadModule statement for mod_proxy like we do for the otherHenning Brauer
modules, From: Robert McMeekin <rrm3@rrm3.org>
2004-04-13new _dhcp user for, well, dhcp stuff, theo okHenning Brauer
2004-04-13useless caddr_t cast removal. same md5s.Ted Unangst
2004-04-12make sockargs take void *, combine a len check.Ted Unangst
from pedro martelletto, ok markus@
2004-04-12relaying back bootp answers should work againHenning Brauer
2004-04-12remove those overly helpfull comments like explaining that time(3) gets theHenning Brauer
current time
2004-04-12Refactor network initialization code into explicit v4 routines toKenneth R Westerback
prepare for v6 initialization. Minor verbiage changes, and not asking for v4 default route if no v4 addresses were configured are the only user visible changes. ok deraadt@.
2004-04-12KNFHenning Brauer
2004-04-12one big sweep of KNF, ansi and suchHenning Brauer
2004-04-12se daemon(3)Henning Brauer
2004-04-12spacingTheo de Raadt
2004-04-12sync w/ 0.9.7d import (one typo);Jason McIntyre
2004-04-12removeable -> removable;Jason McIntyre
ok deraadt@ beck@
2004-04-12the rocket science department suggests: getoptHenning Brauer
2004-04-12kill pidfile gunkHenning Brauer
2004-04-12less pathetic usage()Henning Brauer
2004-04-12oupsHenning Brauer
2004-04-12initial cut at split out dhcrelay, whacked from usr.sbin/dhcp/ and sbin/dhclientHenning Brauer
2004-04-12spacingTheo de Raadt
2004-04-12simplify, from Han Boetes & pb@, theo okHenning Brauer
2004-04-12~1000 lines worth of ansi, KNF, various cleaning, replacing a homebrownHenning Brauer
daemon() equivalent and such things, theo ok
2004-04-12remove duplicate if. from pedro martelletto, ok markus@Ted Unangst
2004-04-12Fix process_frame macro.Mark Kettenis
ok miod@
2004-04-12factor out dropafterack_ratelim code, use ratelimitMarkus Friedl
for tcps_rcvacktoomuch, too; drop very old ACKs; ok deraadt@