Minor typo/grammar fixes
This commit is contained in:

committed by
Roland C. Dowdeswell

parent
28b6b96e09
commit
7c16ce3457
@@ -473,7 +473,7 @@ int k5dcecon(luid, luser, pname)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Destroy the Kerberos5 cred cache file.
|
* Destroy the Kerberos5 cred cache file.
|
||||||
* but dont care aout the return code.
|
* but don't care about the return code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
DEEDEBUG("Destroying the old cache\n");
|
DEEDEBUG("Destroying the old cache\n");
|
||||||
|
@@ -403,7 +403,7 @@ display_tokens(int do_verbose)
|
|||||||
continue;
|
continue;
|
||||||
t[min(parms.out_size,sizeof(t)-1)] = 0;
|
t[min(parms.out_size,sizeof(t)-1)] = 0;
|
||||||
memcpy(&size_secret_tok, r, sizeof(size_secret_tok));
|
memcpy(&size_secret_tok, r, sizeof(size_secret_tok));
|
||||||
/* dont bother about the secret token */
|
/* don't bother about the secret token */
|
||||||
r += size_secret_tok + sizeof(size_secret_tok);
|
r += size_secret_tok + sizeof(size_secret_tok);
|
||||||
if (parms.out_size < (r - t) + sizeof(size_public_tok))
|
if (parms.out_size < (r - t) + sizeof(size_public_tok))
|
||||||
continue;
|
continue;
|
||||||
@@ -413,7 +413,7 @@ display_tokens(int do_verbose)
|
|||||||
continue;
|
continue;
|
||||||
memcpy(&ct, r, size_public_tok);
|
memcpy(&ct, r, size_public_tok);
|
||||||
r += size_public_tok;
|
r += size_public_tok;
|
||||||
/* there is a int32_t with length of cellname, but we dont read it */
|
/* there is a int32_t with length of cellname, but we don't read it */
|
||||||
r += sizeof(int32_t);
|
r += sizeof(int32_t);
|
||||||
cell = r;
|
cell = r;
|
||||||
|
|
||||||
|
@@ -68,7 +68,7 @@ OM_uint32 pattern6[] = {
|
|||||||
50, 51, 52, 53, 54, 55, 56, 57, 58, 59
|
50, 51, 52, 53, 54, 55, 56, 57, 58, 59
|
||||||
};
|
};
|
||||||
|
|
||||||
/* dont start at 0 */
|
/* don't start at 0 */
|
||||||
OM_uint32 pattern7[] = {
|
OM_uint32 pattern7[] = {
|
||||||
11, 12, 13
|
11, 12, 13
|
||||||
};
|
};
|
||||||
|
@@ -537,7 +537,7 @@ out:
|
|||||||
*
|
*
|
||||||
* @param context A hx509 context.
|
* @param context A hx509 context.
|
||||||
* @param flags flags to control the behavior.
|
* @param flags flags to control the behavior.
|
||||||
* - HX509_CMS_EV_NO_KU_CHECK - Dont check KU on certificate
|
* - HX509_CMS_EV_NO_KU_CHECK - Don't check KU on certificate
|
||||||
* - HX509_CMS_EV_ALLOW_WEAK - Allow weak crytpo
|
* - HX509_CMS_EV_ALLOW_WEAK - Allow weak crytpo
|
||||||
* - HX509_CMS_EV_ID_NAME - prefer issuer name and serial number
|
* - HX509_CMS_EV_ID_NAME - prefer issuer name and serial number
|
||||||
* @param cert Certificate to encrypt the EnvelopedData encryption key
|
* @param cert Certificate to encrypt the EnvelopedData encryption key
|
||||||
|
@@ -234,7 +234,7 @@ validate_print(hx509_validate_ctx ctx, int flags, const char *fmt, ...)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Dont Care, SHOULD critical, SHOULD NOT critical, MUST critical,
|
* Don't Care, SHOULD critical, SHOULD NOT critical, MUST critical,
|
||||||
* MUST NOT critical
|
* MUST NOT critical
|
||||||
*/
|
*/
|
||||||
enum critical_flag { D_C = 0, S_C, S_N_C, M_C, M_N_C };
|
enum critical_flag { D_C = 0, S_C, S_N_C, M_C, M_N_C };
|
||||||
|
@@ -274,7 +274,7 @@ int krb5_dfs_pag(context, flag, principal, luser)
|
|||||||
|
|
||||||
/* test if DFS is running or installed */
|
/* test if DFS is running or installed */
|
||||||
if (krb5_dfs_getpag() == -2)
|
if (krb5_dfs_getpag() == -2)
|
||||||
return(0); /* DFS not running, dont try */
|
return(0); /* DFS not running, don't try */
|
||||||
|
|
||||||
if (pipe(fd) == -1)
|
if (pipe(fd) == -1)
|
||||||
return(0);
|
return(0);
|
||||||
@@ -305,7 +305,7 @@ int krb5_dfs_pag(context, flag, principal, luser)
|
|||||||
|
|
||||||
/* parent, wait for child to finish */
|
/* parent, wait for child to finish */
|
||||||
|
|
||||||
close(fd[1]); /* dont need this end of pipe */
|
close(fd[1]); /* don't need this end of pipe */
|
||||||
|
|
||||||
/* #if defined(sgi) || defined(_sgi) */
|
/* #if defined(sgi) || defined(_sgi) */
|
||||||
/* wait_status.w_status = 0; */
|
/* wait_status.w_status = 0; */
|
||||||
|
@@ -41,7 +41,7 @@ env_setup="@env_setup@"
|
|||||||
|
|
||||||
. ${env_setup}
|
. ${env_setup}
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
./test_can TEST.H5L.SE heim-0.8 || exit 1
|
./test_can TEST.H5L.SE heim-0.8 || exit 1
|
||||||
|
@@ -41,7 +41,7 @@ EGREP="@EGREP@"
|
|||||||
default_db_type=@default_db_type@
|
default_db_type=@default_db_type@
|
||||||
db_type=${1:-${default_db_type}}
|
db_type=${1:-${default_db_type}}
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
./have-db || exit 77
|
./have-db || exit 77
|
||||||
|
|
||||||
R=EXAMPLE.ORG
|
R=EXAMPLE.ORG
|
||||||
|
@@ -41,7 +41,7 @@ db_type=${1:-${default_db_type}}
|
|||||||
|
|
||||||
testfailed="echo test failed; cat messages.log; exit 1"
|
testfailed="echo test failed; cat messages.log; exit 1"
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
../db/have-db || exit 77
|
../db/have-db || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -37,7 +37,7 @@
|
|||||||
srcdir="@srcdir@"
|
srcdir="@srcdir@"
|
||||||
objdir="@objdir@"
|
objdir="@objdir@"
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
./have-db || exit 77
|
./have-db || exit 77
|
||||||
|
|
||||||
R=EXAMPLE.ORG
|
R=EXAMPLE.ORG
|
||||||
|
@@ -40,7 +40,7 @@ objdir="@objdir@"
|
|||||||
|
|
||||||
. ${env_setup}
|
. ${env_setup}
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
../db/have-db || exit 77
|
../db/have-db || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -40,7 +40,7 @@ objdir="@objdir@"
|
|||||||
|
|
||||||
. ${env_setup}
|
. ${env_setup}
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
../db/have-db || exit 77
|
../db/have-db || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -40,7 +40,7 @@ objdir="@objdir@"
|
|||||||
|
|
||||||
. ${env_setup}
|
. ${env_setup}
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
../db/have-db || exit 77
|
../db/have-db || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -40,7 +40,7 @@ objdir="@objdir@"
|
|||||||
|
|
||||||
. ${env_setup}
|
. ${env_setup}
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
../db/have-db || exit 77
|
../db/have-db || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -40,7 +40,7 @@ objdir="@objdir@"
|
|||||||
|
|
||||||
. ${env_setup}
|
. ${env_setup}
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
../db/have-db || exit 77
|
../db/have-db || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -33,7 +33,7 @@ objdir="@objdir@"
|
|||||||
|
|
||||||
. ${env_setup}
|
. ${env_setup}
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
# (krb5_kt_get_entry() is tested in another test)
|
# (krb5_kt_get_entry() is tested in another test)
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
|
@@ -43,7 +43,7 @@ unset KRB5CCNAME
|
|||||||
|
|
||||||
testfailed="echo test failed; exit 1"
|
testfailed="echo test failed; exit 1"
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -36,7 +36,7 @@ objdir="@objdir@"
|
|||||||
|
|
||||||
. ${env_setup}
|
. ${env_setup}
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -39,7 +39,7 @@ testfailed="echo test failed; cat messages.log; exit 1"
|
|||||||
|
|
||||||
. ${env_setup}
|
. ${env_setup}
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -40,7 +40,7 @@ testfailed="echo test failed; cat messages.log; exit 1"
|
|||||||
|
|
||||||
. ${env_setup}
|
. ${env_setup}
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -42,7 +42,7 @@ export KRB5_CONFIG
|
|||||||
|
|
||||||
testfailed="echo test failed; cat messages.log; exit 1"
|
testfailed="echo test failed; cat messages.log; exit 1"
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -42,7 +42,7 @@ export KRB5_CONFIG
|
|||||||
|
|
||||||
testfailed="echo test failed; cat messages.log; exit 1"
|
testfailed="echo test failed; cat messages.log; exit 1"
|
||||||
|
|
||||||
# If there is no ldap support compile in, disable test
|
# If there is no ldap support compiled in, disable test
|
||||||
if ${kdc} --builtin-hdb | grep mit-db > /dev/null ; then
|
if ${kdc} --builtin-hdb | grep mit-db > /dev/null ; then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
@@ -50,7 +50,7 @@ else
|
|||||||
exit 77
|
exit 77
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -39,11 +39,11 @@ db_type=@db_type@
|
|||||||
|
|
||||||
. ${env_setup}
|
. ${env_setup}
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
|
|
||||||
# Dont run this test in AFS, since it lacks support for AF_UNIX
|
# Don't run this test in AFS, since it lacks support for AF_UNIX
|
||||||
expr "X`/bin/pwd || pwd`" : "X/afs/.*" > /dev/null 2>/dev/null && exit 77
|
expr "X`/bin/pwd || pwd`" : "X/afs/.*" > /dev/null 2>/dev/null && exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
@@ -291,7 +291,7 @@ echo "doing changes while slave is down"
|
|||||||
${kadmin} -l cpw --random-password user@${R} > /dev/null || exit 1
|
${kadmin} -l cpw --random-password user@${R} > /dev/null || exit 1
|
||||||
${kadmin} -l cpw --random-password user@${R} > /dev/null || exit 1
|
${kadmin} -l cpw --random-password user@${R} > /dev/null || exit 1
|
||||||
|
|
||||||
echo "Makeing a copy of the master log file"
|
echo "Making a copy of the master log file"
|
||||||
cp ${objdir}/current.log ${objdir}/current.log.tmp
|
cp ${objdir}/current.log ${objdir}/current.log.tmp
|
||||||
|
|
||||||
# ----------------- checking: checking that master and slaves resyncs
|
# ----------------- checking: checking that master and slaves resyncs
|
||||||
|
@@ -38,7 +38,7 @@ srcdir="@srcdir@"
|
|||||||
|
|
||||||
. ${env_setup}
|
. ${env_setup}
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -42,7 +42,7 @@ export KRB5_CONFIG
|
|||||||
|
|
||||||
testfailed="echo test failed; cat messages.log; exit 1"
|
testfailed="echo test failed; cat messages.log; exit 1"
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -39,7 +39,7 @@ objdir="."
|
|||||||
|
|
||||||
srcdir="${top_srcdir}/tests/kdc"
|
srcdir="${top_srcdir}/tests/kdc"
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -43,7 +43,7 @@ export KRB5CCNAME
|
|||||||
|
|
||||||
testfailed="echo test failed; exit 1"
|
testfailed="echo test failed; exit 1"
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -37,12 +37,12 @@ objdir="@objdir@"
|
|||||||
|
|
||||||
. ${env_setup}
|
. ${env_setup}
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
testfailed="echo test failed; cat messages.log; exit \$ec"
|
testfailed="echo test failed; cat messages.log; exit \$ec"
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -39,7 +39,7 @@ testfailed="echo test failed; cat messages.log; exit 1"
|
|||||||
|
|
||||||
. ${env_setup}
|
. ${env_setup}
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -39,7 +39,7 @@ objdir="@objdir@"
|
|||||||
|
|
||||||
testfailed="echo test failed; cat messages.log; exit 1"
|
testfailed="echo test failed; cat messages.log; exit 1"
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -43,7 +43,7 @@ export KRB5_CONFIG
|
|||||||
|
|
||||||
testfailed="echo test failed; cat messages.log; exit 1"
|
testfailed="echo test failed; cat messages.log; exit 1"
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -39,7 +39,7 @@ testfailed="echo test failed; cat messages.log; exit 1"
|
|||||||
|
|
||||||
. ${env_setup}
|
. ${env_setup}
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
@@ -59,7 +59,7 @@ testfailed="echo test failed; exit 1"
|
|||||||
KRB5_CONFIG="${objdir}/krb5.conf"
|
KRB5_CONFIG="${objdir}/krb5.conf"
|
||||||
export KRB5_CONFIG
|
export KRB5_CONFIG
|
||||||
|
|
||||||
# If there is no ldap support compile in, disable test
|
# If there is no ldap support compiled in, disable test
|
||||||
if ${kdc} --builtin-hdb | grep ldap > /dev/null ; then
|
if ${kdc} --builtin-hdb | grep ldap > /dev/null ; then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
|
@@ -43,7 +43,7 @@ EGREP="@EGREP@"
|
|||||||
|
|
||||||
testfailed="echo test failed; cat messages.log; exit 1"
|
testfailed="echo test failed; cat messages.log; exit 1"
|
||||||
|
|
||||||
# If there is no useful db support compile in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
../db/have-db || exit 77
|
../db/have-db || exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
Reference in New Issue
Block a user