summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * des3_sha.c: Add static keywords in function declarartions toEzra Peisach1996-05-182-2/+7
* Fix memory leak. Free tempbuf before returningTheodore Tso1996-05-182-0/+7
* Define MD5_K5BETA_COMPAT and MD5_K5BETA_COMP_DEF so that we continueTheodore Tso1996-05-183-4/+20
* Define MD4_K5BETA_COMPAT and MD4_K5BETA_COMP_DEF so that we continueTheodore Tso1996-05-183-6/+22
* Correctly implement getsockname(), so it does getsockname(), notTheodore Tso1996-05-172-10/+41
* * k5seal.c k5unseal.c util_cksum.c:Richard Basch1996-05-154-11/+14
* Fixed changelog to reflect previous checkinRichard Basch1996-05-151-0/+3
* * des_crc.c des_md5.c:Richard Basch1996-05-155-49/+66
* * .Sanitize: reflect current filesRichard Basch1996-05-157-164/+135
* * md5crypto.c md5glue.c:Richard Basch1996-05-154-2/+16
* * md4crypto.c md4glue.c:Richard Basch1996-05-153-1/+11
* * des_int.h: the cs_entry routines in cbc_cksum.c are now staticRichard Basch1996-05-155-60/+36
* crc.c: ensure the cksum length is sufficientRichard Basch1996-05-153-4/+14
* * mk_req_ext.c mk_safe.c send_tgs.c:Richard Basch1996-05-155-28/+37
* Remove old, outdated libraryTheodore Tso1996-05-1428-3056/+0
* Change call to krb5_auth_con_setcksumtype to useTheodore Tso1996-05-142-1/+7
* ser_ctx.c (krb5_context_size, krb5_context_externalize,Theodore Tso1996-05-148-208/+403
* * Makefile.in (SHLIB_LIBS): For shared library, add dependency onEzra Peisach1996-05-133-2/+13
* Copy sizeof(mit_des_cblock), not sizeof(key) so that we are getting theRichard Basch1996-05-112-1/+6
* configure.in: Need to include sys/types.h before regexp.h in test toEzra Peisach1996-05-112-0/+8
* removed des3-cbc-md5 supportRichard Basch1996-05-102-2/+6
* * shs.c (longReverse): Remove extraneous \.Ezra Peisach1996-05-102-3/+8
* added des3_raw.c and sha..Richard Basch1996-05-101-0/+2
* replaced des3_md5.c with des3_sha.cRichard Basch1996-05-101-1/+1
* removed des3-md5 support (replaced with des3-sha)Richard Basch1996-05-102-0/+6
* replaced des3-md5 with des3-shaRichard Basch1996-05-101-0/+7
* Removed des3-md5 supportRichard Basch1996-05-102-4/+14
* Obsolete file (replaced des3-md5 with des3-sha)Richard Basch1996-05-101-173/+0
* Replaced des3-md5 with des3-shaRichard Basch1996-05-104-19/+221
* Replace des3-md5 with des3-shaRichard Basch1996-05-105-4/+9
* NIST-SHA supportRichard Basch1996-05-1010-0/+890
* Remove unused fileTheodore Tso1996-05-091-30/+0
* Don't skip keytab entries with kvno=0Richard Basch1996-05-092-6/+12
* des425 needs to be compiled after krb5 as des425 depends on krb5_free_keyblockEzra Peisach1996-05-082-1/+5
* Handle compiling with BERK_DB without dbm available. (Linux whenEzra Peisach1996-05-072-0/+13
* Don't do more than the necessary encryptions for a single cblock lengthRichard Basch1996-05-071-4/+5
* Somehow I missed this file during my previous checkin... New 3des randomRichard Basch1996-05-071-15/+121
* Use the revamped random number routinesRichard Basch1996-05-073-34/+63
* Use the new 3des random number generatorRichard Basch1996-05-073-2/+7
* New DES random number generation. For regular DES, it is nearly equivalentRichard Basch1996-05-078-338/+261
* (clean-unix): Remove libgssapi_krb5.stampEzra Peisach1996-05-072-1/+5
* Include the uid in the replay cachenameRichard Basch1996-05-063-1/+29
* preauth.c: Add const and casts as needed to handle warnings..Ezra Peisach1996-05-052-7/+11
* * get_creds.c (krb5_get_credentials_core): new function. Common part ofKen Raeburn1996-05-045-28/+197
* * krb5_decode.c (decode_krb5_enc_tkt_part): use tagnum correctly to handleKen Raeburn1996-05-042-3/+10
* Add code to support appropriate behavior when the input credentials isTheodore Tso1996-05-032-13/+51
* Removed duplicate #include <fcntl.h>Richard Basch1996-04-301-1/+0
* clean up configure output styleKen Raeburn1996-04-302-0/+6
* * Makefile.in (libkrb5.$(STEXT)): Set a variable with or without "--force" andKen Raeburn1996-04-302-14/+15
* * t_ser.c (stuff): New variable.Ken Raeburn1996-04-304-12/+28