summaryrefslogtreecommitdiff
path: root/lib/libskey
AgeCommit message (Expand)Author
2023-01-17s/charater/character/ in comment.msaitoh
2021-04-12avoid an unlikely buffer truncation.mrg
2019-10-03use strlcpy here; the destination string is passed to strtok_r, and if itchristos
2017-07-03Remove workaround for ancient HTML generation code.wiz
2016-01-22Uses FILE *, needs stdio.h.dholland
2012-10-08Kill some extra spaces in function arguments.njoly
2012-03-22Add some more __dead as exposed by the recent WARN bumps.joerg
2012-03-21Use C89 function definitionmatt
2009-01-11bump shared libraries.christos
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2006-10-28catch up with new location for rmd160.h header fileagc
2005-12-05fix lint warning (assignment in conditional context)christos
2005-09-25Use crypto/rmd160.h.elad
2005-02-04de-__Pperry
2005-02-04remove a spurious space in a function declarationperry
2005-02-04de-__P, slightly KNF, and make a bit of the formatting more consistent.perry
2004-10-28Use (unsigned char) cast to sanitise arguments to ctype functions.dsl
2004-10-27Fix a load of international alphabet problems with isxxx() and toupper()dsl
2003-06-06Grammar, spelling, markup fixes from jmc@openbsd.wiz
2003-04-16Usewiz
2003-03-09use __RCSID()lukem
2003-01-03Use \-1 instead of -1.wiz
2003-01-03repsonse -> response (from PR 19649)mjl
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-06-23use strtok_r, as strtok can interfere with outside users.itojun
2002-06-22use strtok_r, as strtok can interfere with other callers. from openbsditojun
2002-02-07Generate <>& symbolically.ross
2001-11-10Misc. improvements, sort SEE ALSO.wiz
2001-11-10Add and install skey(3).gmcgarry
2001-07-24s/necesary/necessary/wiz
2001-04-06Negative exit code cleanup: Replace exit(-x) with exit(x).wiz
2001-03-12Revert minor to 0 since there is no abi change on request of thorpej.mjl
2001-03-11Fix incorrect SHA1 calculation on big endian machines reportedmjl
2000-07-28skey_keyinfo() returns a pointer to a static buffer, sothorpej
2000-07-11Correct ctype(3) usage.itohy
2000-07-08size_t != unsigned int; from Motoyuki Konno in PR lib/10538.kleink
2000-07-06Bring s/key closer to RFC2289 conformance by pulling in changesmjl
2000-04-13In skeyverify(), don't "restore" priority to 0, but restore it to theis
2000-01-23Delint.mycroft
1999-08-24remove an incorrect comment and add another one.mrg
1999-07-02More trailing white space.simonb
1999-02-25Add a note to update src/distrib/sets/lists/base/shl.*, and add a missingabs
1998-07-26const poisoning.mycroft
1998-03-18PR/4941: Greg Oster: Don't byte swap; it is not needed. This broke bigchristos
1998-02-03remove obsolete register declarationsperry
1998-01-05RCSID Police.perry
1997-10-23remove superfluous CFLAGS line; WARNS=1 provides the same thinglukem
1997-06-28fix my own bugs :-) When I updated this to use the libc md4 library, Ichristos
1997-06-18- pass gcc -Wallchristos