aboutsummaryrefslogtreecommitdiff
path: root/eBones/des
Commit message (Collapse)AuthorAgeFilesLines
* Push the old des library into the attic (finally!). Also updateMark Murray1996-02-1134-4882/+0
| | | | | | | headers to put des.h in <des.h> not <kerberosIV/des.h>. Notes: svn path=/head/; revision=14021
* recording cvs-1.6 file deathPeter Wemm1995-12-302-136/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Bring in a hand written replacement for MIT's file of the same name.Mark Murray1995-09-161-168/+115
| | | | | | | Reviewed by:Justin Gibbs Notes: svn path=/head/; revision=10825
* Fix the most blatant -Wall errors.Justin T. Gibbs1995-09-155-9/+22
| | | | Notes: svn path=/head/; revision=10771
* Bring in new_rnd_key.c from the mit des library. This gives folks in theJustin T. Gibbs1995-09-142-19/+16
| | | | | | | | | | U.S. the ability to build a secure telnet. Mark is already working on emultating these function in the export tree, but it will be a while yet. Kill MISSING since the missing functions are here now. Notes: svn path=/head/; revision=10738
* Fix a few problems with the depend target.Justin T. Gibbs1995-09-141-2/+2
| | | | | | | Pointed out by: Mark Murray <markm> Notes: svn path=/head/; revision=10732
* des_check_key_parity and des_fixup_key_parity go by other names in eBones'Justin T. Gibbs1995-09-141-3/+1
| | | | | | | des. I've added #defines for them, so they are no longer "missing". Notes: svn path=/head/; revision=10718
* Major cleanup of eBones code:Mark Murray1995-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | | - Get all functions prototyped or at least defined before use. - Make code compile (Mostly) clean with -Wall set - Start to reduce the degree to which DES aka libdes is built in. - get all functions to the same uniform standard of definition: int foo(a, b) int a; int *b; { : } - fix numerous bugs exposed by above processes. Note - this replaces the previous work which used an unpopular function definition style. Notes: svn path=/head/; revision=10610
* Remove trailing whitespace.Rodney W. Grimes1995-05-309-23/+23
| | | | Notes: svn path=/head/; revision=8874
* Make certain that random keys havethe correct parity, for interoperation withGarrett Wollman1995-05-091-1/+2
| | | | | | | | | MIT v4 implementations. Submitted by: Reece R. Pollack <reece@eco.twg.com> Notes: svn path=/head/; revision=8388
* Add missing newline (or messages concatenated)Andrey A. Chernov1995-01-251-2/+2
| | | | Notes: svn path=/head/; revision=5868
* Initial import of eBones.Geoff Rehmet1994-09-3035-0/+4852
| | | | | | | | | | | | | | | | | (Including all changes for FreeBSD - importing the original eBones distribution would be too complex at this stage, since I don't have access to Piero's CVS.) (If you want to include eBones in your system, don't forget to include MAKE_EBONES in /etc/make.conf.) (This stuff is now also suppable from braae.ru.ac.za.) Bones originally from MIT SIPB. Original port to FreeBSD 1.x by Piero Serini. Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet. Nice bug fixes from Doug Rabson. Notes: svn path=/cvs2svn/branches/EBONES_KRB4/; revision=3237
* BSD 4.4 Lite KerberosIV SourcesRodney W. Grimes1994-05-271-0/+210
Notes: svn path=/vendor-crypto/eBones/dist/; revision=1575