summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2007-03-18Fix usage of predefined lifetimes. "Default-phase-[12]-lifetime"Hans-Joerg Hoexer
2007-03-18there's no way we're going to be able to handle illegal block orOtto Moerbeek
2007-03-18Check for zero divisor _before_ dividing; do not use floatingOtto Moerbeek
2007-03-16move autodetection of the ID type to the parser. this way theMarkus Friedl
2007-03-15Check for cg_irotor and cg_frotor being negative, okay millert@ deraadt@Pedro Martelletto
2007-03-13Refactor & fix computation of offset for next partition. Now theOtto Moerbeek
2007-03-06Explain, why aesctr has 160 bit keys (128 bit aes key + 32 bit nonce).Hans-Joerg Hoexer
2007-03-06Add and fix /* FALLTHROUGH */ comments.Ray Lai
2007-03-05Set pointer to NULL after freeing it, so callers ofMoritz Jodeit
2007-03-04memory leak found by coverity; Jim RazmusTheo de Raadt
2007-03-04delete sunos junk; Jim RazmusTheo de Raadt
2007-03-03There may be more than one item in the subjectAltName (cropping upTom Cosgrove
2007-03-03keynote_cert_obtain should not leak in case of error. OK moritz@Chad Loder
2007-03-03Make sure we can't accidentally free() a pointer that's been acceptedTom Cosgrove
2007-03-02caret missing, From: "Matthew R. Dempsky" <mrd@alkemio.org>Henning Brauer
2007-03-02and the second use of the spaces array might overflow too, in anotherHenning Brauer
2007-03-02If a syntax error is found past 80 columns, parse_warn accessed memoryHenning Brauer
2007-03-02If a default label has been created with the -d command line option orKenneth R Westerback
2007-03-01improve the description of -a. specifically, make it clear thatJason McIntyre
2007-03-01be more careful with mixing &/| with &&/||, ok ottoTheo de Raadt
2007-02-26Really, we don't need two grp18's ;-)Todd T. Fries
2007-02-25No point in using zero'd fields in the parsed options. Use the optionsKenneth R Westerback
2007-02-25reword some text to avoid a hideous Xr;Jason McIntyre
2007-02-25shuffle the text slightly into a more logical order;Jason McIntyre
2007-02-25the -W and -w flags do not need a separate synopsis;Jason McIntyre
2007-02-25one application does not need five synopses;Jason McIntyre
2007-02-25move the text describing 4.3 syntax compatibility to HISTORY, ratherJason McIntyre
2007-02-25remove unused/dangling prototypes and comment reference;Kevin Steves
2007-02-25no need to quote/escape here; ok krw@Kevin Steves
2007-02-25document the "opaque", "arch", and "nodump" flags more fully;Jason McIntyre
2007-02-24Correct comment calling FILE *f a file descriptor.Ray Lai
2007-02-23if machine has more than 100MB of physmem, default the max table entriesTheo de Raadt
2007-02-22fix typo in function name, no functional changeMartin Reindl
2007-02-22Add a comment that explains, why the VID of draft 2 NAT-T includesHans-Joerg Hoexer
2007-02-22igor sobrado spotted that although we have mlinks for rdump andJason McIntyre
2007-02-22Always write the disklabel to disk when asked, even if it appears toKenneth R Westerback
2007-02-21sort options; sync synopsis and usage()Jason McIntyre
2007-02-21simplify synopsis and usage(); from Igor SobradoJason McIntyre
2007-02-20clarify that -f is not optional; ok ottoJason McIntyre
2007-02-20sort the -o options; from Igor SobradoJason McIntyre
2007-02-20sort the -o options; from Igor SobradoJason McIntyre
2007-02-20sort options and sync usage(); from Igor SobradoJason McIntyre
2007-02-20simplify synopsis and usage(); from Igor SobradoJason McIntyre
2007-02-20sort options and sync synopsis; from Igor SobradoJason McIntyre
2007-02-20Change hard coded numbers to sizeof(buf). Also change someRay Lai
2007-02-20Change hard coded numbers to sizeof(buf). Also change someRay Lai
2007-02-20knf found while fixing another bugTheo de Raadt
2007-02-19tweak;Jason McIntyre
2007-02-19tweak;Jason McIntyre
2007-02-19Document NULL encryption.Hans-Joerg Hoexer