| Commit message (Expand) | Author | Age | Files | Lines |
* | ssh-keysign(8) belongs in /usr/libexec, not in /usr/bin, and needs to be | des | 2002-07-05 | 2 | -1/+16 |
* | No guts, no glory. Switch to OpenSSH-portable. | des | 2002-06-25 | 1 | -2/+2 |
* | Now that cross-tools ld(1) has been fixed to look for dynamic | ru | 2002-02-08 | 1 | -2/+2 |
* | Set WFORMAT=0, overlooked in previous commits to libexec/. | kris | 2002-02-06 | 1 | -0/+1 |
* | Add pam_ssh support to the static PAM library, libpam.a: | ru | 2002-01-23 | 1 | -2/+2 |
* | Clean up makefiles, and turn on WARNS=2. Take into account the telnet | markm | 2001-11-30 | 1 | -2/+4 |
* | Revamp and diff-reduce the various secure telnets. Make sure that | markm | 2001-08-03 | 1 | -1/+1 |
* | Fixed world breakage when NOSHARED=yes. libmp now depends on libcrypto, | bde | 2001-07-30 | 1 | -4/+4 |
* | Fixed world breakage in previous commit. -lpam must never be used | bde | 2001-05-09 | 1 | -3/+4 |
* | Add PAM support to SRA authentication. Cribbed mostly from ftpd. This | nsayer | 2001-05-07 | 1 | -1/+1 |
* | Follow the OpenSSH 2.9 upgrade with the infrastructure. Two new | green | 2001-05-04 | 1 | -1/+1 |
* | Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness. | ru | 2001-03-28 | 1 | -1/+1 |
* | secure/ build fixes: | ru | 2001-03-26 | 3 | -17/+9 |
* | Only build sftp-server conditionally | kris | 2000-09-16 | 1 | -1/+3 |
* | Add sftp-server | ache | 2000-09-15 | 1 | -0/+1 |
* | Update for OpenSSH 2.2.0 | kris | 2000-09-10 | 1 | -0/+22 |
* | Don't build crypto-enabled telnetd if NO_OPENSSL is defined, since it | kris | 2000-07-25 | 1 | -1/+1 |
* | Build everything properly. This means: | markm | 2000-02-24 | 1 | -3/+3 |
* | another tcp apps IPv6 updates.(should be make world safe) | shin | 2000-01-27 | 1 | -1/+1 |
* | Revert -lmd changes now that libcrypt doesn't expose this binutils/ld | peter | 1999-12-18 | 1 | -3/+2 |
* | Add libmd to DPADD and LDADD. | marcel | 1999-12-17 | 1 | -2/+3 |
* | Dont build telenet if we are going for kerberised telnet; this just | markm | 1999-10-12 | 1 | -2/+3 |
* | Make telnet with SRA work. | markm | 1999-10-07 | 3 | -0/+32 |
* | Secure telnet is now in eBones. | markm | 1996-11-07 | 15 | -9324/+0 |
* | Same as non-secure telnetd, add support for ``-P altlogin'' to specify | peter | 1996-08-13 | 3 | -4/+21 |
* | Localize time | ache | 1996-05-07 | 1 | -0/+10 |
* | Big clean-up job. Remove ancient and never-to-be used stuff. | markm | 1996-03-11 | 1 | -39/+4 |
* | Sense MAKE_EBONES, DESTDIR | ache | 1996-03-09 | 1 | -5/+11 |
* | recording cvs-1.6 file death | peter | 1995-12-30 | 1 | -6/+0 |
* | Remove LD_NOSTD_PATH unsetenv, it isn't exist anymore | ache | 1995-10-24 | 1 | -1/+0 |
* | Fix original patch error with ! before strncmp | ache | 1995-10-20 | 1 | -4/+10 |
* | Don't allow LD_* env. variables to be tricked | ache | 1995-10-20 | 1 | -3/+25 |
* | Remove MAKE_EBONES conditionals. They were originally placed here because | gibbs | 1995-10-11 | 1 | -2/+0 |
* | Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makes | gibbs | 1995-09-16 | 2 | -3/+5 |
* | Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES. | gibbs | 1995-09-14 | 1 | -5/+1 |
* | sys_term.c: killed sleep(1) as this should no longer be a problem with | dg | 1995-09-11 | 2 | -9/+3 |
* | Move erase cleanup outside linemode conditional | pst | 1995-09-06 | 1 | -1/+1 |
* | Avoid race condition with telnet options processing (login: prompt lost). | pst | 1995-09-05 | 1 | -22/+7 |
* | Set erase character for login: prompt. | pst | 1995-09-05 | 1 | -1/+5 |
* | Do NOT compile with -DKLUDGELINEMODE...hoses many telnet clients | pst | 1995-08-28 | 2 | -6/+8 |
* | Comment out LDADD+=-ldescrypt, it is not yet active due to | ache | 1995-08-05 | 1 | -1/+2 |
* | Change default banner to FreeBSD, properly ifdefed by __FreeBSD__ | ache | 1995-08-04 | 1 | -1/+5 |
* | After pst and ache fixed secure telnet, it was still not in the main | markm | 1995-07-29 | 2 | -0/+7 |
* | Final cleanup pass through Makefiles, now this stuff | ache | 1995-07-24 | 1 | -2/+7 |
* | Add -ldescrypt, or wrong crypt version can be picked from libc | ache | 1995-07-24 | 1 | -0/+1 |
* | Since this stuff not works with eBones, ifdef kerberos stuff | ache | 1995-07-24 | 1 | -0/+6 |
* | Point to proper DESTDIR now | ache | 1995-07-24 | 1 | -0/+3 |
* | When hostname len > 8, name replaced with dot notation when -u flag | pst | 1995-07-20 | 1 | -7/+19 |
* | The final negotiation of DO_BINARY in the LINEMODE portion of the telnetd code | pst | 1995-07-20 | 1 | -19/+28 |
* | Update telnet to the 95.05.31 release. | pst | 1995-07-20 | 9 | -79/+252 |