Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-04 | memory leak found by coverity; Jim Razmus | Theo de Raadt | |
2007-03-04 | delete sunos junk; Jim Razmus | Theo de Raadt | |
2007-03-03 | There may be more than one item in the subjectAltName (cropping up | Tom Cosgrove | |
with CACert certificates) so don't require the reported length to be exactly equal to the length of the data, but accept it if it's <= the length of the data (i.e. we just use the first alt name). The purpose of the check is to make sure we don't try to read beyond the data we actually have. ok cloder@ hshoexer@ | |||
2007-03-03 | keynote_cert_obtain should not leak in case of error. OK moritz@ | Chad Loder | |
2007-03-03 | Make sure we can't accidentally free() a pointer that's been accepted | Tom Cosgrove | |
by message_add_payload(), since we are no longer responsible for it. ok cloder@ hshoexer@ moritz@ | |||
2007-03-02 | caret missing, From: "Matthew R. Dempsky" <mrd@alkemio.org> | Henning Brauer | |
2007-03-02 | and the second use of the spaces array might overflow too, in another | Henning Brauer | |
way... | |||
2007-03-02 | If a syntax error is found past 80 columns, parse_warn accessed memory | Henning Brauer | |
outside of the `spaces' array when trying to print the caret marker found by "Matthew R. Dempsky" <mrd@alkemio.org>, fix inspired by a.velichinsky@gmail.com. discussed with krw | |||
2007-03-02 | If a default label has been created with the -d command line option or | Kenneth R Westerback | |
the 'D' editor command and has not been written to disk when the user issues the 'q' editor command, ask if the label should be written to disk before exiting. | |||
2007-03-01 | improve the description of -a. specifically, make it clear that | Jason McIntyre | |
ipsec.conf users do not want to run isakmpd -a unless they are messing with manual flows; closes documentation/5399, from sthen original diff and feedback from sthen ok hshoexer | |||
2007-03-01 | be more careful with mixing &/| with &&/||, ok otto | Theo de Raadt | |
2007-02-26 | Really, we don't need two grp18's ;-) | Todd T. Fries | |
ok hshoexer@ and markus@ | |||
2007-02-25 | No point in using zero'd fields in the parsed options. Use the options | Kenneth R Westerback | |
in the lease, whence the parsed info was moved. Fixes "Bogus servername" messages when processing an offer and stops bogus filename info from being stored in the lease. Found while testing a Tucson hotel's dhcp service. ok @stevesk "looks good" henning@. | |||
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 | |
than slap bang in SYNOPSIS; | |||
2007-02-25 | remove unused/dangling prototypes and comment reference; | Kevin Steves | |
from Mark Lumsden | |||
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 | |
closes documentation/5384 from Andrew Hamilton-Wright help from henning, otto, and weingart | |||
2007-02-24 | Correct comment calling FILE *f a file descriptor. | Ray Lai | |
OK krw@. | |||
2007-02-23 | if machine has more than 100MB of physmem, default the max table entries | Theo de Raadt | |
to 200,000 instead of the conservative 100,000; ok dhartmei beck tested by ckuethe | |||
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 | |
a traling '\n'. suggested by and ok deraadt@, jmc@ | |||
2007-02-22 | igor sobrado spotted that although we have mlinks for rdump and | Jason McIntyre | |
rrestore, the pages they point to don;t actually mention them. so make it clear that their functionality is now integral in dump and restore, and sync the text a little between the two pages; help/ok otto | |||
2007-02-22 | Always write the disklabel to disk when asked, even if it appears to | Kenneth R Westerback | |
be unchanged. Fixes PR#5209. Proper behaviour of 'q'uit still under discussion. ok ray@ millert@ ckuethe@ nick@ | |||
2007-02-21 | sort options; sync synopsis and usage() | Jason McIntyre | |
from Igor Sobrado | |||
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 | |
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK millert@. | |||
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai | |
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK millert@. | |||
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 | |
not be used (when being behind NAT). With Martin Hedenfalk <martin.hedenfalk at gmail.com>, thanks! | |||
2007-02-19 | Bits for ESP+NULL encryption. This is useful, when AH can not be | Hans-Joerg Hoexer | |
used (when being behind NAT). With Martin Hedenfalk <martin.hedenfalk at gmail.com>, thanks! ok markus@ | |||
2007-02-19 | do not display empty authkey/enckey line when -k option is not | Hans-Joerg Hoexer | |
specified. ok markus@ | |||
2007-02-19 | undo previous commit and keep the original behaviour of the parser. | Hans-Joerg Hoexer | |
asked for by deraadt@ | |||
2007-02-18 | Use sizeof(buf) instead of magic numbers. | Ray Lai | |
From Charles Longeau <chl at tuxfamily dot org> to tech@ back in November, reminded by deraadt@. OK moritz@. | |||
2007-02-18 | Pass correct buffer size. (sizeof(cfgPtr->spare_names[c]) != 256) | Ray Lai | |
OK moritz@. | |||
2007-02-18 | Don't ignore buffer size argument. | Ray Lai | |
OK millert@. | |||
2007-02-17 | silence fsck_{e2fs,ffs} when being put to work on non-existing filenames | Alexander von Gernler | |
idea from and ok pedro@ | |||
2007-02-16 | Address PR 5380: refer to DH MODP well-known group numbers. | Chad Loder | |
Thanks to sthen <at> symphytum DOT spacehopper DOT org |