summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* In env_destroy(), it is a bad idea to env_swap(self, 0) to switchgreen2000-11-251-0/+2
* Correct an arguement to ssh_add_identity, this matches what is currentlybillf2000-11-251-1/+1
* 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
* Add login_cap and login_access support. Previously, these FreeBSD-localgreen2000-11-141-0/+37
* This commit was generated by cvs2svn to compensate for changes in r68700,green2000-11-141-4/+8
|\
| * Import a security fix: the client would allow a server to use itsgreen2000-11-141-4/+8
* | 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
* | This commit was generated by cvs2svn to compensate for changes in r68651,kris2000-11-13576-11608/+38575
|\ \
| * | 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
* | | This commit was generated by cvs2svn to compensate for changes in r65668,kris2000-09-1080-806/+3146
|\ \ \ | | |/ | |/|
| * | 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
* | | ttyname was not being passed into do_login(), so we were erroneously pickingkris2000-09-041-3/+3
* | | bzero() the struct timeval for paranoiakris2000-09-031-0/+1
* | | Err, we weren't even compiling auth1.c with LOGIN_CAP at all. Guess nobodykris2000-09-022-1/+1
* | | Repair a broken conflict resolution in r1.2 which had the effect of nullifyingkris2000-09-021-23/+23
* | | Repair my dyslexia: s/opt/otp/ in the OPIE challenge. D'oh!kris2000-09-021-2/+2
* | | Re-add missing "break" which was lost during a previous patchkris2000-09-021-0/+1
* | | Turn on X11Forwarding by default on the server. Any risk is to the client,kris2000-09-022-2/+2
* | | Increase the default value of LoginGraceTime from 60 seconds to 120kris2000-08-233-3/+3
* | | Respect X11BASE to derive the location of xauth(1)kris2000-08-231-0/+2
* | | This commit was generated by cvs2svn to compensate for changes in r64593,kris2000-08-133-8/+8
|\ \ \
| * | | 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
|\ \ \ \
| * | | | Fix benign bugs due to missing format string in err() and warn().kris2000-08-132-2/+2
* | | | | Fix setproctitle() vulnerability in non-compiled code.kris2000-08-131-3/+3
* | | | | Chalk up another phkmalloc victim.asmodai2000-08-011-2/+3
* | | | | Crypto sources are no longer export controlled:alex2000-07-311-11/+3
* | | | | Fix a weird typo, is -> are.asmodai2000-07-271-1/+1
* | | | | Fixed a minor typo in the header.marko2000-07-271-1/+1
* | | | | Committed, Thanks!!marko2000-07-251-1/+1
* | | | | Fix buffer size of ALIGNed buffer.ume2000-07-201-2/+2
* | | | | merge in syslog fixes, do not call syslog with variabel as format stringassar2000-07-203-8/+14
* | | | | Add missing $FreeBSD$ to files that are NOT still on vendor a branch.peter2000-07-1621-1/+75
* | | | | Fix 'telnet -X sra' coredumpnsayer2000-07-111-1/+3
* | | | | Sync sshd_config with sshd and manapage internal defaults (Checkmail = yes)peter2000-07-112-2/+2
* | | | | Sync LoginGraceTime with sshd_config = 60 seconds by default, not 600.peter2000-07-112-2/+2
* | | | | Fix out-of-sync defaults. PermitRootLogin is supposed to be 'no' butpeter2000-07-112-2/+2
* | | | | Make FallBackToRsh off by default. Falling back to rsh by default ispeter2000-07-112-2/+2
* | | | | Don't call printf with no format string.kris2000-07-101-1/+5
* | | | | Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATAume2000-07-081-2/+2
OpenPOWER on IntegriCloud