summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2004-04-15more AUTHORS update;Jason McIntyre
2004-04-15typos from Jared Yanovich;Jason McIntyre
2004-04-15spacesTheo de Raadt
2004-04-15new world order for emulations. adjust, and become more robust.Ted Unangst
2004-04-14get rif of the few dmalloc/dfree occurances that were leftHenning Brauer
2004-04-14turns out more is obsolete nowHenning Brauer
2004-04-14prototypes fixupHenning Brauer
2004-04-14make antispoof work with dynamic addresses. ok dhartmei@ mcbride@Cedric Berger
2004-04-14Better interface filtering. vlan1 should not match vlan19.Cedric Berger
2004-04-13fix restore so that it can actually restore files larger than 4GB byHenning Brauer
2004-04-13Add missing #include. Found by Stefan Paletta.Hans-Joerg Hoexer
2004-04-13unfortunately we have to wait a little if the nic does not have a link andHenning Brauer
2004-04-12spacingTheo de Raadt
2004-04-12simplify, from Han Boetes & pb@, theo okHenning Brauer
2004-04-09remove some excess from AUTHORS, and slight update;Jason McIntyre
2004-04-09Do not try to load directories. found+ok mpech@Cedric Berger
2004-04-09typos; ok jmc@.Xavier Santolaria
2004-04-08swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSDHenning Brauer
2004-04-08sync with reality, mostly from jmcHenning Brauer
2004-04-08fix usage(), jmcHenning Brauer
2004-04-08sigh, really fix the error message this time, thanks Moritz JodeitAnil Madhavapeddy
2004-04-08reorder error message and send_fd in order to display the correctAnil Madhavapeddy
2004-04-08Set timezone before privsep, child uses now correct timezone.Hans-Joerg Hoexer
2004-04-08-l can overwrite the path to the leases file, noticed by millertHenning Brauer
2004-04-07-Wsign-compare nits. hshoexer@ ok.Hakan Olsson
2004-04-07Reset *data in case of unknown key typesHakan Olsson
2004-04-07-Wmissing-declarationsHakan Olsson
2004-04-07reflect reality. with lots of help from jmc@Henning Brauer
2004-04-07remove -D option which had no effect whatsoverHenning Brauer
2004-04-07since we removed all the multiple interfaces crap, we now need a leaseHenning Brauer
2004-04-07More careful when walking LIST queues. hshoexer@, david@ ok.Hakan Olsson
2004-04-07fix a logic botch in discover_interfaces that prevented dhclient to seeHenning Brauer
2004-04-07Remove those option letters from the getopt string which do not have a caseAaron Campbell
2004-04-07another piece inside qflag checkTheo de Raadt
2004-04-05move to our new dhclientTheo de Raadt
2004-04-04Emil Mikulic pointed out there are two copies of this stuff (thanks!) ...Jason McIntyre
2004-04-03dont close an invalid fd, canacar@ okAnil Madhavapeddy
2004-03-31dumped is really spelled with one p and not twoHenning Brauer
2004-03-31-Wsign-compare nits. hshoexer@ ok.Hakan Olsson
2004-03-31Use sysdep_sa_len() instead of sa->sa_len, also correct a log_fatal() message...Hakan Olsson
2004-03-31Don't assume closefrom(2) exists everywhere. hshoexer@, markus@ ok.Hakan Olsson
2004-03-31typo;Jason McIntyre
2004-03-29use malloc (oops)Theo de Raadt
2004-03-29wrong FD_ZERO(); from ho, hshoexer, markusTheo de Raadt
2004-03-29memory mishandling; from hoTheo de Raadt
2004-03-24Add some notes about privsep to manpage.Hans-Joerg Hoexer
2004-03-23Remove erroneous null termination.Hans-Joerg Hoexer
2004-03-21don't leak the stack on -R; ok deraadt@Markus Friedl
2004-03-21CPU_LONGRUN is gone. repair kern.emul.nemuls, strcmp on right stringTed Unangst
2004-03-20spelling fix; ok dhartmei@ henning@ deraadt@David Krause