summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* nuke RCS cruftMark Eichin1996-03-141-3/+1
* use AC_HEADER_STDARGKen Raeburn1996-03-134-1/+11
* use PROTOTYPE macro in mechglue.hKen Raeburn1996-03-132-2/+7
* Include string.hEzra Peisach1996-03-132-0/+5
* * str_conv.c (krb5_timestamp_to_string): Handle statement notEzra Peisach1996-03-133-1/+10
* * krb5_decode.c (decode_krb5_ticket, decode_krb5_enc_tkt_part,Ezra Peisach1996-03-133-1/+31
* * kv5m_err.et: Add KV5M_PASSWD_PHRASE_ELEMENTEzra Peisach1996-03-132-0/+5
* use KRB5_PROTOTYPEMark Eichin1996-03-121-1/+1
* convert __gss_get_mechanism to k&r style definitionMark Eichin1996-03-121-1/+2
* use PROTOTYPE and K&R style definitions, per krb5 styleMark Eichin1996-03-122-9/+11
* Fixed mispelling of Doug Engert's nameTheodore Tso1996-03-111-1/+1
* Change sizeof(long) to sizeof(krb5_int32)Ezra Peisach1996-03-092-1/+6
* * g_imp_sec_context.c, g_exp_sec_context.c: Include string.hEzra Peisach1996-03-033-0/+6
* configure.in: Change WITH_DB to WITH_KDB_DBEzra Peisach1996-03-032-1/+5
* k5mech.c (krb5_gss_get_context): Initialize the serializers here,Theodore Tso1996-03-024-125/+119
* g_glue.c (__gss_get_mech_type): Fix code to properly parse tokenTheodore Tso1996-03-014-42/+72
* Use NEED_SOCKETS instead of #including <netdb.h>Theodore Tso1996-03-012-1/+6
* Added note: Note that calls to WSAStartup and WSACleanup must be inTheodore Tso1996-03-012-1/+12