Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-26 | do not leak fd on error path. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-05-24 | Use correct function names in log messages. Kill some spaces. | Hans-Joerg Hoexer | |
ok deraadt@ ho@ | |||
2004-05-23 | use strtonum instead of atoi; dhartmei ok | Theo de Raadt | |
2004-05-23 | More KNF. Mainly spaces and line-wraps, no binary change. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-05-23 | remove excessive monitor_ prefixes | Theo de Raadt | |
2004-05-23 | stat before open is flawed | Theo de Raadt | |
2004-05-23 | greater care with arguments | Theo de Raadt | |
2004-05-23 | support deletion of tcpmd5 SAs and add regress tests; ok hshoexer, deraadt | Markus Friedl | |
2004-05-23 | unbreak ipcomp; report davidkrause; ok hshoexer@ | Markus Friedl | |
2004-05-23 | do not free before going to exit path; andrushock@korovino.net | Theo de Raadt | |
2004-05-21 | Use '/' instead of ':' as separator for anchor path components. Note that | Daniel Hartmeier | |
the parser now needs quotes around paths containing separators. ok mcbride@ | |||
2004-05-20 | Typo from Jared Yanovich phirerunner@comcast.net | Marco Peereboom | |
2004-05-20 | bzero() ifr before use, From: Andrey Matveev <andrushock@korovino.net> | Henning Brauer | |
2004-05-19 | Allow recursive anchors (anchors within anchors, up to 64 | Daniel Hartmeier | |
levels deep). More work required, but this is already functional. authpf users will need to adjust their anchor calls, but this will change again soon. ok beck@, cedric@, henning@, mcbride@ | |||
2004-05-19 | Permit symbolic protocol and service names, such as "Protocol= tcp", in the | Hakan Olsson | |
<IPsec-ID> sections. hshoexer@ ok | |||
2004-05-18 | Backout changes accidentally committed in prvious commit. | Otto Moerbeek | |
2004-05-18 | Trailers are really wonders of the past. Remove them from man page and | Otto Moerbeek | |
usage. ok millert@ | |||
2004-05-15 | Fix two byte overflow when printing unknown sockaddrs. OK cedric@ | Claudio Jeker | |
2004-05-14 | unbreak, interpret cpi and spi values as hex even if not preceded by 0x. | Jason Ish | |
2004-05-14 | Some more KNF, no binary change. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-05-13 | provide a siginfo handler for -q run; idea from art's todo; millert@ ok | Michael Shalayeff | |
2004-05-13 | fields are unsigned -- printf 'em accordingly; from David Hill <davidh@wmis.net> | Michael Shalayeff | |
2004-05-13 | don't leave this file open, ok henning@ | Peter Stromberg | |
2004-05-13 | when trying to rewrite the lease file, and if the lease file is already | Henning Brauer | |
opened, do not close and re-open it, which of course fails once we're chrooted and privilege revoked, but rewind the file and truncate later on as needed. makes wilfried@ and Ben Lovett happy (aka, they tested) | |||
2004-05-13 | Extensions to the FIFO interface: | Hakan Olsson | |
"C get [section]:tag" fetches a configuration value. "C add [section]:tag=value" adds 'value' to a list, typically for the [Phase 2]:Connections tag. FIFO "S" command destination file changed. Various KNF cleanups. hshoexer@ ok. | |||
2004-05-10 | missing casts spotted by 64 bit cc | Theo de Raadt | |
2004-05-10 | 64bit gcc saw missing cast | Theo de Raadt | |
2004-05-10 | knf | Theo de Raadt | |
2004-05-10 | remove iso crud, and other misc cleanups; millert ok | Theo de Raadt | |
2004-05-10 | strtonum conversion and better input checking of integer values; ok deraadt@ | Jason Ish | |
2004-05-09 | does not need to link getmntopts.c itself | Theo de Raadt | |
2004-05-09 | lint says toss unused variable away | Theo de Raadt | |
2004-05-09 | de-lint | Theo de Raadt | |
2004-05-08 | unbreak | Henning Brauer | |
2004-05-08 | change my e-mail address to @openbsd.org | Pedro Martelletto | |
2004-05-07 | Error out on attempts to inject command or variable substitution | Kenneth R Westerback | |
into dhclient-script environment variables. Inspiration from todd@. ok henning@ deraadt@. | |||
2004-05-07 | mention kern.maxclusters | Todd C. Miller | |
2004-05-07 | typos | Henning Brauer | |
From: Jared Yanovich <phirerunner@comcast.net> | |||
2004-05-06 | remove more unused code | Theo de Raadt | |
2004-05-06 | Support ADSL routers running in half-bridge mode or acctually | Claudio Jeker | |
almost-broken mode. It seems these devices do proxyarp for the whole internet and do not provide a real default gateway. Fix for and from PR3747 by Andrew Basterfield. OK deraadt@ makes sense krw@ | |||
2004-05-06 | KNF cleanup. hshoexer@ ok | Hakan Olsson | |
2004-05-06 | Obsolete. jakob@ ok. | Hakan Olsson | |
2004-05-05 | Use RFC1323 PAWS timestamps as a logical extension to the conventional TCP | Mike Frantzen | |
sequence numbers by taking advantage of the maximum 1KHz clock as an upperbound on the timestamp. Typically gains 10 to 18 bits of additional security against blind data insertion attacks. More if the TS Echo wasn't optional :-( Enabled with: scrub on !lo0 all reassemble tcp ok dhartmei@. documentation help from jmc@ | |||
2004-05-05 | line wrap | Theo de Raadt | |
2004-05-05 | knf | Theo de Raadt | |
2004-05-05 | spacing | Theo de Raadt | |
2004-05-05 | use strtonum all over the place; ok pb millert | Theo de Raadt | |
2004-05-05 | must simulate daemon because already inside the jail; henning ok | Theo de Raadt | |
2004-05-05 | bpf write filter, and lock | Theo de Raadt | |
2004-05-05 | open the lease file after the priv child was forked off so it doesn't have | Henning Brauer | |
a copy of this fd |