aboutsummaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fixed bugs from previous revision.Ruslan Ermilov2001-12-041-1/+2
* Update version string since we applied a fix for the UseLogin issue.Jacques Vidrine2001-12-031-1/+1
* Protect variables and function prototypes that are only used in the INET6John Hay2001-12-031-1/+7
* More help for alpha WARNS=2. This code is, erm, unusual. Anyone whoMark Murray2001-12-031-4/+4
* help the alphas out with the WARNS=2 stuff.Mark Murray2001-12-032-2/+2
* Do not pass user-defined environmental variables to /usr/bin/login.Jacques Vidrine2001-12-031-0/+2
* Protect names that are used elsewhere. This fixes WARNS=2 breakageMark Murray2001-12-011-4/+4
* Damn. The previous mega-commit was incomplete WRT ANSIfication. ThisMark Murray2001-11-3013-281/+250
* Very large style makeover.Mark Murray2001-11-3045-5317/+2469
* In the "UseLogin yes" case we need env to be NULL to make sure itDavid Malone2001-11-191-1/+1
* Fix world by trimming an extra comment terminator.John Baldwin2001-10-291-1/+1
* Add Berkeley copyright to SRA.Nick Sayer2001-10-293-1/+91
* Diff-reduce these two.Mark Murray2001-10-271-3/+3
* Add __FBSDID() to diff-reduce with "base" telnet.Mark Murray2001-10-0114-28/+40
* Modify a "You don't exist" message, pretty rude for transient YP failures.Brian Feldman2001-09-271-1/+1
* fix renamed options in some of the code that was #ifdef AFSAssar Westerlund2001-09-044-4/+7
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.Mark Murray2001-08-2911-936/+7
* Backout last change. I didnt follow the thread and made a mistakePaul Saab2001-08-271-1/+1
* Correctly spell localizationsPaul Saab2001-08-271-1/+1
* Remove description of an option that only applies to UNICOS < 7.0.Dima Dorfman2001-08-251-13/+0
* Code merge and diff reduce with "base" telnet. This is the "later"Mark Murray2001-08-2025-290/+283
* Update the OpenSSH minor-version string.Brian Feldman2001-08-161-1/+1
* Removal of following export controll related sentences:Kazuo Horikawa2001-08-151-10/+0
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-3/+6
* output_data(), output_datalen() and netflush() didn't actually guaranteeKris Kennaway2001-07-236-45/+50
* More potential buffer overflow fixes.Ruslan Ermilov2001-07-204-35/+7
* Resolve conflictsKris Kennaway2001-07-194-7/+9
* This commit was generated by cvs2svn to compensate for changes in r79998,Kris Kennaway2001-07-1992-1445/+2518
|\
| * Initial import of OpenSSL 0.9.6bKris Kennaway2001-07-1997-1460/+2538
* | vsnprintf() can return a value larger than the buffer size.Ruslan Ermilov2001-07-191-1/+1
* | Fixed the exploitable remote buffer overflow.Ruslan Ermilov2001-07-196-314/+219
* | Bug fix: When the client connects to a server and KerberosJacques Vidrine2001-07-131-0/+1
* | mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-102-3/+2
* | Fix an incorrect conflict resolution which prevented TISAuthenticationBrian Feldman2001-07-071-25/+2
* | mdoc(7) police: merge all fixes from non-crypto version.Ruslan Ermilov2001-07-051-58/+92
* | MF non-crypto: 1.13: document -u in usage.Ruslan Ermilov2001-07-051-8/+8
* | Also add a colon to "Bad passphrase, please try again ".Brian Feldman2001-06-291-1/+1
* | Put in a missing colon in the "Enter passphrase" message.Brian Feldman2001-06-291-1/+1
* | Back out the last change which is probably actually a red herring. Argh!Brian Feldman2001-06-261-4/+2
* | Don't pointlessly kill a channel because the first (forced)Brian Feldman2001-06-261-2/+4
* | fix merges from 0.3fAssar Westerlund2001-06-217-274/+528
* | This commit was generated by cvs2svn to compensate for changes in r78527,Assar Westerlund2001-06-21485-7462/+39617
|\ \
| * | import of heimdal 0.3fAssar Westerlund2001-06-21495-7740/+40167
* | | (do_authloop): handle !KRB4 && KRB5Assar Westerlund2001-06-161-4/+7
* | | Unbreak OpenSSH for the KRB5-and-no-KRB4 case. Asking for KRB5 doesMark Murray2001-06-151-1/+3
* | | Enable Kerberos 5 support in sshd again.Brian Feldman2001-06-123-2/+4
* | | Switch to the user's uid before attempting to unlink the auth forwardingBrian Feldman2001-06-084-25/+45
* | | Fix $FreeBSD$ style committer messed up in rev 1.7 for some reason.David E. O'Brien2001-05-241-1/+1
* | | Oops, forgot the 'u' in the getopt for the previous commit.Matthew Dillon2001-05-241-1/+1
* | | A feature to allow one to telnet to a unix domain socket. (MFC fromMatthew Dillon2001-05-233-3/+51