summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* * configure.in: Test that regcomp actually worksKen Raeburn1996-04-305-7/+27
* log for mark's sam changes of 4/9Ken Raeburn1996-04-301-0/+17
* For windows, mask off low 16 bits because Gradient DCE does thingsTheodore Tso1996-04-304-1/+57
* * Makefile.in (libcrypto.$(STEXT)): Remove before creatingKen Raeburn1996-04-302-0/+5
* Fixed a potentional null dereferenceRichard Basch1996-04-282-1/+6
* Whitespace cleanupRichard Basch1996-04-251-11/+10
* Added ftp and ecat to the list of services which should be converted.Theodore Tso1996-04-172-0/+8
* Don't declare open()Sam Hartman1996-04-152-1/+5
* Renamed MD5 routines to be preceded with krb5_Richard Basch1996-04-133-22/+27
* Renamed the functions to begin with krb5_ (like was done with MD5)Richard Basch1996-04-136-72/+77
* Renamed the functions to be preceded with krb5_ (I ran into a namingRichard Basch1996-04-137-81/+86
* On a Macintosh, turn on kdc_timesync and use the v4 credentials cacheTheodore Tso1996-04-122-2/+15
* Move time offset code from stash_as_reply to verify_as_reply, and fixTheodore Tso1996-04-122-11/+19
* When doing the time offset adjustments, make sure the microsecondsTheodore Tso1996-04-122-0/+10
* Integrated OpenVision's changes into the most recent MIT code. ThisMarc Horowitz1996-04-123-0/+330
* Return GSS_S_CRED_UNAVAIL on if krb5_cc_set_flags() returns an error,Theodore Tso1996-04-122-1/+8
* Fixed code to correctly handle errors reported from the mechanismTheodore Tso1996-04-122-31/+47
* Fixed the chronology of two of my previous checkinsRichard Basch1996-04-111-6/+6
* Small fix in case anyone tries compiling without the keytab fallbackRichard Basch1996-04-111-1/+4
* * rd_svc_key.c (read_service_key): First try to read the V4Richard Basch1996-04-113-1/+78
* oops, ted already got itMark Eichin1996-04-101-2/+0
* actually build afsstring2key.cMark Eichin1996-04-101-0/+2
* Added afsstring2key.c to the list of files to be compiledTheodore Tso1996-04-102-2/+9
* If make_ap_req() returns KRB5APP_TKT_EXPIRED, then returnTheodore Tso1996-04-102-0/+8
* rd_req_dec.c (krb5_rd_req_decoded): Move code which validated theTheodore Tso1996-04-105-15/+87
* preauth.c: add SAM supportMark Eichin1996-04-093-17/+322