summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* add afsstring2keyMark Eichin1996-04-093-1/+505
* Inlined list of source files for SRCS and OBJS (for Macintosh build)Theodore Tso1996-04-022-9/+13
* Makefile.in (SRCS): Inlined list of source files for SRCS and OBJSTheodore Tso1996-04-023-6/+18
* Took the list of sources and object files in FSRCS, FOBJS, D3OBJS, andTheodore Tso1996-03-312-19/+34
* Inlined the list of et-build source files in SRCS, so that they areTheodore Tso1996-03-312-1/+8
* Removed crctest.c from the SRCS list, since it's only a test programTheodore Tso1996-03-312-1/+6
* Fixed comments describing the various checksum types. (Added numbers,Theodore Tso1996-03-312-9/+15
* Makefile.in: support des3-cbc-rawRichard Basch1996-03-292-1/+3
* Added support for des3-cbc-raw (gssapi) and rsa-md5-des3Richard Basch1996-03-293-11/+49
* Added support for ENCTYPE_DES3_CBC_RAW (gssapi)Richard Basch1996-03-295-4/+14
* Added support for CKSUMTYPE_RSA_MD5_DES3Richard Basch1996-03-292-0/+61
* Added support for ENCTYPE_DES3_CBC_RAW (gssapi)Richard Basch1996-03-291-0/+104
* DNR.c: Replace eight-year-old version of this file with the latestTheodore Tso1996-03-283-147/+224
* Use universal procedure pointers (UPP), which are required on the MacTheodore Tso1996-03-272-2/+18
* * in_tkt_ktb.c (keytab_keyproc): Do not check to see that theRichard Basch1996-03-272-59/+20
* Don't include <sys/types.h> mechglue.h will take care of this byTheodore Tso1996-03-272-1/+6
* Added imap service to the conversion list (it is used by some off-the-shelfRichard Basch1996-03-262-0/+7
* Backed out the patch for const pointer reassignments; it was legal ANSIRichard Basch1996-03-251-9/+7
* Fix multiple enctype bug: the enctype for the eblock used to encryptSam Hartman1996-03-242-2/+9
* krb5_get_in_tkt_with_keytab(): only request keytypes that have correspondingRichard Basch1996-03-222-5/+57
* all des enctypes are equivalent (interim checkin until I create a functionRichard Basch1996-03-222-2/+27
* bullet-proofing the code -- if the data contents are NULL, it would coredumpRichard Basch1996-03-222-12/+19
* g_imp_sec_context.c (gss_import_sec_context):Theodore Tso1996-03-218-5/+23
* Don't compile this procedure, since it's not used. The mechanism glueTheodore Tso1996-03-212-0/+10
* walk_rtree.c (krb5_walk_realm_tree): Fix 16bit vs. 32bit error.Theodore Tso1996-03-214-7/+18
* Decode pa_type in the krb5_pa_data structure as a krb5_int32, since itTheodore Tso1996-03-212-2/+7
* Added prototype of krb5_scc_skip_header to fix Windows lint flamesTheodore Tso1996-03-212-0/+7
* Added prototype of krb5_fcc_skip_header to fix Windows lint flamesTheodore Tso1996-03-212-0/+7
* Fix 16 bit vs. 32bit error in the encoded timestamp structureTheodore Tso1996-03-212-1/+6
* Fix Windows lint flames. (16bit vs. 32bit issues)Theodore Tso1996-03-213-8/+13
* Comment out #ident line. This causes the Macintosh C compilerTheodore Tso1996-03-212-2/+9
* mechglue.h: Don't include <sys/types.h>; it's included if necessary inTheodore Tso1996-03-2130-35/+50
* * des_crc.c (mit_des_crc_decrypt_func): Add const to pointerEzra Peisach1996-03-203-1/+9
* * new_rn_key.c (mit_des_generate_random_block): Add const keywrodEzra Peisach1996-03-203-2/+15
* ustime.c was renamed to c_ustime.cEzra Peisach1996-03-201-1/+1
* Add keytab.cEzra Peisach1996-03-201-0/+1
* Add new .Sanitize fileEzra Peisach1996-03-201-0/+71
* Synchronize .Sanitize with current realityEzra Peisach1996-03-203-5/+3
* * tf_util.c (tf_get_cred): Issue date is written out as a long,Ezra Peisach1996-03-192-1/+8
* * configure.in: Add KRB5_RUN_FLAGSEzra Peisach1996-03-199-10/+33
* Back out last change and use a cast to avoid warnings.Ezra Peisach1996-03-192-4/+6
* * sn2princ.c (krb5_sname_to_principal): Do not assign a const char *Ezra Peisach1996-03-182-2/+7
* Do not try to reassign "const" variablesRichard Basch1996-03-182-11/+14
* malloc the new length, not the old, esp. since we just check that theMark Eichin1996-03-181-1/+1
* fixes ticket-forwarding crashes on linux..Mark Eichin1996-03-183-3/+13
* * configure.in: Change WITH_KDB_DB to USE_KDB5_LIBRARIES and addEzra Peisach1996-03-183-11/+14
* configure.in: Add USE_ANAME and KRB5_LIBRARIESEzra Peisach1996-03-183-11/+14
* configure.in: Add USE_ANAME and add proper aclocal.m4 functions to properlyEzra Peisach1996-03-183-12/+20
* CLEANLIBS - cleanup libkrb5util.a and libgssapi.aEzra Peisach1996-03-152-1/+5
* Close the keytab if we opened it, not if the caller opened itRichard Basch1996-03-152-1/+6