aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5
AgeCommit message (Expand)AuthorFilesLines
2001-11-28This commit was manufactured by cvs2svn to create tagkrb5-1.2.3-beta3no author78-984/+3202
2000-03-16Add krb5_get_prompt_types() functionalityDanilo Almeida6-2/+52
2000-03-16* stdcc.c (krb5_stdcc_destroy): Do not mask KRB5_FCC_NOFILE errorDanilo Almeida2-6/+15
2000-03-14* init_os_ctx.c (os_get_default_config_files): Remove unused variableKen Raeburn2-1/+3
2000-03-14* def_realm.c: Include netinet/in.h if availableKen Raeburn2-0/+7
2000-03-14* configure.in: Check for gethostbyname2Ken Raeburn2-1/+5
2000-03-13Fix one of the bugs discovered at Connectathon: etype specified in preauthKen Raeburn3-5/+68
2000-03-12Change function prototypes to match the entries in krb5.hin - specificallyEzra Peisach11-14/+26
2000-03-10get_in_tkt.c (krb5_get_init_creds): Always initialize local_as_reply to avoid...Miro Jurisic2-0/+7
2000-02-26* preauth2.c (krb5_do_preauth): Check paorder[h] not h for PA_REAL. Fix from...Ken Raeburn2-1/+6
2000-02-26fix email addrKen Raeburn1-1/+1
2000-02-26forgot room for null pointer at end of local addr arrayKen Raeburn2-2/+3
2000-02-25Separate interface address processing from Kerberos-related functions.Ken Raeburn2-159/+238
2000-02-22 Makefile.in (clean-unix): Add clean-libobjsEzra Peisach2-1/+5
2000-02-16* preauth2.c (pa_sam): In send-encrypted-sad mode, check for magic salt lengthKen Raeburn2-7/+51
2000-02-16* localaddr.c (krb5_os_localaddr): Dynamically grow buffer used for SIOCGIFCONFKen Raeburn2-10/+69
2000-02-11Added "Kerberos Preferences" as valid config file on Mac OS. Others will be r...Marshall Vale1-11/+17
2000-02-11* init_os_ctx.c: Added "Kerberos Preferences" as valid config file on Mac OSMarshall Vale1-0/+7
2000-02-11Fixed lxs' fix: strlen (x) + 1 instead of strlen (x+1)Miro Jurisic2-2/+6
2000-02-10changelog updated for stdcc_util.c changeAlexandra Ellwood1-0/+5
2000-02-10Added +1 to strlens so that null terminator will fit in the buffer ;-PAlexandra Ellwood1-2/+2
2000-02-08* init_os_ctx.c: Added changes for the Mac for limited support of Application...Marshall Vale1-0/+10
2000-02-08Limited support for Applicaiton Support folder as location for krb5.ini on th...Marshall Vale1-8/+24
2000-02-07changepw.c (krb5_locate_kpasswd): fixed memory trashing caused by incorrect p...Scott McGuire2-1/+7
2000-02-07* gic_pwd.c (krb5_get_as_key_password): If the as_key enctype is already set toKen Raeburn3-15/+35
2000-02-07updated some comments (fcusack)Ken Raeburn2-6/+9
2000-02-07added flags field to predicted_sam_response (fcusack)Ken Raeburn3-11/+13
2000-02-07more fcusack changes - rest of first setKen Raeburn4-2/+19
2000-02-07Frank Cusack changes, set 1, diffs 1-3 of 4Ken Raeburn7-11/+30
2000-02-04(krb5_locate_kpasswd): fixed memory trashing caused by incorrect pointer arit...Scott McGuire2-1/+7
2000-02-04Removed calls that destroyed and recreated ccapi_data->NamedCache if it exist...Scott McGuire2-8/+9
2000-02-02* krb5_decode.c (krb5_decode_ticket): Add function to provideDanilo Almeida2-0/+14
2000-01-29 * kts_g_ent.c, ktsrvtab.h (krb5_ktsrvtab_get_entry): Change theEzra Peisach3-2/+9
2000-01-27* init_ctx.c (get_profile_etype_list): Discard DESONLY changes from 1999-09-01,Ken Raeburn2-19/+10
2000-01-24 * krb5_libinit.c: Conditionalize call to stdcc_shutdown()Tom Yu2-5/+9
2000-01-24 * configure.in: Fix to build library objects in this directoryTom Yu4-5/+16
2000-01-22Moved krb5, gss, and crypto library initialization/cleanup code into new dedi...Miro Jurisic4-0/+67
1999-12-06* Makefile.in (LIBMINOR): Update to 2Ken Raeburn2-1/+5
1999-12-06* init_ctx.c (get_profile_etype_list): Report an error if noKen Raeburn2-0/+11
1999-12-06merge 1.1 branch, to 12/1/99Ken Raeburn13-398/+2450
1999-12-06* krb5_err.et (KRB5_OBSOLETE_FN): New error codeKen Raeburn2-0/+5
1999-12-06* mcc.h (mcc_head): Define as macro to give exported name a krb5 prefixKen Raeburn2-1/+6
1999-12-06merge from 1.1 branchKen Raeburn4-10/+44
1999-11-22Replaced Kerberos5GlobalsLib calls with CCAPI v3 calls on MacOSMiro Jurisic2-6/+34
1999-11-22Use CCache2.h under MacOS for CCAPI v2 compatibilityMiro Jurisic3-2/+7
1999-11-03* krb5_err.et (KRB5_CONFIG_ETYPE_NOSUPP): New error codeKen Raeburn2-0/+5
1999-11-03* t_ref_kerb.out: Fix expected zephyr/zephyr outputKen Raeburn2-1/+5
1999-11-02* localaddr.c (krb5_os_localaddr): Conditionalize INET6 support on newKen Raeburn2-2/+7
1999-11-01 * krb5_decode.c (begin_structure): Update to deal with indefiniteTom Yu7-20/+76
1999-10-26log tritan's changesTom Yu15-0/+105