Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-12-09 | nicer usage | Theo de Raadt | |
1996-12-08 | Fix typo | Thorsten Lockert | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-12-08 | Disable matching by default if a domainname is set, adding -M to reenable it. | Jason Downs | |
1996-12-07 | Improved temporary file handling. | bitblt | |
1996-12-07 | increase buf sizes, hacked w/ bitblt | Theo de Raadt | |
1996-12-06 | Fix bug where one could ``send'' various TELNET commands from the telnet | robin | |
command prompt, prior to being connected to a remote host. The affected commands were: set binary | inbinary | outbinary toggle binary | inbinary | outbinary | |||
1996-12-06 | -p did not rename 2 variables; netbsd pr#2997, mike.long@analog.com | Theo de Raadt | |
1996-12-06 | wait for spawned children, and remember to EXIT INOUR CHILD! geez.. | Theo de Raadt | |
1996-12-06 | warn and _exit | Theo de Raadt | |
1996-12-06 | vfork w/ exit botch | Theo de Raadt | |
1996-12-05 | FreeBSD calendar(1) + OpenBSD changes. | Todd C. Miller | |
1996-12-04 | roundup error; netbsd pr#2944, augustss@cs.chalmers.se | Theo de Raadt | |
1996-12-04 | security holes: seek and ye shall find | Theo de Raadt | |
1996-12-04 | Add support for BSD/OS | Niklas Hallqvist | |
1996-12-04 | Implement -u (remote user) option for login (only root may use it). | Todd C. Miller | |
We now store remote user in failedlogin struct too. Also add REMOTEHOST and REMOTEUSER environmental vars. | |||
1996-12-03 | /usr/share/misc/termcap | Theo de Raadt | |
1996-12-01 | Correct the connecthelp info. This is really ftp, not tftp. | Todd C. Miller | |
From NetBSD (fvdl). | |||
1996-11-30 | Sync with NetBSD: | Todd C. Miller | |
- Merge in FreeBSD and Lite2 changes. - Fix bug where a non-archive target with a .a suffix would always be considered to be out of date, since it does not have a TOC. - Fix NetBSD PR #2930: declare missing variable. | |||
1996-11-30 | filesystem is named "ffs" not "ufs". | Todd C. Miller | |
1996-11-25 | Need sys/types.h for htons et al. | Niklas Hallqvist | |
1996-11-25 | Sync with NetBSD. | Todd C. Miller | |
Implement `$@' macro, as promised by the manual page (NetBSD PR#2914). | |||
1996-11-24 | Fixed formatting. | etheisen | |
1996-11-24 | Manpage anyone? | etheisen | |
1996-11-22 | fix thinko wrt otp-* handling | Todd C. Miller | |
1996-11-21 | missed mktemp | Michael Shalayeff | |
1996-11-21 | mktemp(1) for shell scripts. No more gross directory hackery for safe temp | Todd C. Miller | |
files. | |||
1996-11-15 | Move mk_cmds to the main tree. | Jason Downs | |
1996-11-14 | correct LINKS usage | Michael Shalayeff | |
1996-11-14 | remove BINDIR. | Michael Shalayeff | |
1996-11-13 | lint should pass on __OpenBSD__ rather than __NetBSD__. | michaels | |
1996-11-11 | remove junk '\' | Michael Shalayeff | |
1996-11-11 | type casts | Michael Shalayeff | |
1996-11-11 | compile_et belongs in usr.bin | Thorsten Lockert | |
1996-11-11 | kill path ref | Jason Downs | |
1996-11-11 | compile_et now resides in /usr/libexec. | Jason Downs | |
1996-11-09 | Adds support for logging and reporting on failed login attempts | Todd C. Miller | |
via sparse file /var/log/failedlogin. | |||
1996-11-09 | optional size argument to hash command | kstailey | |
1996-11-09 | optional size argument to hash command | kstailey | |
1996-11-09 | optional size argument to hash command | kstailey | |
1996-11-09 | optional size argument to hash command | kstailey | |
1996-11-09 | optional size argument to hash command | kstailey | |
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 | |