diff options
Diffstat (limited to 'src/kadmin/testing')
| -rw-r--r-- | src/kadmin/testing/ChangeLog | 42 | ||||
| -rw-r--r-- | src/kadmin/testing/proto/ChangeLog | 63 | ||||
| -rw-r--r-- | src/kadmin/testing/scripts/ChangeLog | 281 | ||||
| -rw-r--r-- | src/kadmin/testing/util/ChangeLog | 228 |
4 files changed, 0 insertions, 614 deletions
diff --git a/src/kadmin/testing/ChangeLog b/src/kadmin/testing/ChangeLog deleted file mode 100644 index 1233a0876..000000000 --- a/src/kadmin/testing/ChangeLog +++ /dev/null @@ -1,42 +0,0 @@ -2003-01-07 Ken Raeburn <raeburn@mit.edu> - - * Makefile.ov: Deleted. - -2002-08-29 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -1999-10-26 Wilfredo Sanchez <tritan@mit.edu> - - * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, - LOCAL_INCLUDES such that one can override CFLAGS from the command - line without losing CPP search patchs and defines. Some associated - Makefile cleanup. - -1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -Fri Feb 27 23:32:38 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Changed thisconfigdir to point at the kadmin - directory, since we've moved all of the configure.in - tests to the toplevel kadmin configure.in - -Wed Feb 18 15:58:53 1998 Tom Yu <tlyu@mit.edu> - - * Makefile.in: Remove trailing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * configure.in: Use AC_CONFIG_DIRS instead of CONFIG_DIRS, and - remove use of DO_SUBDIRS. - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - diff --git a/src/kadmin/testing/proto/ChangeLog b/src/kadmin/testing/proto/ChangeLog deleted file mode 100644 index 1b72cb4e9..000000000 --- a/src/kadmin/testing/proto/ChangeLog +++ /dev/null @@ -1,63 +0,0 @@ -2005-08-16 Ken Raeburn <raeburn@mit.edu> - - * krb5.conf.proto: Change db module name to be more obviously not - magic. Point db_module_dir to the fakedest installed version. - -2005-07-06 Ken Raeburn <raeburn@mit.edu> - - * krb5.conf.proto: Add a bunch of db module info that should be in - kdc.conf.proto, but is sought here for now. - -2000-05-31 Ken Raeburn <raeburn@mit.edu> - - * kdc.conf.proto: Use des3 master key. - -2000-05-09 Ken Raeburn <raeburn@mit.edu> - - * krb5.conf.proto: Set dns_fallback=no. - - * kdc.conf.proto: Add des3 to supported_enctypes. - -Wed Jan 21 12:44:25 1998 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * kdc.conf.proto: Add kpasswd_port line so kadmind can start as - non-root for testing. - -Mon Mar 31 17:42:33 1997 Barry Jaspan <bjaspan@mit.edu> - - * krb5.conf.proto: add support for setkey_principal (support more enctypes) - -Tue Oct 15 16:24:33 1996 Barry Jaspan <bjaspan@mit.edu> - - * krb5.conf.proto: s/localhost/__LOCALHOST__/ - -Fri Sep 27 17:12:48 1996 Barry Jaspan <bjaspan@mit.edu> - - * krb5.conf.proto: parameterize kdc hostname for remote server - testing - -Thu Sep 26 17:47:23 1996 Barry Jaspan <bjaspan@mit.edu> - - * krb5.conf.proto, kdc.conf.proto: use K5ROOT instead of /krb5 - -Wed Sep 25 16:20:29 1996 Barry Jaspan <bjaspan@mit.edu> - - * kdc.conf.proto: remove admin_dbname and admin_lockfile - -Fri Sep 20 16:54:44 1996 Barry Jaspan <bjaspan@mit.edu> - - * krb5.conf.proto: change logging to /krb5/syslog - -Wed Sep 18 12:37:46 1996 Barry Jaspan <bjaspan@mit.edu> - - * kdc.conf.proto: remove max_life spec, use default - -Mon Jul 15 17:11:35 1996 Marc Horowitz <marc@mit.edu> - - * krb5.conf.proto: specify a default_keytab_name in /krb5 - -Fri Jul 12 14:46:17 1996 Marc Horowitz <marc@mit.edu> - - * kdc.conf.proto: put the stash file in /krb5, so that the root - dir does not need to be writeable. also, the admin system - requires a reference in the conf file to admin_keytab diff --git a/src/kadmin/testing/scripts/ChangeLog b/src/kadmin/testing/scripts/ChangeLog deleted file mode 100644 index a041b8532..000000000 --- a/src/kadmin/testing/scripts/ChangeLog +++ /dev/null @@ -1,281 +0,0 @@ -2006-03-06 Ken Raeburn <raeburn@mit.edu> - - * init_db: Change MODDIR setting to match new installation path. - -2005-08-16 Ken Raeburn <raeburn@mit.edu> - - * env-setup.shin: Export $libdir. - * init_db: Substitue __MODDIR__ with the fakedest module - directory. - * start_servers: Likewise. - -2004-09-30 Ken Raeburn <raeburn@mit.edu> - - * start_servers_local: If one of the servers failed to start, log - info about which start file was not found. - -2004-02-12 Tom Yu <tlyu@mit.edu> - - * env-setup.shin: Substitute FAKEDEST. Substitue "$" for "$$". - -2003-12-05 Tom Yu <tlyu@mit.edu> - - * env-setup.shin: Allow BUILDTOP substitution. - -2003-05-13 Ken Raeburn <raeburn@mit.edu> - - * start_servers_local: Set KRB5RCACHEDIR. - * stop_servers_local: Set KRB5RCACHEDIR. Use the correct filename - when deleting the replay cache file. - -2003-01-07 Ken Raeburn <raeburn@mit.edu> - - * Makefile.ov: Deleted. - -2002-12-18 Ken Raeburn <raeburn@mit.edu> - - * init_db (qualname): If "kdb5_util create" fails, exit. - - * env-setup.shin: Set KRB5CCNAME to something under $K5ROOT. - -2002-10-30 Ken Raeburn <raeburn@mit.edu> - - * start_servers_local: If $USER isn't set, use $LOGNAME. If - ovsec_kadm_srv_tcl invocation to do some initialization fails, - exit rather than continuing. - -2002-10-17 Ken Raeburn <raeburn@mit.edu> - - * start_servers_local: Set names of replay cache and log files to - be per-user, since they're in system-wide shared directories. - -2002-10-16 Ken Raeburn <raeburn@mit.edu> - - * start_servers_local: Telnet to 127.0.0.1, not "localhost", to - probe for kadmind, since kadmind does IPv4 only. - -2002-08-29 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2000-06-27 Ezra Peisach <epeisach@mit.edu> - - * env-setup.shin: Do not override the EXPECT environment variable - if set. - -1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -Sun Mar 1 21:13:06 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in (env-setup.stmp): If env-setup.stamp needs to be - rebuilt, set CONFIG_FILES so that we only regenerate that - one file. - - * env-setup.shin: Rename SRCTOPDIR to S_TOP, which has been - fixed to deal with absolute source paths. - -Sat Feb 28 18:54:42 1998 Tom Yu <tlyu@mit.edu> - - * env-setup.shin (STOP): SRCTOP -> SRCTOPDIR. - - * Makefile.in (env-setup.stamp): Fix up to use $(thisconfigdir). - -Fri Feb 27 23:32:38 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Changed thisconfigdir to point at the kadmin - directory, since we've moved all of the configure.in - tests to the toplevel kadmin configure.in - -Wed Feb 18 15:59:31 1998 Tom Yu <tlyu@mit.edu> - - * Makefile.in: Remove trailing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. - -Thu Feb 12 16:16:22 1998 Tom Yu <tlyu@mit.edu> - - * configure.in: Add commented out AC_OUTPUT to allow autoreconf to - rebuild the configure script. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Sun Feb 9 01:07:37 1997 Tom Yu <tlyu@mit.edu> - - * env-setup.shin: Fix to deal with multiple variables in - KRB5_RUN_ENV. - -Sat Feb 8 22:12:32 1997 Tom Yu <tlyu@mit.edu> - - * env-setup.shin: Hack to deal with new usage of KRB5_RUN_ENV. - -Tue Dec 3 15:28:53 1996 Barry Jaspan <bjaspan@mit.edu> - - * init_db: be verbose when $SRVTCL doesn't exist, instead of just - failing [krb5-admin/245] - -Thu Dec 5 19:34:09 1996 Tom Yu <tlyu@mit.edu> - - * save_files.sh (files): Also save /etc/krb5.keytab. [PR 278] - -Thu Nov 14 15:28:16 1996 Barry Jaspan <bjaspan@mit.edu> - - * env-setup.shin, init_db, save_files.sh, start_servers, - start_servers_local, stop_servers, stop_servers_local: move - VERBOSE_TEST -> VERBOSE logic to env-setup.sh, make everything - else inherit from it, and fix the sense of the test (Tom got it - backwards); also fix init_db so that kdb5_util create is not - always verbose - -Wed Nov 13 17:12:51 1996 Tom Yu <tlyu@mit.edu> - - * env-setup.shin: Explicitly set KRB5CCNAME so the user's ccache - doesn't get blown away. - -Tue Nov 12 14:59:31 1996 Tom Yu <tlyu@mit.edu> - - * init_db, save_files.sh, start_servers, start_servers_local, - stop_servers, stop_servers_local: Fix test of $VERBOSE_TEST so - that $VERBOSE only gets set if $VERBOSE_TEST is not empty. - -Mon Nov 11 14:25:15 1996 Tom Yu <tlyu@mit.edu> - - * init_db, save_files.sh, start_servers_local, stop_servers, - stop_servers_local: Use temp files rather than a here document to - provide input to eval'ed commands; Ultrix sh is broken wrt here - documents redirected to eval commands. - - * start_servers, start_servers_local, init_db: Use ${FOO+bar} and - ${FOO=baz} rather than ${FOO:+bar} and ${FOO:=baz} because of - Ultrix /bin/sh lossage. - -Thu Nov 7 13:56:25 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * env-setup.shin (foo): Use single quotes around @KRB5_RUN_ENV@ so - that bash doesn't try to expand $(TOPLIBD) in the echo line. - -Tue Nov 5 08:07:06 1996 Ezra Peisach <epeisach@mit.edu> - - * start_servers_local: kadmin/tcl/util.t is in source tree. - -Tue Oct 29 12:19:45 1996 Barry Jaspan <bjaspan@mit.edu> - - * init_db: put KRB5_RUN_ENV_CSH in setup.csh - - * env-setup.shin: create KRB5_RUN_ENV_CSH for init_db - -Fri Oct 18 16:15:45 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * Makefile.in (env-setup.stamp): Add dependency upon Makefile. - -Thu Oct 17 18:28:36 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * qualname.plin: Downcase the FQDN for keytab use. [krb5-libs/116] - -Tue Oct 15 18:39:58 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * env-setup.shin: Support for build tree shared library - environment setup. [krb5-admin/80] - - * configure.in (RBUILD): Pass in proper top of build tree (not - .. path) as this is build tree independent. - -Tue Oct 15 16:22:52 1996 Barry Jaspan <bjaspan@mit.edu> - - * env-setup.shin: set $QUALNAME to the right path - - * start_servers, init_db: use qualname of local host, not - localhost, in krb5.conf - -Tue Oct 15 06:39:58 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * Makefile.in: Added standard rules for .plin -> .pl - - * *.plin: Renamed from *.pl.in - -Thu Oct 10 17:32:22 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * env-setup.shin (EXPECT): Subsititute path for expect from - autoconf. - - * configure.in: Check for expect. - -Thu Oct 3 13:16:19 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * env-setup.shin: Renamed env-setup.sh for autoconf use. - - * init_db, start_servers, start_servers_local, stop_servers: - Invoke scripts from source directory or build tree as needed. - - * configure.in, Makefile.in: generate env-setup.sh with proper - paths already. - - -Wed Oct 2 13:41:04 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * configure.in, Makefile.in: Let autoconf determine path to perl. - -Fri Sep 27 14:12:59 1996 Barry Jaspan <bjaspan@mit.edu> - - * start_servers, start_servers_local, stop_servers, init_db, - env-setup.sh: first pass at making TEST_SERVER remote server - testing work - - * env-setup.sh: set K5ROOT to $TESTDIR/krb5-test-root by default, - but use an absolute path - -Thu Sep 26 17:48:32 1996 Barry Jaspan <bjaspan@mit.edu> - - * env-setup.sh, init_db, start_servers_local: use K5ROOT instead - of /krb5 - -Thu Sep 26 11:45:56 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * qualname.pl.in: Renamed old qualname to here as perl path needs - updating. - - * Makefile.in (GEN_SCRIPTS): Add qualname.pl - - * start_servers_local, env-setup.sh (QUALNAME): Replace with - qualname.pl. - -Tue Sep 24 13:28:54 1996 Barry Jaspan <bjaspan@mit.edu> - - * create Makefile.in and configure.in - -Mon Sep 23 15:38:58 1996 Barry Jaspan <bjaspan@mit.edu> - - * stop_servers_local: delete krb5kdc_rcache after stopping kdc - - * Makefile.ov: create restore_files.sh as symlink to save_files.sh - -Wed Sep 11 17:01:06 1996 Barry Jaspan <bjaspan@mit.edu> - - * make-host-keytab.pl.in: use kadmin instead of kadm5_keytab - -Mon Aug 12 11:36:57 1996 Barry Jaspan <bjaspan@mit.edu> - - * init_db: use kdb5_util instead of kdb5_create - -Fri Jul 12 14:48:20 1996 Marc Horowitz <marc@mit.edu> - - * stop_servers_local (true, false): use the path to find these, - instead of looking in /bin explicitly. - - * start_servers_local (/usr/tmp): /usr/tmp doesn't exist on some - systems. Check for that and /var/tmp, and use the one which - exists. (true, false): use the path to find these, instead of - looking in /bin explicitly. - - * make-host-keytab.pl.in: perl5 requires that @ in strings be - backwhacked. (EDIT_KEYTAB): ovsec_adm_keytab is now kadm5_keytab. - - * init_db: kadmin_create should be kdb5_create - diff --git a/src/kadmin/testing/util/ChangeLog b/src/kadmin/testing/util/ChangeLog deleted file mode 100644 index 341ba82b6..000000000 --- a/src/kadmin/testing/util/ChangeLog +++ /dev/null @@ -1,228 +0,0 @@ -2006-04-03 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in (DEFS): Make empty. - -2006-03-31 Ken Raeburn <raeburn@mit.edu> - - * test.c, tcl_kadm5.c, tcl_ovsec_kadm.c: Include autoconf.h. - -2005-11-17 Ken Raeburn <raeburn@mit.edu> - - * tcl_kadm5.c, tcl_ovsec_kadm.c: Don't include k5-int.h. - -2005-06-20 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in (KDB_DEP_LIB): Use THREAD_LINKOPTS instead of - explicitly using -lpthread. - - Novell merge. - * Makefile.in: - * tcl_kadm5.c: - * tcl_ovsec_kadm.c: - -2005-02-10 Tom Yu <tlyu@mit.edu> - - * tcl_kadm5.c (unparse_err): Add entries for KRB5_CC_NOTFOUND and - KRB5_FCC_NOFILE, to handle changes in client_init.c. - -2004-07-28 Ken Raeburn <raeburn@mit.edu> - - * tcl_kadm5.c (parse_flags, parse_keysalts, parse_key_data, - parse_tl_data, parse_principal_ent, parse_policy_ent): Use - Tcl_Free, not free, to release storage allocated by - Tcl_SplitList. - * tcl_ovsec_kadm.c (parse_flags, parse_principal_ent, - parse_policy_ent): Likewise. - -2003-01-08 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in (DEFINES): New variable. Define HAS_STDARG for Tcl - headers. - -2003-01-07 Ken Raeburn <raeburn@mit.edu> - - * Makefile.ov: Deleted. - -2002-11-04 Tom Yu <tlyu@mit.edu> - - * Makefile.in: Use $(TCL_MAYBE_RPATH). - -2002-08-29 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2002-08-07 Ken Raeburn <raeburn@mit.edu> - - * tcl_kadm5.c (unparse_err): Handle - KADM5_MISSING_KRB5_CONF_PARAMS. - -2002-07-15 Ezra Peisach <epeisach@med-dotty.bu.edu> - - * tcl_kadm5.c: Cleanup warnings for variables set but not used. - * tcl_ovsec_kadm.c (unparse_err): Likewise. - -2002-03-07 Ken Raeburn <raeburn@mit.edu> - - * tcl_kadm5.c (unparse_err): Print error message, not just number, - to stderr for unrecognized error code. - * tcl_ovsec_kadm.c (unparse_err): Likewise. - -2001-09-01 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in (SRCS): All files live in srcdir. - -2001-07-01 Ezra Peisach <epeisach@mit.edu> - - * tcl_kadm5.h: File with prototypes for Tcl_kadm5_init and - Tcl_ovsec_kadm_init. - - * tcl_kadm5.c: Include tcl_kadm5.h. Declare - tcl_kadm5_{rename,chpass,get}_principal, - tcl_kadm5_chpass_principal_util, tcl_kadm5_randkey_principal, - tcl_kadm5_{create,delete,modify,get}_policy, - tcl_kadm5_free_{principal,policy}_ent, tcl_kadm5_get_privs as static. - - * test.c, tcl_ovsec_kadm.c: Include tcl_kadm5.h. - -2001-06-08 Ezra Peisach <epeisach@mit.edu> - - * tcl_kadm5.c: Cleanup assignments in conditionals. - - * test.c: Add prototype for Tcl_ovsec_kadm_init() and Tcl_kadm5_init(). - -2001-04-25 Ezra Peisach <epeisach@mit.edu> - - * tcl_kadm5.c, tcl_ovsec_kadm.c: Cleanup of assignments in - conditionals, missing prototypes, etc. - -2000-05-23 Tom Yu <tlyu@mit.edu> - - * tcl_kadm5.c (tcl_kadm5_chpass_principal_util): Add new argument - to call to chpass_principal_util(). - -1999-10-26 Wilfredo Sanchez <tritan@mit.edu> - - * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, - LOCAL_INCLUDES such that one can override CFLAGS from the command - line without losing CPP search patchs and defines. Some associated - Makefile cleanup. - -1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -Thu Jul 16 10:20:20 1998 Ezra Peisach <epeisach@mit.edu> - - * tcl_kadm5.c (parse_tl_data): Change cast from char * to - krb5_octet *. - (tcl_kadm5_free_principal_ent, tcl_kadm5_free_policy_ent): Add - cast to value returned by Tcl_GetHashValue. - - * tcl_ovsec_kadm.c (tcl_ovsec_kadm_free_principal_ent): Cast - return of Tcl_GetHashValue. - -Fri Feb 27 23:32:38 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Changed thisconfigdir to point at the kadmin - directory, since we've moved all of the configure.in - tests to the toplevel kadmin configure.in - -Wed Feb 18 16:00:13 1998 Tom Yu <tlyu@mit.edu> - - * Makefile.in: Remove trailing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Wed Oct 22 15:40:34 1997 Ezra Peisach <epeisach@dumpster.rose.brandeis.edu> - - * test.c, tcl_ovsec_kadm.c, tcl_krb5_hash.c, tcl_kadm5.c: Include - either tcl.h or tcl/tcl.h - -Mon Mar 31 17:43:06 1997 Barry Jaspan <bjaspan@mit.edu> - - * Makefile.in: be more verbose if Tcl is unavailable - -Wed Feb 5 22:57:53 1997 Tom Yu <tlyu@mit.edu> - - * Makefile.in: - * configure.in: Update to new program build procedure. - -Fri Dec 6 00:04:10 1996 Theodore Y. Ts'o <tytso@mit.edu> - - * test.c: Change test looking for tcl 7.05 and greater to be tcl - 7.04 and greater, since BSDI ships with tcl 7.04, and - needs this change. [PR#282] - -Thu Dec 5 22:47:27 1996 Theodore Y. Ts'o <tytso@mit.edu> - - * tcl_ovsec_kadm.c: - * tcl_kadm5.c: Remove #include of <malloc.h>, which is not - guaranteed to be there. #include of <stdlib.h> is all you - need for malloc(), per ANSI. [PR#281] - -Wed Nov 13 09:55:05 1996 Ezra Peisach <epeisach@mit.edu> - - * Makefile.in (clean): Remove built programs. - -Thu Nov 7 20:53:45 1996 Tom Yu <tlyu@mit.edu> - - * configure.in: Remove spurious WITH_CCOPTS and KRB_INCLUDE. - -Thu Nov 7 13:09:33 1996 Barry Jaspan <bjaspan@mit.edu> - - * tcl_kadm5.c: don't assume tl_data_contents is null-terminated, - and zero allocated princ before parsing it - (unparse_err): add new finer-grained conf file error codes - -Thu Nov 7 11:36:15 1996 Ezra Peisach <epeisach@mit.edu> - - * tcl_kadm5.c (parse_keysalts, parse_tl_data): Do not free memory - twice. - - * Makefile.in: Use $(LD) instead of $(CC) for linking. - -Fri Nov 1 13:16:43 1996 Barry Jaspan <bjaspan@mit.edu> - - * tcl_kadm5.c (unparse_err): update for new tl_data semantics - [krb5-admin/140] - -Mon Oct 21 16:31:35 1996 Barry Jaspan <bjaspan@mit.edu> - - * tcl_kadm5.c: add unparse ability for V2 principal fields - [krb5-admin/20] - -Fri Oct 18 13:23:46 1996 Barry Jaspan <bjaspan@mit.edu> - - * tcl_kadm5.c (unparse_principal_ent): don't unparse allocated - fields that were not requested in mask to get_principal - -Mon Oct 14 07:01:34 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * Makefile.in: Only attempt to build programs if Tcl present. - - * configure.in: Test for existance of Tcl libraries. - -Thu Sep 26 11:31:57 1996 Ezra Peisach (epeisach@kangaroo.mit.edu) - - * Makefile.in: Link with -ltcl -lm. Order the Makefile so programs - are built. - -Tue Sep 24 13:29:14 1996 Barry Jaspan <bjaspan@mit.edu> - - * create Makefile.in and configure.in - -Mon Aug 12 11:50:42 1996 Barry Jaspan <bjaspan@mit.edu> - - * Makefile.ov: add $(REGEXLIB) - -Fri Jul 12 15:04:52 1996 Marc Horowitz <marc@mit.edu> - - * tcl_ovsec_kadm.c: renamed <ovsec_admin/foo.h> to <kadm5/foo.h> |
