summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
1996-11-09optional size argument to hash commandkstailey
1996-11-09optional size argument to hash commandkstailey
1996-11-09optional size argument to hash commandkstailey
1996-11-09optional size argument to hash commandkstailey
1996-11-09Ensure that username is initialized to NULL.Todd C. Miller
1996-11-09Log failures if user closes network session while in username/passwordTodd C. Miller
1996-11-06Negative logic. Cleanup output.etheisen
1996-11-06elf2olf - olf2elf.etheisen
1996-11-06negative logic.etheisen
1996-11-06Only output unstripped. Check for static tag.etheisen
1996-11-06Added OLF magic.etheisen
1996-11-05dialup stuff is garbageTheo de Raadt
1996-11-04Now allows for host name lengths longer than 100 characters; notbitblt
1996-11-03visTheo de Raadt
1996-11-03Use new length/size macros.Todd C. Miller
1996-11-03Translate '=' in phone number strings into ',' (to generate delays)Todd C. Miller
1996-10-31add -r<seconds> option to retry connection.Michael Shalayeff
1996-10-31Strip out $LD_* and $IFS if given -p. Code taken from telnetd.Todd C. Miller
1996-10-30Give usage and exit if user gave us too many args.Todd C. Miller
1996-10-28Be more paranoid about passing around user/group name from argv.Todd C. Miller
1996-10-28Safe $HOME handling.Todd C. Miller
1996-10-28Safe $HOME handling.Todd C. Miller
1996-10-28Use snprintf(). Solves $HOME overflow and others.Todd C. Miller
1996-10-28Ignore $HOME if > MAXPATHLENTodd C. Miller
1996-10-28Safe $HOME usage.Todd C. Miller
1996-10-28Safe $HOME usage.Todd C. Miller
1996-10-27Don't use "user" arg verbatim from argv, use the sanitized one inTodd C. Miller
1996-10-26missed one change, pointed out by Alex Nash <nash@mcs.net>Jason Downs
1996-10-26Don't use <malloc.h>Thorsten Lockert
1996-10-26Fall back to $USER if getlogin() fails and $LOGNAME is not set.Todd C. Miller
1996-10-26honor $LOGNAMETodd C. Miller
1996-10-26Now sets $LOGNAME as per POSIX.Todd C. Miller
1996-10-25fix a freak of misalignmentTheo de Raadt
1996-10-25sprintf -> snprintfJason Downs
1996-10-25kill sprintf, use paths.hJason Downs
1996-10-25slightly smarterJason Downs
1996-10-24Respond to SIGINFO; from PR #42Thorsten Lockert
1996-10-23typoTodd C. Miller
1996-10-23Allow root to add entry for login that does not exist.Todd C. Miller
1996-10-23skey_authenticate() now fakes up a challenge if user does notTodd C. Miller
1996-10-21compileTheo de Raadt
1996-10-21Test first, then commit, eh?Todd C. Miller
1996-10-21save a cycle on strncpy() -- pointed out by TheoTodd C. Miller
1996-10-21sheer raging paranoia -- possible buf olfow. Does not look exploitable.Todd C. Miller
1996-10-21talk messes up national characters; netbsd pr#2874, tron@lyssa.owl.deTheo de Raadt
1996-10-20better error message if unable to create password temp file.Todd C. Miller
1996-10-208-Bit character support. From wosch@freebsd.michaels
1996-10-18Implement a -c (Grand Total) option, a'la GNU du(1).Todd C. Miller
1996-10-18Fix pasto by me; spotted by deraadtThorsten Lockert
1996-10-17Do not consider non-existent archives as up-to-date on non-a.out systemsNiklas Hallqvist