Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing $FreeBSD$ to files that are NOT still on vendor a branch. | peter | 2000-07-16 | 21 | -1/+75 |
| | |||||
* | Fix 'telnet -X sra' coredump | nsayer | 2000-07-11 | 1 | -1/+3 |
| | | | | PR# 19835 | ||||
* | Sync sshd_config with sshd and manapage internal defaults (Checkmail = yes) | peter | 2000-07-11 | 2 | -2/+2 |
| | |||||
* | Sync LoginGraceTime with sshd_config = 60 seconds by default, not 600. | peter | 2000-07-11 | 2 | -2/+2 |
| | |||||
* | Fix out-of-sync defaults. PermitRootLogin is supposed to be 'no' but | peter | 2000-07-11 | 2 | -2/+2 |
| | | | | | | | sshd's internal default was 'yes'. (if some cracker managed to trash /etc/ssh/sshd_config, then root logins could be reactivated) Approved by: kris | ||||
* | Make FallBackToRsh off by default. Falling back to rsh by default is | peter | 2000-07-11 | 2 | -2/+2 |
| | | | | | | silly in this day and age. Approved by: kris | ||||
* | Don't call printf with no format string. | kris | 2000-07-10 | 1 | -1/+5 |
| | |||||
* | Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATA | ume | 2000-07-08 | 1 | -2/+2 |
| | | | | change (getaddrinfo.c rev 1.12). | ||||
* | sync with usr.bin/telnet/commands.c 1.21 -> 1.22. pierre.dampure@alveley.org | itojun | 2000-07-07 | 1 | -18/+16 |
| | |||||
* | Allow restarting on SIGHUP when the full path was not given as argv[0]. | green | 2000-07-04 | 1 | -0/+1 |
| | | | | We do have /proc/curproc/file :) | ||||
* | So /this/ is what has made OpenSSH's SSHv2 support never work right! | green | 2000-06-27 | 2 | -0/+6 |
| | | | | | | In some cases, limits did not get set to the proper class, but instead always to "default", because not all passwd copies were done to completion. | ||||
* | Also make sure to close the socket that exceeds your rate limit. | green | 2000-06-26 | 1 | -0/+1 |
| | |||||
* | Make rate limiting work per-listening-socket. Log better messages than | green | 2000-06-26 | 3 | -30/+68 |
| | | | | | | | before for this, requiring a new function (get_ipaddr()). canohost.c receives a $FreeBSD$ line. Suggested by: Niels Provos <niels@OpenBSD.org> | ||||
* | MFI. This is a documentation-only, diffreducing patch, that if | markm | 2000-06-24 | 1 | -0/+6 |
| | | | | | invoked will cause breakage. US Users - DO NOT try to turn on IDEA - the sources are not included. | ||||
* | Grrr. I hate CVS. These were supposed to be committed when I did the | markm | 2000-06-19 | 11 | -0/+1246 |
| | | | | | | IDEA fix earlier today. Bring back IDEA from the dead (but not compiled by default). | ||||
* | Re-add IDEA. This is not actually built unless asked for by the user. | markm | 2000-06-19 | 2 | -0/+513 |
| | | | | (To avoid patent hassles). | ||||
* | Fix syntax error in previous commit. | kris | 2000-06-11 | 1 | -2/+3 |
| | | | | Submitted by: Udo Schweigert <ust@cert.siemens.de> | ||||
* | Fix security botch in "UseLogin Yes" case: commands are executed with | kris | 2000-06-10 | 1 | -0/+4 |
| | | | | | | uid 0. Obtained from: OpenBSD | ||||
* | Make `ssh-agent -k' work for csh(1)-like shells. | ru | 2000-06-10 | 1 | -1/+1 |
| | |||||
* | Allow "DenyUsers" to function. | green | 2000-06-06 | 1 | -0/+1 |
| | |||||
* | Resolve conflicts | kris | 2000-06-03 | 5 | -80/+33 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r61209, | kris | 2000-06-03 | 8 | -159/+204 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Initial import of OpenSSH snapshot from 2000/05/30 | kris | 2000-06-03 | 13 | -239/+237 |
| | | | | | | | | Obtained from: OpenBSD | ||||
* | | Resolve conflicts | kris | 2000-06-03 | 1 | -1/+7 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r61206, | kris | 2000-06-03 | 1 | -0/+36 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import from vendor repository. | kris | 2000-06-03 | 2 | -1/+43 |
| | | | | | | | | Obtained from: OpenBSD | ||||
* | | Bring vendor patches onto the main branch, and resolve conflicts. | kris | 2000-06-03 | 5 | -30/+72 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r61201, | kris | 2000-06-03 | 1 | -2/+2 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import vendor patches: the first is written by | kris | 2000-06-03 | 4 | -10/+31 |
| | | | | | | | | | | | | | | | | | | | | Brian Feldman <green@FreeBSD.org> * Remove the gratuitous dependency on OpenSSL 0.9.5a (preparation for MFC) * Disable agent forwarding by default in the client (security risk) Submitted by: green Obtained from: OpenBSD | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r61199, | kris | 2000-06-03 | 2 | -25/+17 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import vendor patch originally submitted by the below author: don't | kris | 2000-06-03 | 3 | -38/+48 |
| | | | | | | | | | | | | | | treat failure to create the authentication agent directory in /tmp as a fatal error, but disable agent forwarding. Submitted by: Jan Koum <jkb@yahoo-inc.com> | ||||
| * | Import vendor fix: "fix key_read() for uuencoded keys w/o '='" | kris | 2000-06-03 | 1 | -7/+11 |
| | | | | | | | | | | | | | | | | This bug caused OpenSSH not to recognise some of the DSA keys it generated. Submitted by: Christian Weisgerber <naddy@mips.inka.de> Obtained from: OpenBSD | ||||
* | | Update to the version of pam_ssh corresponding to OpenSSH 2.1 (taken | kris | 2000-05-30 | 1 | -19/+23 |
| | | | | | | | | | | | | from the openssh port) Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> | ||||
* | | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
| | | | | | | | | | | | | It was not discussed and should probably not happen. Requested by: msmith and others | ||||
* | | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd | ||||
* | | Turn on CheckMail to be more login-compatible by default | ache | 2000-05-23 | 1 | -1/+1 |
| | | |||||
* | | Don't USE_PIPES | brian | 2000-05-22 | 1 | -1/+3 |
| | | | | | | | | | | Spammed by: peter Submitted by: mkn@uk.FreeBSD.org | ||||
* | | Correct two stupid typos in the DSA key location. | kris | 2000-05-18 | 1 | -1/+1 |
| | | | | | | | | Submitted by: Udo Schweigert <ust@cert.siemens.de> | ||||
* | | Unbreak Kerberos5 compilation. This still remains untested. | kris | 2000-05-17 | 4 | -8/+12 |
| | | | | | | | | Noticed by: obrien | ||||
* | | Oops, rename S/Key to Opie in line with FreeBSD usage. | kris | 2000-05-15 | 1 | -1/+1 |
| | | |||||
* | | Create a DSA host key if one does not already exist, and teach sshd_config | kris | 2000-05-15 | 1 | -0/+1 |
| | | | | | | | | about it. | ||||
* | | Resolve conflicts and update for FreeBSD. | kris | 2000-05-15 | 39 | -4195/+2801 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r60573, | kris | 2000-05-15 | 70 | -1547/+9125 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Initial import of OpenSSH v2.1. | kris | 2000-05-15 | 102 | -5065/+11263 |
| | | |||||
* | | Note that X11 Forwarding is off by default. | nik | 2000-04-30 | 1 | -4/+5 |
| | | | | | | | | | | PR: docs/17566 Submitted by: Keith Stevenson <ktstev01@louisville.edu> | ||||
* | | MFF: catch up with FreeFall | markm | 2000-04-19 | 1 | -90/+0 |
| | | |||||
* | | If stderr is closed, report the error message about missing libraries | kris | 2000-04-18 | 2 | -11/+31 |
| | | | | | | | | | | | | via syslog instead. Reviewed by: jkh | ||||
* | | Internat diff reducer. | markm | 2000-04-16 | 1 | -0/+1 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r59281, | markm | 2000-04-16 | 1 | -0/+90 |
|\ \ | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | Virgin import of OpenSSL v0.9.5a | markm | 2000-04-16 | 4 | -5/+97 |
| | | |