Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-02 | The .Os macro is not optional. Even with groff(1), | Ingo Schwarze | |
forgetting it lets the footer line look incomplete and unbalanced. Markup error found by mandoc(1), also required to fix the mandoc build. ok jmc@ sobrado@ | |||
2009-07-12 | don't cast lvalues, no binary change. | Jonathan Gray | |
ok millert@ gilles@ sthen@ | |||
2009-01-19 | replace standardized text concerning the exit values of applications | Igor Sobrado | |
with the right mdoc macros. | |||
2007-10-12 | use __progname where needed | Jasper Lievisse Adriaanse | |
ok otto@ | |||
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade | |
ok pyr@, ray@, millert@, moritz@, chl@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-11-26 | repair missing DPADD requests | Theo de Raadt | |
2006-04-17 | Remove useless "h" and "?" from getopt(3) string. | Moritz Jodeit | |
From Steffen Wendzel. ok marius@ | |||
2006-04-03 | useless code simplification from adobriyan AT gmail.com | Damien Miller | |
2006-04-01 | Don't convert off_t to size_t without checking if it fits. From Tobias | Otto Moerbeek | |
Stoeckmann. | |||
2005-08-05 | - -f valid for gzsig sign too | Jason McIntyre | |
- tidy up SYNOPSIS and AUTHORS - sort options - sync usage() | |||
2005-08-05 | occured -> occurred; | Jason McIntyre | |
2005-06-01 | utility is called gzsig, not gzsign; | Jason McIntyre | |
from number six; | |||
2005-05-31 | standard EXAMPLES; | Jason McIntyre | |
spacing; | |||
2005-05-29 | -Wall; feedback & ok marius@ | Damien Miller | |
2005-05-29 | replace the morally-hazardous -p option (passphrase on commandline) with a | Damien Miller | |
safer, more gentle -f (passphrase in file) option; ok marius@ | |||
2005-05-29 | fix NULL ptr deref on open fail; ok marius@ | Damien Miller | |
2005-05-29 | provide feedback on success; ok marius@ | Damien Miller | |
2005-05-29 | add back support for SSH1 keys. it is being used in practice. | marius eriksen | |
ok markus@ | |||
2005-05-28 | whoops. the import killed the $Id$ tags; rectify. | marius eriksen | |
2005-05-28 | import gzsig by Dug Song. | marius eriksen | |
a bunch of lumberjack work, zapped support for keynote and SSH1 and added support for SSH2 keys. ok millert@ deraadt@ |