summaryrefslogtreecommitdiffstats
path: root/secure/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove MAKE_EBONES conditionals. They were originally placed here becausegibbs1995-10-111-3/+1
| | | | of missing functionality in our libkrb which is no longer a problem.
* Remove duplicated targets which now build from main treeache1995-09-291-2/+2
| | | | if available and allowed
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.gibbs1995-09-143-29/+15
| | | | Fix up some of the des calls to be compatible with eBones.
* Comment out LDADD+=-ldescrypt, it is not yet active due toache1995-08-051-2/+3
| | | | missng defines for krb4encpwd and rsaencpwd and missing rsa library too.
* After pst and ache fixed secure telnet, it was still not in the mainmarkm1995-07-291-2/+2
| | | | | | | | | makefiles. This puts it in. PLEASE NOTE - YOU WILL NEED TO BUILD AND INSTALL THE libtelnet IN secure/ Reviewed by: Submitted by: Obtained from:
* Final cleanup pass through Makefiles, now this stuffache1995-07-241-7/+9
| | | | | | autodetect kerberos/eBones and work even with eBones, but with reduced functionality (don't pick up des/krb stuff in this case)
* Add LDADD+= -ldescryptache1995-07-241-1/+2
| | | | | | Reviewed by: Submitted by: Obtained from:
* Move -ldes under kerb stuff, my faultache1995-07-241-5/+3
| | | | | | Reviewed by: Submitted by: Obtained from:
* Since this stuff not works with eBones, ifdef kerberos stuffache1995-07-241-1/+4
| | | | | | with MAKE_KERBEROS to allow other things to live Submitted by: Obtained from:
* Add comment about new_rbd_key.c module needed fromache1995-07-241-1/+4
| | | | original libdes
* Fix many bogus things, typing error, dependance errors, etc.,ache1995-07-241-7/+16
| | | | | | now it compiles. Note: this stuff requires original libdes, not libdes from Eric Yang which we have in eBones.
* Update telnet to the 95.05.31 release.pst1995-07-2011-70/+90
| | | | Obtained from: Dave Borman <dab@cray.com>
* Remove trailing whitespace.rgrimes1995-05-3015-58/+58
|
* Security fixes.dima1995-02-172-11/+27
| | | | | | CERT Advisory CA-95:03.telnet.encryption Obtained from: CERT
* Fix secrdist sharedlib bug.phk1994-11-241-4/+4
|
* Make the "distribute" target build the "des" distribution. Make des'edphk1994-11-141-4/+5
| | | | init and ed, by pointing to real sources.
* More elegant fix for short settings.csgr1994-09-192-22/+38
| | | | | (Our existing fixes already plugged the security holes involved.) Submitted by: Geoff Rehmet after consultation with David Burren
* fix bogus .includecsgr1994-09-091-3/+4
| | | | Submitted by: Geoff.
* add libcipher to Makefilecsgr1994-09-081-2/+2
| | | | Submitted by: Geoff.
* - Remove crypt() - it's in libcryptcsgr1994-09-073-116/+11
| | | | | | | - remove ^L's - CTM will probably choke on them - add PRECIOUSLIB to Makefile - name changes libcrypt -> libcipher Submitted by: Geoff.
* This commit was generated by cvs2svn to compensate for changes in r2546,csgr1994-09-0711-0/+1810
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Bring in the 1.1.x international libcrypt, whichcsgr1994-09-0711-0/+1810
| | | | | | will in due course become libcipher. Based on David Burren's FreeSEC Submitted by: Geoff.
* Back out static hacks & build of usr.bin until Geoff informs thepst1994-09-072-6/+6
| | | | | | world of his master plan. Submitted by: pst
* Remove static in front of declarations for des_setkey and des_cipherpst1994-09-072-6/+6
| | | | | | | | | | | 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
* Hopefully fix bogus permissions.wollman1994-08-261-1/+2
|
* Install libdescrypt.so immutable.wollman1994-08-261-1/+2
|
* Fix afterinstall rule for generating links to the real libcryptcsgr1994-08-201-8/+16
| | | | Submitted by: Geoff
* This commit was generated by cvs2svn to compensate for changes in r2047,csgr1994-08-1220-0/+6276
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Libtelnet with encryption goes walkies to src/secure/libcsgr1994-08-1220-0/+6276
| | | | Reviewed by: Geoff Rehmet
* when making test programs, look for libdescrypt, not libcryptcsgr1994-08-121-2/+2
| | | | Submitted by: Geoff Rehmet
* 1) don't make bdes yetcsgr1994-08-122-3/+10
| | | | | | 2) fix .include in secure/lib/Makefile.inc 3) fix afterinstall rule in libcrypt/Makefile Submitted by: Geoff Rehmet
* Install secure/lib/libcrypt as libdescrypt, and symlink it tocsgr1994-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.
* add Makefiles for secure/lib. Makefile.inc just includes src/lib/Makefile.inccsgr1994-08-082-0/+9
| | | | in order to get things like SHLIB_MAJOR etc.
* Modify libcrypt so that the only exported symbol is _crypt().csgr1994-08-086-266/+58
| | | | Submitted by: Geoff Rehmet
* This commit was generated by cvs2svn to compensate for changes in r1956,csgr1994-08-0810-0/+1749
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Unecumbered securedist from FreeBSD 1.1.5.1 - sources for libcrypt.csgr1994-08-0810-0/+1749
| | | | | | The next commit will remove all symbols except _crypt() Reviewed by: Geoff Rehmet Submitted by: David Burren
* Unecumbered securedist from FreeBSD 1.1.5.1 - sources for libcrypt.csgr1994-08-081-0/+730
The next commit will remove all symbols except _crypt() Reviewed by: Geoff Rehmet Submitted by: David Burren
OpenPOWER on IntegriCloud