summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* Remove krb5int_send_tgs(); it is unused as of r23358Greg Hudson2010-04-083-90/+3
* Add krb5_cc_dup() to make it possible to copy ccache handlesGreg Hudson2010-04-081-0/+6
* Fix backwards flag output in krb5_init_creds_step()Greg Hudson2010-03-291-2/+2
* In gc_frm_kdc.c, rename cur_kdc to cur_realm and nxt_kdc to nxt_realm,Greg Hudson2010-03-261-67/+70
* Include int-proto.h in mk_req_ext.c for krb5int_validate_timesGreg Hudson2010-03-181-0/+1
* When checking for KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT, don'tGreg Hudson2010-03-171-1/+1
* Add IPv6 support to changepw.c (reverting r21004 since it is no longerGreg Hudson2010-03-051-7/+26
* krb5int_fast_free_state segfaults if state is nullSam Hartman2010-02-091-0/+2
* Clean up error handling in krb5int_make_tgs_request_ext, closing someGreg Hudson2010-02-021-60/+41
* set_default_enctype_var should filter not reject weak enctypesTom Yu2010-02-012-32/+105
* Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson2010-01-272-30/+66
* Apply patch from Arlene Berry to plug a memory leakTom Yu2010-01-261-1/+3
* Add krb5_allow_weak_crypto APIGreg Hudson2010-01-193-0/+40
* Use keyed checksum type for DES FASTGreg Hudson2010-01-121-0/+3
* Group together the funtions related to the supplying options to preauth plugi...Zhanna Tsitkov2010-01-114-125/+159
* Move krb5_authdata_export_authdata into the separate file for better code mod...Zhanna Tsitkov2010-01-103-65/+99
* Fix t_locate_kdc.c test program after r23613 when krb5_ prefix was removed fr...Zhanna Tsitkov2010-01-081-1/+1
* Move kdc related functionality from pac.c into pac_sign.cZhanna Tsitkov2010-01-085-307/+363
* Move krb5_auth_con_getauthenticator into copy_athctr.c as a better logical lo...Zhanna Tsitkov2010-01-072-9/+41
* Make preauth_module_dir override, rather than supplement, theGreg Hudson2010-01-071-33/+10
* Add miising files from rev #23593Zhanna Tsitkov2010-01-072-0/+405
* Divide copy_auth.c into three files based on the functionality. Namely, Zhanna Tsitkov2010-01-065-321/+45
* Since krb5int_validate_times is used only inside krb dir do not export it and...Zhanna Tsitkov2010-01-063-1/+4
* Rename krb5_validate_times into krb5int_validate_times as it is internal func...Zhanna Tsitkov2010-01-054-5/+5
* Rename krb5int_tgtname into krb5_tgtname as an internal functionZhanna Tsitkov2010-01-057-16/+14
* disable weak crypto by defaultTom Yu2010-01-052-1/+4
* Don't accept AS replies encrypted in enctypes other than the ones weGreg Hudson2010-01-041-0/+18
* For the better code modularity keep some "free" routines closer to the resour...Zhanna Tsitkov2010-01-047-177/+100
* Update dependenciesKen Raeburn2010-01-032-11/+67
* Use krb5int_count_etypes in rd_req_decoded_optGreg Hudson2010-01-021-4/+1
* Factor out copying and counting of zero-terminated enctype lists intoGreg Hudson2010-01-019-102/+102
* Convert C++ style comments into traditional C commentsKen Raeburn2009-12-311-5/+5
* Include os-proto.h for _krb5_conf_boolean prototype before declarationEzra Peisach2009-12-301-0/+2
* Move krb5int_get_domain_realm_mapping into kdc_util.c as this function is a h...Zhanna Tsitkov2009-12-302-60/+1
* Eliminate the krb5_set_default_in_tkt_ktypes andGreg Hudson2009-12-301-7/+0
* Create a separate file for krb5_copy_context for better code modularityZhanna Tsitkov2009-12-293-63/+141
* Functions in enc_helper.c serve different code blocks. Split themZhanna Tsitkov2009-12-293-27/+70
* Add a new profile variable preauth_module_dir, which specifiesGreg Hudson2009-12-281-5/+48
* Move krb5_get_profile back to init_os_ctx.c for now and revert r23519.Greg Hudson2009-12-284-8/+9
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-283-29/+36
* Anonymous support for KerberosSam Hartman2009-12-285-10/+150
* allow testing when offlineKen Raeburn2009-12-281-1/+5
* Include prof_int.h in init_ctx.c instead of init_os_ctx.c,Ken Raeburn2009-12-284-3/+2
* Code modularity related updatesZhanna Tsitkov2009-12-2313-316/+383
* Remove krb5_ prefix from some static func namesZhanna Tsitkov2009-12-229-102/+111
* Whitespace fixesGreg Hudson2009-12-161-7/+11
* On Luke's advice, remove krb5_init_creds_store_creds. It is not aGreg Hudson2009-12-152-12/+0
* Get rid of the requirement of defining MAX_ENCTYPE inGreg Hudson2009-12-151-36/+56
* Formatining enhancementZhanna Tsitkov2009-12-152-18/+21
* fast negotiation projecSam Hartman2009-12-1411-106/+584