summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changed return types of the plugin related functions per "Plugin support impr...pluginsZhanna Tsitkov2010-07-0815-122/+105
* Renamed factory into loader.Zhanna Tsitkov2010-06-3030-291/+282
* Remove set_plugin_manager_instance API. Minor cleaning around plugin_idZhanna Tsitkov2010-06-309-38/+24
* Renamed pl_handle into pl_manager in krb5_context structureZhanna Tsitkov2010-06-306-42/+17
* Added facilities to handle dynamic pluginsZhanna Tsitkov2010-06-2814-20/+294
* Added facilities to handle multiple impls of the same static plugins. It is b...Zhanna Tsitkov2010-06-1426-107/+641
* To prevent crash in case when conf file does not know about pwd_qlty pluginZhanna Tsitkov2010-06-038-79/+71
* Introduced a new static plugin - password quality validator. It is based on t...Zhanna Tsitkov2010-05-2823-170/+366
* Implementation of yarrow prng as a plugin requires the vast majority of the r...Zhanna Tsitkov2010-05-2662-550/+381
* Added missing filesZhanna Tsitkov2010-05-212-0/+183
* Moving pl handle into krb5_context. Part IIZhanna Tsitkov2010-05-2132-108/+116
* Moved plugin handle initialization from lib init into krb5_ctx.Zhanna Tsitkov2010-05-1914-65/+160
* Changed the type of "void *data" to " manager_data * data" in plugin_manager.Zhanna Tsitkov2010-05-074-11/+32
* Support plugin configuration in krb5 config format.Zhanna Tsitkov2010-05-078-19/+231
* Build libs/tests with libencrypted_challenge.aZhanna Tsitkov2010-04-293-4/+23
* Add omitted in r23923 filesZhanna Tsitkov2010-04-228-0/+755
* For the experiment and as a proof of the concept, implement preauth/encrypted...Zhanna Tsitkov2010-04-227-4/+12
* Moved plugin initialization into krb5int_lib_init from the applications. (It ...Zhanna Tsitkov2010-04-2116-76/+86
* renamed factory_handle typeZhanna Tsitkov2010-04-145-12/+12
* Add missing filesZhanna Tsitkov2010-04-144-4/+267
* New plugin architecture code - first draft.Zhanna Tsitkov2010-04-1459-243/+1283
* Branch for new plugin architecture workTom Yu2010-04-130-0/+0
|\
* | Branch to host a new plugins architecture workZhanna Tsitkov2010-04-130-0/+0
|/
* 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-082-0/+13
* Assume lstat in Unix code, specifically clients/ksu/ccache.c. Fix badGreg Hudson2010-04-082-101/+93
* In testrealm.py, add ksu and kvno to the list of build directoriesGreg Hudson2010-04-041-1/+3
* Fix backwards flag output in krb5_init_creds_step()Greg Hudson2010-03-291-2/+2
* Always pass -W option to kdb5_util create in testingKen Raeburn2010-03-274-5/+5
* In gc_frm_kdc.c, rename cur_kdc to cur_realm and nxt_kdc to nxt_realm,Greg Hudson2010-03-261-67/+70
* Straighten the if-ladder in encrypted challenge's process_preauth,Greg Hudson2010-03-251-7/+6
* Apply patch from Arlene Berry to not use freed memory inTom Yu2010-03-231-1/+2
* MITKRB5-SA-2010-002 CVE-2010-0628 denial of service in SPNEGOTom Yu2010-03-231-22/+16
* Include t_spengno.o in list of OBJS so make clean will removeEzra Peisach2010-03-231-1/+1
* krb5_typed_data not castable to krb5_pa_data on 64-bit MacOSXTom Yu2010-03-232-11/+13
* Change KRB5_AUTHDATA_SIGNTICKET from 142 to 512Greg Hudson2010-03-201-1/+1
* Document the ticket_lifetime libdefaults setting (which was added inGreg Hudson2010-03-192-7/+9
* Fix the kpasswd fallback from the ccache principal name to theGreg Hudson2010-03-181-7/+11
* Include int-proto.h in mk_req_ext.c for krb5int_validate_timesGreg Hudson2010-03-181-0/+1
* UntabifyKen Raeburn2010-03-181-6/+6
* Copyright noticeKen Raeburn2010-03-181-1/+29
* When checking for KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT, don'tGreg Hudson2010-03-171-1/+1
* Add more verbosity when the -V option to kinit is specified. Based onGreg Hudson2010-03-171-0/+21
* Fix the Python version check to use constructs available in olderGreg Hudson2010-03-171-10/+4
* Add a version check to the Python test, so that we don't try to runGreg Hudson2010-03-171-2/+11
* Merge users/raeburn/branches/network-mergeKen Raeburn2010-03-1720-2066/+473
* handle NT_SRV_INST in service principal referralsTom Yu2010-03-161-0/+1
* Set up KRB5_RUN_ENV for pytests, so that Python-based tests can runTom Yu2010-03-153-2/+7
* Lazy history key creationGreg Hudson2010-03-112-60/+37
* Use KRB5_CONF_ macros instead of strings in the source file for profile confi...Zhanna Tsitkov2010-03-102-6/+8