aboutsummaryrefslogtreecommitdiff
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Note that portions of this software wereDag-Erling Smørgrav2002-03-201-0/+43
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=92836
* - Change the prompt from "S/Key Password: " to "OPIE Password: "Dag-Erling Smørgrav2002-03-201-1/+3
| | | | | | | | | | - If the user doesn't have an OPIE key, don't challenge him. This is a workaround until I get PAM to work properly with ssh2. Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=92832
* Unbreak for KRB4 ^ KRB5 case.Dag-Erling Smørgrav2002-03-191-2/+16
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=92708
* Revive this file (which is used for opie rather than skey)Dag-Erling Smørgrav2002-03-181-0/+97
| | | | Notes: svn path=/head/; revision=92564
* Fix conflicts.Dag-Erling Smørgrav2002-03-1851-6317/+6809
| | | | Notes: svn path=/head/; revision=92559
* This commit was generated by cvs2svn to compensate for changes in r92555,Dag-Erling Smørgrav2002-03-18115-3132/+5680
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=92556
| * Vendor import of OpenSSH 3.1Dag-Erling Smørgrav2002-03-18165-8807/+12549
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=92555
* | Diff reduction.Dag-Erling Smørgrav2002-03-162-4/+3
| | | | | | | | | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=92402
* | Update version string.Jacques Vidrine2002-03-071-1/+1
| | | | | | | | Notes: svn path=/head/; revision=91810
* | Fix off-by-one error.Jacques Vidrine2002-03-051-1/+1
| | | | | | | | | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=91688
* | Use login_getpwclass() instead of login_getclass() so that defaultBrian Feldman2002-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | mapping of user login classes works. Obtained from: TrustedBSD project Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=91431
* | Update build after import of Heimdal Kerberos 2002/02/17.Jacques Vidrine2002-02-192-204/+1
| | | | | | | | Notes: svn path=/head/; revision=90931
* | Remove files that were dropped from Heimdal Kerberos 2002/02/17.Jacques Vidrine2002-02-195-432/+0
| | | | | | | | Notes: svn path=/head/; revision=90930
* | Resolve conflicts after import of Heimdal Kerberos 2002/02/17.Jacques Vidrine2002-02-197-117/+169
| | | | | | | | Notes: svn path=/head/; revision=90929
* | This commit was generated by cvs2svn to compensate for changes in r90926,Jacques Vidrine2002-02-19408-19552/+34202
|\ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=90927
| * | Import of Heimdal Kerberos from KTH repository circa 2002/02/17.Jacques Vidrine2002-02-19418-19831/+34535
| | | | | | | | | | | | Notes: svn path=/vendor-crypto/heimdal/dist/; revision=90926
* | | Don't use non-signal-safe functions (exit(3) in this case) inSheldon Hearn2002-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | signal handlers. In this case, use _exit(2) instead, following the call to shutdown(2). This fixes rare telnetd hangs. PR: misc/33672 Submitted by: Umesh Krishnaswamy <umesh@juniper.net> MFC after: 1 month Notes: svn path=/head/; revision=90242
* | | Resolve conflicts.Kris Kennaway2002-01-279-84/+361
| | | | | | | | | | | | Notes: svn path=/head/; revision=89840
* | | This commit was generated by cvs2svn to compensate for changes in r89837,Kris Kennaway2002-01-27139-753/+5117
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=89838
| * | | Initial import of OpenSSL 0.9.6cKris Kennaway2002-01-27149-838/+5487
| | | | | | | | | | | | | | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=89837
* | | | Make libssh.so useable (undefined reference to IPv4or6).Ruslan Ermilov2002-01-233-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed by: des, markm Approved by: markm Notes: svn path=/head/; revision=89703
* | | | This commit was generated by cvs2svn to compensate for changes in r89402,Jacques Vidrine2002-01-151-6/+7
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=89403
| * | | Don't use getlogin() to determine whether we are root.Jacques Vidrine2002-01-151-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (Import of vendor fix.) Notes: svn path=/vendor-crypto/heimdal/dist/; revision=89402
* | | | Fix a coredump bug occurring if ssh-keygen attempts to change the passwordBrian Feldman2002-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on a DSA key. Submitted by: ian j hart <ianjhart@ntlworld.com> Notes: svn path=/head/; revision=89014
* | | | mdoc(7) police: remove -r from SYNOPSIS, sort -p in DESCRIPTION.Ruslan Ermilov2001-12-141-6/+5
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=87882
* | | | Don't assume that the number of fds to select on is known quantity (inJordan K. Hubbard2001-12-091-32/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this case 16). Use dynamic FD_SETs and calculated high-water marks throughout. There are also too many versions of telnet in the tree. Obtained from: OpenBSD and Apple's Radar database MFC after: 2 days Notes: svn path=/head/; revision=87558
* | | | Fixed bugs from previous revision.Ruslan Ermilov2001-12-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed -s from SYNOPSIS and restored -S in DESCRIPTION. Notes: svn path=/head/; revision=87358
* | | | Update version string since we applied a fix for the UseLogin issue.Jacques Vidrine2001-12-031-1/+1
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=87308
* | | | Protect variables and function prototypes that are only used in the INET6John Hay2001-12-031-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | case with an ifdef INET6. This make the fixit floppy compile again. Reviewed by: markm Notes: svn path=/head/; revision=87277
* | | | More help for alpha WARNS=2. This code is, erm, unusual. Anyone whoMark Murray2001-12-031-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | feels like rewriting it will meet no objection from me. Notes: svn path=/head/; revision=87267
* | | | help the alphas out with the WARNS=2 stuff.Mark Murray2001-12-032-2/+2
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=87266
* | | | Do not pass user-defined environmental variables to /usr/bin/login.Jacques Vidrine2001-12-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: OpenBSD Approved by: green Notes: svn path=/head/; revision=87255
* | | | Protect names that are used elsewhere. This fixes WARNS=2 breakageMark Murray2001-12-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | in crypto telnet. Notes: svn path=/head/; revision=87174
* | | | Damn. The previous mega-commit was incomplete WRT ANSIfication. ThisMark Murray2001-11-3013-281/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes that. Notes: svn path=/head/; revision=87155
* | | | Very large style makeover.Mark Murray2001-11-3045-5317/+2469
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) ANSIfy. 2) Clean up ifdefs so that a) ones that never/always apply are appropriately either fully removed, or just the #if junk is removed. b) change #if defined(FOO) for appropiate values of FOO. (currently AUTHENTICATION and ENCRYPTION) 3) WARNS=2 fixing 4) GC other unused stuff This code can now be unifdef(1)ed to make non-crypto telnet. Notes: svn path=/head/; revision=87139
* | | | In the "UseLogin yes" case we need env to be NULL to make sure itDavid Malone2001-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | will be correctly initialised. PR: 32065 Tested by: The Anarcat <anarcat@anarcat.dyndns.org> MFC after: 3 days Notes: svn path=/head/; revision=86617
* | | | Fix world by trimming an extra comment terminator.John Baldwin2001-10-291-1/+1
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=85703
* | | | Add Berkeley copyright to SRA.Nick Sayer2001-10-293-1/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is by the kind permission of Dave Safford, formerly of TAMU who wrote the original code. Here is an excerpt of the e-mail exchange concerning this issue: Dave Safford wrote: >Nick Sayer wrote: >> Some time ago we spoke about SRA and importing it into FreeBSD. I forgot to >> ask if you had a prefered license boilerplate for the top of the files. It >> has come up recently, and the SRA code in FreeBSD doesn't have one. >I really have no preference - use whatever is most convenient in the >FreeBSD environment. >dave safford This is the standard BSD license with clause 3 removed and clause 4 suitably renumbered. MFC after: 1 day Notes: svn path=/head/; revision=85690
* | | | Diff-reduce these two.Mark Murray2001-10-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Really, one of them needs to disappear. I'll figure out which later. Reported by: bde Notes: svn path=/head/; revision=85600
* | | | Add __FBSDID() to diff-reduce with "base" telnet.Mark Murray2001-10-0114-28/+40
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=84305
* | | | Modify a "You don't exist" message, pretty rude for transient YP failures.Brian Feldman2001-09-271-1/+1
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=84043
* | | | fix renamed options in some of the code that was #ifdef AFSAssar Westerlund2001-09-044-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also print an error if krb5 ticket passing is disabled Submitted by: Jonathan Chen <jon@spock.org> Notes: svn path=/head/; revision=82961
* | | | Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.Mark Murray2001-08-2911-936/+7
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=82497
* | | | Backout last change. I didnt follow the thread and made a mistakePaul Saab2001-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | with this. localisations is a valid spelling. Oops Notes: svn path=/head/; revision=82410
* | | | Correctly spell localizationsPaul Saab2001-08-271-1/+1
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=82408
* | | | Remove description of an option that only applies to UNICOS < 7.0.Dima Dorfman2001-08-251-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That define may still be present in the source, but I don't think anyone has plans to try to use it. Obtained from: NetBSD Notes: svn path=/head/; revision=82326
* | | | Code merge and diff reduce with "base" telnet. This is the "later"Mark Murray2001-08-2025-290/+283
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | telnet, so it was treated as the reference code, except where later commits were made to "base" telnet. Notes: svn path=/head/; revision=81965
* | | | Update the OpenSSH minor-version string.Brian Feldman2001-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: obrien Reviewed by: rwatson Notes: svn path=/head/; revision=81796
* | | | Removal of following export controll related sentences:Kazuo Horikawa2001-08-151-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o Because of export controls, TELNET ENCRYPT option is not supported outside of the United States and Canada. o Because of export controls, data encryption is not supported outside of the United States and Canada. src/crypto/README revision 1.5 commit log says: > Crypto sources are no longer export controlled: > Explain, why crypto sources are still in crypto/. and actually telnet encryption is used outside of US and Canada now. Pointed out by: OHSAWA Chitoshi <ohsawa@catv1.ccn-net.ne.jp> Reviewed by: no objection on doc Notes: svn path=/head/; revision=81665
* | | | mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-3/+6
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=81622