summaryrefslogtreecommitdiff
path: root/usr.bin/gzsig
AgeCommit message (Expand)Author
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-08-11plug several resource leaksJasper Lievisse Adriaanse
2010-01-02The .Os macro is not optional. Even with groff(1),Ingo Schwarze
2009-07-12don't cast lvalues, no binary change.Jonathan Gray
2009-01-19replace standardized text concerning the exit values of applicationsIgor Sobrado
2007-10-12use __progname where neededJasper Lievisse Adriaanse
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-05-31convert to new .Dd format;Jason McIntyre
2006-11-26repair missing DPADD requestsTheo de Raadt
2006-04-17Remove useless "h" and "?" from getopt(3) string.Moritz Jodeit
2006-04-03useless code simplification from adobriyan AT gmail.comDamien Miller
2006-04-01Don't convert off_t to size_t without checking if it fits. From TobiasOtto Moerbeek
2005-08-05- -f valid for gzsig sign tooJason McIntyre
2005-08-05occured -> occurred;Jason McIntyre
2005-06-01utility is called gzsig, not gzsign;Jason McIntyre
2005-05-31standard EXAMPLES;Jason McIntyre
2005-05-29-Wall; feedback & ok marius@Damien Miller
2005-05-29replace the morally-hazardous -p option (passphrase on commandline) with aDamien Miller
2005-05-29fix NULL ptr deref on open fail; ok marius@Damien Miller
2005-05-29provide feedback on success; ok marius@Damien Miller
2005-05-29add back support for SSH1 keys. it is being used in practice.marius eriksen
2005-05-28whoops. the import killed the $Id$ tags; rectify.marius eriksen
2005-05-28import gzsig by Dug Song. marius eriksen