Age | Commit message (Expand) | Author |
2007-02-25 | No point in using zero'd fields in the parsed options. Use the options | Kenneth R Westerback |
2007-02-25 | reword some text to avoid a hideous Xr; | Jason McIntyre |
2007-02-25 | shuffle the text slightly into a more logical order; | Jason McIntyre |
2007-02-25 | the -W and -w flags do not need a separate synopsis; | Jason McIntyre |
2007-02-25 | one application does not need five synopses; | Jason McIntyre |
2007-02-25 | move the text describing 4.3 syntax compatibility to HISTORY, rather | Jason McIntyre |
2007-02-25 | remove unused/dangling prototypes and comment reference; | Kevin Steves |
2007-02-25 | no need to quote/escape here; ok krw@ | Kevin Steves |
2007-02-25 | document the "opaque", "arch", and "nodump" flags more fully; | Jason McIntyre |
2007-02-24 | Correct comment calling FILE *f a file descriptor. | Ray Lai |
2007-02-23 | if machine has more than 100MB of physmem, default the max table entries | Theo de Raadt |
2007-02-22 | fix typo in function name, no functional change | Martin Reindl |
2007-02-22 | Add a comment that explains, why the VID of draft 2 NAT-T includes | Hans-Joerg Hoexer |
2007-02-22 | igor sobrado spotted that although we have mlinks for rdump and | Jason McIntyre |
2007-02-22 | Always write the disklabel to disk when asked, even if it appears to | Kenneth R Westerback |
2007-02-21 | sort options; sync synopsis and usage() | Jason McIntyre |
2007-02-21 | simplify synopsis and usage(); from Igor Sobrado | Jason McIntyre |
2007-02-20 | clarify that -f is not optional; ok otto | Jason McIntyre |
2007-02-20 | sort the -o options; from Igor Sobrado | Jason McIntyre |
2007-02-20 | sort the -o options; from Igor Sobrado | Jason McIntyre |
2007-02-20 | sort options and sync usage(); from Igor Sobrado | Jason McIntyre |
2007-02-20 | simplify synopsis and usage(); from Igor Sobrado | Jason McIntyre |
2007-02-20 | sort options and sync synopsis; from Igor Sobrado | Jason McIntyre |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai |
2007-02-20 | knf found while fixing another bug | Theo de Raadt |
2007-02-19 | tweak; | Jason McIntyre |
2007-02-19 | tweak; | Jason McIntyre |
2007-02-19 | Document NULL encryption. | Hans-Joerg Hoexer |
2007-02-19 | isakmpd bits for ESP+NULL encryption. This is useful, when AH can | Hans-Joerg Hoexer |
2007-02-19 | Bits for ESP+NULL encryption. This is useful, when AH can not be | Hans-Joerg Hoexer |
2007-02-19 | do not display empty authkey/enckey line when -k option is not | Hans-Joerg Hoexer |
2007-02-19 | undo previous commit and keep the original behaviour of the parser. | Hans-Joerg Hoexer |
2007-02-18 | Use sizeof(buf) instead of magic numbers. | Ray Lai |
2007-02-18 | Pass correct buffer size. (sizeof(cfgPtr->spare_names[c]) != 256) | Ray Lai |
2007-02-18 | Don't ignore buffer size argument. | Ray Lai |
2007-02-17 | silence fsck_{e2fs,ffs} when being put to work on non-existing filenames | Alexander von Gernler |
2007-02-16 | Address PR 5380: refer to DH MODP well-known group numbers. | Chad Loder |
2007-02-16 | Do not accept '\n' in quoted strings. Addresses issues noticed by | Hans-Joerg Hoexer |
2007-02-16 | Fix a row of bugs in the code that computes the alternate superblock | Otto Moerbeek |
2007-02-15 | make read connection closed message a debug(); ok henning@ | Kevin Steves |
2007-02-14 | spacing and a typo that fell out of the read | Theo de Raadt |
2007-02-14 | use errwarn functions vs. syslog(); ok henning@ krw@ | Kevin Steves |
2007-02-13 | move includes only needed in dhclient.c; ok henning@ | Kevin Steves |
2007-02-13 | "Fix" a horrible signal handler. ckfini() breaks all the rules for | Otto Moerbeek |
2007-02-13 | Do some extra validation of the superblock, otherwise a corrupt | Otto Moerbeek |
2007-02-13 | error check socket() return; ok henning@ | Kevin Steves |
2007-02-12 | remsize must be signed to avoid wrapping around to some huge number. | Otto Moerbeek |
2007-02-12 | detect truncation of block number, which can happen which trashed | Otto Moerbeek |
2007-02-12 | max partition letter is 'a' + MAXPARTITIONS - 1, not 'h'. ok (and | Otto Moerbeek |