summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
1996-11-30Sync with NetBSD:Todd C. Miller
1996-11-30filesystem is named "ffs" not "ufs".Todd C. Miller
1996-11-25Need sys/types.h for htons et al.Niklas Hallqvist
1996-11-25Sync with NetBSD.Todd C. Miller
1996-11-24Fixed formatting.etheisen
1996-11-24Manpage anyone?etheisen
1996-11-22fix thinko wrt otp-* handlingTodd C. Miller
1996-11-21missed mktempMichael Shalayeff
1996-11-21mktemp(1) for shell scripts. No more gross directory hackery for safe tempTodd C. Miller
1996-11-15Move mk_cmds to the main tree.Jason Downs
1996-11-14correct LINKS usageMichael Shalayeff
1996-11-14remove BINDIR.Michael Shalayeff
1996-11-13lint should pass on __OpenBSD__ rather than __NetBSD__.michaels
1996-11-11remove junk '\'Michael Shalayeff
1996-11-11type castsMichael Shalayeff
1996-11-11compile_et belongs in usr.binThorsten Lockert
1996-11-11kill path refJason Downs
1996-11-11compile_et now resides in /usr/libexec.Jason Downs
1996-11-09Adds support for logging and reporting on failed login attemptsTodd C. Miller
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-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