+2001-06-20 Mitchell Berger <mitchb@mit.edu>
+
+ * kdb5_create.c (kdb5_create): Fixed typo in com_err message.
+
2001-06-18 Ezra Peisach <epeisach@mit.edu>
* dump.c (name_matches): Cleanup warning of assignments in
/*
- * admin/edit/dump.c
+ * kadmin/dbutil/dump.c
*
- * Copyright 1990,1991 by the Massachusetts Institute of Technology.
+ * Copyright 1990,1991,2001 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
* Export of this software from the United States of America may
* n_key_data*[ver kvno ver*(type length <contents>)]
* <e_data>
* Fields which are not encapsulated by angle-brackets are to appear
- * verbatim. Bracketed fields absence is indicated by a -1 in its
+ * verbatim. A bracketed field's absence is indicated by a -1 in its
* place
*/
* and were not supported in the previous version.
* But it's a pain to implement that here, and doing
* it at dump time has almost as good an effect, so
- * that's what I did. [krb5-admin/89/
+ * that's what I did. [krb5-admin/89]
*/
if (!error && dbentry.n_tl_data) {
for (tl = dbentry.tl_data; tl; tl = tl->tl_data_next) {
}
/*
- * process_k5beta7_record() - Handle a dump record in krb5b6 format.
+ * process_k5beta7_record() - Handle a dump record in krb5b7 format.
*
* Returns -1 for end of file, 0 for success and 1 for failure.
*/
/*
- * admin/create/kdb5_create.c
+ * kadmin/dbutil/kdb5_create.c
*
- * Copyright 1990,1991 by the Massachusetts Institute of Technology.
+ * Copyright 1990,1991,2001 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
* Export of this software from the United States of America may
pwd.length = strlen(mkey_password);
retval = krb5_principal2salt(util_context, master_princ, &master_salt);
if (retval) {
- com_err(argv[0], retval, "while calculated master key salt");
+ com_err(argv[0], retval, "while calculating master key salt");
exit_status++; return;
}
* Purpose: parse principal line in db dump file
*
* Arguments:
- * <return value> 0 on sucsess, error code on failure
+ * <return value> 0 on success, error code on failure
*
* Requires:
* principal database to be opened.