summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
1996-09-22Avoid name clashes with rusers.xThorsten Lockert
1996-09-22Make this work properly; we have to let the XDR routines allocate and freeThorsten Lockert
1996-09-22random function nameTheo de Raadt
1996-09-22randomize _res.id at start; could do better i hopeTheo de Raadt
1996-09-21Need to include <term.h> here when no weak symbols.Thorsten Lockert
1996-09-21Make it compile without weak symbolsThorsten Lockert
1996-09-21Make vidattr() and vidputs() weak bindings, avoids problems with linking toThorsten Lockert
1996-09-20fix docs on return value; netbsd pr#1999; kml@nas.nasa.govTheo de Raadt
1996-09-20fix example; netbsd pr#2735, bgrayson@ece.utexas.eduTheo de Raadt
1996-09-20Fix NetBSD PR 2750 by der Mouse <mouse@Rodents.Montreal.QC.CA>:Thorsten Lockert
1996-09-20From NetBSD PR 2751 from der Mouse <mouse@Rodents.Montreal.QC.CA>:Thorsten Lockert
1996-09-19From FreeBSD:Thorsten Lockert
1996-09-18tcpdump(8) not (1); noted by msaitoh@spa.is.uec.ac.jpTheo de Raadt
1996-09-16uid_t is now a u_int32_t, treat it as such.Todd C. Miller
1996-09-16Avoid pulling in stdioThorsten Lockert
1996-09-16Fix some warningsThorsten Lockert
1996-09-16Bring prototypes into scopeThorsten Lockert
1996-09-16Use __inlineThorsten Lockert
1996-09-15Add manpage linkThorsten Lockert
1996-09-15Add a couple of syscalls; bring more prototypes into scopeThorsten Lockert
1996-09-15Remove dead codeThorsten Lockert
1996-09-15sh(1) has now has ulimit so that's no longer a bug.Todd C. Miller
1996-09-11protect $HOME expansion; from das33@cornell.eduTheo de Raadt
1996-09-11only support MALLOC_OPTIONS for non-setuidTheo de Raadt
1996-09-07Understand about union mounts as well as union file systemThorsten Lockert
1996-09-07openpty() returns int.Jason Downs