Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a few style oddities. | green | 2000-09-10 | 1 | -6/+6 |
| | |||||
* | Fix a goof in timevaldiff. | green | 2000-09-10 | 1 | -1/+1 |
| | |||||
* | Remove files no longer present in OpenSSH 2.2.0 and beyond | kris | 2000-09-10 | 5 | -256/+0 |
| | |||||
* | Resolve conflicts and update for OpenSSH 2.2.0 | kris | 2000-09-10 | 37 | -1659/+2394 |
| | | | | Reviewed by: gshapiro, peter, green | ||||
* | This commit was generated by cvs2svn to compensate for changes in r65668, | kris | 2000-09-10 | 80 | -806/+3146 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09 | kris | 2000-09-10 | 118 | -2247/+5359 |
| | | |||||
* | | Nuke RSAREF support from orbit. | kris | 2000-09-10 | 9 | -1161/+0 |
| | | | | | | | | It's the only way to be sure. | ||||
* | | ttyname was not being passed into do_login(), so we were erroneously picking | kris | 2000-09-04 | 1 | -3/+3 |
| | | | | | | | | | | | | up the function definition from unistd.h instead. Use s->tty instead. Submitted by: peter | ||||
* | | bzero() the struct timeval for paranoia | kris | 2000-09-03 | 1 | -0/+1 |
| | | | | | | | | Submitted by: gshapiro | ||||
* | | Err, we weren't even compiling auth1.c with LOGIN_CAP at all. Guess nobody | kris | 2000-09-02 | 2 | -1/+1 |
| | | | | | | | | was using this feature. | ||||
* | | Repair a broken conflict resolution in r1.2 which had the effect of nullifying | kris | 2000-09-02 | 1 | -23/+23 |
| | | | | | | | | | | | | | | | | the login_cap and login.access checks for whether a user/host is allowed access to the system for users other than root. But since we currently don't have a similar check in the ssh2 code path anyway, it's um, "okay". Submitted by: gshapiro | ||||
* | | Repair my dyslexia: s/opt/otp/ in the OPIE challenge. D'oh! | kris | 2000-09-02 | 1 | -2/+2 |
| | | | | | | | | Submitted by: gshapiro | ||||
* | | Re-add missing "break" which was lost during a previous patch | kris | 2000-09-02 | 1 | -0/+1 |
| | | | | | | | | | | | | integration. This currently has no effect. Submitted by: gshapiro | ||||
* | | Turn on X11Forwarding by default on the server. Any risk is to the client, | kris | 2000-09-02 | 2 | -2/+2 |
| | | | | | | | | | | | | where it is already disabled by default. Reminded by: peter | ||||
* | | Increase the default value of LoginGraceTime from 60 seconds to 120 | kris | 2000-08-23 | 3 | -3/+3 |
| | | | | | | | | | | | | | | seconds. PR: 20488 Submitted by: rwatson | ||||
* | | Respect X11BASE to derive the location of xauth(1) | kris | 2000-08-23 | 1 | -0/+2 |
| | | | | | | | | | | PR: 17818 Submitted by: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE> | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r64593, | kris | 2000-08-13 | 3 | -8/+8 |
|\ \ | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | Fix setproctitle() and syslog() vulnerabilities. | kris | 2000-08-13 | 3 | -8/+8 |
| | | | |||||
* | | | This commit was generated by cvs2svn to compensate for changes in r64583, | kris | 2000-08-13 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | | Fix benign bugs due to missing format string in err() and warn(). | kris | 2000-08-13 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | Approved by: assar (vendor :-) | ||||
* | | | | Fix setproctitle() vulnerability in non-compiled code. | kris | 2000-08-13 | 1 | -3/+3 |
| | | | | |||||
* | | | | Chalk up another phkmalloc victim. | asmodai | 2000-08-01 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems as if uninitialised memory was the culprit. We may want to contribute this back to the OpenSSH project. Submitted by: Alexander Leidinger <Alexander@Leidinger.net> on -current. | ||||
* | | | | Crypto sources are no longer export controlled: | alex | 2000-07-31 | 1 | -11/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Explain, why crypto sources are still in crypto/. Reviewed by: markm | ||||
* | | | | Fix a weird typo, is -> are. | asmodai | 2000-07-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The OpenSSH maintainer probably want to contribute this back to the real OpenSSH guys. Submitted by: Jon Perkin <sketchy@netcraft.com> | ||||
* | | | | Fixed a minor typo in the header. | marko | 2000-07-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Pointed out by: asmodai | ||||
* | | | | Committed, Thanks!! | marko | 2000-07-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | PR: 20108 Submitted by: Doug Lee | ||||
* | | | | Fix buffer size of ALIGNed buffer. | ume | 2000-07-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | PR: bin/20053 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> | ||||
* | | | | merge in syslog fixes, do not call syslog with variabel as format string | assar | 2000-07-20 | 3 | -8/+14 |
| | | | | |||||
* | | | | 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. |