summaryrefslogtreecommitdiff
path: root/secure
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-09-0532-34/+34
| | | | Notes: svn path=/stable/2.1/; revision=50952
* YAMFC (buffer overruns and other security fixes)Mark Murray1997-02-108-22/+69
| | | | | | | Tested on: thingy Notes: svn path=/stable/2.1/; revision=22550
* Make telnet part of the krb distributionMark Murray1996-06-303-0/+6
| | | | Notes: svn path=/stable/2.1/; revision=16850
* Oops - forgot to remove theseMark Murray1996-06-213-24/+0
| | | | Notes: svn path=/stable/2.1/; revision=16572
* Make this makefile work with STABLEMark Murray1996-06-211-3/+6
| | | | Notes: svn path=/stable/2.1/; revision=16571
* Merge with HEADMark Murray1996-06-2117-379/+82
| | | | Notes: svn path=/stable/2.1/; revision=16570
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-05-191-0/+227
| | | | Notes: svn path=/stable/2.1/; revision=15822
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-04-261-0/+150
| | | | Notes: svn path=/stable/2.1/; revision=15402
* Merge with HEAD: split libcrypt and libcipher man pages.Mark Murray1996-04-131-90/+5
| | | | Notes: svn path=/stable/2.1/; revision=15229
* Dang. Forgot to remove this.Mark Murray1996-04-131-236/+0
| | | | Notes: svn path=/stable/2.1/; revision=15227
* Merge with HEAD: Split libcrypt and libcipher man pages.Mark Murray1996-04-131-6/+5
| | | | Notes: svn path=/stable/2.1/; revision=15226
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-02-1169-0/+11598
| | | | Notes: svn path=/stable/2.1/; revision=14017
* Add Mark Murray's md5 recognition ($1$) into the libdescrypt library.Peter Wemm1996-02-073-24/+24
| | | | | | | | | | | | | | | This is a "trivial" change - if it is presented with a "$1$ salt (which is illegal for the DES crypt), it switches to the md5 routine instead. If it never sees a MD5 string, it behaves exactly as before. This will be a lifesaver for people who install from cdrom, add users or set passwords, then go and select the "secure" dist from the ftp server and would have locked themselves out of their machine. Some -Wall cleanups came along with it. Notes: svn path=/stable/2.1/; revision=13953
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-01-011-0/+157
| | | | Notes: svn path=/stable/2.1/; revision=13148
* Brought in revs 1.8-1.9: security fix.David Greenman1995-11-021-2/+30
| | | | Notes: svn path=/stable/2.1/; revision=12005
* Put telnet, telnetd, and libtelnet in the krb distribution where theyDavid Greenman1995-10-294-3/+6
| | | | | | | | | | | | | belong. They should be actually moved in the source tree to be under eBones, but I don't want to mess with that now. This should hopefully fix the main problem people were having when they selected the "des" distribution and not krb, but got the Kerberos version of telnet and friends as a side effect. Submitted by: Justin Gibbs <gibbs> Notes: svn path=/stable/2.1/; revision=11903
* Remove MAKE_EBONES conditionals. Besides being wrong, this was what screwedJustin T. Gibbs1995-10-113-7/+1
| | | | | | | up secure telnet in the previous snapshots. Notes: svn path=/stable/2.1/; revision=11420
* Merge with Head:Justin T. Gibbs1995-09-165-8/+23
| | | | | | | | Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makes secure reference the libraries that were just built instead of in /usr/lib. Notes: svn path=/stable/2.1/; revision=10815
* Merge with HEAD. Brings in new secure telnet suite + eBones fixes.Justin T. Gibbs1995-09-1536-283/+576
| | | | Notes: svn path=/stable/2.1/; revision=10801
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-08-302-0/+10
| | | | Notes: svn path=/stable/2.1/; revision=10481
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-132-721/+0
| | | | Notes: svn path=/stable/2.1/; revision=9211
* Remove trailing whitespace.Rodney W. Grimes1995-05-3029-108/+108
| | | | Notes: svn path=/head/; revision=8871
* Argh! Another instance of DES rather than des that I forgot. Truly,Jordan K. Hubbard1995-05-111-2/+2
| | | | | | | this keyword is in too many places! :( Notes: svn path=/head/; revision=8462
* Rename secure to DES.Jordan K. Hubbard1995-05-091-2/+2
| | | | Notes: svn path=/head/; revision=8373
* Mark Murray's authdes.c for xntpdGarrett Wollman1995-03-231-0/+869
| | | | Notes: svn path=/cvs2svn/branches/mark_murray/; revision=7283
* Security fixes.Dima Ruban1995-02-173-14/+42
| | | | | | | | | CERT Advisory CA-95:03.telnet.encryption Obtained from: CERT Notes: svn path=/head/; revision=6514
* Change name of secrdist to secure.Jordan K. Hubbard1995-01-141-2/+2
| | | | Notes: svn path=/head/; revision=5597
* Fix secrdist sharedlib bug.Poul-Henning Kamp1994-11-241-4/+4
| | | | Notes: svn path=/head/; revision=4806
* des DISTRIBUTION became secrdist.Poul-Henning Kamp1994-11-221-2/+2
| | | | Notes: svn path=/head/; revision=4767
* fix libdescrypt reference.Poul-Henning Kamp1994-11-211-2/+2
| | | | Notes: svn path=/head/; revision=4730
* Make the "distribute" target build the "des" distribution. Make des'edPoul-Henning Kamp1994-11-1411-13/+66
| | | | | | | init and ed, by pointing to real sources. Notes: svn path=/head/; revision=4485
* !Just! fixing makefile, no code changes GeoffPaul Traina1994-09-301-3/+3
| | | | Notes: svn path=/head/; revision=3232
* More elegant fix for short settings.Geoff Rehmet1994-09-192-22/+38
| | | | | | | | (Our existing fixes already plugged the security holes involved.) Submitted by: Geoff Rehmet after consultation with David Burren Notes: svn path=/head/; revision=2900
* Add libcipher.a: libcrypt exports only crypt() but not des_setkey()Andrey A. Chernov1994-09-121-3/+3
| | | | | | | which is in libcipher.a Notes: svn path=/head/; revision=2695
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcapRodney W. Grimes1994-09-111-1/+1
| | | | Notes: svn path=/head/; revision=2678
* fix bogus .includeGeoff Rehmet1994-09-091-3/+4
| | | | | | | Submitted by: Geoff. Notes: svn path=/head/; revision=2601
* add libcipher to MakefileGeoff Rehmet1994-09-081-2/+2
| | | | | | | Submitted by: Geoff. Notes: svn path=/head/; revision=2584
* - Remove crypt() - it's in libcryptGeoff Rehmet1994-09-073-116/+11
| | | | | | | | | | - remove ^L's - CTM will probably choke on them - add PRECIOUSLIB to Makefile - name changes libcrypt -> libcipher Submitted by: Geoff. Notes: svn path=/head/; revision=2550
* Bring in the 1.1.x international libcrypt, whichGeoff Rehmet1994-09-0711-0/+1810
| | | | | | | | | will in due course become libcipher. Based on David Burren's FreeSEC Submitted by: Geoff. Notes: svn path=/cvs2svn/branches/FBSD_1_intl/; revision=2546
* Back out static hacks & build of usr.bin until Geoff informs thePaul Traina1994-09-073-8/+9
| | | | | | | | | world of his master plan. Submitted by: pst Notes: svn path=/head/; revision=2539
* Remove static in front of declarations for des_setkey and des_cipherPaul Traina1994-09-076-8/+23
| | | | | | | | | | | | | | so that linking against -lcrypt (-ldescrypt) will give us the good versions instead of the stubs in libc. (These changes need to be made to the non-US version of libdescrypt too!) Allow building and support for bdes program. A bit more work still needs to be done on secure telnet. Submitted by: pst Notes: svn path=/head/; revision=2536
* The telnet version with encryption in in.Geoff Rehmet1994-08-2720-0/+12310
| | | | | | | Reviewed by: geoff. Notes: svn path=/vendor-crypto/eBones/dist/; revision=2316
* Hopefully fix bogus permissions.Garrett Wollman1994-08-261-1/+2
| | | | Notes: svn path=/head/; revision=2306
* Install libdescrypt.so immutable.Garrett Wollman1994-08-261-1/+2
| | | | Notes: svn path=/head/; revision=2300
* Fix afterinstall rule for generating links to the real libcryptGeoff Rehmet1994-08-201-8/+16
| | | | | | | Submitted by: Geoff Notes: svn path=/head/; revision=2156
* Move the telnetd with encryption to src/secureGeoff Rehmet1994-08-1214-0/+9103
| | | | | | | | This needs tidying up and having makefiles sorted out later. Reviewed by: Geoff Rehmet Notes: svn path=/vendor-crypto/eBones/dist/; revision=2050
* Libtelnet with encryption goes walkies to src/secure/libGeoff Rehmet1994-08-1220-0/+6276
| | | | | | | Reviewed by: Geoff Rehmet Notes: svn path=/vendor-crypto/eBones/dist/; revision=2047
* when making test programs, look for libdescrypt, not libcryptGeoff Rehmet1994-08-121-2/+2
| | | | | | | Submitted by: Geoff Rehmet Notes: svn path=/head/; revision=2046
* 1) don't make bdes yetGeoff Rehmet1994-08-123-5/+12
| | | | | | | | | 2) fix .include in secure/lib/Makefile.inc 3) fix afterinstall rule in libcrypt/Makefile Submitted by: Geoff Rehmet Notes: svn path=/head/; revision=2044
* Install secure/lib/libcrypt as libdescrypt, and symlink it toGeoff Rehmet1994-08-091-3/+23
| | | | | | | | | libcrypt. There may be a little modification neede to this makefile once we start working on tidy make world's. Submitted by: geoff. Notes: svn path=/head/; revision=1990