summaryrefslogtreecommitdiff
path: root/lib/libskey/put.c
AgeCommit message (Expand)Author
2021-04-12avoid an unlikely buffer truncation.mrg
2019-10-03use strlcpy here; the destination string is passed to strtok_r, and if itchristos
2005-02-04de-__Pperry
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-03-09use __RCSID()lukem
2002-06-23use strtok_r, as strtok can interfere with outside users.itojun
2000-07-06Bring s/key closer to RFC2289 conformance by pulling in changesmjl
1999-07-02More trailing white space.simonb
1998-07-26const poisoning.mycroft
1998-02-03remove obsolete register declarationsperry
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1996-09-19RCS id police.thorpej
1996-09-19Make a quick 64-bit safeness sweep. S/Key now works on the Alpha.thorpej
1994-05-21skey, by <tsarna@endicor.com> and mederaadt