aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-08Changed return types of the plugin related functions per "Plugin support impr...pluginsZhanna Tsitkov15-122/+105
2010-06-30Renamed factory into loader.Zhanna Tsitkov30-291/+282
2010-06-30Remove set_plugin_manager_instance API. Minor cleaning around plugin_idZhanna Tsitkov9-38/+24
2010-06-30Renamed pl_handle into pl_manager in krb5_context structureZhanna Tsitkov6-42/+17
2010-06-28Added facilities to handle dynamic pluginsZhanna Tsitkov14-20/+294
2010-06-14Added facilities to handle multiple impls of the same static plugins. It is b...Zhanna Tsitkov26-107/+641
2010-06-03To prevent crash in case when conf file does not know about pwd_qlty pluginZhanna Tsitkov8-79/+71
2010-05-28Introduced a new static plugin - password quality validator. It is based on t...Zhanna Tsitkov23-170/+366
2010-05-26Implementation of yarrow prng as a plugin requires the vast majority of the r...Zhanna Tsitkov62-550/+381
2010-05-21Added missing filesZhanna Tsitkov2-0/+183
2010-05-21Moving pl handle into krb5_context. Part IIZhanna Tsitkov32-108/+116
2010-05-19Moved plugin handle initialization from lib init into krb5_ctx.Zhanna Tsitkov14-65/+160
2010-05-07Changed the type of "void *data" to " manager_data * data" in plugin_manager.Zhanna Tsitkov4-11/+32
2010-05-07Support plugin configuration in krb5 config format.Zhanna Tsitkov8-19/+231
2010-04-29Build libs/tests with libencrypted_challenge.aZhanna Tsitkov3-4/+23
2010-04-22Add omitted in r23923 filesZhanna Tsitkov8-0/+755
2010-04-22For the experiment and as a proof of the concept, implement preauth/encrypted...Zhanna Tsitkov7-4/+12
2010-04-21Moved plugin initialization into krb5int_lib_init from the applications. (It ...Zhanna Tsitkov16-76/+86
2010-04-14renamed factory_handle typeZhanna Tsitkov5-12/+12
2010-04-14Add missing filesZhanna Tsitkov4-4/+267
2010-04-14New plugin architecture code - first draft.Zhanna Tsitkov59-243/+1283
2010-04-13Branch for new plugin architecture workTom Yu0-0/+0
2010-04-13Branch to host a new plugins architecture workZhanna Tsitkov0-0/+0
2010-04-08Remove krb5int_send_tgs(); it is unused as of r23358Greg Hudson3-90/+3
2010-04-08Add krb5_cc_dup() to make it possible to copy ccache handlesGreg Hudson2-0/+13
2010-04-08Assume lstat in Unix code, specifically clients/ksu/ccache.c. Fix badGreg Hudson2-101/+93
2010-04-04In testrealm.py, add ksu and kvno to the list of build directoriesGreg Hudson1-1/+3
2010-03-29Fix backwards flag output in krb5_init_creds_step()Greg Hudson1-2/+2
2010-03-27Always pass -W option to kdb5_util create in testingKen Raeburn4-5/+5
2010-03-26In gc_frm_kdc.c, rename cur_kdc to cur_realm and nxt_kdc to nxt_realm,Greg Hudson1-67/+70
2010-03-25Straighten the if-ladder in encrypted challenge's process_preauth,Greg Hudson1-7/+6
2010-03-23Apply patch from Arlene Berry to not use freed memory inTom Yu1-1/+2
2010-03-23MITKRB5-SA-2010-002 CVE-2010-0628 denial of service in SPNEGOTom Yu1-22/+16
2010-03-23Include t_spengno.o in list of OBJS so make clean will removeEzra Peisach1-1/+1
2010-03-23krb5_typed_data not castable to krb5_pa_data on 64-bit MacOSXTom Yu2-11/+13
2010-03-20Change KRB5_AUTHDATA_SIGNTICKET from 142 to 512Greg Hudson1-1/+1
2010-03-19Document the ticket_lifetime libdefaults setting (which was added inGreg Hudson2-7/+9
2010-03-18Fix the kpasswd fallback from the ccache principal name to theGreg Hudson1-7/+11
2010-03-18Include int-proto.h in mk_req_ext.c for krb5int_validate_timesGreg Hudson1-0/+1
2010-03-18UntabifyKen Raeburn1-6/+6
2010-03-18Copyright noticeKen Raeburn1-1/+29
2010-03-17When checking for KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT, don'tGreg Hudson1-1/+1
2010-03-17Add more verbosity when the -V option to kinit is specified. Based onGreg Hudson1-0/+21
2010-03-17Fix the Python version check to use constructs available in olderGreg Hudson1-10/+4
2010-03-17Add a version check to the Python test, so that we don't try to runGreg Hudson1-2/+11
2010-03-17Merge users/raeburn/branches/network-mergeKen Raeburn20-2066/+473
2010-03-16handle NT_SRV_INST in service principal referralsTom Yu1-0/+1
2010-03-15Set up KRB5_RUN_ENV for pytests, so that Python-based tests can runTom Yu3-2/+7
2010-03-11Lazy history key creationGreg Hudson2-60/+37
2010-03-10Use KRB5_CONF_ macros instead of strings in the source file for profile confi...Zhanna Tsitkov2-6/+8