summaryrefslogtreecommitdiffstats
path: root/eBones/des
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-121/+0
| | | | which included commits to RCS files with non-trunk default branches.
* recording cvs-1.6 file deathpeter1995-12-301-15/+0
|
* Bring in a hand written replacement for MIT's file of the same name.markm1995-09-161-170/+117
| | | | Reviewed by:Justin Gibbs
* Fix the most blatant -Wall errors.gibbs1995-09-155-9/+22
|
* Bring in new_rnd_key.c from the mit des library. This gives folks in thegibbs1995-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.
* Fix a few problems with the depend target.gibbs1995-09-141-2/+2
| | | | Pointed out by: Mark Murray <markm>
* des_check_key_parity and des_fixup_key_parity go by other names in eBones'gibbs1995-09-141-3/+1
| | | | des. I've added #defines for them, so they are no longer "missing".
* Major cleanup of eBones code:markm1995-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.
* Remove trailing whitespace.rgrimes1995-05-309-23/+23
|
* Make certain that random keys havethe correct parity, for interoperation withwollman1995-05-091-1/+2
| | | | | | MIT v4 implementations. Submitted by: Reece R. Pollack <reece@eco.twg.com>
* Add missing newline (or messages concatenated)ache1995-01-251-2/+2
|
* Initial import of eBones.csgr1994-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.
* BSD 4.4 Lite KerberosIV Sourcesrgrimes1994-05-271-0/+210
OpenPOWER on IntegriCloud