Age | Commit message (Expand) | Author |
2004-07-17 | some ansi; khalek@linuxgamers.net | Theo de Raadt |
2004-07-16 | 'pfctl -o' ruleset optimizer that doesnt change the meaning of the final ruleset | Mike Frantzen |
2004-07-16 | remove netiso traces, millert deraadt ok | Henning Brauer |
2004-07-15 | remove references to removed pages: clnp(4), esis(4), and iso(4); | Jason McIntyre |
2004-07-15 | fix for setting antena diversity; from Brian Falk <falk@seas.upenn.edu> | Michael Shalayeff |
2004-07-15 | Keep trying if we get EINPROGRESS from SIOCGWAVELAN, up to 10 times. | Todd C. Miller |
2004-07-15 | Make wi_getval() return int and check the rval when printing the AP list. | Todd C. Miller |
2004-07-14 | no \n in errx(3) | Henning Brauer |
2004-07-13 | Remove unused argument 'int pn' to PRT_fix_CHS(). The 'int pn' | Tom Cosgrove |
2004-07-11 | Just use err(1, NULL) following malloc() failures, per err(3). | Tom Cosgrove |
2004-07-10 | The long descriptions of partition types are not used by the code, so | Tom Cosgrove |
2004-07-09 | variety of cleanups; nofsk@aanet.com.au and I | Theo de Raadt |
2004-07-09 | ansi | Theo de Raadt |
2004-07-08 | free() and close() in error path. | Hans-Joerg Hoexer |
2004-07-08 | typo, and line adjustment; | Jason McIntyre |
2004-07-07 | document -a/-K and "Acquire-Only"/"Use-Keynote". | Hans-Joerg Hoexer |
2004-07-07 | make the shell script execution window 3 seconds. i really need to find | Theo de Raadt |
2004-07-07 | plug memleak when receiving an INVALID_HASH_INFORMATION notify. | Hans-Joerg Hoexer |
2004-07-07 | compile cleanly with -Wsign-compare; while around, kill a space | Hans-Joerg Hoexer |
2004-07-06 | delint: offset arg to mmap is off_t and remove dead code | Otto Moerbeek |
2004-07-05 | when running as supplier and asked about a defualt route but we have no, | Henning Brauer |
2004-07-05 | userquota and groupquota _optionally_ have a value. | Otto Moerbeek |
2004-07-05 | %lu and cast to unsigned long to print a size_t; ok ho | Peter Valchev |
2004-07-05 | remove useless (always false) check; ok millert henning | Peter Valchev |
2004-07-05 | fix warning: extra tokens at end of #undef; ok henning | Peter Valchev |
2004-07-04 | properly bitch when we cannot open the config file, basically resembling | Henning Brauer |
2004-07-03 | zap INET_ONLY, compress usage(); jared | Theo de Raadt |
2004-07-03 | ansi; jared | Theo de Raadt |
2004-07-02 | Take TMPDIR into account when creating a temp mountpoint for populating. | Otto Moerbeek |
2004-07-02 | Use "time_second" instead of "time" now that time handling in the kernel | Thorsten Lockert |
2004-06-30 | Compile cleanly with gcc3.3.2. | Hans-Joerg Hoexer |
2004-06-29 | remove cedric's bogus interface name verification code. | Henning Brauer |
2004-06-29 | convert a few memcpy()s to strlcpy() so we don't copy uninitialized junk into | Mike Frantzen |
2004-06-28 | - repair examples which i damaged in previous commit | Jason McIntyre |
2004-06-26 | For all the mfs lovers: | Otto Moerbeek |
2004-06-26 | cleanup ioctl for ifgroups; ok pb@ | Markus Friedl |
2004-06-26 | grammar, formatting, consistency, spelling, etc. from jared yanovich; | Jason McIntyre |
2004-06-26 | new sentence, new line; | Jason McIntyre |
2004-06-26 | new sentence, new line; | Jason McIntyre |
2004-06-26 | grammar; | Jason McIntyre |
2004-06-26 | add back PF_INOUT, fixes reassemble tcp | David Krause |
2004-06-26 | Add option that allows to change timeslot range forn network card. | Alex Feldman |
2004-06-26 | Narrow down privsep interface. Move pf_key_v2_open() to monitor. | Hans-Joerg Hoexer |
2004-06-26 | ignore IFGROUP errs in ifconfig -a for "too old" kernels right now | Philipp Buehler |
2004-06-26 | Remove -DHAVE_GETNAMEINFO frome makefiles. | Ryan Thomas McBride |
2004-06-26 | Remove scsi(3) from SEE ALSO. ok deraadt@ | Robert Nagy |
2004-06-26 | more netiso leftovers | Philipp Buehler |
2004-06-26 | groups in usage() - from jared yanovich | Philipp Buehler |
2004-06-25 | Keynote policy checking can now be disabled by "-K" switch and config tag | Hans-Joerg Hoexer |
2004-06-25 | Remove HAVE_GETNAMEINFO alternate code. Compiled binary is unchanged. | Ryan Thomas McBride |