summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* * c_ustime.c: Removed Mac OS 9 code. * ccdefname.c: Conditionalize on USE_CCA...Alexandra Ellwood2003-03-066-123/+29
* * appdefault.c: Fix constness to avoid warning. * init_ctx.c: Do the same stu...Alexandra Ellwood2003-03-064-3/+11
* * stdcc.h, stdcc_util.h: Removed Mac header gooberAlexandra Ellwood2003-03-063-4/+8
* * ccdefault.c: Remove Mac header goober and include k5-int.h after KerberosL...Alexandra Ellwood2003-03-062-2/+8
* * krb5_libinit.c: Removed Mac OS X header goober. Conditionalize CCAPI calls...Alexandra Ellwood2003-03-062-5/+12
* * krb5_err.et (KRB5_ERR_BAD_S2K_PARAMS): New error codeKen Raeburn2003-03-052-0/+6
* * srv_rcache.c (krb5_get_server_rcache): Fix missedTom Yu2003-03-052-1/+6
* Fix rcache character test introduced in last commitSam Hartman2003-03-051-2/+2
* Don't call shutdown after finishing writingSam Hartman2003-03-042-1/+6
* GSS_C_NO_CREDENTIAL should accept any principalSam Hartman2003-03-043-2/+13
* Use com_err_deplib rather than an explicit path so we do not have ourSam Hartman2003-03-021-1/+1
* Handle NULL result_string->data returned from error inTom Yu2003-02-252-2/+8
* Fix typo pointed out by jenselby in doc passSam Hartman2003-02-241-1/+1
* 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
* * 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