summaryrefslogtreecommitdiffstats
path: root/src/kadmin/v4server/unit-test
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-12-052-0/+7
| | | | | | to buildtop and thisconfigdir, respectively.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11082 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: Enable v4 kadmin tests only if athenaEzra Peisach1998-03-032-1/+6
| | | | | | compatibility is enabled. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10496 dc483132-0cff-0310-8789-dd5450dbe970
* Collapse all configure.in files under the kadmin directory into theTheodore Tso1998-02-283-19/+7
| | | | | | kadmin directory. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10481 dc483132-0cff-0310-8789-dd5450dbe970
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-182-2/+7
| | | | | | used in BUILDTOP. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10464 dc483132-0cff-0310-8789-dd5450dbe970
* Mass makefile/configure.in build system revampTheodore Tso1998-02-122-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10424 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Do not run test suite unless Athena compatibilityEzra Peisach1997-02-223-1/+30
| | | | | | | | | | | is specified as well as tcl, Perl, runtest. * Makefile.in (check): Do not run tests unless really setup to do so. We probably will need to add more logic into this - such as checking that /usr/athena/bin/kadmin exists and that we are running as root. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9961 dc483132-0cff-0310-8789-dd5450dbe970
* missed some ChangeLogsTom Yu1996-11-121-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9381 dc483132-0cff-0310-8789-dd5450dbe970
* Changes to support AC_CANONICAL_HOST for runtest flags; seeTom Yu1996-11-121-0/+1
| | | | | | ChangeLogs for details. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9378 dc483132-0cff-0310-8789-dd5450dbe970
* addendum to previous entryBarry Jaspan1996-10-211-0/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9229 dc483132-0cff-0310-8789-dd5450dbe970
* * v4server.1/access.exp: start kadmin by cd'ing to the directoryBarry Jaspan1996-10-211-4/+4
| | | | | | first, so ps can find the process git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9228 dc483132-0cff-0310-8789-dd5450dbe970
* * v4server.0/setup-srvtab.exp: use KRB5_KTNAME instead ofBarry Jaspan1996-10-211-1/+1
| | | | | | ovsec_adm.srvtab explicitly git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9227 dc483132-0cff-0310-8789-dd5450dbe970
* * lib/helpers.exp: don't specify -k ovsec_adm.srvtab on theBarry Jaspan1996-10-211-1/+1
| | | | | | | command line, since kadmind4 now uses the config param value [krb5-admin/30] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9226 dc483132-0cff-0310-8789-dd5450dbe970
* * unix.exp: specify kadmind's path and name separately, to make itBarry Jaspan1996-10-212-1/+7
| | | | | | easy to cd to the path before exec'ing git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9225 dc483132-0cff-0310-8789-dd5450dbe970
* * lib/helpers.exp: don't specify -k ovsec_adm.srvtab on theBarry Jaspan1996-10-211-0/+9
| | | | | | | | | | command line, since kadmind4 now uses the config param value [krb5-admin/30] * v4server.1/access.exp: start kadmin by cd'ing to the directory first, so ps can find the process git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9224 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in, remove_changepw_perms.sh, lib/helpers.exp,Barry Jaspan1996-09-266-7/+14
| | | | | | | vrserver.0/setup-srvtab.exp, v4server.1/access.exp: use $K5ROOT instead of /krb5 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9124 dc483132-0cff-0310-8789-dd5450dbe970
* fix AC_INIT to point to existing sourcesBarry Jaspan1996-09-241-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9109 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: add unit-test subdirBarry Jaspan1996-09-232-0/+18
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9104 dc483132-0cff-0310-8789-dd5450dbe970
* * adapt to krb5 build system: create Makefile.in, configure.in,Barry Jaspan1996-09-233-2/+7
| | | | | | update paths in unix.exp, move helpers.exp to lib git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9103 dc483132-0cff-0310-8789-dd5450dbe970
* use kadmin instead of kadm5_keytabBarry Jaspan1996-09-111-5/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9085 dc483132-0cff-0310-8789-dd5450dbe970
* * unix.exp: use kadmin.local instead of kdb5_editBarry Jaspan1996-08-203-3/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8957 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.ov, helpers.exp, v4server.1/change-password.exp: useBarry Jaspan1996-08-203-8/+18
| | | | | | kadmin.local instead of kdb5_edit git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8956 dc483132-0cff-0310-8789-dd5450dbe970
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-2211-0/+511
OV_MERGE branches. This includes, but is not limited to, the new openvision admin system, and major changes to gssapi to add functionality, and bring the implementation in line with rfc1964. before committing, the code was built and tested for netbsd and solaris. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8774 dc483132-0cff-0310-8789-dd5450dbe970