aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5
AgeCommit message (Expand)AuthorFilesLines
2003-03-06* appdefault.c: Fix constness to avoid warning. * init_ctx.c: Do the same stu...Alexandra Ellwood4-3/+11
2003-03-06* stdcc.h, stdcc_util.h: Removed Mac header gooberAlexandra Ellwood3-4/+8
2003-03-06 * ccdefault.c: Remove Mac header goober and include k5-int.h after KerberosL...Alexandra Ellwood2-2/+8
2003-03-06* krb5_libinit.c: Removed Mac OS X header goober. Conditionalize CCAPI calls...Alexandra Ellwood2-5/+12
2003-03-05* krb5_err.et (KRB5_ERR_BAD_S2K_PARAMS): New error codeKen Raeburn2-0/+6
2003-03-05 * srv_rcache.c (krb5_get_server_rcache): Fix missedTom Yu2-1/+6
2003-03-05Fix rcache character test introduced in last commitSam Hartman1-2/+2
2003-03-04Don't call shutdown after finishing writingSam Hartman2-1/+6
2003-03-04GSS_C_NO_CREDENTIAL should accept any principalSam Hartman3-2/+13
2003-03-02Use com_err_deplib rather than an explicit path so we do not have ourSam Hartman1-1/+1
2003-02-25Handle NULL result_string->data returned from error inTom Yu2-2/+8
2003-02-24Fix typo pointed out by jenselby in doc passSam Hartman1-1/+1
2003-02-15The client sorts the enctype list returned by etype_info orderingSam Hartman2-1/+77
2003-02-13Fix double free of AS keySam Hartman2-1/+6
2003-02-11Support credentials encrypted in the session key rather thanSam Hartman2-4/+25
2003-02-08 * prompter.c (krb5_prompter_posix): Kill echo before printingTom Yu2-6/+10
2003-02-08Change comments to remove the note that we're going to redesign keyTom Yu2-3/+6
2003-02-07 * prompter.c (krb5_prompter_posix, setup_tty, restore_tty): Fix toTom Yu2-12/+22
2003-02-06* locate_kdc.c (translate_ai_error): Handle EAI_ADDRFAMILY like EAI_NONAME.Ken Raeburn2-7/+11
2003-02-05 * prompter.c (krb5_prompter_posix): Rewrite to no longer useTom Yu4-87/+173
2003-02-04Get addressless tickets by defaultSam Hartman2-2/+6
2003-01-12Memory leak in krb5_send_tgs()Ezra Peisach2-0/+6
2003-01-10Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2-1/+2
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn19-10/+66
2003-01-10Patch to get new service tickets in preference to using expiredSam Hartman2-1/+15
2003-01-08Previously fwd_tgt_creds required either that the hostname be passedSam Hartman2-14/+25
2003-01-08More const for ops tablesKen Raeburn5-6/+11
2003-01-08* sendto_kdc.c (state_strings): Now constKen Raeburn2-1/+5
2003-01-08More const for ops tablesKen Raeburn5-6/+10
2003-01-08* appdefault.c (conf_yes, conf_no): Now constKen Raeburn2-2/+6
2003-01-08Make ccache and rcache ops tables constKen Raeburn6-7/+18
2003-01-08For new encryption types and for RC4, encrypt the krb_cred message inSam Hartman2-9/+10
2003-01-07Fix logic error in previous patch that broke gss_init_sec_contextSam Hartman2-9/+14
2003-01-06Implement krb5_auth_con_set_checksum_func, an API for setting aSam Hartman4-0/+49
2003-01-05Only system headers should declare errnoSam Hartman2-1/+5
2003-01-01Remove files that haven't been used since 1995Ken Raeburn4-219/+0
2002-12-23Replace dependencies on generated krb524 and krb4 headers withTom Yu1-1/+1
2002-12-23 * asn1_k_decode.c (asn1_decode_sam_challenge_2_body): AddEzra Peisach2-3/+12
2002-12-23 * t_kerb.c: Include string.h for strcmp prototypeEzra Peisach2-0/+5
2002-12-19Clean up some broken uses of "const" in function interfacesKen Raeburn2-2/+7
2002-12-07Fix some KRB5_CALLCONV botches that were causing trouble for Windows buildTom Yu8-25/+60
2002-11-27update dependenciesTom Yu1-1/+2
2002-11-14 * changepw.c: Remove reference to adm_err.hTom Yu4-3/+5
2002-11-14 * Makefile.in: Remove references to adm_err.et. It's not used,Tom Yu3-194/+10
2002-11-14 * get_in_tkt.c (krb5_get_in_tkt): Do not pass NULL when anEzra Peisach2-1/+6
2002-11-13* Makefile.in (t_locate_kdc): Use normal CC_LINK rule for linking test programKen Raeburn2-2/+7
2002-11-07 * conv_princ.c (strnchr): Make length argument unsigned intEzra Peisach3-9/+18
2002-11-07 * asn1_k_encode.c (asn1_encode_sam_challenge_2): Test for errorEzra Peisach3-6/+24
2002-11-07For sam_challenge do not encode optional strings if string not present.Ezra Peisach2-1/+6
2002-11-05 * asn1_encode.h (asn1_encode_oid):Tom Yu5-0/+48