summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
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
prompt phase. Previously the SIGHUP was not catched and so failures were not logged. Noticed by bitblt.
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
an exploitable overflow.
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
like other dialers do. From NetBSD (cgd).
1996-10-31add -r<seconds> option to retry connection.Michael Shalayeff
dunno how to do optional argument.
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
struct passwd just to be safe.
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
have an entry in the keys file. Don't want to give info to information gathering attack.
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
From Luke Mewburn <lukem@telstra.com.au>, NetBSD PR #2805. Also -Wall happiness.
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
1996-10-16check malloc ret val.Todd C. Miller
1996-10-16*** empty log message ***michaels
1996-10-16namechange.michaels
1996-10-16nvi 1.78:michaels
+ Fix bugs when both the leftright scrolling and number edit options were on. + Fix bug where splitting in the middle of the screen could repaint incorrectly. + Fix first-nul in input bug, where random garbage was inserted. + Correct search and mark-as-motion-command bug, it's a line mode action if the search starts at or before the first non<blank>. + Fix bug autoindent bug, where ^D could shift too far in the line. + Fix core dump where ! command called from the .exrc file. + Add the -S command-line option, which initializes vi to have the secure edit option preset.