summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r69836,assar2000-12-101-14/+0
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * merge fix from vendor for not overwriting old ticket fileassar2000-12-101-14/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r69833,assar2000-12-101-0/+3
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * merge fix from vendor for removing buffer overrunassar2000-12-101-0/+3
| |
* | This commit was generated by cvs2svn to compensate for changes in r69830,assar2000-12-101-25/+0
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * merge fix from vendor for not looking at environment variablesassar2000-12-101-25/+0
| |
* | (scrub_env): change to only accept a listed set of variables,assar2000-12-101-23/+37
| | | | | | | | including only non-filename contents for TERMCAP
* | Update to OpenSSH 2.3.0 with FreeBSD modifications. OpenSSH 2.3.0green2000-12-0534-861/+2289
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new features description elided in favor of checking out their website. Important new FreeBSD-version stuff: PAM support has been worked in, partially from the "Unix" OpenSSH version, and a lot due to the work of Eivind Eklend, too. This requires at least the following in pam.conf: sshd auth sufficient pam_skey.so sshd auth required pam_unix.so try_first_pass sshd session required pam_permit.so Parts by: Eivind Eklend <eivind@FreeBSD.org>
* | Forgot to remove the old line in the last commit.green2000-12-051-1/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r69587,green2000-12-0545-648/+2407
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of OpenSSH 2.3.0 (virgin OpenBSD source release).green2000-12-0572-1442/+3643
| | |
* | | Remove duplicate linebrian2000-12-041-1/+0
| | | | | | | | | | | | Not responded to by: kris, then green
* | | Add more environment variables to be filtered through scrub_env().asmodai2000-11-301-0/+7
| | | | | | | | | | | | Synched from normal telnet.
* | | String paranoia fix. Synched from normal telnet.asmodai2000-11-301-2/+2
| | |
* | | String paranoia. Merged from regular telnet.asmodai2000-11-301-2/+2
| | |
* | | Correct definition of MAXHOSTNAMELEN in ifdef'ed code.kris2000-11-262-2/+2
| | | | | | | | | | | | | | | Submitted by: Edwin Groothuis <mavetju@chello.nl> PR: bin/22787
* | | In env_destroy(), it is a bad idea to env_swap(self, 0) to switchgreen2000-11-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | back to the original environ unconditionally. The setting of the variable to save the previous environ is conditional; it happens when ENV.e_committed is set. Therefore, don't try to swap the env back unless the previous env has been initialized. PR: bin/22670 Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp>
* | | Correct an arguement to ssh_add_identity, this matches what is currentlybillf2000-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | in ports/security/openssh/files/pam_ssh.c PR: 22164 Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp> Reviewed by: green Approved by: green
* | | mdoc(7) police: use the new features of the Nm macro.ru2000-11-202-42/+42
| | |
* | | Fix a buffer overflow from a long local hostname.kris2000-11-191-2/+2
| | | | | | | | | | | | Obtained from: OpenBSD
* | | Add login_cap and login_access support. Previously, these FreeBSD-localgreen2000-11-141-0/+37
| | | | | | | | | | | | checks were only made when using the 1.x protocol.
* | | This commit was generated by cvs2svn to compensate for changes in r68700,green2000-11-141-4/+8
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import a security fix: the client would allow a server to use itsgreen2000-11-141-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | ssh-agent or X11 forwarding even if it was disabled. This is the vendor fix provided, not an actual revision of clientloop.c. Submitted by: Markus Friedl <markus@OpenBSD.org> via kris
* | | Update list of files to remove prior to importkris2000-11-131-20/+34
| | |
* | | Resolve conflicts, and garbage collect some local changes that are nokris2000-11-1320-269/+616
| | | | | | | | | | | | longer required
* | | This commit was generated by cvs2svn to compensate for changes in r68651,kris2000-11-13576-11608/+38575
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Initial import of OpenSSL 0.9.6kris2000-11-13598-11885/+39181
| | | |
* | | | Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-102-9/+1
| | | |
* | | | Add a CVS Id tagdougb2000-10-291-0/+1
| | | |
* | | | Sync with usr.bin/telnet/telnet.c r1.9 - fix buffer overflow in DISPLAYkris2000-10-291-4/+7
| | | |
* | | | Fix a few style oddities.green2000-09-101-6/+6
| | | |
* | | | Fix a goof in timevaldiff.green2000-09-101-1/+1
| | | |
* | | | Remove files no longer present in OpenSSH 2.2.0 and beyondkris2000-09-105-256/+0
| | | |
* | | | Resolve conflicts and update for OpenSSH 2.2.0kris2000-09-1037-1659/+2394
| | | | | | | | | | | | | | | | Reviewed by: gshapiro, peter, green
* | | | This commit was generated by cvs2svn to compensate for changes in r65668,kris2000-09-1080-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-09kris2000-09-10118-2247/+5359
| | | |
* | | | Nuke RSAREF support from orbit.kris2000-09-109-1161/+0
| | | | | | | | | | | | | | | | It's the only way to be sure.
* | | | ttyname was not being passed into do_login(), so we were erroneously pickingkris2000-09-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | up the function definition from unistd.h instead. Use s->tty instead. Submitted by: peter
* | | | bzero() the struct timeval for paranoiakris2000-09-031-0/+1
| | | | | | | | | | | | | | | | Submitted by: gshapiro
* | | | Err, we weren't even compiling auth1.c with LOGIN_CAP at all. Guess nobodykris2000-09-022-1/+1
| | | | | | | | | | | | | | | | was using this feature.
* | | | Repair a broken conflict resolution in r1.2 which had the effect of nullifyingkris2000-09-021-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!kris2000-09-021-2/+2
| | | | | | | | | | | | | | | | Submitted by: gshapiro
* | | | Re-add missing "break" which was lost during a previous patchkris2000-09-021-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,kris2000-09-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | where it is already disabled by default. Reminded by: peter
* | | | Increase the default value of LoginGraceTime from 60 seconds to 120kris2000-08-233-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | seconds. PR: 20488 Submitted by: rwatson
* | | | Respect X11BASE to derive the location of xauth(1)kris2000-08-231-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,kris2000-08-133-8/+8
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Fix setproctitle() and syslog() vulnerabilities.kris2000-08-133-8/+8
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r64583,kris2000-08-132-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().kris2000-08-132-2/+2
| | | | | | | | | | | | | | | | | | | | Approved by: assar (vendor :-)
OpenPOWER on IntegriCloud