summaryrefslogtreecommitdiff
path: root/secure/lib
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2922-23/+23
| | | | Notes: svn path=/stable/3/; revision=50575
* MFC: Various man page cleanup.Mike Pritchard1999-08-152-6/+6
| | | | Notes: svn path=/stable/3/; revision=49841
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-211-697/+0
| | | | Notes: svn path=/stable/3/; revision=42951
* BINFORMAT -> OBJFORMAT ready for E-day. Untested 'cause I'm outsideJohn Birrell1998-08-311-4/+4
| | | | | | | the US and not allowed to see this. I kept my eyes closed. 8-) Notes: svn path=/head/; revision=38664
* Staticise a variable.Mark Murray1997-10-081-1/+1
| | | | | | | | PR: 4722 Submitted by: Karl Denninger Notes: svn path=/head/; revision=30217
* Teach libdescrypt about elf builds.Peter Wemm1997-09-051-3/+19
| | | | Notes: svn path=/head/; revision=29147
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2223-24/+24
| | | | Notes: svn path=/head/; revision=22990
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1423-24/+24
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Sort cross references.Wolfram Schneider1997-01-131-2/+2
| | | | Notes: svn path=/head/; revision=21635
* Secure telnet is now in eBones.Mark Murray1996-11-0720-6276/+0
| | | | Notes: svn path=/head/; revision=19502
* cmp -s || install -c --> install -CPeter Wemm1996-08-301-5/+5
| | | | Notes: svn path=/head/; revision=17945
* This commit was generated by cvs2svn to compensate for changes in r17497,Mark Murray1996-08-104-3/+67
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=17498
| * Next version from the author - from SSLeay.0.6.3Mark Murray1996-08-104-3/+67
| | | | | | | | Notes: svn path=/vendor-crypto/ssleay/dist/; revision=17497
* | Some breakeages sneaked in. This fixes them.Mark Murray1996-07-304-6/+3
| | | | | | | | | | | | | | | | | | (this relates to a name change in a library that was not properly backed up by the author) Reported by: too mant :-( Notes: svn path=/head/; revision=17356
* | Merge, remove rubbish and bump the MAJOR.MINOR to 3.0Mark Murray1996-07-294-282/+12
| | | | | | | | Notes: svn path=/head/; revision=17333
* | This commit was generated by cvs2svn to compensate for changes in r17330,Mark Murray1996-07-2911-10/+201
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=17331
| * Rats. Just when a piece of code is nice and stable, the author has toMark Murray1996-07-2913-11/+208
| | | | | | | | | | | | | | release an upgrade. Notes: svn path=/vendor-crypto/ssleay/dist/; revision=17330
* | Mrege conflicts etc.Mark Murray1996-07-283-61/+42
| | | | | | | | Notes: svn path=/head/; revision=17318
* | This commit was generated by cvs2svn to compensate for changes in r17315,Mark Murray1996-07-2844-399/+655
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=17316
| * Latest libdes from Eric Young. Mainly code beautification.Mark Murray1996-07-2846-412/+689
| | | | | | | | Notes: svn path=/vendor-crypto/ssleay/dist/; revision=17315
* | Add necessary item to CLEANFILESJordan K. Hubbard1996-07-271-1/+2
| | | | | | | | Notes: svn path=/head/; revision=17309
* | Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-8/+2
| | | | | | | | | | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. Notes: svn path=/head/; revision=16663
* | Add randomness from /dev/random if it is available.Mark Murray1996-05-041-1/+23
| | | | | | | | Notes: svn path=/head/; revision=15609
* | Split libcrypt and libcipher man pages.Mark Murray1996-04-132-91/+6
| | | | | | | | Notes: svn path=/head/; revision=15228
* | Split the libcrypt and libcipher man pages.Mark Murray1996-04-132-110/+22
| | | | | | | | Notes: svn path=/head/; revision=15225
* | Install crypt.3 so that libcipher will install if /usr/share/manMike Pritchard1996-04-091-1/+2
| | | | | | | | | | | | | | | | has been blown away. Previously it depended on an existing crypt.3 to be present for the man page links to install properly. Notes: svn path=/head/; revision=15159
* | Comment out the NOPROFILE=yes to make this orthogonal with the rest of ourMark Murray1996-03-171-2/+2
| | | | | | | | | | | | | | libs. Notes: svn path=/head/; revision=14656
* | Big clean-up job. Remove ancient and never-to-be used stuff.Mark Murray1996-03-111-32/+3
| | | | | | | | | | | | | | The look much more like BSD Makefiles now. Notes: svn path=/head/; revision=14548
* | Fix typo #ifdef -> .if defined().Mark Murray1996-03-111-20/+7
| | | | | | | | | | | | | | Tidy uo this file a bit. Notes: svn path=/head/; revision=14534
* | Fix typo - -des -> -ldesMark Murray1996-03-101-2/+2
| | | | | | | | Notes: svn path=/head/; revision=14462
* | Sense MAKE_EBONES, DESTDIRAndrey A. Chernov1996-03-091-15/+22
| | | | | | | | | | | | | | | | SRCS cleanup DPADD cleanup Notes: svn path=/head/; revision=14438
* | Add back missing crypt.3 man page.Jordan K. Hubbard1996-02-211-1/+2
| | | | | | | | Notes: svn path=/head/; revision=14168
* | Another round of man page cleanups.Mike Pritchard1996-02-121-3/+3
| | | | | | | | | | | | | | Down to only about 100 items left to cleanup! :-) Notes: svn path=/head/; revision=14045
* | Add the new libdes to the buildMark Murray1996-02-111-2/+2
| | | | | | | | Notes: svn path=/head/; revision=14020
* | Rats. Forgot to `cvs add' this.Mark Murray1996-02-101-0/+40
| | | | | | | | Notes: svn path=/head/; revision=14014
* | iImport a FreeBSD Makefile, BSD-ise the header and correct a typo. As theMark Murray1996-02-102-13/+7
| | | | | | | | | | | | | | | | interface has changed a bit (there are more rentry points), the shared library has been bumped to libdes.so.2.1. Notes: svn path=/head/; revision=14012
* | This commit was generated by cvs2svn to compensate for changes in r14009,Mark Murray1996-02-1069-0/+11769
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=14010
| * This is the long-awaited new DES library. Over the next couple of daysvendor/ssleay/des_051aMark Murray1996-02-1069-0/+11769
| | | | | | | | will be properly built into the system. Notes: svn path=/vendor-crypto/ssleay/dist/; revision=14009 svn path=/vendor-crypto/ssleay/des_051a/; revision=14011; tag=vendor/ssleay/des_051a
* Dual personality crypt(3). This crypt will choose its encryption algorithmMark Murray1995-12-165-34/+191
| | | | | | | | (DES or MD5) based on the type of salt used. Salt beginning with "$1$" indicates MD5. Notes: svn path=/head/; revision=12884
* Remove MAKE_EBONES conditionals. They were originally placed here becauseJustin T. Gibbs1995-10-111-3/+1
| | | | | | | of missing functionality in our libkrb which is no longer a problem. Notes: svn path=/head/; revision=11419
* Remove duplicated targets which now build from main treeAndrey A. Chernov1995-09-291-2/+2
| | | | | | | if available and allowed Notes: svn path=/head/; revision=11074
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.Justin T. Gibbs1995-09-143-29/+15
| | | | | | | Fix up some of the des calls to be compatible with eBones. Notes: svn path=/head/; revision=10740
* Comment out LDADD+=-ldescrypt, it is not yet active due toAndrey A. Chernov1995-08-051-2/+3
| | | | | | | missng defines for krb4encpwd and rsaencpwd and missing rsa library too. Notes: svn path=/head/; revision=9932
* After pst and ache fixed secure telnet, it was still not in the mainMark Murray1995-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: Notes: svn path=/head/; revision=9760
* Final cleanup pass through Makefiles, now this stuffAndrey A. Chernov1995-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) Notes: svn path=/head/; revision=9694
* Add LDADD+= -ldescryptAndrey A. Chernov1995-07-241-1/+2
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9691
* Move -ldes under kerb stuff, my faultAndrey A. Chernov1995-07-241-5/+3
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9690
* Since this stuff not works with eBones, ifdef kerberos stuffAndrey A. Chernov1995-07-241-1/+4
| | | | | | | | | with MAKE_KERBEROS to allow other things to live Submitted by: Obtained from: Notes: svn path=/head/; revision=9688
* Add comment about new_rbd_key.c module needed fromAndrey A. Chernov1995-07-241-1/+4
| | | | | | | original libdes Notes: svn path=/head/; revision=9686
* Fix many bogus things, typing error, dependance errors, etc.,Andrey A. Chernov1995-07-241-7/+16
| | | | | | | | | now it compiles. Note: this stuff requires original libdes, not libdes from Eric Yang which we have in eBones. Notes: svn path=/head/; revision=9683