Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-09 | remove some excess from AUTHORS, and slight update; | Jason McIntyre | |
requested by henning, and discussed w/ him and deraadt; ok henning@ | |||
2004-04-09 | Do not try to load directories. found+ok mpech@ | Cedric Berger | |
2004-04-09 | typos; ok jmc@. | Xavier Santolaria | |
2004-04-08 | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD | Henning Brauer | |
and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@ | |||
2004-04-08 | sync with reality, mostly from jmc | Henning Brauer | |
2004-04-08 | fix usage(), jmc | Henning Brauer | |
2004-04-08 | sigh, really fix the error message this time, thanks Moritz Jodeit | Anil Madhavapeddy | |
2004-04-08 | reorder error message and send_fd in order to display the correct | Anil Madhavapeddy | |
errno in error message; pointed out by Moritz Jodeit <moritz at jodeit.org> | |||
2004-04-08 | Set timezone before privsep, child uses now correct timezone. | Hans-Joerg Hoexer | |
Noticed by david@ ok ho@ david@ | |||
2004-04-08 | -l can overwrite the path to the leases file, noticed by millert | Henning Brauer | |
2004-04-07 | -Wsign-compare nits. hshoexer@ ok. | Hakan Olsson | |
2004-04-07 | Reset *data in case of unknown key types | Hakan Olsson | |
2004-04-07 | -Wmissing-declarations | Hakan Olsson | |
2004-04-07 | reflect reality. with lots of help from jmc@ | Henning Brauer | |
2004-04-07 | remove -D option which had no effect whatsover | Henning Brauer | |
2004-04-07 | since we removed all the multiple interfaces crap, we now need a lease | Henning Brauer | |
file per interface, and not one for all. Use /var/db/dhclient.leases.IFNAME discussed with pb@ quite some time ago, ok tdeval@ beck@ | |||
2004-04-07 | More careful when walking LIST queues. hshoexer@, david@ ok. | Hakan Olsson | |
2004-04-07 | fix a logic botch in discover_interfaces that prevented dhclient to see | Henning Brauer | |
any but the first real interface found yesterday evening at RATT when dhclient would not get me a lease on wireless | |||
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell | |
handler below. millert@ ok | |||
2004-04-07 | another piece inside qflag check | Theo de Raadt | |
2004-04-05 | move to our new dhclient | Theo de Raadt | |
2004-04-04 | Emil Mikulic pointed out there are two copies of this stuff (thanks!) ... | Jason McIntyre | |
- correct option is `dhcp-lease-time', not `requested-lease-time'; fixed w/ help from krw@ - kill a rake of unnecessary .Pp's | |||
2004-04-03 | dont close an invalid fd, canacar@ ok | Anil Madhavapeddy | |
2004-03-31 | dumped is really spelled with one p and not two | Henning Brauer | |
from Daniel Lucq | |||
2004-03-31 | -Wsign-compare nits. hshoexer@ ok. | Hakan Olsson | |
2004-03-31 | Use sysdep_sa_len() instead of sa->sa_len, also correct a log_fatal() ↵ | Hakan Olsson | |
message. hshoexer@ ok. | |||
2004-03-31 | Don't assume closefrom(2) exists everywhere. hshoexer@, markus@ ok. | Hakan Olsson | |
2004-03-31 | typo; | Jason McIntyre | |
2004-03-29 | use malloc (oops) | Theo de Raadt | |
2004-03-29 | wrong FD_ZERO(); from ho, hshoexer, markus | Theo de Raadt | |
2004-03-29 | memory mishandling; from ho | Theo de Raadt | |
2004-03-24 | Add some notes about privsep to manpage. | Hans-Joerg Hoexer | |
ok ho@ jmc@ deraadt@ | |||
2004-03-23 | Remove erroneous null termination. | Hans-Joerg Hoexer | |
ok ho@ deraadt@ | |||
2004-03-21 | don't leak the stack on -R; ok deraadt@ | Markus Friedl | |
2004-03-21 | CPU_LONGRUN is gone. repair kern.emul.nemuls, strcmp on right string | Ted Unangst | |
2004-03-20 | spelling fix; ok dhartmei@ henning@ deraadt@ | David Krause | |
2004-03-20 | make pfctl -s osfp work and remove -o option from manpage; ok deraadt@ | David Krause | |
pointed out by David Hill <davidh at wmis dot net> | |||
2004-03-19 | Fix bad indentation that creates the illusion that there's a bug here. tedu@, | Aaron Campbell | |
deraadt@ ok | |||
2004-03-19 | Add missing bits to make already present privsep code work. Enable privsep. | Hans-Joerg Hoexer | |
ok ho@ deraadt@ markus@ | |||
2004-03-18 | Allow the state of a carp interface to be changed explicitly. | Ryan Thomas McBride | |
ok markus@ | |||
2004-03-18 | Starting with Prism firmware version 1.6.3, HostAP supports an | Todd C. Miller | |
enhanced security mode whereby the SSID can be hidden from snoopers. Ok deraadt@ | |||
2004-03-18 | typo; | Jason McIntyre | |
ok grange@ | |||
2004-03-17 | For consistency and to avoid a rare memory leak, the result from | Hakan Olsson | |
ike_auth_get_key() should always be released after use. Found and ok hshoexer@. | |||
2004-03-16 | Do not signal mountd when just showing mounts. Fixes PR 3695, although | Otto Moerbeek | |
mountd may still act on out of date mount info. ok cedric@ millert@ deraadt@ | |||
2004-03-16 | errno is not specified to be int, but something from errno.h. ok millert@ | Ted Unangst | |
2004-03-15 | Properly check succes of chroot(). | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-03-15 | Remove unused code. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-03-15 | cast %llu arguments to unsigned long long, from Max Laier, | Daniel Hartmeier | |
ok henning@ cedric@ | |||
2004-03-15 | some small knf | Theo de Raadt | |
2004-03-14 | fd and mem leak, most of patch from Patrick Latifi | Ted Unangst | |