aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb
AgeCommit message (Expand)AuthorFilesLines
2004-01-07This commit was manufactured by cvs2svn to create tagkfw-2.6-beta1no author36-771/+2156
2003-03-09 * t_kerb.c: Only include krb.h if krb4 support compiled in,Ezra Peisach2-0/+12
2003-03-06 * preauth2.c (pa_sam_2): Add intermediate size_t variable to holdTom Yu2-1/+8
2003-03-06* appdefault.c: Fix constness to avoid warning. * init_ctx.c: Do the same stu...Alexandra Ellwood4-3/+11
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-04GSS_C_NO_CREDENTIAL should accept any principalSam Hartman3-2/+13
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-04Get addressless tickets by defaultSam Hartman2-2/+6
2003-01-12Memory leak in krb5_send_tgs()Ezra Peisach2-0/+6
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2-0/+7
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-08* appdefault.c (conf_yes, conf_no): Now constKen Raeburn2-2/+6
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
2002-12-23Replace dependencies on generated krb524 and krb4 headers withTom Yu1-1/+1
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-11-27update dependenciesTom Yu1-1/+2
2002-11-14 * get_in_tkt.c (krb5_get_in_tkt): Do not pass NULL when anEzra Peisach2-1/+6
2002-11-07 * conv_princ.c (strnchr): Make length argument unsigned intEzra Peisach3-9/+18
2002-10-31ticket: newSam Hartman1-1/+1
2002-10-30 * chk_trans.c (krb5_check_transited_list): Style nit: checkTom Yu2-3/+8
2002-10-30ticket: 1230Sam Hartman2-4/+15
2002-10-28* get_in_tkt.c (conf_yes, conf_no): Now const. References updated.Ken Raeburn4-11/+19
2002-10-28If we get cannot resolve KDC for master but find a slaveSam Hartman2-1/+6
2002-10-24Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein4-2/+468
2002-10-24No support for negative password expiration last-req hintKen Hornstein1-1/+2
2002-10-23gic_pwd doesn't support password expiration notification via last_req hintKen Hornstein2-1/+46
2002-09-11Don't request addresses whenSam Hartman2-11/+18
2002-09-03protoizeKen Raeburn88-1857/+1123
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2-1/+5
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn1-0/+5
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2-1/+5
2002-08-23* init_ctx.c (init_common): Initialize udp_pref_limit fieldKen Raeburn2-0/+6
2002-08-15 * t_ser.c (ser_ccache_test): Remove references to STDIO ccachesTom Yu2-19/+7
2002-08-15update depsKen Raeburn1-2/+1
2002-08-02 * unparse.c (krb5_unparse_name_ext): Error out if passed a NULLTom Yu2-0/+8
2002-07-09update dependenciesKen Raeburn1-85/+170
2002-06-26 * appdefault.c (conf_boolean): Change variable from char ** toEzra Peisach3-2/+9
2002-06-26 * appdefault.c, get_in_tkt.c: made conf_yes and conf_no const toTom Yu9-12/+28
2002-06-21update dependenciesKen Raeburn1-1/+2
2002-06-18avoid redundant definitions of socket-related error codes for WindowsKen Raeburn2-3/+5
2002-06-18 * princ_comp.c (krb5_realm_compare), auth_con.cTom Yu6-6/+21