summaryrefslogtreecommitdiffstats
path: root/lib/libkeynote (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use Lk for links;jmc2012-08-154-12/+12
|
* remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan2012-08-021-2/+1
| | | | ok guenther@
* make -j# fix, I had this forever actually.espie2012-07-111-3/+6
| | | | okay millert@
* ssl.8: Certifying Authority -> Certificate Authorityjmc2011-09-291-5/+4
| | | | | | | isakmpd.8: rsa:1024 -> rsa:2048 (ok markus) all: X509 -> X.509 from Lawrence Teo
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod2011-04-062-4/+4
| | | | for chars.
* seemingly the "Decentralized Trust Management" paper comes from thejmc2010-12-224-12/+12
| | | | | | | IEEE Symposium on Security and Privacy, not the IEEE Conference on Privacy and Security; from Lawrence Teo
* more wacky macro fixing;jmc2010-09-191-5/+5
|
* libkeynote development has been paused for a while. ok deraadttedu2010-07-011-10/+0
|
* dispense with some wacky escape sequences;jmc2010-03-261-9/+9
|
* clean up the realloc code to make a parfait false positive go away.deraadt2009-12-111-5/+3
| | | | | parfait still does not completely understand how realloc() behaves (or %, ?:, >>, or << and its terminal function tracking remains weak)
* Update URL of the keynote webpage. While there, update angelos' emailhshoexer2007-08-034-16/+16
| | | | | | | | address. Noticed by qgiovanni@gmail.co, thanks! ok jmc@ (URL snippet), angelos@
* convert to new .Dd format;jmc2007-05-314-8/+8
|
* remove duplicate option; spotted by Igor Sobradojmc2007-03-031-3/+2
|
* strlen fix.ray2006-12-161-2/+2
| | | | OK jaredy@ and millert@.
* new sentence, new line;jmc2006-04-091-7/+9
|
* macro fix; from moritz grimmjmc2006-04-091-2/+2
|
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
|
* grammar/mdoc fixes;jmc2005-05-051-95/+92
|
* remove wrong free() after realloc().hshoexer2005-01-051-2/+1
| | | | ok miod millert markus
* RFC documents are not free enoughderaadt2004-12-202-2470/+0
|
* typos from -f (PR #3907);jmc2004-08-251-3/+3
|
* Header cleanup.msf2004-06-2915-39/+46
| | | | ok hshoexer@
* kill whitespace at eol;jmc2004-06-261-2/+2
|
* Remove config.h. Last of the remaining configure artifacts.msf2004-06-251-93/+0
| | | | ok millert@ deraadt@ hshoexer@
* Make crufty configure stuff go away. Remove all unused code paths.msf2004-06-2517-760/+86
| | | | | | No change in binaries. ok millert@ deraadt@ hshoexer@
* Remove unused gnu style configure stuff.msf2004-06-254-3073/+0
| | | | ok hshoexer@ deraadt@
* Remove unused getopt implementation. These files are not used.msf2004-06-242-97/+0
| | | | ok hshoexer@ theo@
* Document kn_get_string() a bit better and describe the return value.hshoexer2004-06-241-1/+6
| | | | ok ho@ msf@
* make keynote.h C++ safemsf2004-06-241-1/+3
| | | | ok todd@
* Remove unsupported algortihm types from keynote keygen section of the manpage.msf2004-06-241-3/+1
| | | | ok hshoexer@ ho@
* typos from Jonathon Gray;jmc2003-11-081-2/+2
|
* - fix some lists/displaysjmc2003-07-084-82/+57
| | | | | | - .Dl for one-line displays - simplify macros - .An/.Aq for AUTHORS
* protosderaadt2003-07-055-6/+16
|
* simple protosderaadt2003-06-262-5/+5
|
* section reorder;jmc2003-06-021-6/+6
|
* - typos;jmc2003-05-241-2/+2
| | | | | - new sentence, new line; - whitespace at EOL
* invalid mdoc macrosdavid2003-04-081-2/+2
| | | | | caused words to disappear from the output ok jmc@ a while ago
* Use snprintf instead of sprintf; deraadt@ OKmillert2003-04-022-17/+34
|
* typos;jmc2003-03-201-4/+4
| | | | ok millert@
* RSA blinding on private keys. angelos@ ok.ho2003-03-141-1/+9
|
* typos; jmc@prioris.mini.pw.edu.plderaadt2003-01-191-6/+6
|
* typos; jmc@prioris.mini.pw.edu.plderaadt2003-01-151-4/+4
|
* Make the stupid warnings go away.angelos2002-06-171-5/+5
|
* use strchr() instead of index()deraadt2002-06-092-6/+6
|
* snprintf and strlcpy cleanup; angelos okderaadt2002-05-276-36/+43
|
* Fix typo.angelos2002-05-031-3/+3
|
* o) start new sentence on a new line;mpech2002-05-014-36/+55
| | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
* Initial cleanup:mpech2002-04-304-27/+27
| | | | | | | | | | | | o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-3/+3
|
* Prototype changed.angelos2001-09-131-6/+2
|