summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* * configure.in: Add KRB5_RUN_FLAGSEzra Peisach1996-03-196-9/+24
* 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: 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
* Close the keytab if we opened it, not if the caller opened itRichard Basch1996-03-152-1/+6
* use AC_HEADER_STDARGKen Raeburn1996-03-132-0/+5
* 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
* Use NEED_SOCKETS instead of #including <netdb.h>Theodore Tso1996-03-012-1/+6
* Take out calls to SOCKET_INITIALIZE and SOCKET_CLEANUP. This getsTheodore Tso1996-03-012-1/+18
* Fix memory leak; free enctypes after useTheodore Tso1996-02-282-7/+15
* Fix stupid typoTheodore Tso1996-02-281-1/+1
* If starttime is not set, then use authtime as a default. (This fixesTheodore Tso1996-02-282-0/+9
* Use #define NEED_SOCKETS instead of #including <netdb.h> (this breaksTheodore Tso1996-02-272-2/+6
* Don't compile promptusr for Windows or MacintoshTheodore Tso1996-02-262-3/+8
* For MS-DOS filesystems, you must close the file before unlinking it,Theodore Tso1996-02-252-5/+11
* Under Windows, assume that the keytab file is located in the WindowsTheodore Tso1996-02-252-0/+20
* Use Windows path separator, if appropriate. Under Windows also useTheodore Tso1996-02-242-3/+20
* * Makefile.in (check-unix): Set LD_LIBRARY_PATH for kdb5_anaddEzra Peisach1996-02-224-0/+11
* If the configuration file does not exist (context->profile == NULL)Theodore Tso1996-02-172-3/+12
* Added new error table code KRB5_CONFIG_NODEFREALMTheodore Tso1996-02-162-0/+5
* If version is not FVNO_4, do not seek forwar a random stack value.Ezra Peisach1996-02-152-2/+9
* Remove junk fileTheodore Tso1996-02-131-31/+0
* * scc.h scc_gprin.c scc_maybe.c scc_skip.c scc_sseq.cRichard Basch1996-02-095-113/+221
* * fcc_maybe.cRichard Basch1996-02-091-13/+18
* * fcc.h fcc_gprin.c fcc_maybe.c fcc_skip.c fcc_sseq.cRichard Basch1996-02-095-48/+154
* Folded in danw's changes to allow building Makefiles for theTheodore Tso1996-02-0710-1/+38
* * configure.in, Makefile.inRichard Basch1996-02-042-25/+12
* Remove check to make sure ticket enctypeSam Hartman1996-02-014-49/+11
* Remove check to make sure cached tickets are in tgs_enctypesSam Hartman1996-02-012-24/+6