]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Add changelog entries for all the changed and added files
authorMarc Horowitz <marc@mit.edu>
Tue, 27 Oct 1998 08:17:42 +0000 (08:17 +0000)
committerMarc Horowitz <marc@mit.edu>
Tue, 27 Oct 1998 08:17:42 +0000 (08:17 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/marc-3des@10996 dc483132-0cff-0310-8789-dd5450dbe970

35 files changed:
src/appl/bsd/ChangeLog
src/appl/gss-sample/ChangeLog
src/appl/gssftp/ftp/ChangeLog
src/appl/telnet/libtelnet/ChangeLog
src/appl/telnet/telnet/ChangeLog
src/clients/ChangeLog
src/clients/kinit/ChangeLog
src/clients/klist/ChangeLog
src/clients/kvno/ChangeLog [new file with mode: 0644]
src/include/ChangeLog
src/include/krb5/ChangeLog
src/kadmin/cli/ChangeLog
src/kadmin/dbutil/ChangeLog
src/kadmin/server/ChangeLog
src/kadmin/v4server/ChangeLog
src/kdc/ChangeLog
src/lib/crypto/ChangeLog
src/lib/crypto/crc32/ChangeLog
src/lib/crypto/des/ChangeLog
src/lib/crypto/md4/ChangeLog
src/lib/crypto/md5/ChangeLog
src/lib/des425/ChangeLog
src/lib/gssapi/generic/ChangeLog
src/lib/gssapi/krb5/ChangeLog
src/lib/kadm5/clnt/ChangeLog
src/lib/kadm5/srv/ChangeLog
src/lib/kdb/ChangeLog
src/lib/krb5/asn.1/ChangeLog
src/lib/krb5/keytab/file/ChangeLog
src/lib/krb5/krb/ChangeLog
src/lib/krb5/os/ChangeLog
src/lib/rpc/ChangeLog
src/slave/ChangeLog
src/tests/create/ChangeLog
src/tests/verify/ChangeLog

index c575e07f0ee01e02e46fa5cbd51442706d079193..8f7e9a8fc8d3e5ac824755be8b9c75d3a8303b3f 100644 (file)
@@ -1,3 +1,17 @@
+1998-10-24  Marc Horowitz  <marc@mit.edu>
+
+       * login.c: update to new get_creds API
+       
+       * krlogin.c (main, oob, server_message, control), krlogind.c
+               (sendoob, protocol, recvauth): If the enctype is not
+               similar to DES, use an inband signalling protocol instead
+               of MSG_OOB data to indicate status changes.
+
+       * kcmd.c (rcmd_stream_init_krb5, v5_des_read, v5_des_write):
+               update to new crypto API.  Add ivec chaining to
+               encryption when the enctype is not similar to DES as part
+               of the new protocol.
+
 1998-10-06  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * krshd.c (doit): Apply ghudson's patch so that rshd passes the
index 476fb5bce1620e41fda5b9cc91aaa2f9bf5da593..bdf6e8d71a3f006e8d6a3cebd21bf706e2a5374b 100644 (file)
@@ -1,3 +1,15 @@
+1998-10-24  Marc Horowitz  <marc@mit.edu>
+
+       * gss-server.c (sign_server): fix the text heuristic to recognize
+               whitespace as text.
+       (main): clean up file descriptors properly after each
+               connection.
+
+       * gss-client.c (read_file): properly handle empty files
+
+       * gss-client.c: (call_server): NUL-terminate the contents
+               of non-empty files on the wire.
+       
 Wed Feb 18 15:27:32 1998  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in: Remove trailing slash from BUILDTOP.  Fix up
index 786283c9c4ffbefe380bf0fe355580237e5f3168..49c162509e9c74f1d6ec2c99050f6cf23b864784 100644 (file)
@@ -1,3 +1,10 @@
+1998-10-26  Marc Horowitz  <marc@mit.edu>
+
+       * ftp.c (login): *always* encrypt the password, regardless
+       of the default command mode.
+       (do_auth): Try the new krb5 mech, and if that fails, try the
+       old one.
+
 Fri Oct  2 16:16:13 1998  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * cmdtab.c: Update help message for passive mode so that it
index 494050438de94c76b9bcaaead980e4c952407063..55168c36b33e665bdc9996b7933af164de1ef134 100644 (file)
@@ -1,3 +1,10 @@
+1998-10-26  Marc Horowitz  <marc@mit.edu>
+
+       * enc_des.c, kerberos.c: the ECB des functions don't exist
+       anymore, but telnet always encrypted/decrypted one block.  Convert
+       to calls to the new crypto api, with des-cbc-raw, using a single
+       block.
+
 Tue Mar  3 14:43:30 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * configure.in: Change test for cgetent to use HAVE_ instead
index 6d13e63f2c40c5f3f803043f221bdbaca324def3..7d94d0acf7144237a434381e41fdabc3e5ffb80d 100644 (file)
@@ -1,3 +1,10 @@
+1998-10-26  Marc Horowitz  <marc@mit.edu>
+
+       * commands.c: remove calls to setuid(getuid()).  This looks like
+       it was once an attempt to make it safe to run setuid, but it's not
+       safe for a number of other reasons, so there's no reason to
+       pretend.
+
 Sat Oct 10 06:24:55 1998  Geoffrey King  <gjking@mit.edu>
 
        * telnet.c (telnet): Cosmetic change: Put a newline after "Waiting
index fc6d07275cfd3b37f6e80b674d9dc1fc8c256d03..e8390d6b21d4bd42fed66d86c15a027cd5318d61 100644 (file)
@@ -1,3 +1,7 @@
+1998-10-26  Marc Horowitz  <marc@mit.edu>
+
+       * configure.in: add kvno
+
 Sat Jul 25 15:00:26 1998  Sam Hartman  <hartmans@utwig.mesas.com>
 
        * Makefile.in (LOCAL_SUBDIRS): add kvno
index 65bcc031eba8b6b6b694d58cb7dd806fc840551c..5bdf4525768b95054402a2c862e36a17665e9511 100644 (file)
@@ -1,3 +1,7 @@
+1998-10-26  Marc Horowitz  <marc@mit.edu>
+
+       * kinit.c: convert to new init_creds api
+
 1998-05-06  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * kinit.c (main): POSIX states that getopt returns -1 when it
index 3150210e4cb385e0367bf584061c064463ebe44f..20feffb3554264d5a308f01d5b701cd8823a3ac1 100644 (file)
@@ -1,3 +1,9 @@
+1998-10-26  Marc Horowitz  <marc@mit.edu>
+
+       * klist.c: add -a flag to print the ticket address, and -n flag to
+       do so without attempting resolution.  Make klist use the new api
+       for stringifying enctypes.
+
 Tue Aug 11 23:38:53 1998  Matthew D Hancher  <mdh@mit.edu>
 
        * klist.c (do_ccache): Properly check the return value of
diff --git a/src/clients/kvno/ChangeLog b/src/clients/kvno/ChangeLog
new file mode 100644 (file)
index 0000000..24ad575
--- /dev/null
@@ -0,0 +1,4 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * kvno.c, kvno.M: Create a new application.
+
index 0f5ee7119e942361875d0842c9abe132bb8664d2..d66def009e24503a39c2593e65e305e55536a2ba 100644 (file)
@@ -1,3 +1,15 @@
+1998-10-26  Marc Horowitz  <marc@mit.edu>
+
+       * krb5.hin: add new interfaces for new crypto API and key
+       derivation/key usage.  Add new (krb5_get_permitted_enctypes,
+       krb5_is_permitted_enctype) api for querying permitted etypes from
+       krb5.conf, and new auth_context flag
+       (KRB5_AUTH_CONTEXT_PERMIT_ALL) to override this.  Fix bug in
+       krb5_kt_get_type.
+       
+       * k5-int.h: make changes related to new crypto API and key
+       derivation/key usage
+
 Tue Sep  1 19:32:33 1998  Tom Yu  <tlyu@mit.edu>
 
        * krb5.hin: Add ENCTYPE_LOCAL_DES3_HMAC_SHA1, in order to deal
index 202608002e27f64b92ddc45af3e6d86473fcefc7..af894dad1509a2800e028cc1ef7e6f2d3e9b1425 100644 (file)
@@ -1,3 +1,8 @@
+1998-10-26  Marc Horowitz  <marc@mit.edu>
+
+       * kdb_dbc.h, kdb.h: update kdb api to be compatible with the new
+       crypto api.
+
 Wed Jul  8 04:30:22 1998  Geoffrey King  <gjking@mit.edu>
 
        * adm_proto.h: Added prototype for new function krb5_klog_reopen()
index 9bf1d76f00b9aa811db22fccaad797913e82749d..455733b5f1c5244d66a0b41e7dac7f8265441450 100644 (file)
@@ -1,3 +1,8 @@
+1998-10-26  Marc Horowitz  <marc@mit.edu>
+
+       * keytab.c (etype_string): replace the hardwired table with a call
+       to krb5_enctype_to_string()
+
 Fri Feb 27 23:32:38 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in: Changed thisconfigdir to point at the kadmin
index d579e91575492f7d6299b53190ff925eb4d68c9c..2f0c84e73e19058e91280bd8b8857661582386b1 100644 (file)
@@ -1,3 +1,8 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * dumpv4, loadv4.c, kdb5_create.c, kdb5_stash.c, kdb5_util.c,
+       kadm5_create.c: convert to new crypto api
+
 Wed Sep 30 00:02:01 1998  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * dump.c: Add support for changing the master key for a database
index 22f8214bd02a32e511b87b758d0533edfe19ce0c..8131a8695cb7a2ecd1a81e88a851ce9db4e03250 100644 (file)
@@ -1,3 +1,10 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * ovsec_kadmd.c: add calls to a new function
+       _svcauth_gssapi_unset_names() to clean up memory when shutting
+       down.  Use krb5_overridekeyname instead of krb5_defkeyname, so the
+       command line takes precedence over the environment.
+
 Wed Jul 22 00:28:57 1998  Geoffrey King  <gjking@mit.edu>
 
        * ovsec_kadmd.c (main): Cast gss_nt_krb5_name to
index ce4eb4c17423d32c9f332ff495b4cbd036740cab..b00913cde96bd535797dcfa03185a66862e2b492 100644 (file)
@@ -1,3 +1,8 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * admin_server.c, kadm_funcs.c, kadm_ser_wrap.c, kadm_server.h:
+       convert to new crypto api
+
 Fri Jul 31 18:17:16 1998  Tom Yu  <tlyu@mit.edu>
 
        * kadm_ser_wrap.c (kadm_ser_init): Remove references to
index 65f6e05a41d0f900353d4486cfc1fc831edc8916..757ac7dc583981394609d2f26c066412d5bf58ed 100644 (file)
@@ -1,3 +1,8 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * do_as_req.c, do_tgs_req.c, extern.h, kdc_preauth.c, kdc_util.c,
+       kerberos_v4.c, main.c: conver to new crypto api.
+
 Fri Sep 25 19:47:26 1998  Tom Yu  <tlyu@mit.edu>
 
        * kerberos_v4.c (check_princ): Re-order if statements that check
index e95b2aaedf35c71f232d88898a881fecfd0a9d6c..566afc88f3547a80b7244f28c9edb17b7c9677a9 100644 (file)
@@ -25,6 +25,10 @@ Mon Aug 17 23:40:11 1998  Tom Yu  <tlyu@mit.edu>
        compatibility for krb5-beta5 checksums.  Fix typos similar to
        those corrected in k5_md4des.c.
 
+Sun Jul 19 12:00:00 1998  Marc Horowitz <marc@mit.edu>
+
+       * *.c: replace the crypto layer.
+
 Wed Apr 15 18:02:44 1998  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in (LIB): Rename to k5crypto.
index 1ee004262c11bf37a5763c67fed3bbcd133810c1..5f6e617cb9eeffa0fb849c7bb056d8ae273caa41 100644 (file)
@@ -1,3 +1,7 @@
+Sun Jul 19 12:00:00 1998  Marc Horowitz <marc@mit.edu>
+
+       * *.c: replace the crypto layer.
+
 Wed Feb 18 16:05:45 1998  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in: Remove trailing slash from thisconfigdir.  Fix up
index e236a9cb967befed444f13eb2a7fa8a639c134bb..70c431aa5c520d2ed2a65e1f5d9cac7fc9b9c002 100644 (file)
@@ -1,3 +1,7 @@
+Sun Jul 19 12:00:00 1998  Marc Horowitz <marc@mit.edu>
+
+       * *.c: replace the crypto layer.
+
 Wed Feb 18 16:06:23 1998  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in: Remove trailing slash from thisconfigdir.  Fix up
index 3ca8c0872864f10f8626bc7ab74262d27f05b803..7714d4a43f857268731ead5b90c26fec507abc06 100644 (file)
@@ -1,3 +1,7 @@
+Sun Jul 19 12:00:00 1998  Marc Horowitz <marc@mit.edu>
+
+       * *.c: replace the crypto layer.
+
 Tue Mar  3 08:39:47 1998  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * Makefile.in (t_cksum): Do not depend on libkrb5.a, use 
index 1c0026add4739642de98d209d30284003d1f36a0..79fb94a7dd0d414c5f476aa8a6288009c187eafd 100644 (file)
@@ -1,3 +1,7 @@
+Sun Jul 19 12:00:00 1998  Marc Horowitz <marc@mit.edu>
+
+       * *.c: replace the crypto layer.
+
 Tue Mar  3 08:42:10 1998  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * Makefile.in (t_cksum): Do not depend on libkrb5.a, use 
index ce04691e9582eb47f7d9ff132cad3da6685ac190..4eeef1028744a3cf4ea5f942a9aa374d64422796 100644 (file)
@@ -1,6 +1,12 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * random_key.c, new_rnd_key.c: make the v4 compat random key code
+       use the krb5 crypto interface, instead of the des implementation
+       internals.
+
 Wed Apr 15 18:03:43 1998  Tom Yu  <tlyu@mit.edu>
 
-       * Makefile.in (SHLIB_EXPDEPS): 
+       * Makefile.in (SHLIB_EXPDEPS):
        (SHLIB_EXPLIBS): Rename libcrypto -> libk5crypto.
 
 Tue Mar  3 08:59:03 1998  Ezra Peisach  <epeisach@kangaroo.mit.edu>
index 74f13a4a3e54a394ecc391f81d2e5a9918581781..601ca76f6b9c810452663757363cc6a5af971c7e 100644 (file)
@@ -1,3 +1,8 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * gssapi.hin: define GSS_S_DUPLICATE_ELEMENT, GSS_S_NAME_NOT_MN,
+       and GSS_S_GAP_TOKEN as per gss v2 c bindings
+
 1998-06-08  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * oid_ops.c (generic_gss_release_oid): Recognize our own "self"
index 2f3da297d1a2eb8bfc059ab9d703cdd77b108370..e12dfdb2b3fcdfee98da62621196bd3fa1a12572 100644 (file)
@@ -1,3 +1,16 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * Makefile.in, accept_sec_context.c, acquire_cred.c, canon_name.c,
+       delete_sec_context.c, disp_status.c, gssapiP_krb5.h,
+       gssapi_err_krb5.et, gssapi_krb5.c, gssapi_krb5.h,
+       init_sec_context.c, inq_cred.c, inq_names.c, k5seal.c, k5unseal.c,
+       rel_oid.c, ser_sctx.c, util_cksum.c, util_crypt.c, util_seed.c,
+       util_seqnum.c, wrap_size_limit.c: convert to new crypto api.
+       Implement new krb5 v2 gssapi mechanism.
+
+       * add_cred.c, util_ctxsetup.c: New files needed to implement the
+       krb5 v2 mech.
+
 Mon Sep 21 00:32:28 1998  Tom Yu  <tlyu@mit.edu>
 
        * accept_sec_context.c (krb5_gss_accept_sec_context): Free authdat
index 63a914a70de4b9b2832d33405930ba18c3b23151..5f46d21854436fb8a6e358a364a3b21a8d3b61dd 100644 (file)
@@ -1,3 +1,8 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * client_init.c (_kadm5_init_any): try the krb5 v2 mechanism
+       first, and if that fails, try the krb5 v1 mech.
+
 Sun Jul 26 18:11:56 1998  Sam Hartman  <hartmans@utwig.mesas.com>
 
        * Makefile.in (LIBMAJOR): bump libmajor
index e3ef6450b1ad38c290b9e6c1d6f3b54e06ac1bd6..67dbe38429d7aa42de278bd238b3d1285daabce5 100644 (file)
@@ -1,3 +1,7 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * server_kdb.c, svr_principal.c: convert to new crypto api
+
 Sun Jul 26 18:09:55 1998  Sam Hartman  <hartmans@utwig.mesas.com>
 
        * Makefile.in (LIBMAJOR): bump libmajor
index f23bd613308e00e00c4fd7f9d86463933813fc5f..e12270d5c8fae2b034a37735fda9a1f04305ebca 100644 (file)
@@ -1,3 +1,19 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * kdb_xdr.c, kdb_cpw.c: remove the special knowledge of ENCTYPE
+       string-to-key equivalances.  the crypto api has a function for
+       this now.
+
+       * decrypt_key.c, encrypt_key.c, fetch_mkey.c, kdb_cpw.c,
+       kdb_db2.c, kdb_db2.h, kdb_dbm.c, keytab.c, verify_mky.c: change or
+       remove all the places krb5_encrypt_block was used
+       (this is mostly relevant to kdb manipulations).  It was usually
+       used to specify an enctype (which is now implied by the keyblock),
+       or to store or pass in a processed key (now the api just takes a
+       key directly, so these structures and functions do, too).  The kdb
+       key manuipulation functions also need to be made to use the new
+       api.
+
 Fri Sep 25 19:42:10 1998  Tom Yu  <tlyu@mit.edu>
 
        * kdb_xdr.c (krb5_dbe_search_enctype): Re-order booleans so that
index a42ad235c3448702535906ab5e735485adb00a7d..ca3f679f504395501bee65fabe2e28b5cda8bfe8 100644 (file)
@@ -1,3 +1,10 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * asn1buf.c (asn1buf_sync): interoperation testing against heimdal
+       revealed a bug.  if extra fields are present in a SEQUENCE, they
+       are not ignored and skipped.  This caused the decoder to get out
+       of sync.
+
 Thu Jul  2 15:30:25 1998  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * asn1_encode.c: Make the magic Macintosh EPOCH offset be 70 years
index 2120127db12e70df94f7d215dface21a0c72779a..4e575b65199d02e0f3eb397ae74f17209ab00cb0 100644 (file)
@@ -1,3 +1,8 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * ktf_g_ent.c (krb5_ktfile_get_entry): restructure the code to use
+       the compare_enctypes function and not leak memory
+
 Fri Feb 27 18:03:33 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in: Changed thisconfigdir to point at the lib/krb5
index 49d6ef3bb5b3e7a6de504f7eb76a12fb20f181a1..9d1cfb02a0e3bf6959e11fa815fe073f53d813ff 100644 (file)
@@ -1,3 +1,39 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * vfy_increds.c: rearrange the code a bit to make it more clear
+       that the logic is correct.
+
+       * str_conv.c: remove enctype and cksumtype string converstions.
+       They're in the crypto library now, since the information drops
+       right into the enctype table.
+
+       * ser_eblk.c: ifdef the whole file out, since it's not used
+       anywhere.  it should probably be deleted, but I'm not sure about
+       backward-compatibility issues yet.
+
+       * rd_req_dec.c: check the auth_context permit-all flag and
+       permitted_enctypes list, and reject the request if the policy
+       check fails.
+
+       * init_ctx.c: add code to initialize the prng.  It's not great,
+       but can be improved, and the prng is reseeded when new keys are
+       processed. Read permitted_enctypes from the krb5.conf file, and
+       provide accessor functions for it.  Make the various etype list
+       parsers share code as a side effect.
+
+       * get_creds.c: add krb5_get_{validat,renew}ed_creds functions,
+       which are part of the new init_creds api.  The prototypes were
+       already in, krb5.hin but there was no implementing code.
+
+       * auth_con.c, auth_con.h: add a list of permitted enctypes to the
+       auth_context for rd_req to check, and create accessor functions
+       for this list.
+
+       * Makefile.in, enc_helper.c: add enc_helper.c.  This provides a
+       wrapper around the conventional way the library encrypts and wraps
+       encoded asn.1 structures, so the code isn't repeated in a dozen
+       places.
+
 Wed Aug 19 17:27:51 1998  Tom Yu  <tlyu@mit.edu>
 
        * conv_princ.c: Add some additional entries to sconv_list that
index 0ee4a7192f678aa4bec9985885730b3b77c14239..84f0dec670390c780933ea4d95615749eee274e3 100644 (file)
@@ -1,3 +1,16 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * c_ustime.c, localaddr.c: moved here from lib/crypto
+
+       * ktdefname.c (krb5_kt_default_name): there is code in the tree
+       (notably, the admin server code) which uses globals to set the
+       keytab which will be used by gssapi.  this is gross, and we need a
+       better answer.  However, even that didn't work if there was an env
+       var or krb5.conf variable, since those override krb5_defkeyname.
+       Add a new global, krb5_overridekeyname, which really does override
+       all the other keytab locators.  While I'm at it, make the buffer
+       overflow checks sane.
+
 Fri Sep 25 22:32:16 1998  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * ccdefname.c: We shouldn't try to use the CCache API on Unix
index 7ee603dacc8e0f9e8758bc85578b4cfbfb40db19..50ec692cba34ffb6bf789d5d563bf191e0fb6dac 100644 (file)
@@ -1,3 +1,8 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * svc_auth_gssapi.c, auth_gssapi.h: fix the set_name prototype,
+       add a new unset_names function
+
 Sun Jul 26 18:13:39 1998  Sam Hartman  <hartmans@utwig.mesas.com>
 
        * Makefile.in (LIBMAJOR): bump libmajor
index 9f285d41c97cc594e89ca28e78ca33782a8fcf6f..79107f86c7ca526057fee61b4a1bcce0aa8c57f0 100644 (file)
@@ -1,3 +1,8 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * kpropd.c (authorized_principal): make the acl file contain
+       etypes, and use that in the authorization process.
+
 Wed Feb 18 16:27:28 1998  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in (thisconfigdir): Remove trailing slash.
index 64e0b2801cf91ff135ae237be2542dc17258a75e..ecb782e71b13c61482fd3f346470391c3a56d8e7 100644 (file)
@@ -1,3 +1,7 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * kdb5_mkdums.c: update to new crypto api
+
 1998-05-06  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * kdb5_mkdums.c (argv): POSIX states that getopt returns -1
index 12fb1f93b53fe38418ae865f83dd5394b6c75789..7f4aaf5a53d57b4ccb3190c607ca8e76f47ddd09 100644 (file)
@@ -1,3 +1,7 @@
+1998-10-27  Marc Horowitz  <marc@mit.edu>
+
+       * kdb5_verify.c: update to new crypto api
+
 1998-05-06  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * kdb5_verify.c (argv): POSIX states that getopt returns -1