summaryrefslogtreecommitdiffstats
path: root/src/tests/deps
Commit message (Collapse)AuthorAgeFilesLines
* Fix up tests directory ignores, deps, cleanupGreg Hudson2013-12-121-0/+10
| | | | | A few test programs didn't make it into .gitignore, OBJS, or EXTRADEPSRCS.
* Add tests for krb5_sname_to_principalGreg Hudson2013-12-121-0/+2
|
* make dependTom Yu2013-12-101-5/+4
|
* Add a helper for testing PKINIT and responder cbNalin Dahyabhai2013-07-171-0/+5
| | | | ticket: 7680
* Add tests for pwqual modules and plugin orderingGreg Hudson2013-06-271-0/+19
| | | | | | | | | | Create a test module for the pwqual interface, and script to exercise the built-in and test modules through kadmin.local. Also create a test harness to display the order of pwqual modules for the current configuration, and use it to test the plugin module ordering guarantees. ticket: 7665
* Make empty passwords work via init_creds APIsGreg Hudson2013-05-271-0/+2
| | | | | | | | | | | | | | In the gak_data value used by krb5_get_as_key_password, separate the already-known password from the storage we might have allocated to put it in, so that we no longer use an empty data buffer to determine whether we know the password. This allows empty passwords to work via the API. Remove the kadm5 test which explicitly uses an empty password. Based on a patch from Stef Walter. ticket: 7642
* make dependGreg Hudson2013-03-241-6/+7
|
* Test KDC host-based referral supportGreg Hudson2013-01-111-1/+43
| | | | | | | Test the KDC host-based referral support in t_referral.py, using a new harness to call krb5_get_credentials with a specified server name type. Also use this new harness for the #7483 regression test, to avoid relying on an undocumented kvno extension.
* move generated dependencies out of Makefile.inKen Raeburn2009-01-051-0/+1
Move automatically-generated dependencies into separate files in the source tree, and take the data out of Makefile.in. Keep the "make depend" rules for stripping out the dependencies from Makefile.in, in case some optional directories were missed, but everything that builds on my UNIX build has been converted. (Converting a directory just requires creating an empty "deps" file so that config.status can build the makefile, and then later running "make depend" in that directory to get the correct content for it.) Change configure scripts to incorporate the "deps" file when building each Makefile. This change requires the existence of a file "deps" in each source directory where we build a makefile, even if there are no sources for which to compute dependencies; a switch to GNU make would let us conditionalize that, but we can assess that later. Update dependencies for the generate Makefile itself to list the deps file. This will also require some minor tweaking of the Windows build, to make it incorporate the new deps file. ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21701 dc483132-0cff-0310-8789-dd5450dbe970