summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb
Commit message (Expand)AuthorAgeFilesLines
...
* The client sorts the enctype list returned by etype_info orderingSam Hartman2003-02-152-1/+77
* Fix double free of AS keySam Hartman2003-02-132-1/+6
* Support credentials encrypted in the session key rather thanSam Hartman2003-02-112-4/+25
* Get addressless tickets by defaultSam Hartman2003-02-042-2/+6
* Memory leak in krb5_send_tgs()Ezra Peisach2003-01-122-0/+6
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-0/+7
* Patch to get new service tickets in preference to using expiredSam Hartman2003-01-102-1/+15
* Previously fwd_tgt_creds required either that the hostname be passedSam Hartman2003-01-082-14/+25
* * appdefault.c (conf_yes, conf_no): Now constKen Raeburn2003-01-082-2/+6
* For new encryption types and for RC4, encrypt the krb_cred message inSam Hartman2003-01-082-9/+10
* Fix logic error in previous patch that broke gss_init_sec_contextSam Hartman2003-01-072-9/+14
* Implement krb5_auth_con_set_checksum_func, an API for setting aSam Hartman2003-01-064-0/+49
* Replace dependencies on generated krb524 and krb4 headers withTom Yu2002-12-231-1/+1
* * t_kerb.c: Include string.h for strcmp prototypeEzra Peisach2002-12-232-0/+5
* Clean up some broken uses of "const" in function interfacesKen Raeburn2002-12-192-2/+7
* update dependenciesTom Yu2002-11-271-1/+2
* * get_in_tkt.c (krb5_get_in_tkt): Do not pass NULL when anEzra Peisach2002-11-142-1/+6
* * conv_princ.c (strnchr): Make length argument unsigned intEzra Peisach2002-11-073-9/+18
* ticket: newSam Hartman2002-10-311-1/+1
* * chk_trans.c (krb5_check_transited_list): Style nit: checkTom Yu2002-10-302-3/+8
* ticket: 1230Sam Hartman2002-10-302-4/+15
* * get_in_tkt.c (conf_yes, conf_no): Now const. References updated.Ken Raeburn2002-10-284-11/+19
* If we get cannot resolve KDC for master but find a slaveSam Hartman2002-10-282-1/+6
* Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein2002-10-244-2/+468
* No support for negative password expiration last-req hintKen Hornstein2002-10-241-1/+2
* gic_pwd doesn't support password expiration notification via last_req hintKen Hornstein2002-10-232-1/+46
* Don't request addresses whenSam Hartman2002-09-112-11/+18
* protoizeKen Raeburn2002-09-0388-1857/+1123
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-1/+5
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+5
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* * init_ctx.c (init_common): Initialize udp_pref_limit fieldKen Raeburn2002-08-232-0/+6
* * t_ser.c (ser_ccache_test): Remove references to STDIO ccachesTom Yu2002-08-152-19/+7
* update depsKen Raeburn2002-08-151-2/+1
* * unparse.c (krb5_unparse_name_ext): Error out if passed a NULLTom Yu2002-08-022-0/+8
* update dependenciesKen Raeburn2002-07-091-85/+170
* * appdefault.c (conf_boolean): Change variable from char ** toEzra Peisach2002-06-263-2/+9
* * appdefault.c, get_in_tkt.c: made conf_yes and conf_no const toTom Yu2002-06-269-12/+28
* update dependenciesKen Raeburn2002-06-211-1/+2
* avoid redundant definitions of socket-related error codes for WindowsKen Raeburn2002-06-182-3/+5
* * princ_comp.c (krb5_realm_compare), auth_con.cTom Yu2002-06-186-6/+21
* update dependenciesKen Raeburn2002-06-151-211/+180
* rebuild dependenciesKen Raeburn2002-06-151-181/+183
* * preauth.c: Don't include syslog.hKen Raeburn2002-06-122-1/+4
* client-side TCP supportKen Raeburn2002-06-113-11/+43
* * Makefile.in (clean): Remove t_expand and t_expand.oEzra Peisach2002-04-122-1/+6
* * recvauth.c (sendauth_version): Now a const array.Ken Raeburn2002-04-123-3/+8
* * conv_princ.c (struct krb_convert): Add new field 'len'.Ken Raeburn2002-04-122-41/+69
* call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn2002-04-0611-16/+35
* Add krb5_init_keyblockSam Hartman2002-03-293-0/+70