summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* * prompter.c (krb5_prompter_posix): Kill echo before printingTom Yu2003-02-082-6/+10
* Change comments to remove the note that we're going to redesign keyTom Yu2003-02-082-3/+6
* * prompter.c (krb5_prompter_posix, setup_tty, restore_tty): Fix toTom Yu2003-02-072-12/+22
* * locate_kdc.c (translate_ai_error): Handle EAI_ADDRFAMILY like EAI_NONAME.Ken Raeburn2003-02-062-7/+11
* * prompter.c (krb5_prompter_posix): Rewrite to no longer useTom Yu2003-02-054-87/+173
* Get addressless tickets by defaultSam Hartman2003-02-042-2/+6
* Memory leak in krb5_send_tgs()Ezra Peisach2003-01-122-0/+6
* Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2003-01-102-1/+2
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-1019-10/+66
* 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
* More const for ops tablesKen Raeburn2003-01-085-6/+11
* * sendto_kdc.c (state_strings): Now constKen Raeburn2003-01-082-1/+5
* More const for ops tablesKen Raeburn2003-01-085-6/+10
* * appdefault.c (conf_yes, conf_no): Now constKen Raeburn2003-01-082-2/+6
* Make ccache and rcache ops tables constKen Raeburn2003-01-086-7/+18
* 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
* Only system headers should declare errnoSam Hartman2003-01-052-1/+5
* Remove files that haven't been used since 1995Ken Raeburn2003-01-014-219/+0
* Replace dependencies on generated krb524 and krb4 headers withTom Yu2002-12-231-1/+1
* * asn1_k_decode.c (asn1_decode_sam_challenge_2_body): AddEzra Peisach2002-12-232-3/+12
* * 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
* Fix some KRB5_CALLCONV botches that were causing trouble for Windows buildTom Yu2002-12-078-25/+60
* update dependenciesTom Yu2002-11-271-1/+2
* * changepw.c: Remove reference to adm_err.hTom Yu2002-11-144-3/+5
* * Makefile.in: Remove references to adm_err.et. It's not used,Tom Yu2002-11-143-194/+10
* * get_in_tkt.c (krb5_get_in_tkt): Do not pass NULL when anEzra Peisach2002-11-142-1/+6
* * Makefile.in (t_locate_kdc): Use normal CC_LINK rule for linking test programKen Raeburn2002-11-132-2/+7
* * conv_princ.c (strnchr): Make length argument unsigned intEzra Peisach2002-11-073-9/+18
* * asn1_k_encode.c (asn1_encode_sam_challenge_2): Test for errorEzra Peisach2002-11-073-6/+24
* For sam_challenge do not encode optional strings if string not present.Ezra Peisach2002-11-072-1/+6
* * asn1_encode.h (asn1_encode_oid):Tom Yu2002-11-055-0/+48
* * k5-int.h (krb5_ser_handle): Now points to const.Ken Raeburn2002-10-314-17/+26
* 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
* Wrong ASN.1 definition and padata type for new hardware preauthKen Hornstein2002-10-302-1/+5
* * localaddr.c (print_addr) [TEST]: Don't mix size_t and socklen_t, just assumeKen Raeburn2002-10-282-7/+9
* * 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-2415-7/+795
* No support for negative password expiration last-req hintKen Hornstein2002-10-241-1/+2
* Implement asn1_encode_enumeratedSam Hartman2002-10-234-4/+51
* gic_pwd doesn't support password expiration notification via last_req hintKen Hornstein2002-10-232-1/+46
* * sendto_kdc.c (service_tcp_fd): If DEBUG defined, ensure thatEzra Peisach2002-10-222-1/+7
* Thanks, (corrected) patch appliedTom Yu2002-10-153-2/+10
* implement krb5_read_password, des_read_password via krb5_prompter_posixTom Yu2002-10-112-5/+15