Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-11-09 | Ensure that username is initialized to NULL. | Todd C. Miller | |
1996-11-09 | Log failures if user closes network session while in username/password | Todd C. Miller | |
prompt phase. Previously the SIGHUP was not catched and so failures were not logged. Noticed by bitblt. | |||
1996-11-06 | Negative logic. Cleanup output. | etheisen | |
1996-11-06 | elf2olf - olf2elf. | etheisen | |
1996-11-06 | negative logic. | etheisen | |
1996-11-06 | Only output unstripped. Check for static tag. | etheisen | |
1996-11-06 | Added OLF magic. | etheisen | |
1996-11-05 | dialup stuff is garbage | Theo de Raadt | |
1996-11-04 | Now allows for host name lengths longer than 100 characters; not | bitblt | |
an exploitable overflow. | |||
1996-11-03 | vis | Theo de Raadt | |
1996-11-03 | Use new length/size macros. | Todd C. Miller | |
1996-11-03 | Translate '=' in phone number strings into ',' (to generate delays) | Todd C. Miller | |
like other dialers do. From NetBSD (cgd). | |||
1996-10-31 | add -r<seconds> option to retry connection. | Michael Shalayeff | |
dunno how to do optional argument. | |||
1996-10-31 | Strip out $LD_* and $IFS if given -p. Code taken from telnetd. | Todd C. Miller | |
1996-10-30 | Give usage and exit if user gave us too many args. | Todd C. Miller | |
1996-10-28 | Be more paranoid about passing around user/group name from argv. | Todd C. Miller | |
1996-10-28 | Safe $HOME handling. | Todd C. Miller | |
1996-10-28 | Safe $HOME handling. | Todd C. Miller | |
1996-10-28 | Use snprintf(). Solves $HOME overflow and others. | Todd C. Miller | |
1996-10-28 | Ignore $HOME if > MAXPATHLEN | Todd C. Miller | |
1996-10-28 | Safe $HOME usage. | Todd C. Miller | |
1996-10-28 | Safe $HOME usage. | Todd C. Miller | |
1996-10-27 | Don't use "user" arg verbatim from argv, use the sanitized one in | Todd C. Miller | |
struct passwd just to be safe. | |||
1996-10-26 | missed one change, pointed out by Alex Nash <nash@mcs.net> | Jason Downs | |
1996-10-26 | Don't use <malloc.h> | Thorsten Lockert | |
1996-10-26 | Fall back to $USER if getlogin() fails and $LOGNAME is not set. | Todd C. Miller | |
1996-10-26 | honor $LOGNAME | Todd C. Miller | |
1996-10-26 | Now sets $LOGNAME as per POSIX. | Todd C. Miller | |
1996-10-25 | fix a freak of misalignment | Theo de Raadt | |
1996-10-25 | sprintf -> snprintf | Jason Downs | |
1996-10-25 | kill sprintf, use paths.h | Jason Downs | |
1996-10-25 | slightly smarter | Jason Downs | |
1996-10-24 | Respond to SIGINFO; from PR #42 | Thorsten Lockert | |
1996-10-23 | typo | Todd C. Miller | |
1996-10-23 | Allow root to add entry for login that does not exist. | Todd C. Miller | |
1996-10-23 | skey_authenticate() now fakes up a challenge if user does not | Todd C. Miller | |
have an entry in the keys file. Don't want to give info to information gathering attack. | |||
1996-10-21 | compile | Theo de Raadt | |
1996-10-21 | Test first, then commit, eh? | Todd C. Miller | |
1996-10-21 | save a cycle on strncpy() -- pointed out by Theo | Todd C. Miller | |
1996-10-21 | sheer raging paranoia -- possible buf olfow. Does not look exploitable. | Todd C. Miller | |
1996-10-21 | talk messes up national characters; netbsd pr#2874, tron@lyssa.owl.de | Theo de Raadt | |
1996-10-20 | better error message if unable to create password temp file. | Todd C. Miller | |
1996-10-20 | 8-Bit character support. From wosch@freebsd. | michaels | |
1996-10-18 | Implement 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-18 | Fix pasto by me; spotted by deraadt | Thorsten Lockert | |
1996-10-17 | Do not consider non-existent archives as up-to-date on non-a.out systems | Niklas Hallqvist | |
1996-10-16 | check malloc ret val. | Todd C. Miller | |
1996-10-16 | *** empty log message *** | michaels | |
1996-10-16 | namechange. | michaels | |
1996-10-16 | nvi 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. |