summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1996-10-16kill __yp_token, other clean ups.Jason Downs
1996-10-15Minor doc fixups from FreeBSD.Todd C. Miller
1996-10-15* optimal exclusions support -- don't waste memory with DB. assumesJason Downs
1996-10-15more detailed infoTheo de Raadt
1996-10-15unused variable noticed by asriel(right?), proto from mccanne; fed to freebsdTheo de Raadt
1996-10-15ffs not ufs; as noted in netbsd pr#2842, benco@pendor.mckusick.comTheo de Raadt
1996-10-14zero out the pageJason Downs
1996-10-14htoi now takes an int, not char.Todd C. Miller
1996-10-12Make mvcur() a weak symbol where supportedThorsten Lockert
1996-10-08Attempt at cleanup.michaels
1996-10-02typo patrol.michaels
1996-10-02All the world is not a pc, BYTE_ORDER define.Todd C. Miller
1996-10-02Fix a bug wrt handling of old md4 entries. Now don't save a type with md4Todd C. Miller
1996-10-012.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0etheisen
1996-09-30Added missing static's.Todd C. Miller
1996-09-30export byte swapping routine.Todd C. Miller
1996-09-30Fix byte order problem with sha1.Todd C. Miller
1996-09-30returns intTheo de Raadt
1996-09-30More RFC 1938 compliance--convert seed to lower case internally.Todd C. Miller
1996-09-30Add OpenBSD tag. -mojMats O Jansson
1996-09-30Allow the Makefile to work on strange machines like VAX :-) -mojMats O Jansson
1996-09-30if interrupted, return time unslept; from phil nelsonTheo de Raadt
1996-09-30Added subdir "hash"Todd C. Miller
1996-09-30__ARGS -> __P (why does everyone have to do this differently?)Todd C. Miller
1996-09-30Moved definitions of BYTE and LONG in from header file.Todd C. Miller
1996-09-29check skey_set_algorithm() ret val + pedantry.Todd C. Miller
1996-09-29Towards RFC 1938 compliance. Also, now supports SHA (secure hash algorithm).Todd C. Miller
1996-09-29Fixed standalone test mode for NEW_SHA1.Todd C. Miller
1996-09-29added sha1 (secure hash function).Todd C. Miller
1996-09-29Now use bittypes wo we work on 64-bit machinesTodd C. Miller
1996-09-29You can now cut and paste skey prompt in an xterm to get the key.Todd C. Miller
1996-09-29Document printf addition. From Mark Diekhans (markd@grizzly.com).michaels
1996-09-28bzzztTheo de Raadt
1996-09-27Nicer echo on/off in its own function.Todd C. Miller
1996-09-27more INADDRSZ pedantryTheo de Raadt
1996-09-27use INADDRSZ, more careful length checkingTheo de Raadt
1996-09-27Now use libc version.Todd C. Miller
1996-09-27Deal with both MD4 and MD5 s/key'sTodd C. Miller
1996-09-26Make sure we don't dereference stray pointer when running suid or sgidThorsten Lockert
1996-09-26be safer about spoofed hostnames; thanks to bitblt and oliver for help with t...Theo de Raadt
1996-09-26Restore check for suid / sgidThorsten Lockert
1996-09-26Latest changes from FreeBSDThorsten Lockert
1996-09-25need limits.hTheo de Raadt
1996-09-25warn about root and the jailTheo de Raadt
1996-09-25nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, mike....Theo de Raadt
1996-09-24Support XPG/3-style positional arguments in printf family.michaels
1996-09-24unescapeable chroot; thanks to nirva and asriel for helpingTheo de Raadt
1996-09-23Minor warning about unterminated constant fixedimp
1996-09-22cannot be static, named uses itTheo de Raadt
1996-09-22Always use private utmp structure definition; don't depend on host systemThorsten Lockert