summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add RUN_SETUP so make check works by setting the proper LD_LIBRARY_PATHEzra Peisach2010-10-051-1/+1
* Fix the NSS PRNG build. Fix the build for non-gmake make. Revert aGreg Hudson2010-10-053-10/+6
* Constify the name field of a kadm5_hook vtable, since it holds aGreg Hudson2010-10-051-1/+1
* Add a name field to the pwqual plugin vtable and log pwqual moduleGreg Hudson2010-10-058-1/+29
* Propagate modprinc -unlock from master to slave KDCsGreg Hudson2010-10-0514-32/+203
* Add additional NRL copyrightSam Hartman2010-10-051-0/+13
* Document kadm5_hook interfaceSam Hartman2010-10-052-0/+28
* Some missed files needed for rev #24420Zhanna Tsitkov2010-10-0520-0/+1541
* Improves prng code modularity. Introduces fortuna-like prng that can be used ...Zhanna Tsitkov2010-10-0535-200/+794
* Add mit_afs_string_to_key declarationZhanna Tsitkov2010-10-051-0/+5
* Add a missing protototype which was breaking the crypto build with theGreg Hudson2010-10-051-0/+5
* Protoize old-style function definitions in kdb5.c and normalizeGreg Hudson2010-10-041-131/+75
* Merge branches/nss to trunkGreg Hudson2010-10-0258-19/+3954
* Copyright statements, whitespace, and other code formattingGreg Hudson2010-10-023-666/+772
* In the krb5_kuserok implementation, fix an unintentional type changeGreg Hudson2010-10-021-2/+2
* Fix type errors in t_gssextsGreg Hudson2010-10-021-2/+2
* Eliminate K&R-style function definition headers in t_gssexts.c, andGreg Hudson2010-10-021-18/+10
* Use gss_set_cred_option instead of (undeclared) gssspi_set_cred_optionKen Raeburn2010-10-021-4/+4
* Try to require function declarations for GCC, as we already do for theKen Raeburn2010-10-021-2/+12
* Add empty src/plugins/preauth/securid_sam2/deps to allow build to work againTom Yu2010-10-011-0/+0
* Add an error to be returned by a preauth mechanism indicating that the KDC sh...Sam Hartman2010-10-014-2/+7
* Initial securid2 support.Sam Hartman2010-10-016-0/+1006
* Enable sam_challenge_2 encodersSam Hartman2010-10-013-6/+3
* Remove support for the old pa-sam-challenge and pa-sam-responseSam Hartman2010-10-012-1020/+46
* Implement k5login_directory and k5login_authoritative optionsGreg Hudson2010-10-013-85/+134
* Add a simple test harness for kuserok. Build it during make check butGreg Hudson2010-10-012-2/+66
* A cleaner impleentation of r24399 which adds two new auth context APIsGreg Hudson2010-10-014-4/+35
* GSSAPI forwarded credentials must be encrypted in session keyGreg Hudson2010-10-011-3/+11
* WhitespaceGreg Hudson2010-09-303-15/+12
* WhitespaceGreg Hudson2010-09-303-60/+47
* Use a different construction for defaulting ks_tuple and n_ks_tuple inGreg Hudson2010-09-301-33/+31
* Whitespace and minor style changesGreg Hudson2010-09-303-23/+28
* Follow-on to r24258: initialize the new k5e1 error table where weGreg Hudson2010-09-293-0/+4
* make dependSam Hartman2010-09-295-4/+61
* Automated tests for kadm5_hook pluginSam Hartman2010-09-297-0/+169
* kadm5_hook: new plugin interfaceSam Hartman2010-09-298-11/+451
* Make krb5_dbe_def_search_enctype skip key data entries with invalidGreg Hudson2010-09-281-6/+4
* Use IAKERB OID header for all IAKERB messages including AP-REQLuke Howard2010-09-274-4/+16
* Doxygen for k5-buf.hSam Hartman2010-09-271-9/+9
* kpasswd: if a credential cache is present, use FASTSam Hartman2010-09-275-27/+76
* Simplify acquire_accept_cred very slightly, avoiding some long linesGreg Hudson2010-09-271-7/+6
* Add gss_krb5_import_credGreg Hudson2010-09-2715-296/+659
* Initialize kdb5_ldap_util's context with kadm5_init_krb5_context, likeGreg Hudson2010-09-221-1/+1
* relicense Sun RPC to 3-clause BSD-styleTom Yu2010-09-2253-1222/+1334
* Adjust the k5login man page to have a slightly more neutral toneGreg Hudson2010-09-201-12/+11
* Slight revisions to create_workers() in the KDC:Greg Hudson2010-09-191-6/+9
* KDC worker processes featureGreg Hudson2010-09-177-13/+168
* Add an extra arguments parameter to k5test's realm.start_kdc()Greg Hudson2010-09-171-4/+5
* In kinit_kdb_init(), ensure that we don't return an error with theGreg Hudson2010-09-171-1/+3
* Follow-on to r24315: remove get/set_mkey_list from export list ofGreg Hudson2010-09-161-2/+0