From 779066fca01df6c4354ccd4f80dcafe4e96d891c Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Tue, 11 Apr 2006 21:28:48 +0000 Subject: Remove ChangeLog files from the source tree. From now on, the subversion commit log entry needs to include information that would have been in the changelog. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17893 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kadmin/ChangeLog | 193 ------- src/kadmin/cli/ChangeLog | 546 ------------------- src/kadmin/dbutil/ChangeLog | 969 ---------------------------------- src/kadmin/kdbkeys/ChangeLog | 54 -- src/kadmin/ktutil/ChangeLog | 191 ------- src/kadmin/passwd/ChangeLog | 182 ------- src/kadmin/passwd/unit-test/ChangeLog | 62 --- src/kadmin/server/ChangeLog | 493 ----------------- src/kadmin/testing/ChangeLog | 42 -- src/kadmin/testing/proto/ChangeLog | 63 --- src/kadmin/testing/scripts/ChangeLog | 281 ---------- src/kadmin/testing/util/ChangeLog | 228 -------- 12 files changed, 3304 deletions(-) delete mode 100644 src/kadmin/ChangeLog delete mode 100644 src/kadmin/cli/ChangeLog delete mode 100644 src/kadmin/dbutil/ChangeLog delete mode 100644 src/kadmin/kdbkeys/ChangeLog delete mode 100644 src/kadmin/ktutil/ChangeLog delete mode 100644 src/kadmin/passwd/ChangeLog delete mode 100644 src/kadmin/passwd/unit-test/ChangeLog delete mode 100644 src/kadmin/server/ChangeLog delete mode 100644 src/kadmin/testing/ChangeLog delete mode 100644 src/kadmin/testing/proto/ChangeLog delete mode 100644 src/kadmin/testing/scripts/ChangeLog delete mode 100644 src/kadmin/testing/util/ChangeLog (limited to 'src/kadmin') diff --git a/src/kadmin/ChangeLog b/src/kadmin/ChangeLog deleted file mode 100644 index beb6637f71..0000000000 --- a/src/kadmin/ChangeLog +++ /dev/null @@ -1,193 +0,0 @@ -2006-03-27 Ken Raeburn - - * configure.in: Don't define NDBM_PW_CHECK. - -2005-08-20 Ken Raeburn - - * configure.in: Use K5_AC_INIT instead of AC_INIT. - -2005-04-19 Ken Raeburn - - * configure.in: Don't invoke AC_CANONICAL_HOST explicitly, - CONFIG_RULES already does it. - -2004-02-16 Tom Yu - - * configure.in: Invoke KRB5_AC_PRIOCNTL_HACK. - -2003-12-27 Ken Raeburn - - * Makefile.in (LOCAL_SUBDIRS): Fix typo in last (undocumented) - change. - -2003-12-11 Sam Hartman - - * configure.in (DO_ALL): Don't build v4server on v5passwdd - -2003-08-29 Ken Raeburn - - * configure.in: Call KRB5_AC_NEED_DAEMON instead of checking - whether daemon() prototype is needed. - -2003-01-10 Ken Raeburn - - * configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of - K5_GEN_MAKEFILE and K5_AC_OUTPUT. - -2003-01-07 Ken Raeburn - - * Makefile.ov, config.mk/*: Deleted. - -2002-08-23 Ken Raeburn - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2001-10-26 Ezra Peisach - - * configure.in: Add KRB5_GETSOCKNAME_ARGS - -2001-06-21 Ezra Peisach - - * configure.in: Test system header files for daemon prototype. - -2001-06-18 Ezra Peisach - - * configure.in: Check for regex.h - -2001-06-08 Ezra Peisach - - * configure.in: Test for existance of arpa/inet.h - -2000-05-31 Wilfredo Sanchez - - * configure.in: Check for existance of . - [from Nathan Neulinger ] - -1999-10-26 Wilfredo Sanchez - - * 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. - -1999-01-20 Theodore Ts'o - - * config.mk/netbsd1.def (UTMP_FILE, WTMP_FILE): Update filenames to comply - with netbsd system. (Not actually used by our - configuration system, but I'll update the file.) - Submitted by ghudson, [krb5-admin/522] - -Tue Jan 12 18:26:04 1999 Tom Yu - - * configure.in: Define NDBM_PW_CHECK if enable_athena is set to - deal with v4kadmind kludge. - -1998-11-13 Theodore Ts'o - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -Tue Mar 3 10:40:09 1998 Ezra Peisach - - * configure.in: Enable v4 kadmin tests only if athena - compatibility is enabled. - -Sun Mar 1 21:12:08 1998 Theodore Ts'o - - * configure.in: Define S_TOP to contain an absolute pathname - to the top of the source tree. - -Fri Feb 27 23:32:38 1998 Theodore Ts'o - - * configure.in: Move tests from all of kadmin's subdirectories into - this configure.in, and make it generate makefiles for all - of the subdirectories. - - * Makefile.in: Add a LOCAL_SUBDIRS macro for all subdirectories in - the kadmin directory. - -Wed Feb 18 15:53:46 1998 Tom Yu - - * Makefile.in (thisconfigdir): Remove trailing slash. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o - - * 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 - -Wed Nov 13 19:24:36 1996 Tom Yu - - * testing/Makefile.in (clean): Remove krb5-test-root. - -Tue Sep 24 13:29:40 1996 Barry Jaspan - - * configure.in: add testing to subdirs list - -Thu Sep 19 08:06:20 1996 Ezra Peisach - - * configure.in: Do not build in v4server if compiling without - krb4. - -Wed Sep 11 16:27:04 1996 Theodore Y. Ts'o - - * configure.in: no longer build import and export since they - are subsumed by kdb5_util. - -Tue Sep 10 18:20:51 1996 Tom Yu - - * configure.in: no longer build keytab - -Fri Jul 26 15:35:31 1996 Tom Yu - - * configure.in: remove create - -Thu Jul 25 17:24:18 1996 Marc Horowitz - - * configure.in (CONFIG_DIRS): added v5passwdd - -Fri Jul 12 14:38:30 1996 Marc Horowitz - - * configure.in (CONFIG_DIRS): ktutil is still useful - functionality; add it back to the build. - - * config.mk/architecture: add uname test for NetBSD - * config.mk/netbsd1.def: added - -Wed Jul 10 16:27:11 1996 Marc Horowitz - - * configure.in: kdbkeys is no longer necessary. - * configure.in (CONFIG_DIRS): added dbutil - -Mon Jul 8 16:39:36 1996 Barry Jaspan - - * config.mk/template, config.mk/site.def, config.mk/rules: Add - SITEMAKEFILES to specify -f Makefile.ov, add .ct default rule. - -Thu Aug 24 19:21:14 1995 Theodore Y. Ts'o - - * .Sanitize: Add ktutil directory - -Thu Aug 17 22:44:13 1995 Tom Yu - - * configure.in: Build ktutil now. - -Fri Jul 7 15:59:15 EDT 1995 Paul Park (pjpark@mit.edu) - * Makefile.in - Remove LDFLAGS. - -Fri Jun 9 19:05:26 1995 - - * configure.in: Remove standardized set of autoconf macros, which - are now handled by CONFIG_RULES. Use DO_SUBDIRS to - recurse down subdirectories. - -Tue May 9 15:58:33 EDT 1995 Paul Park (pjpark@mit.edu) - Add v5client. - - -Wed Apr 26 16:00:00 EDT 1995 Paul Park (pjpark@mit.edu) - - Added new kpasswd and v5server directories for new protocol based - administrative functions. - diff --git a/src/kadmin/cli/ChangeLog b/src/kadmin/cli/ChangeLog deleted file mode 100644 index 72cd932dd3..0000000000 --- a/src/kadmin/cli/ChangeLog +++ /dev/null @@ -1,546 +0,0 @@ -2006-04-04 Ken Raeburn - - * getdate.y: Include autoconf.h always. Don't include config.h. - -2006-04-03 Ken Raeburn - - * Makefile.in (DEFS): Make empty. - -2006-03-31 Ken Raeburn - - * kadmin.h: Include autoconf.h. - -2006-03-11 Ken Raeburn - - * kadmin.c: Don't look for headers in krb5/. - * memmove.c: Unused file deleted. - -2006-03-10 Ken Raeburn - - * Makefile.in (generate-files-mac): Depend on kadmin_ct.c and - getdate.c. - -2005-11-17 Ken Raeburn - - * kadmin.c: Include errno.h instead of k5-int.h. - * keytab.c: Include errno.h. - -2005-06-20 Ken Raeburn - - * Makefile.in (KDB_DEP_LIB): Use DL_LIB and THREAD_LINKOPTS - instead of explicitly using -ldl and -lpthread. - - Novell merge. - * Makefile.in: - * kadmin.c: - -2005-02-11 Tom Yu - - * kadmin.c (kadmin_startup): New flag "-N" to prevent fallback to - AUTH_GSSAPI. - - * kadmin.M: Describe "-O" and "-N" flags. - -2004-09-17 Tom Yu - - * Makefile.in (install): Use $(INSTALL_SCRIPT) for scripts. - -2004-07-16 Ken Raeburn - - * kadmin.M: Put space after ".B" directive. - -2004-06-24 Tom Yu - - * kadmin.c (kadmin_startup): Use host-based service name from - kadm5_get_admin_service_name() for SEAM compatibility when old - AUTH_GSSAPI not requested. - -2004-06-15 Tom Yu - - * kadmin.c (kadmin_startup): Add option to force old AUTH_GSSAPI - flavor. - -2004-05-31 Ezra Peisach - - * kadmin.h, keytab.c: Remove inclusion of k5-int.h. - -2004-05-30 Ken Raeburn - - * getdate.y: Include krb5.h and kadmin.h. - (get_date): Drop second argument; always use NULL. - * kadmin.h: Include time.h and/or sys/time.h. - (get_date): Declare. - * kadmin.c (get_date): Don't declare. - (kadmin_parse_princ_args, kadmin_parse_policy_args): Drop second - argument to get_date. - * Makefile.in (LOCALINCLUDES): Define. - -2003-08-26 Ken Raeburn - - * getdate.y (bcopy): Don't bother with HAVE_BCOPY and HAVE_MEMCPY - tests; always define the macro if it's not already defined. - -2003-06-24 Ken Raeburn - - * kadmin.c (strdate): Increase size of buffer to 40. Use sizeof - for length passed to strftime. - -2003-05-19 Sam Hartman - - * kadmin.c (kadmin_startup): Don't register writable keytabs as this is always done by the library now. - -2003-02-07 Tom Yu - - * Makefile.in (install): Fix typo in k5srvutil.M install rule. - -2003-02-06 Sam Hartman - - * Makefile.in (install): Install k5srvutil - -2003-01-07 Ken Raeburn - - * Makefile.ov: Deleted. - -2002-11-05 Tom Yu - - * kadmin.c (kadmin_addprinc, kadmin_cpw): Remove trailing colon, - as new implementation of krb5_read_password() appends it. - -2002-10-08 Tom Yu - - * kadmin.c (quit): Release exclusive lock, if acquired. - (kadmin_lock, kadmin_unlock): New functions to call kadm5_lock and - kadm5_unlock. - - * kadmin.h: Add kadmin_lock and kadmin_unlock. - - * kadmin_ct.ct: Add lock and unlock commands. - -2002-08-29 Ken Raeburn - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2002-08-14 Ken Raeburn - - * dump.c: Unused file deleted. - -2002-07-29 Jen Selby - - * kadmin.M: corrected documenation of "-k/-t" options. - Added documentation for some other options. Updated the lists - of aliases for commands, some command options, and some of - the sample output. - -2002-06-06 Tom Yu - - * kadmin.M: Remove references to "rename_principal". - [pullup from 1-2-2-branch] - -2001-10-10 Ken Raeburn - - * kadmin.c (kadmin_parse_name): Properly advance pointer in - certain error cases involving '@'. Patch from Emily Ratliff, - . - -2001-10-09 Ken Raeburn - - * dump.c: Make prototypes unconditional. - -2001-06-26 Ezra Peisach - - * getdate.y: Provide full prototype for getdate_yylex() and - getdate_yyerror(). - -2001-06-18 Ezra Peisach - - * getdate.y: Cast argument to isalpha()/isspace()/isdigit() to int. - -Mon Feb 26 13:25:50 2001 Ezra Peisach - - * ss_wrapper.c: Include kadmin.h. - - * kadmin.c, keytab.c: Warning cleanup of shadowing variables, - missing prototypes, assignments within conditionals. variables - type mismatches. - - * getdate.y: Prototypes in file are for getdate_yylex() and - getdaye_yyerror() and not yylex()/yyerror(). - - * kadmin.h: New header file with ss callback prototypes and global - variables. - - -2000-10-17 Ezra Peisach - - * kadmin.c (kadmin_cpw): Argument to krb5_read_password changed to - unsigned int. - -2000-10-16 Tom Yu - - * kadmin.c (strdur): Print negative durations somewhat (!) - sanely. - (kadmin_startup): Call krb5_klog_init() to avoid coredumping if - kadm5_init() logs something via krb5_klog_syslog(). - -2000-10-03 Ezra Peisach - - * kadmin.c (kadmin_getpol): Change format strings from %d to %ld - to match the policy types which are longs. - - * getdate.y: Include stdlib.h if present on system. - -2000-07-03 Ezra Peisach - - * ss_wrapper.c (main): ss_listen() takes only one argument - -2000-06-09 Tom Yu - - * kadmin.M: Update to reflect new -e and -keepold flags. - -2000-06-06 Ken Raeburn - - * kadmin.c (kadmin_startup): Don't pass keytab_name to printf if - it's NULL. - -2000-05-31 Ken Raeburn - - * strftime.c: Replace with a copy of the one from libkrb5, which - isn't under GPL. - -2000-03-01 Tom Yu - - * kadmin.c (kadmin_cpw): Initialize ks_tuple to NULL. - -2000-02-27 Tom Yu - - * kadmin.c (kadmin_parse_princ_args): Remove keepold argument to - match new kadm5 library. - (kadmin_addprinc_usage): Remove keepold argument from usage - summary. - (kadmin_addprinc): Update kadm5 calls to no longer use keepold. - -2000-02-25 Ken Raeburn - - * kadmin.c (kadmin_modprinc): Complain if -pw option is given, - since it's ignored. Patch from Matt Crawford. - -2000-02-18 Tom Yu - - * keytab.c (add_usage): Update usage message. - (kadmin_keytab_add): Update to deal with explicit keysalt lists. - (add_principal): Update to deal with explicit keysalt lists. - - * kadmin.c (kadmin_cpw): Add support for new api. - (kadmin_parse_princ_args): Add support for new api, particularly - -keepold to keep old keys around and -e to explicitly specify - key-salt tuples. - (kadmin_addprinc_usage): Update usage accordingly. - (kadmin_addprinc): Add support for new api. - (kadmin_modprinc): Update to call new parse_princ_args reasonably. - -1999-10-26 Wilfredo Sanchez - - * 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. - -1999-08-18 Ken Raeburn - - * getdate.y (Convert): Check for year past 2038. - (RelativeMonth): Check for error return from Convert. - (get_date): Check for error return from RelativeMonth. - -1998-11-13 Theodore Ts'o - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -1998-10-26 Marc Horowitz - - * 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 - - * 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:54:11 1998 Tom Yu - - * Makefile.in: Remove trailing slash. Fix up BUILDTOP for new - conventions. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Tue Oct 7 19:57:43 1997 Ezra Peisach - - * kadmin.c (quit): Call krb5_free_context. - -Thu Sep 18 17:54:10 1997 Tom Yu - - * memmove.c: Replace USE_STRING_H with something more sane. - -Fri Jul 25 15:45:24 1997 Tom Yu - - * dump.c: Update to new kdb API. - -Fri Jun 27 17:37:07 1997 Tom Yu - - * keytab.c (add_principal): Don't call kadm5_free_key_data; that's - Just Wrong here and was causing coredumps. - -Wed May 28 13:33:40 1997 Barry Jaspan - - * keytab.c (add_principal): use kadm5_free_key_data - -Tue Feb 4 20:56:47 1997 Tom Yu - - * Makefile.in: - * configure.in: Update to new program build procedure. - -Tue Dec 17 17:08:04 1996 Ezra Peisach - - * kadmin.c (kadmin_startup): Do not compare an int to NULL. - -Tue Dec 3 15:39:11 1996 Barry Jaspan - - * kadmin.c (kadmin_addprinc): print warning/notice about no policy - and default policy [krb5-admin/252] - -Thu Dec 5 19:30:22 1996 Tom Yu - - * kadmin.M: Missed a ref to /krb5. [279] - - * kadmin.M: Change example to no longer use /krb5. [PR 279] - - * kadmin.M: v5srvtab -> krb5.keytab [PR 279] - - * kadmin.c (DEFAULT_KEYTAB): v5srvtab -> krb5.keytab [PR 278] - -Wed Nov 13 14:29:02 1996 Tom Yu - - * Makefile.in (clean-unix): Remove getdate.c and kadmin_ct.c. - - * keytab.c (process_keytab): Note that krb5_defkeyname is an - internal interface. - - * kadmin.c (kadmin_startup): Note that krb5_defkeyname is an - internal interface. - - * kadmin.c, keytab.c: Revert kt_default_name changes. - -Tue Nov 12 22:05:26 1996 Tom Yu - - * keytab.c (process_keytab): Retrieve *keytab_str using - krb5_kt_default_name() to avoid global variable nastiness. - - * kadmin.c (kadmin_startup): Use krb5_kt_set_default_name to - change the default keytab name rather than assigning to a library - global variable. - -Thu Nov 7 20:52:39 1996 Tom Yu - - * configure.in: Remove spurious WITH_CCOPTS and KRB_INCLUDE. - -Fri Nov 1 11:52:52 1996 Barry Jaspan - - * kadmin.c (kadmin_cpw): fix typo [krb5-admin/139] - -Wed Oct 30 17:35:19 1996 Barry Jaspan - - * kadmin.M: update ktadd's description [krb5-doc/137] - -Fri Oct 18 13:47:01 1996 Barry Jaspan - - * kadmin.c (kadmin_addprinc): use a studly temporary password when - creating a principal with a random key (no, the security of this - operation does not depend on the secrecy of the password) - [krb5-admin/115] - - * getdate.y: remove military timezones and plain integeres as part - of date specifications, to reduce confusion by redundancy - [krb5-admin/15] - -Wed Oct 9 15:23:51 1996 Barry Jaspan - - * kadmin.c (kadmin_addprinc): add "default" policy behavior; - delete kadmin_renprinc entirely, since it is no longer supported - by the api and there is no ss command for it anyway - - * kadmin.M: document "default" policy behavior. [krb5-admin/84] - -Fri Oct 4 16:37:30 1996 Kevin L Mitchell - - * kadmin.c (kadmin_renprinc): Changed newcanon to oldcanon in the - "make sure blah is removed from acls before reusing" - message - -Wed Sep 25 16:22:12 1996 Barry Jaspan - - * getdate.y: add lots of comments - -Tue Sep 10 00:48:38 1996 Mark Eichin - - * kadmin.c (kadmin_startup): -m doesn't take an argument. - -Tue Sep 10 14:15:28 1996 Tom Yu - - * kadmin.M: remove ".so man1/header.doc" - -Mon Sep 9 11:14:23 1996 Theodore Y. Ts'o - - * kadmin.c: Fix the usage messages to state -randkey, not - -randpass, to conform with what the code (and man pages) - use. - -Thu Sep 5 20:15:12 1996 Ezra Peisach (epeisach@mit.edu) - - * getdate.y: Declare a private copy of struct timeb (no-one uses - the extra return structure in our tree). This works around - a bug with Sun's cc cimpiler, and pragma incompatibility - in its header files. - -Tue Sep 3 22:10:49 1996 Theodore Y. Ts'o - - * Makefile.in (install): Fixed typo: ($PROG) -> $(PROG) - -Thu Aug 29 16:08:10 1996 Jeff Bigler - - * Makefile.in (install): added man pages for kadmin and - kadmin.local - -Fri Aug 23 14:16:18 1996 Sam Hartman - - * configure.in: Use shared libaries if present. - -Fri Aug 23 14:47:55 1996 Barry Jaspan - - * kadmin.c: add newlines to "invalid date spec" msg - - * getdate.y: add "never" as a valid date specification - -Wed Aug 21 14:10:36 1996 Barry Jaspan - - * kadmin.c: memset policy structures before passing them to - kadm5_*_policy functions, so stack garbage >=2^32 doesn't end up - in a long field and confuse xdr - -Mon Aug 19 12:11:27 1996 Barry Jaspan - - * kadmin.c: prints absolute 0 dates as "[never]", print mod date - and by on one line, fix coredump on getprinc -terse - - * Makefile.in: add target for datetest - - * getdate.y: accept dates after 1999 - -Fri Aug 16 13:46:31 1996 Barry Jaspan - - * kadmin.c: update addprinc and modprinc usage - -Thu Aug 15 20:56:13 1996 Tom Yu - - * configure.in: remove check for -ldbm and -lndbm (old old - garbage). - -Mon Aug 12 20:20:11 1996 Ezra Peisach - - * kadmin.1: Remove rename_principal. Add -maxrenewlife. - - * kadmin.c (kadmin_getprinc): Display the maximum renewable life - field. - (kadmin_parse_princ_args): Add -maxrenwlife as a settable - field. - -Mon Aug 12 11:47:31 1996 Barry Jaspan - - * kadmin_ct.ct: fix typo in add_principal - -Sun Aug 11 16:29:27 1996 Barry Jaspan - - * keytab.c: reset static global "quiet" each time; don't print - whoami on normal status messages - -Tue Aug 6 15:18:49 1996 Barry Jaspan - - * kadmin_ct.ct: get_{principals,policies} -> list_*; remove - rename_principal - - * kadmin.c: remove unsupported -salt option from ank usage - -Fri Aug 2 13:13:24 1996 Barry Jaspan - - * keytab.c (add_principal): free_keyblock -> free_keyblock_contents - -Wed Jul 31 14:20:50 1996 Tom Yu - - * kadmin.c: Remove delcaration for getpwuid(); already declared in - pwd.h. - -Fri Jul 26 14:26:08 1996 Theodore Y. Ts'o - - * Makefile.in (install): Actually install kadmin.local. (Or - rather, don't install kadmin.local as kadmin, and then - reinstall kadmin on top of kadmin.) - -Wed Jul 24 00:27:59 1996 Sam Hartman - - * configure.in: Don't replace setenv as it isn't used. - -Thu Jul 25 12:11:49 1996 Theodore Y. Ts'o - - * kadmin.c (quit): Return zero so that we return the proper exit - status. - (kadmin_getprivs): Declare function as returning void - -Wed Jul 24 14:18:13 1996 Ezra Peisach - - * Makefile.in (all): Use $(LD) instead of $(CC) for link stage. - - * dump.c (dump_db): Zero out kadm5_principal_ent_rec structure - before passing to rpc code. - - * kadmin.c (kadmin_addprinc, kadmin_getprinc, kadmin_modprinc): - Zero out structures before passing to rpc code. - - -Tue Jul 23 17:02:04 1996 Tom Yu - - * Makefile.in: add dependency for kadmin_ct.o - -Fri Jul 19 16:10:39 1996 Marc Horowitz - - * ss_wrapper.c (main): ss_execute_line was being called with three - args. There are only two, so no error was ever being returned. - -Thu Jul 18 19:14:51 1996 Marc Horowitz - - * attic/configure.in: removed SS_RULES - - * keytab.c (etype_string): ifdef out des3 reference - - * configure.in: removed SS_RULES - -Mon Jul 15 16:56:43 1996 Barry Jaspan - - * kadmin.1, keytab.c (kadmin_keytab_add): change ktadd usage to - accept -glob - -Tue Jul 9 16:15:46 1996 Marc Horowitz - - * Makefile.in: complete rewrite - * configure.in: add the necessary USE_*_LIBRARY macros - -Mon Jul 8 16:45:20 1996 Barry Jaspan - - * kadmin.1: Update man page for kadm5 changes and functionality. - - diff --git a/src/kadmin/dbutil/ChangeLog b/src/kadmin/dbutil/ChangeLog deleted file mode 100644 index 2a65877815..0000000000 --- a/src/kadmin/dbutil/ChangeLog +++ /dev/null @@ -1,969 +0,0 @@ -2006-04-03 Ken Raeburn - - * Makefile.in (DEFS): Make empty. - -2006-03-31 Ken Raeburn - - * ovload.c: Include autoconf.h. - -2006-03-11 Ken Raeburn - - * dump.c, kdb5_create.c, kdb5_destroy.c, kdb5_util.c, ovload.c, - kadm5_create.c: Don't look for headers in krb5/. - -2005-06-20 Ken Raeburn - - * Makefile.in (KDB_DEP_LIB): Use DL_LIB and THREAD_LINKOPTS - instead of explicitly using -ldl and -lpthread. - - Novell merge. - * Makefile.in: - * dump.c: - * kadm5_create.c: - * kdb5_create.c: - * kdb5_destroy.c: - * kdb5_stash.c: - * kdb5_util.c: - * kdb5_util.h: - * ovload.c: - -2004-08-27 Ken Raeburn - - * loadv4.c (enter_in_v5_db): Terminate argument list of - krb5_build_principal with NULL, not 0. Patch from Nalin - Dahyabhai. - -2004-06-15 Tom Yu - - * kadm5_create.c (add_admin_princs): Create kadmin/fqdn - principal. - -2003-04-23 Ken Raeburn - - * kdb5_destroy.c, kdb5_stash.c: Don't declare errno. - -2003-01-07 Ken Raeburn - - * Makefile.ov: Deleted. - -2002-11-05 Tom Yu - - * dumpv4.c (v4init): - * loadv4.c (dumpfile;): Remove trailing colon, as new implementation - of des_read_password() appends it. - -2002-08-29 Ken Raeburn - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2002-08-23 Tom Yu - - * dump.c (dump_db): Update usage comment. Add "-rev" and - "-recurse" flags to permit reverse and recursive dumping of the - database, respectively. Check for dump filename beginning with - "-" to avoid accidental dumps to such filenames. - - * kdb5_util.c (usage): Update to match reality, primarily by - updating the "dump" usage, but also showing global options before - the command, which is how they were being interpreted anyway. - - * kdb5_util.M: Update to match reality. Document "-mkey_convert", - "-new_mkey_file", "-rev", and "-recurse" options to "dump". - Document "dump to stdout" behavior. Show global options before - the command. Make some formatting fixes. s/binary tree/btree/ - since the btree back end is actually an n-ary tree. - -2002-08-14 Jen Selby - - * dump.c: added -mkey_convert and -new_mkey_file to the usage - comment - -2002-07-31 Tom Yu - - * dump.c (master_key_convert): Iterate over freeing - key_data->key_data_contents[j] rather than attempting to free - key_data->key_data_contents. - -2002-07-29 Jen Selby - - * kdb5_util.M: added documentation for some options. - -2002-07-15 Ezra Peisach - - * dump.c (dump_ov_princ): Remove variable set but unused. - -2002-04-05 Ken Raeburn - - * kdb5_stash.c (kdb5_stash): Call krb5_c_valid_enctype instead of - valid_enctype. - * kdb5_util.c (main, open_db_and_mkey): Likewise. - * loadv4.c (load_v4db): Likewise. - -2002-01-08 Sam Hartman - - * kdb5_create.c (kdb5_create): Load strong random data - -2001-10-26 Ezra Peisach - - * dump.c (dump_db): Pass krb5_boolean instead of char * as - argument to kb5_db_fetch_mkey(). - -2001-10-23 Tom Yu - - * loadv4.c (fixup_database): Don't set SUPPORT_DESMD5 anymore. - -2001-10-09 Ken Raeburn - - * dump.c, kdb5_create.c, kdb5_util.h, loadv4.c, tcl_wrapper.c: - Make prototypes unconditional. - -2001-07-16 Ken Raeburn - - * string_table.c (str_INITING_KCONTEXT): Variable deleted. - * string_table.h (str_INITING_KCONTEXT): Declaration deleted. - * kadm5_create.c (kadm5_create, kadm5_create_magic_princs): Don't - use str_INITING_KCONTEXT, instead provide (different!) messages - more appropriate to the actual code. - -2001-06-29 Ezra Peisach - - * nstrtok.h: New file with prototype for nstrtok. - - * ovload.c: Include nstrtok.h - - * strtok.c: Include nstrtok.h for prototype. Declare delim as - const char * argument. Delete rcsid. - - * string_table.c: Delete rcsid. - - * kadm5_create.c (build_name_with_realm): Declare static. - -2001-06-21 Ezra Peisach - - * kdb5_util.c (main): Change optarg to koptarg to prevent - shadowing of getopt function. - -2001-06-20 Ezra Peisach - - * kdb5_create.c: Include for - krb5_keysalt_iterate() prototype. - -2001-06-20 Mitchell Berger - - * kdb5_create.c (kdb5_create): Fixed typo in com_err message. - -2001-06-18 Ezra Peisach - - * dump.c (name_matches): Cleanup warning of assignments in - conditionals. - -2001-06-18 Ezra Peisach - - * dump.c: Include regex.h if exists and if HAVE_REGCOMP - defined. Preior to this, regex.h was never included. - -2001-06-08 Ezra Peisach - - * dumpv4.c: Pass C_Block * to des_read_password() as per prototype. - - * loadv4.c: Include k5-int.h before des.h for des_read_password - prototype. Pass C_Block * to des_read_password() as per prototype. - - * kdb5_util.h: Add prototype for usage. - - * kdb5_create.c, kdb5_destroy.c, kdb5_stash.c: Include kdb5_util.h - for usage() prototype. - -2001-06-04 Ezra Peisach - - * kadm5_create.c: Add prototype for static - add_admin_princs(). Cleanup calling of add_admin_princs() to be - consistant with prototype. - - * kdb5_create.c, kdb5_stash.c, kdb5_destroy.c: Cleanup assignments - in conditionals. - -Mon Feb 26 15:01:27 2001 Ezra Peisach - - * loadv4.c, ovload.c, kdb5_util.h, kdb5_util.c, kadm5_create.c, - dumpv4.c, dump.c: Compiler warning cleanup including prototypes, - assignments in conditionals, unused variables, varaibles shadowing - one-another. - -2001-02-08 Tom Yu - - * loadv4.c: Remove references to KRB_NEVERDATE. - -2001-02-05 Tom Yu - - * kdb5_util.M: Fix some formatting nits and document new flags - controlling dump formats. - -2000-10-17 Ezra Peisach - - * kdb5_create.c (kdb5_create): Argument to krb5_read_password - changed to unsigned int. - -2000-10-16 Tom Yu - - * kdb5_util.M: Update manpage. - - * kdb5_util.c (usage): Update usage message. - - * dumpv4.c (dump_v4_iterator): Add logic to deal with long - lifetimes, as well as optionally using short lifetimes. - - * loadv4.c (load_v4db): Add logic to deal with long lifetimes, as - well as optionally using short lifetimes. - - * kadm5_create.c (kadm5_create_magic_princs): Add calls to - krb5_klog_init() and krb5_klog_close() to avoid coredumping if - kadm5_init() calls krb5_klog_syslog(). - -2000-07-05 Ken Raeburn - - * dump.c: Various message char arrays turned into macros, to - permit gcc to verify format strings and arguments match. - (k5beta6_dump_header, k5beta7_dump_header): Deleted. - (dump_ov_princ): Use %lx for aux_attributes. - -2000-06-30 Tom Yu - - * dump.c: Add a new dump version, r1_3_version, and make it the - default; it will be used in krb5-1.3 and will permit a principal's - kadm5 data to be dumped. This is an interim measure until we - redesign the dump format somewhat. - -2000-05-31 Wilfredo Sanchez - - * ovload.c: Check for existance of . - [from Nathan Neulinger ] - -1999-10-26 Wilfredo Sanchez - - * 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. - -1999-07-06 Ken Raeburn - - * kdb5_util.c (main): Do try using com_err in the case that - krb5_init_context fails, instead of fprintf of the error number. - -1998-11-13 Theodore Ts'o - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -Tue Nov 3 16:28:23 1998 Tom Yu - - * dump.c: Fix up to work with new crypto API. - -1998-10-27 Marc Horowitz - - * 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 - - * dump.c: Add support for changing the master key for a database - as part of creating a dump of the database. - -Thu Aug 20 16:50:00 1998 Tom Yu - - * kdb5_util.c (add_random_key): Fixes to deal with absence of "-e" - flag. - -Wed Aug 19 14:52:40 1998 Tom Yu - - * kdb5_util.c (add_random_key): New function to create a new - random key for a principal while retaining the previous kvno's - keys. This is only temporary until a reasonable kadm5 interface - is made. - -1998-05-06 Theodore Ts'o - - * kdb5_stash.c (argv): - * kdb5_destroy.c (kdb5_destroy): - * kdb5_create.c (kdb5_create): POSIX states that getopt returns -1 - when it is done parsing options, not EOF. - -Fri Feb 27 23:32:38 1998 Theodore Ts'o - - * 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:55:06 1998 Tom Yu - - * Makefile.in: Remove trailing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Sun Nov 2 19:09:17 1997 Ezra Peisach - - * kdb5_util.c: Add flag indicating that policy db is to be closed. - Change '-f" option to "-sf" to indicate stash file on - command line. - - * kdb5_stash.c (kdb5_stash): Indicate that policy db should be - closed, free context when done. - - * kadm5_create.c (kadm5_create): Fix up memory leaks. - -Wed Oct 22 15:39:38 1997 Ezra Peisach - - * tcl_wrapper.c: Include either tcl.h or tcl/tcl.h - -Fri Jul 25 15:46:24 1997 Tom Yu - - * loadv4.c: - * kdb5_create.c: - * kdb5_destroy.c: - * dump.c: Update to new kdb API. - -Thu Jul 17 12:25:41 1997 Ezra Peisach - - * dump.c (process_k5beta_record): Change variables from char to - krb5_octet to match types in krb5_key_data. - - * ovload.c (process_ov_principal): Change "more" variable to - krb5_boolean as argument to krb5_db_get_principal. - -Wed Mar 12 01:19:51 1997 Theodore Y. Ts'o - - * loadv4.c (argv): Check to see if the global_param's stash file - is non-NULL before trying to strdup() it. [PR#341, PR#394] - -Tue Feb 4 21:17:09 1997 Tom Yu - - * Makefile.in: - * configure.in: Update to new program build procedure. - -Tue Dec 3 16:04:24 1996 Barry Jaspan - - * kdb5_util.c: fix multiply defined globals [krb5-admin/260] - -Wed Nov 13 00:06:40 1996 Mark Eichin - - * dump.c (load_db): lock the database directly (having fixed the - lock/unlock code) to avoid reopening on every record. - -Mon Nov 11 16:50:25 1996 Mark Eichin - - * kadmin/dbutil dumpv4 expiration ("never") fixes - * kadmin/dbutil loadv4 stashfile, default fixes - - Fri Sep 27 18:45:43 1996 Mark Eichin - - * dump.c (read_string): fgetc doesn't return char. - - Wed Sep 11 23:45:11 1996 Mark Eichin - - * loadv4.c (enter_in_v5_db): set last_pwd_change from the - mod_time, not only the mod_princ_data. - - Wed Sep 11 00:02:33 1996 Mark Eichin - - * dumpv4.c (dump_v4_iterator): detect expiration time of "never" - and fill in a reasonable default (namely, the Cygnus 96q1 default - of 12/31/2009.) - - * loadv4.c (v4_dump_find_default): New function. Scans a dumpfile - for a "default" entry, which was probably created at kdb_init time - and probably hasn't changed from either the MIT default of - 12/31/1999 or the Cygnus 96q1 default of 12/31/2009. Check for - either value, and replace it with 0, which is understood as - "never" in V5. If verbose is set (-v flag), log either the match - or the non-matching value. - (process_v4_dump): new argument default_exp_time, the value found - by v4_dump_find_default, actually performs the replacement of - matching entries. - (load_v4db): call v4_dump_find_default to get the default - expiration time. - * kdb5_util.M: document the above changes. - - Sun Sep 8 01:02:47 1996 Mark W. Eichin - - * kdb5_util.c (usage): document load_v4 -s stashfile. - (main): fix typo in usage message. - * kdb5_util.M: document load_v4, including new options, removing - previously eliminated -f option. - * loadv4.c (load_v4db): support -s stashfile option. - -Thu Nov 7 20:53:17 1996 Tom Yu - - * configure.in: Remove spurious WITH_KRB4. - -Tue Nov 5 16:16:53 1996 Barry Jaspan - - * dump.c (load_db): minor fix to code that verifies the specified - load version matches the file (autodetect worked anyway) - -Fri Oct 18 14:23:41 1996 Barry Jaspan - - * dump.c (load_db): osa_adb_rename_policy_db will create the db, - so this function doesn't have to [krb5-admin/58] - - * dump.c (dump_k5beta6_iterator): don't dump tl types that are - special to us and the previous version did not understand - [krb5-admin/89] - -Tue Oct 8 13:35:56 1996 Barry Jaspan - - * dump.c (load_db): rework the way policy database naming and - renaming is handled; the code no longer depends on being able to - specify admin_dbname specifically (which is no longer supported by - the libraries), uses osa_adb_rename_policy instead of doing it - directly, and will create a policy db if one does not already - exist. Automated testing is needed. [krb5-admin/62] - - * dump.c (load_db): rename osa_adb_rename_policy to *_db - -Thu Oct 3 18:17:36 1996 Barry Jaspan - - * kdb5_util.c (ARG_VAL): case second half of ?: operator to char * - to fix problem on AIX; this should have worked anyway because of - the , operator but it is easy enough to force the solution, too. - [krb5-admin/41] - -Tue Sep 10 14:16:40 1996 Tom Yu - - * kdb5_edit.M: remove extra args from .TH - - * kdb5_util.M: remove ".so man1/header.doc" - -Mon Sep 9 11:06:29 1996 Theodore Y. Ts'o - - * loadv4.c: Don't call get_config_params again, since it's not - necessary, and breaks the policy database name if it is - manually set. - -Wed Sep 4 17:34:58 1996 Theodore Y. Ts'o - - * loadv4.c (load_v4db): Fix argument parsing so that it actually works! - Eliminated the -f option, as it is superfluous. Don't - create the policy database if using the -t option, since - it'll already exist. - - * kdb5_util.c (usage): Fix usage message so that it's correct for - load_v4. - -Tue Sep 3 22:12:54 1996 Theodore Y. Ts'o - - * Makefile.in (install): Fixed typo: ($PROG) -> $(PROG) - -Thu Aug 29 11:57:09 1996 Barry Jaspan - - * dump.c (dump_db): don't compare apples and iguanas - -Sat Aug 24 21:14:45 1996 Ezra Peisach - - * loadv4.c, kdb5_stash.c: Removed unused variable rparams. - -Fri Aug 16 12:00:56 1996 Theodore Ts'o - - * configure.in: Link with the GSSAPI library, since it's needed - for shared libraries. - -Mon Aug 12 11:41:57 1996 Barry Jaspan - - * kdb5_util.c: make mkey_password non-static - - * kdb5_create.c: use global mkey_password - -Mon Aug 5 21:24:47 1996 Ezra Peisach - - * kdb5_stash.c (kdb5_stash): Ignore (expected) failure in stashing - key when key not already present in returning exit status. - -Mon Aug 5 14:36:47 1996 Barry Jaspan - - * all files: reworked for non-ss usage; kdb5_util_ct.ct and - ss_wrapper.c are now obsolete - -Thu Aug 1 14:34:51 1996 Barry Jaspan - - * dump.c, kadm5_create.c, kdb5_create.c: create policy database - and kadm5 principals when loading a databas - - * loadv4.c: create empty policy database after loading V4 dump file - - * dumpv4.c (dump_v4db): use global_params.stash_file - - * Makefile.in, Makefile.ov, configure.in, dump.c: add support for - dump/load of OV*Secure-compatible format. - -Wed Jul 31 14:55:38 1996 Tom Yu - - * kdb5_stash.c (kdb5_stash): Declare optind. - -Tue Jul 30 17:51:24 1996 Samuel D Hartman (hartmans@vorlon) - - * configure.in: Use gssapi library. - -Sat Jul 27 02:16:01 1996 Ezra Peisach - * kdb5_create.c (kdb5_create): Ignore (expected) failure in - open_db_and_mkey when creating database in returning exit - status. - -Wed Jul 24 02:57:16 1996 Sam Hartman - - * loadv4.cdumpv4.c : Fixes for Athena Kerberos - -Wed Jul 24 02:47:07 1996 Sam Hartman - - * configure.in: Check for kdc.h and krb_db.h for Athena Kerberos. - -Tue Jul 23 17:03:42 1996 Tom Yu - - * Makefile.in: add dependency for kdb5_util_ct.o - -Thu Jul 18 19:22:04 1996 Marc Horowitz - - * configure.in: removed SS_RULES - -Wed Jul 10 19:43:22 1996 Marc Horowitz - - * dumpv4.c (configure.in, Makefile.in): make autoconf work after - barry's carnage - -Sun May 12 00:27:44 1996 Marc Horowitz - - * loadv4.c (enter_in_v5_db, add_principal), kdb5_edit.c - (create_db_entry, modent), dumpv4.c (dump_v4_iterator), dump.c - (dump_k5beta_iterator, process_k5beta_record): convert to use new - krb5_dbe_* tl_data functions. - - * cpw.c (enter_pwd_key): krb5_dbe_cpw() takes a kvno now. - -Tue May 7 23:16:57 1996 Marc Horowitz - - * configure.in: USE_KADM_LIBRARY replaced by USE_KADMSRV_LIBRARY - -Thu Apr 11 19:32:36 1996 Richard Basch - - * kdb5_edit.c (extract_v4_srvtab): Use the matching key_data's kvno; - don't assume that key_data[0]'s kvno is necessarily the matching - key_data's kvno. - -Wed Apr 10 19:17:58 1996 Richard Basch - - * kdb5_edit.c (extract_v4_srvtab): Translate the principal name to - the common V4 name. - -Tue Mar 19 18:00:58 1996 Richard Basch - - * kdb5_edit.c (extract_v4_srvtab): do not test to make sure we - fetched a key of enctype 1 (des-cbc-crc), since we may have gotten - another des key from the database, which is just as useful in a - v4 srvtab - - * dumpv4.c (dump_v4_iterator): use krb5_524_conv_principal to do the - v5 to v4 principal translation, instead of having yet another - hard-coded table. - -Wed Mar 6 16:17:20 1996 Richard Basch - - * dumpv4.c: The V4 master key & schedule was never initialized, - so the dump created by dump_v4db was garbage. Read the V4 - master key from /.k or prompt for the V4 master key password. - If there is no V4-salt key in the database, but there is a DES - key, include it in the V4 dump, in case it is merely a random - service key for which there is no associated password. - Skip over K/M in the V5 database (use the entered V4 master key). - Both krbtgt and afs keys often have domain-qualifed instances. - -Tue Mar 5 12:18:22 1996 Richard Basch - - * dump.c: POSIX locking requires that the file be opened read-write. - -Mon Feb 26 22:42:09 1996 Mark Eichin - - * kdb5_edit.c: new command line option -f stashfile. - * kdb5_edit.M: document stashfile option. - -Mon Feb 26 22:13:45 1996 Mark Eichin - - * dump.c (process_k5beta_record): since V4 salt type has no data - either, only set key_data_ver to 1 for data_type 0 with 0-length - salt. Also, don't include alternate key if akey has all-zero type - and length in both fields. - -Sat Feb 24 04:02:18 1996 Mark W. Eichin - - * dump.c (process_k5beta_record): encrypted keys used to have 4 - byte lengths in MSB order, need to convert to 2 byte LSB order - lengths before storing. Handle primary key and alternate key. - -Fri Feb 23 18:44:10 1996 Mark Eichin - - * kdb5_edit.c (kdb5_edit_Init): set manual_mkey for testing with -P - -Wed Feb 14 09:52:18 1996 Ezra Peisach - - * kdb5_edit.c (enter_master_key, set_dbname_help): If master key - enctype is unknown, set to DEFAULT_KDC_ENCTYPE. - -Tue Feb 13 16:08:07 1996 Ezra Peisach - - * kdb5_edit.c (extract_v4_srvtab): krb5_dbekd_decrypt_key_data - takes krb5_key_data *, not **. - -Tue Jan 30 18:28:57 1996 Mark Eichin - - * dump.c (load_db): dbrenerr_fmt prints "from" first, so pass it - to fprintf correctly. - -Sun Jan 28 14:31:47 1996 Mark Eichin - - * dump.c (process_k5_record): t2..t9 is only 8 vars, not 9. - -Thu Jan 25 16:07:42 1996 Sam Hartman - - * kdb5_edit.c (extract_srvtab): Extract *all* the keys in a - dbentry, not the first one. - (extract_v4_srvtab): Attempt to find the right v4 keys. - -Wed Jan 24 18:48:38 1996 Tom Yu - - * Makefile.in: Remove spurious @DEFS@ - - -Wed Dec 13 03:44:58 1995 Chris Provenzano (proven@mit.edu) - - * dump.c, dumpv4.c, kdb5_edit.c, loadv4.c : - Remove mkvno from krb5_db_entry. - -Sun Dec 10 11:07:51 1995 Ezra Peisach - - * kdb5_edit.M: Document that modent exists - - * kdb5_edit.c (modent): Add usage as suggested by jhawk@mit.edu. - -Thu Nov 09 17:05:57 1995 Chris Provenzano (proven@mit.edu) - - * kdb5_edit.c : Remove krb5_enctype from krb5_string_to_key() args. - -Fri Oct 27 13:37:04 1995 Ezra Peisach - - * dump.c (process_k5_record): Fix off by one in malloc. - -Mon Oct 9 16:35:19 1995 Ezra Peisach - - * kdb5_edit.c (extract_v4_srvtab): Extract a one byte version - number for v4 srvtabs (from warlord). - -Thu Oct 5 10:35:35 1995 Ezra Peisach - - * cpw.c: Declare std_ks_tuple as extern. - * kdb5_edit.h: Remove std_ks_tuple declaration as not all sources - include adm.h for structures - -Tue Oct 3 23:10:57 1995 Theodore Y. Ts'o - - * cpw.c (enter_rnd_key, enter_pwd_key): - * kdb5_edit.c (kdb5_edit_Init): Use the kdc.conf file to determine - the default list of keysalt tuples to be used. This is - stored in std_ks_tuple, and is used by cpw.c for random - keys and when a list of keysalts is not specified. - -Mon Sep 18 03:59:47 1995 Ezra Peisach - - * kdb5_edit.c (show_principal): Show key version and last password - change. - - * cpw.c: Fix typo in below change in which list was terminated - after third entry. (extra } removed) - -Fri Sep 15 14:21:25 1995 Theodore Y. Ts'o - - * cpw.c: Add DES_CBC_MD5 and DES_CBC_CRC with the V4 salt as - default key/salt tuples to be added. (Once proven's DES_* - folding code is implemented, we can shorten this list.) - Eventually, this list should be read in from kdc.conf. - -Thu Sep 7 20:41:24 1995 Ezra Peisach - - * loadv4.c (load_v4db): Provide a dummy routine if krb4 - compatibility is not compiled in. - -Wed Sep 06 14:20:57 1995 Chris Provenzano (proven@mit.edu) - - * cpw.c, dump.c, dumpv4.c, kdb5_edit.c, loadv4.c : - s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g - -Tue Sep 05 22:10:34 1995 Chris Provenzano (proven@mit.edu) - - * cpw.c, dump.c, dumpv4.c, kdb5_edit.c, loadv4.c : Remove krb5_enctype - references, and replace with krb5_keytype where appropriate. - -Fri Aug 25 17:37:33 EDT 1995 Paul Park (pjpark@mit.edu) - * dumpv4.c - Fix handle_keys(). It was trying to recreate work that - has already been done. - * Makefile.in, .Sanitize, loadv4.c, kdb5_ed_ct.ct - Add lddb4, the - command to load a v4 dump file. This is basically, kdb5_ - convert reconstituted to fit within the framework of kdb5_edit. - -Thu Aug 24 19:28:39 1995 Theodore Y. Ts'o - - * .Sanitize: Update file list - -Mon Aug 21 16:45:39 EDT 1995 Paul Park (pjpark@mit.edu) - * dump.c - Completely rework this logic to support old (e.g. Beta 5 - and previous) dump format and new dump format using the same - commands. This is differentiated by using the "-old" command - qualifier. - - * kdb5_edit.M - Add description of -R and -s. Remove "ascii represen- - tation of a decimal number". Remove "Bugs". - -Fri Aug 18 17:06:06 EDT 1995 Paul Park (pjpark@mit.edu) - - * ss_wrapper.c - Change sense of fgets() check so scripts work. - - -Tue Aug 15 14:22:50 EDT 1995 Paul Park (pjpark@mit.edu) - - * kdb5_edit.c, ss_wrapper.c, cpw.c, kdb5_edit.h - Add support for - -s scriptfile and fix up assorted gcc -Wall complaints. - - -Mon Aug 7 17:32:31 EDT 1995 Paul Park (pjpark@mit.edu) - * cpw.c - Use krb5_string_to_keysalts() to generate a list of unique - key/salt pairs supplied in argv. - - -Mon Aug 07 11:16:03 1995 Chris Provenzano (proven@mit.edu) - - * cpw.c : Uses new kdb change password routines for ank, ark, cpw, - and crk. Also remove v4 variants of ank and cpw. - * krb5_edit.c : Deleted old variants of rotuines now in cpw.c - * kdb5_ed_ct.ct, kdb5_edit.M, tcl_wrapper.c: - Removed references to v4 variants of ank and cpw. - * kdb5_edit.h (enter_pwd_key()) : Removed proto, it's nolonger - necessary as it's a static routine in cpw.c - -Thu Aug 03 12:13:50 1995 Chris Provenzano (proven@mit.edu) - - * cpw.c : New change password code for kdb5_edit. - * dumpv4.c : Get it to compile with new kdb format. - -Mon Jul 31 15:47:30 EDT 1995 Paul Park (pjpark@mit.edu) - * kdb5_edit.c - Use libkadm string conversion routines. These are - shared by all utilities. - * Makefile.in - Remove getdate.y. - * configure.in - Remove getdate.y dependency checks. - * getdate.y - Sayonara. - - -Thu Jul 27 15:01:01 EDT 1995 Paul Park (pjpark@mit.edu) - * configure.in - Add --with-dbm and check for already checking for dbm. - - -Thu Jul 27 02:59:05 1995 Chris Provenzano (proven@mit.edu) - - * dump.c kdb5_edit.c kdb5_edit.h util.c : Use new kdb format. - -Mon Jul 17 15:00:08 EDT 1995 Paul Park (pjpark@mit.edu) - * configure.in - Add KADM library. - * dumpv4.c - Change calling sequence to krb5_db_fetch_mkey(). - * kdb5_edit.c - Change calling sequence to krb5_db_fetch_mkey() which - uses the stash file. Add KDC profile reading/handling as a - supplement to command line supplied arguments. - - -Wed Jul 12 12:01:04 EDT 1995 Paul Park (pjpark@mit.edu) - * configure.in - Temporarily add --with-kdb4 option. Default is without - kdb4. Without kdb4 enables a define. With kdb4 uses -lkdb4 and - -l[n]dbm libraries. - * dumpv4.c - Conditionalize references to kdb4 routines with - KDB4_DISABLE. Replace two required routines: - kdb_encrypt_key -> pcbc_encrypt - kdb_get_master_key -> des_read_password/printf/key_sched - - -Fri Jul 7 15:38:00 EDT 1995 Paul Park (pjpark@mit.edu) - * Makefile.in - Remove all explicit library handling and LDFLAGS. - * configure.in - Add USE_ and KRB5_LIBRARIES. - - -Thu Jun 15 15:34:59 EDT 1995 Paul Park (pjpark@mit.edu) - * Makefile.in - Change explicit library names to -l form, and - change target link line to use $(LD) and associated flags. - Also, for K4, use KRB4_LIB and KRB4_CRYPTO_LIB, these wer - split out. - * configure.in - Add shared library usage check. - -Fri Jun 9 18:14:43 1995 - - * configure.in: Remove standardized set of autoconf macros, which - are now handled by CONFIG_RULES. - - * dumpv4.c: Change name of controlling #ifdef to be - KRB5_KRB4_COMPAT instead of KRB4. - -Sun May 21 14:20:32 1995 Ezra Peisach - - * dumpv4.c: Include k5-int.h before krb.h so that PROTOTYPE is not - redefined. - -Sun May 7 13:46:30 1995 Ezra Peisach - - * configure.in: Add AC_HEADER_STDC to define STDC_HEADERS for - getdate.y. - -Mon May 1 13:36:41 1995 Theodore Y. Ts'o (tytso@dcl) - - * kdb5_edit.c (kdb5_edit_Init): Check the return code from - kdb5_init_context(). - -Fri Apr 28 18:04:26 1995 Mark Eichin - - * Makefile.in (LOCAL_LIBRARIES): put KRB4_LIB inside KLIB, and put - KDB4_LIB ahead of them both. - -Thu Apr 27 13:47:23 1995 Mark Eichin - - * Makefile.in (LOCAL_LIBRARIES): use KRB4_LIB and KDB4_LIB - directly. - * configure.in: just use WITH_KRB4. - -Wed Apr 19 13:59:47 1995 Ezra Peisach - - * kdb5_edit.c (kdb5_edit_Init): If a default realm is specified - (with -r), use krb5_set_default_realm so that created keys - will have the correct realm. - -Thu Mar 23 23:28:26 1995 Theodore Y. Ts'o - - * kdb5_edit.c (show_principal, parse_princ_args): Add - "support_desmd5" flag. - -Tue Mar 14 16:29:05 1995 - - * ss_wrapper.c (main): Set the return code from ss_execute_line(), - so that appropriate error checking is done. - -Thu Mar 2 12:18:57 1995 Theodore Y. Ts'o - - * Makefile.in (ISODELIB): Remove reference to $(ISODELIB). - -Wed Mar 1 11:53:02 1995 Theodore Y. Ts'o - - * configure.in: Remove ISODE_INCLUDE, replace check for -lsocket - and -lnsl with WITH_NETLIB check. - -Tue Feb 28 02:06:26 1995 John Gilmore (gnu at toad.com) - - * dump.c, dumpv4.c, kdb5_edit.c, ss_wrapper.c, tcl_wrapper.c, - util.c: Avoid includes. - -Thu Feb 23 19:52:35 1995 Mark Eichin (eichin@cygnus.com) - - * kdb5_edit.c: add struct timeb and sys/timeb includes from - getdate.y. - (ftime): new function, in case we don't HAVE_FTIME. - -Tue Feb 14 17:55:47 1995 Tom Yu (tlyu@dragons-lair) - - * kdb5_edit.c: add modent - * getdate.y: import get_date - * kdbt_ed_ct.ct: add modent - * configure.in: - * Makefile.in: support for getdate.y - -Wed Feb 8 20:08:36 1995 Tom Yu (tlyu@dragons-lair) - - * kdb5_edit.c (show_principal): make sane and print all useful - fields - -Wed Jan 25 16:54:40 1995 Chris Provenzano (proven@mit.edu) - - * Removed all narrow types and references to wide.h and narrow.h - -Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu) - - * Added krb5_context to all krb5_routines - -Mon Dec 19 18:04:11 1994 Theodore Y. Ts'o (tytso@dcl) - - * configure.in: - * Makefile.in: - * dumpv4.c (dump_v4db): Do the right thing if we are compiling - without V4 support. (The dump_v4db command is disabled.) - -Wed Dec 7 00:07:46 1994 - - * dumpv4.c (v4_print_time): gmtime expects a pointer to a time_t, - not a long. On most systems these are the same, on - others.... - -Wed Nov 16 01:03:42 1994 Mark Eichin (eichin@cygnus.com) - - * dumpv4.c: new file. New command dump_v4db which creates a v4 - slave dump out of a v5 database, leaving out any keys which aren't - using v4 salt, and any keys that aren't for the current - realm. Reencrypts using v4 master key, synthesizes arbitrary - master key version number. - * configure.in: use WITH_KRB4 for dump support. - * kdb5_ed_ct.ct: add new dump_v4 command. - * Makefile.in: link in dumpv4. - -Fri Oct 14 23:31:49 1994 Theodore Y. Ts'o (tytso@dcl) - - * dump.c (load_db): When scanning a database entry, read - fail_auth_count into a temporary integer variable, and - then copy that into entry.fail_auth_count, which is a - char. - -Fri Oct 7 00:01:40 1994 Theodore Y. Ts'o (tytso@dcl) - - * kdb5_edit.c (kdb5_edit_Init): Don't let errors in - set_dbname_help initially cause the exit status to be set. - Commands like load_db don't need a valid database to be - opened. - - * ss_wrapper.c (main): Clear code before ss_execute_line, since - ss_execute_line doesn't set code to 0 if there are no - problems. - - * kdb5_edit.c (kdb5_edit_Init): Add a new option so that the - master key password can be entered on the command line --- - for testing only; not documented!! - -Mon Oct 3 19:10:47 1994 Theodore Y. Ts'o (tytso@dcl) - - * Makefile.in: Use $(srcdir) to find manual page for make install. - -Thu Sep 29 15:52:22 1994 Theodore Y. Ts'o (tytso@dcl) - - * dump.c (update_ok_file): Make sure mod time on the dump_ok file - is updated. (Some systems don't update the mod-time when - a file is opened for writing.) - - * Makefile.in: Relink executable when libraries change. - - * kdb5_edit.c (show_principal): Pass variable with correct type to - ctime(). - - * tcl_wrapper.c (doquit): - ss_wrapper.c (main): - kdb5_edit.c: - dump.c: Exit with a non-zero exit status if there was an error - in a executed command. - -Thu Sep 15 11:00:30 1994 Theodore Y. Ts'o (tytso@dcl) - - * dump.c (load_db): Fix error string on failed fopen. ("for - writing" -> "for reading") - - diff --git a/src/kadmin/kdbkeys/ChangeLog b/src/kadmin/kdbkeys/ChangeLog deleted file mode 100644 index 27a574699b..0000000000 --- a/src/kadmin/kdbkeys/ChangeLog +++ /dev/null @@ -1,54 +0,0 @@ -2003-01-07 Ken Raeburn - - * Makefile.ov: Deleted. - -2002-08-29 Ken Raeburn - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -1999-10-26 Wilfredo Sanchez - - * 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 - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -Wed Feb 18 15:55:38 1998 Tom Yu - - * Makefile.in: Remove trailing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. - -Thu Feb 12 10:24:16 1998 Theodore Ts'o - - * configure.in: Removed obsolete macros: USE_KADMSRV_LIBRARY,n - USE_GSSRPC_LIBRARY, USE_DYN_LIBRARY, USE_KDB5_LIBRARY - -Mon Feb 2 17:02:29 1998 Theodore Ts'o - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Thu Jul 18 19:44:10 1996 Marc Horowitz - - * configure.in: removed ET_RULES, replaced with AC_PROG_AWK - -Wed Jul 10 01:00:49 1996 Marc Horowitz - - * Makefile.in, configure.in: added autoconf support - - * kdbkeys.c: rename to , rename - - -Tue Jul 9 13:25:00 1996 Barry Jaspan - - * do-test.pl: rewrite to use kdb5_util instead of kdbkeys - - diff --git a/src/kadmin/ktutil/ChangeLog b/src/kadmin/ktutil/ChangeLog deleted file mode 100644 index 47150228d0..0000000000 --- a/src/kadmin/ktutil/ChangeLog +++ /dev/null @@ -1,191 +0,0 @@ -2006-04-03 Ken Raeburn - - * Makefile.in (DEFS): Make empty. - -2006-03-10 Ken Raeburn - - * Makefile.in (generate-files-mac): Depend on ktutil_ct.c. - -2005-10-12 Tom Yu - - * ktutil_funcs.c (ktutil_add): Fix malloc size botches reported by - Will Fiveash. - -2003-05-19 Sam Hartman - - * ktutil.c (main): Don't register writable keytab ops as they are - registered by the library now - -2002-11-05 Tom Yu - - * ktutil_funcs.c (ktutil_add): Remove trailing colon, as new - implementation of krb5_read_password() appends it. - -2002-08-29 Ken Raeburn - - * ktutil_ct.ct: Add final "end" statement. - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2002-07-15 Ezra Peisach - - * ktutil.c (ktutil_list): Remove variable set but not used. Also, - do not assume that sizeof(time_t) is 32 bits. - -2003-03-07 Ken Raeburn - - * ktutil_funcs.c (ktutil_write_srvtab): When keeping only - highest-numbered kvno, with some heuristics to deal with - wrap-around at 256. - -2002-03-02 Sam Hartman - - * ktutil_funcs.c (ktutil_write_srvtab): Set umask to 077 to avoid - public srvtabs. - - -2001-10-09 Ken Raeburn - - * ktutil.h: Make prototypes unconditional. - -2001-09-01 Ken Raeburn - - * Makefile.in (SRCS): Find ktutil_ct.c in build directory. - -2001-06-18 Ezra Peisach - - * ktutil_funcs.c (ktutil_add): Cast argument to isxdigit() to int. - -Mon Feb 26 14:27:24 2001 Ezra Peisach - - * ktutil.c, ktutil_funcs.c: Do not shadow system "index" and - "stime" variables. - - * ktutil.h: Add prototypes for SS callback functions. - -2000-12-15 Ken Raeburn - - * ktutil.c (ktutil_list): Provide a real usage message. - -2000-07-03 Ezra Peisach - - * Makefile.in (ktutil): Do not link with the V4 - libraries. Although the program can write out a v4 srvtab, the one - necessary function is here. - - * ktutil_funcs.c (ktutil_read_keytab): Add explicit braces to - avoid ambiguous `else'. - (getstr): register count -> register int count - - * ktutil.c (main): ss_listen() takes only one argument. - -2000-05-19 Ken Raeburn - - * ktutil_funcs.c (ktutil_write_keytab): Reject a filename that's - too long. - -1999-10-26 Wilfredo Sanchez - - * 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. - -1999-08-17 Geoffrey King - - * ktutil_funcs.c (ktutil_add): Cleanup newly allocated keytab - entry and tail of linked list when an error occurs. - -1999-08-16 Geoffrey King - - * ktutil.c (ktutil_add_entry): - * ktutil_funcs.c (ktutil_add): Implement addent command to allow - creation of new keytab entries by specifying a key or password. - -1998-11-13 Theodore Ts'o - - * 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 - - * 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:56:16 1998 Tom Yu - - * Makefile.in: Remove trailing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Tue Sep 30 18:58:09 1997 Tom Yu - - * ktutil.c: Replace HAS_STDLIB_H with something more sane. - -Tue Feb 4 21:11:33 1997 Tom Yu - - * Makefile.in: - * configure.in: Update to new program build procedure. - -Thu Nov 7 15:42:17 1996 Theodore Ts'o - - * ktutil.c (main): Check the error return from - krb5_init_context(), and print an error message if - necessary. - -Tue Sep 10 14:17:17 1996 Tom Yu - - * ktutil.M: remove ".so man1/header.doc" - -Thu Aug 29 16:06:39 1996 Jeff Bigler - - * Makefile.in (install): added man page - -Thu Jun 13 21:42:11 1996 Tom Yu - - * configure.in: remove ref to SS_RULES - -Fri Jul 12 14:37:47 1996 Marc Horowitz - - * configure.in (USE_KADM_LIBRARY): removed. it wasn't needed. - -Tue Mar 19 19:41:31 1996 Richard Basch - - * ktutil_funcs.c (ktutil_write_srvtab): use any type of des key - in the keytab to create a v4 srvtab - -Fri Jan 26 00:06:50 1996 Sam Hartman - - * ktutil.c (ktutil_list): Implement -e option to show enctypes. - - * ktutil_funcs.c (ktutil_write_srvtab): Write v4 version - properly. Previous code was endien dependent. - -Mon Dec 25 10:03:15 1995 Ezra Peisach - - * ktutil.c (ktutil_write_v4): Call ktutil_write_srvtab not - ktutil_write_keytab. - - * ktutil_funcs.c (ktutil_write_srvtab): Clear malloced memory. - - -Thu Sep 07 15:06:57 1995 Chris Provenzano (proven@mit.edu) - - * ktutil_funcs.c : Do appropriate magic for enctype/keytype cleanup. - -Thu Aug 24 19:20:26 1995 Theodore Y. Ts'o - - * .Sanitize: Added .Sanitize file. - -Mon Aug 21 17:01:40 EDT 1995 Paul Park (pjpark@mit.edu) - * ktutil.c - Remove English-specific date handling and let timestamp_ - to_sfstring() handle the formatting of the timestamp string. - diff --git a/src/kadmin/passwd/ChangeLog b/src/kadmin/passwd/ChangeLog deleted file mode 100644 index 9c45bd33a2..0000000000 --- a/src/kadmin/passwd/ChangeLog +++ /dev/null @@ -1,182 +0,0 @@ -2006-04-03 Ken Raeburn - - * Makefile.in (DEFS): Make empty. - -2005-06-20 Ken Raeburn - - Novell merge. - * kpasswd.c: - -2003-01-07 Ken Raeburn - - * Makefile.ov: Deleted. - -2002-11-05 Tom Yu - - * kpasswd_strings.et: Remove trailing colon, as new implementation - of krb5_read_password() appends it. - -2002-08-29 Ken Raeburn - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -Mon Feb 26 13:13:21 2001 Ezra Peisach - - * kpasswd.c, tty_kpasswd.c, xm_kpasswd.c: Compiler warning - clenups. Use const when apropriate, remove assignments in - conditionals, remove unnecessary casts. - - * kpasswd.h: New file with prototypes of functions used in - different files. - -2000-10-17 Ezra Peisach - - * tty_kpasswd.c (read_old_password): Argument pwsize changed to - unsigned int. - -2000-05-08 Nalin Dahyabhai - - * xm_kpasswd.c (motif_com_err): Don't overflow buffer "buf". - -1999-10-26 Wilfredo Sanchez - - * 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 - - * 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 - - * 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:56:44 1998 Tom Yu - - * Makefile.in: Remove trialing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. - -Thu Feb 12 10:22:47 1998 Theodore Ts'o - - * configure.in: Remove unused NetBSD kludge to prevent use of - USE_KDB5_LIBRARY, since these macros are obsolete. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o - - * configure.in: Removed use of DO_SUBDIRS. - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Fri Jan 30 15:29:28 1998 Tom Yu - - * Makefile.in: Remove install rules. - -Wed Feb 5 22:59:43 1997 Tom Yu - - * unit-test/configure.in: Tweak TCL_LIB -> TCL_LIBS. - -Tue Feb 4 21:06:23 1997 Tom Yu - - * Makefile.in: - * configure.in: Update to new program build procedure. - -Wed Nov 27 13:50:03 1996 Theodore Y. Ts'o - - * configure.in: Link against kdb5 explicitly on all systems except - BSD systems, due to hairy shared library issues. [PR#257] - n.b., this is only a short-term fix for the 1.0 release. - The correct long-term fix is to not require kadm5 clients - to need to link against libkdb5 at all. - -Fri Nov 22 18:42:02 1996 Sam Hartman - - * configure.in: Do not link against kdb5 because this causes - NetBSD getpwuid to fail. [228] - - * kpasswd.c (kpasswd): Remove cast from uid_t to int. [228] - -Wed Nov 20 16:00:49 1996 Barry Jaspan - - * unit-test/Makefile.in (unit-test-): warn more loudly about unrun - tests - -Wed Nov 13 19:23:15 1996 Tom Yu - - * unit-test/Makefile.in (clean): Remove logfiles. - -Sun Nov 10 09:40:48 1996 Ezra Peisach - - * Makefile.in, configure.in: Check for Perl, tcl, and runtest and - only run tests if present. - -Thu Sep 26 17:50:23 1996 Barry Jaspan - - * unit-test/Makefile.in, unit-test/kpasswd.0/principal.exp: use - whoami instead of user (USER princ now created by init_db) - -Fri Sep 20 17:32:19 1996 Barry Jaspan - - * configure.in: add unit-test subdirectory - - * unit-test/: create configure.in and Makefile.in - -Tue Sep 10 14:17:45 1996 Tom Yu - - * kpasswd.M: remove ".so man1/header.doc" - -Sat Sep 7 02:13:32 1996 Sam Hartman - - * Makefile.in (install): Fix BINDIR to be CLIENT_BINDIR - -Fri Aug 23 14:17:42 1996 Sam Hartman - - * Makefile.in (install): Install in bin not sbin. - -Thu Aug 15 19:30:18 1996 Tom Yu - - * configure.in: Add USE_KDB5_LIBRARY to pick up -ldb. Recent - changes to db-ndbm.h and k5-int.h cause ndbm.h to no - longer be included, which means that the dbm_error and - dbm_clearerr are no longer necessarily macros (as they - often are in ndbm.h), so must be pulled in from libdb. - -Mon Aug 12 12:01:28 1996 Barry Jaspan - - * configure.in, Makefile.in: don't build kpasswd.local (not really - needed) - -Tue Aug 6 11:35:45 1996 Tom Yu - - * kpasswd.c (kpasswd): call ovsec_kadm_init with - KADM5_CHANGEPW_SERVICE so that ovsec principals don't need - to exist in the db. - -Mon Jul 22 04:07:02 1996 Marc Horowitz - - * tty_kpasswd.c: main returns int, not void - -Thu Jul 18 19:46:24 1996 Marc Horowitz - - * configure.in: removed ET_RULES, replaced with AC_PROG_AWK - -Wed Jul 10 01:28:12 1996 Marc Horowitz - - * Makefile.in, configure.in: added autoconf support - -Tue Jul 9 15:03:13 1996 Marc Horowitz - - * kpasswd.c, tty_kpasswd.c, xm_kpasswd.c: renamed - to - - * configure.in (CONFIG_DIRS): build the subdirs for the new admin - system, not the old one. - diff --git a/src/kadmin/passwd/unit-test/ChangeLog b/src/kadmin/passwd/unit-test/ChangeLog deleted file mode 100644 index a7b9083c69..0000000000 --- a/src/kadmin/passwd/unit-test/ChangeLog +++ /dev/null @@ -1,62 +0,0 @@ -2004-02-16 Tom Yu - - * Makefile.in (unit-test-body): Add PRIOCNTL_HACK. - - * config/unix.exp: Add PRIOCNTL_HACK. - -2003-05-09 Tom Yu - - * kpasswd.0/changing.exp: Replace ovpasswd with kpasswd. - -2003-01-07 Ken Raeburn - - * Makefile.ov: Deleted. - -2002-11-02 Tom Yu - - * kpasswd.0/changing.exp: - * lib/helpers.exp: Make checks for password prompts more lenient. - -2002-08-29 Ken Raeburn - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2000-02-23 Tom Yu - - * kpasswd.0/changing.exp: Add a sleep to avoid a race with the - setup script. If this isn't here, it is possible that the initial - change of pol2's password may happen too soon. - -2000-02-07 Tom Yu - - * lib/helpers.exp: Fix to call kinit and kdestroy with the -5 flag - to accomodate new program behavior. - -2000-01-24 Tom Yu - - * kpasswd.0/changing.exp: Fix y2k bug. - -1998-11-13 Theodore Ts'o - - * 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 - - * 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:57:38 1998 Tom Yu - - * Makefile.in: Remove trailing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - diff --git a/src/kadmin/server/ChangeLog b/src/kadmin/server/ChangeLog deleted file mode 100644 index 4237b3ca57..0000000000 --- a/src/kadmin/server/ChangeLog +++ /dev/null @@ -1,493 +0,0 @@ -2006-04-03 Ken Raeburn - - * Makefile.in (DEFS): Make empty. - -2006-03-31 Ken Raeburn - - * kadm_rpc_svc.c: Include autoconf.h. - -2006-03-11 Ken Raeburn - - * ovsec_kadmd.c, schpw.c, server_stubs.c, misc.c: Don't look for - headers in krb5/. - -2005-10-12 Tom Yu - - * misc.h, misc.c (schpw_util_wrapper): Rename from - chpass_util_wrapper to make functionality a little more obvious. - - * schpw.c (process_chpw_request): Update for rename of - chpass_util_wrapper. - - * misc.c (randkey_principal_wrapper_3, schpw_util_wrapper) - (chpass_principal_wrapper_3): Update for check_min_life. - - * misc.h, misc.c (check_min_life): Change to take return error - string from KADM5_PASS_TOOSOON, adapted from patch from Shawn - Emery. - -2005-08-20 Ken Raeburn - - * kadm_rpc_svc.c, server_stubs.c: Rename all RPC functions from - _1_svc to _2_svc to match current program version number. - -2005-06-20 Ken Raeburn - - * Makefile.in (KDB_DEP_LIB): Use DL_LIB and THREAD_LINKOPTS - instead of explicitly using -ldl and -lpthread. - - Novell merge. - * Makefile.in: - * misc.c: - * ovsec_kadmd.c: - * server_stubs.c: - -2005-04-13 Ken Raeburn - - * schpw.c (NEED_SOCKETS): Don't define. - -2004-10-28 Tom Yu - - * misc.c (check_min_life): Actually return a value on success. - -2004-10-27 Tom Yu - - * misc.c, misc.h: New function check_min_life(), containing common - code from wrapper functions. New function chpass_util_wrapper(), - which does min_life checking prior to calling - kadm5_chpass_principal_util(). - - * schpw.c (process_chpw_request): Call chpass_util_wrapper(). - -2004-09-21 Tom Yu - - * ovsec_kadmd.c (kadm_svc_run): Don't use rpc_dtablesize(). - -2004-08-20 Alexandra Ellwood - - * ovsec_kadmd.c (main), server_stubs.c (*): - renamed acl_* functions to kadm5int_acl_* - -2004-06-26 Tom Yu - - * ovsec_kadmd.c (log_badverf): Fix a missed rpc_u_int32. - -2004-06-25 Tom Yu - - * ovsec_kadmd.c (log_badverf): Use rpcproc_t instead of - rpc_u_int32 in procnames. - -2004-06-15 Tom Yu - - * kadm_rpc_svc.c (check_rpcsec_auth, gss_to_krb5_name): New - functions to check service name for RPCSEC_GSS. - (kadm_1): Add service name check for RPCSEC_GSS. - - * ovsec_kadmd.c (main): Setup logging calllbacks for RPCSEC_GSS. - Use GSS_C_N_NAME for acceptor name for RPCSEC_GSS. - (log_badverf): Handle null client and server names. - - * server_stubs.c (rqst2name): New function to return appropriate - gss_name_t for a given auth flavor (RPCSEC_GSS and AUTH_GSSAPI use - different field names). - -2004-05-27 Tom Yu - - * kadm_rpc_svc.c (kadm_1): Allow RPCSEC_GSS; remove - AUTH_GSSAPI_COMPAT. - - * misc.h (kadm_1): Conditionalize prototype on SVC_GETARGS rather - than on an inclusion-protection macro. - - * ovsec_kadmd.c (main): Add preliminary support for RPCSEC_GSS. - (do_schpw, kadm_svc_run): Update some names. - -2004-03-20 Ken Raeburn - - * ovsec_kadmd.c (main): Use any handy krb5 context to register - the KDB keytab type, we don't need to pluck it out of the GSSAPI - krb5 mechanism. - (gctx): Variable deleted. - -2004-02-24 Ken Raeburn - - * Makefile.in (OBJS, $(PROG)): Link against apputils lib instead - of using LIBOBJS. - -2003-09-02 Alexandra Ellwood - - * ovsec_kadmd.c: Added Apple password server support. - -2003-08-29 Ken Raeburn - - * Makefile.in (OBJS): Use @LIBOBJS@. - -2003-05-27 Tom Yu - - * schpw.c (process_chpw_request): Log chpw requests. - -2003-05-16 Ken Raeburn - - * schpw.c (process_chpw_request): Return KRB5_KPASSWD_BAD_VERSION - if the version number isn't 1. - -2003-03-07 Tom Yu - - * ovsec_kadmd.c (REQUIRED_PARAMS): Remove - KADM5_CONFIG_ADMIN_KEYTAB. - (do_schpw): Use kdb keytab. - -2003-03-05 Tom Yu - - * Makefile.in (LOCALINCLUDES): Add gssapi directories in order to - get internal includes. - - * ovsec_kadmd.c (main): Go through contortions to set up a kdb - keytab for gssapi, so we can avoid needing a file-based keytab. - -2003-01-09 Ken Raeburn - - * ovsec_kadmd.c (do_schpw): Use socklen_t when passing address to - socket functions. - -2003-01-07 Ken Raeburn - - * Makefile.ov: Deleted. - -2002-12-09 Sam Hartman - - * misc.h: Fix prototypes for *_wrapper_3 to be consistent with - sources. - -2002-12-09 Ezra Peisach - - * misc.h: Rename prototypes from chpass_principal_wrapper and - randkey_principal_wrapper to chpass_principal_wrapper_3 and - randkey_principal_wrapper_3 - -2002-10-08 Tom Yu - - * misc.c (chpass_principal_wrapper_3): Renamed from - chpass_principal_wrapper; calls chpass_principal_3 now. - (randkey_principal_wrapper_3): Renamed from - randkey_principal_wrapper; calls randkey_principal_3 now. Patch - from Ben Cox. - - * server_stubs.c (chpass_principal_1_svc) - (chpass_principal3_1_svc): Call chpass_principal_wrapper_3. - (chrand_principal_1_svc, chrand_principal3_1_svc): Call - randkey_principal_wrapper_3. Patch from Ben Cox. - -2002-08-29 Ken Raeburn - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2002-08-01 Tom Yu - - * server_stubs.c: Check return value from unparse_name() in lots - of places. Patch from Mark Levinson; fixes [krb5-admin/1140]. - -2002-01-08 Sam Hartman - - * ovsec_kadmd.c (main): Get random data from /dev/random - (main): If we can't set gssapi names, hint that the keytab might be at fault - -2001-10-26 Ezra Peisach - - * schpw.c (process_chpw_request): Use GETSOCKNAME_ARG3_TYPE - instead of int as argument to getsockname(). - -2001-06-29 Ezra Peisach - - * misc.c, server_stubs.c: Nuke rcsid. - - * misc.h: Add prototypes for kadm_1 and process_chpw_request. - - * ovsec_kadmd.c: Include misc.h and remove prototype for - process_chpw_request and kadm_1. - - * kadm_rpc_svc.c, schpw.c: Include misc.h for prototypes. - -2001-06-26 Ezra Peisach - - * server_glue_v1.c: Include misc.h for prototypes. - - * ovsec_kadmd.c: Declare usage() and display_status() static. - Flush out static prototype for display_status_1(). - -2001-06-21 Ezra Peisach - - * ovsec_kadmd.c: Change prototype for process_chpw_request - prototype argument from sin to sockin. Get rid of global params - variable. - - * schpw.c: Change function declaration as well. - -2001-06-21 Ezra Peisach - - * ovsec_kadmd.c: Add prototype for daemon if needed. - -2001-06-08 Ezra Peisach - - * ovsec_kadmd.c (main): Make format string to sprintf specify that - long arguments are present. - - * kadm_rpc_svc.c: Include arpa/inet.h (if present) for inet_ntoa - prototype. Include adm_proto.h for krb5_klog_syslog() prototype. - -2001-06-04 Ezra Peisach - - * misc.c, schpw.c: Cleanup assignments in conditionals. - -2001-02-18 Ezra Peisach - - * kadm_rpc_svc.c, server_stubs.c: Rename all server side dispatch - routines to end in _svc so as to not conflict with prototypes of - client side handlers. - -2000-10-17 Ezra Peisach - - * ovsec_kadmd.c (do_schpw): Cast arguments to sendto() which take int. - -2000-06-30 Tom Yu - - * server_stubs.c: Kludge to rename xdr_free() properly. - -2000-06-29 Tom Yu - - * schpw.c (process_chpw_request): Add new argument to call to - chpass_principal_util() - -2000-05-31 Wilfredo Sanchez - - * kadm_rpc_svc.c: Check for existance of . - [from Nathan Neulinger ] - -2000-03-16 Ken Raeburn - Matt Crawford - - * server_stubs.c: All callers of acl_check updated to add new - restriction argument. Impose any provided restrictions on add- or - modify-principal operations; pass NULL pointer for all other - operations including rename-principal. - -2000-02-27 Tom Yu - - * server_stubs.c (create_principal3_1): Remove keepold argument. - -2000-02-18 Tom Yu - - * kadm_rpc_svc.c (kadm_1): Update to include new api functions. - - * ovsec_kadmd.c (log_badverf): Update proc_names. - -2000-02-17 Tom Yu - - * server_stubs.c: Add create_principal3_1, chpass_principal3_1, - setkey_principal3_1, and chrand_principal3_1 to do the obvious - things. - -1999-10-26 Wilfredo Sanchez - - * 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. - -Tue May 11 23:59:55 1999 Theodore Y. Ts'o - - * ovsec_kadmd.c (main): Fix how we specify the OID. - -Fri May 7 17:15:17 1999 Theodore Y. Ts'o - - * ovsec_kadmd.c: Remove dependency on gssapi_krb5.h by using - gss_str_to_oid() to get the necessary oid for the - krb5_name name type. Also added #include files to get - prototypes and fixed some gcc -Wall nits. Fixed calls to - krb5_klog_close() to pass the krb5_context as an argument. - -Mon Mar 1 21:24:49 1999 Tom Yu - - * ovsec_kadmd.c (log_badverf): Actually make a real lookup table - for procedure numbers. Also, if we don't find the procedure - number, just log the number rather than falling off the end of an - array. - -1998-11-13 Theodore Ts'o - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -1998-10-27 Marc Horowitz - - * 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 - - * ovsec_kadmd.c (main): Cast gss_nt_krb5_name to - gss_OID to avoid compiler warnings. - -Tue Jul 21 16:36:51 1998 Geoffrey King - - * ovsec_kadmd.c: Call krb5_klog_reopen in kadm_svc_run - upon receiving a SIGHUP. Use sigaction instead of - signal if POSIX_SIGNALS is defined. All of the calls - to signal and sigaction are now in a separate function - setup_signal_handlers, as the kdc code does. Also, - since reset_db no longer does anything, change the name - of signal_request_reset to the more descriptive - signal_request_hup, and request_reset_db to - request_hup (paralleling the nomenclature in the kdc - code). - -Mon Jul 20 11:28:39 1998 Ezra Peisach - - * schpw.c (process_chpw_request): Cast to krb5_octet * instead of - char * for krb5_address.contents type. - -Fri Feb 27 23:32:38 1998 Theodore Ts'o - - * 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 25 14:00:32 1998 Ezra Peisach - - * schpw.c (process_chpw_request): Free memory of allocated for - local address. - - * ovsec_kadmd.c (do_schpw): Call krb5_kt_close to free memory - allocated. - -Wed Feb 18 15:58:30 1998 Tom Yu - - * Makefile.in: Remove trailing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. - -Sat Feb 14 22:01:30 1998 Tom Yu - - * ovsec_kadmd.c (kadm_svc_run): Fix naming of _rpc_dtablesize() - that was missed earlier. - -Fri Feb 13 21:37:28 1998 Tom Yu - - * kadm_rpc_svc.c: Punt naughty RCS keywords. Update header - locations. - - * ovsec_kadmd.c: Update header locations. Punt naughty RCS - keywords. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Wed Jan 21 00:00:34 1998 Tom Yu - - * schpw.c: New file. Support for Cygnus chpw. - - * ovsec_kadmd.c: Add support for Cygnus chpw. - - * Makefile.in (OBJS): Add schpw.o. - -Tue Oct 14 21:06:16 1997 Ezra Peisach - - * server_stubs.c (CHANGEPW_SERVICE): Modify to free allocated - memory in request. - (setup_gss_names): Free memory in case of failure. - (chrand_principal_1): Call free_server_handle for failure - cleanup. - - * ovsec_kadmd.c (main): Cleanup memory by calling acl_finish, - gss_release_name, and krb5_free_context - -Tue Jul 1 02:36:55 1997 Tom Yu - - * kadm_rpc_svc.c, server_stubs.c: Add support for setv4key. - -Mon Mar 31 17:42:03 1997 Barry Jaspan - - * kadm_rpc_svc.c, server_stubs.c: add support for setkey_principal - -Tue Feb 4 20:59:31 1997 Tom Yu - - * Makefile.in: - * configure.in: Update to new program build procedure. - -Wed Dec 4 15:29:30 1996 Barry Jaspan - - * ovsec_kadmd.c (main): fix duplicated error strings - [krb5-admin/234] - -Tue Nov 19 16:48:50 1996 Barry Jaspan - - * ovsec_kadmd.c: don't syslog \n's - -Wed Nov 13 14:29:34 1996 Tom Yu - - * ovsec_kadmd.c (main): Note that krb5_defkeyname is an internal - interface. - - * ovsec_kadmd.c (main): Revert kt_default_name changes. - -Tue Nov 12 22:07:05 1996 Tom Yu - - * ovsec_kadmd.c (main): Use krb5_kt_set_default_name() rather than - mucking about with global variables. - -Fri Sep 27 16:37:47 1996 Barry Jaspan - - * ovsec_kadmd.c (main): krb5_klog_syslog doesn't understand %m - -Tue Sep 10 14:18:12 1996 Tom Yu - - * kadmind.M: remove ".so man1/header.doc", fix up .TH call - -Tue Sep 3 22:11:25 1996 Theodore Y. Ts'o - - * Makefile.in (install): Fix typo: ($PROG) -> $(PROG) - -Thu Aug 29 16:11:01 1996 Jeff Bigler - - * Makefile.in (install): added kadmind man page - -Mon Aug 12 11:48:19 1996 Barry Jaspan - - * ovsec_kadmd.c (main): strip path components of whoami - -Thu Aug 1 15:57:08 1996 Barry Jaspan - - * ovsec_kadmd.c (main): remove useless hex value from error message - -Wed Jul 31 15:22:10 1996 Tom Yu - - * ovsec_kadmd.c: Revert prior change due to netdb.h shuffle - - * ovsec_kadmd.c: remove #include (already gotten by - kadm5/kadm_rpc.h) - -Wed Jul 24 18:34:33 1996 Tom Yu - - * ovsec_kadmd.c (main): Put the #ifdef SO_REUSEADDR at the - beginning of the line to avoid cpp breakage. - -Wed Jul 24 14:28:04 1996 Ezra Peisach - - * Makefile.in (CFLAGS): Use $(LD) instead of $(CC) for linking. - -Mon Jul 22 04:16:15 1996 Marc Horowitz - - * ovsec_kadmd.c (main): open the socket with SO_REUSEADDR. The - old server did this, and the tests require it on some platforms. - -Tue Jul 9 16:04:53 1996 Marc Horowitz - - * kadm_rpc_svc.c: renamed to - * configure.in: cosmetic changes. - * Makefile.in: complete rewrite. diff --git a/src/kadmin/testing/ChangeLog b/src/kadmin/testing/ChangeLog deleted file mode 100644 index 1233a08761..0000000000 --- a/src/kadmin/testing/ChangeLog +++ /dev/null @@ -1,42 +0,0 @@ -2003-01-07 Ken Raeburn - - * Makefile.ov: Deleted. - -2002-08-29 Ken Raeburn - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -1999-10-26 Wilfredo Sanchez - - * 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 - - * 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 - - * 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 - - * Makefile.in: Remove trailing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o - - * 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 1b72cb4e98..0000000000 --- a/src/kadmin/testing/proto/ChangeLog +++ /dev/null @@ -1,63 +0,0 @@ -2005-08-16 Ken Raeburn - - * 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 - - * 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 - - * kdc.conf.proto: Use des3 master key. - -2000-05-09 Ken Raeburn - - * krb5.conf.proto: Set dns_fallback=no. - - * kdc.conf.proto: Add des3 to supported_enctypes. - -Wed Jan 21 12:44:25 1998 Ezra Peisach - - * 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 - - * krb5.conf.proto: add support for setkey_principal (support more enctypes) - -Tue Oct 15 16:24:33 1996 Barry Jaspan - - * krb5.conf.proto: s/localhost/__LOCALHOST__/ - -Fri Sep 27 17:12:48 1996 Barry Jaspan - - * krb5.conf.proto: parameterize kdc hostname for remote server - testing - -Thu Sep 26 17:47:23 1996 Barry Jaspan - - * krb5.conf.proto, kdc.conf.proto: use K5ROOT instead of /krb5 - -Wed Sep 25 16:20:29 1996 Barry Jaspan - - * kdc.conf.proto: remove admin_dbname and admin_lockfile - -Fri Sep 20 16:54:44 1996 Barry Jaspan - - * krb5.conf.proto: change logging to /krb5/syslog - -Wed Sep 18 12:37:46 1996 Barry Jaspan - - * kdc.conf.proto: remove max_life spec, use default - -Mon Jul 15 17:11:35 1996 Marc Horowitz - - * krb5.conf.proto: specify a default_keytab_name in /krb5 - -Fri Jul 12 14:46:17 1996 Marc Horowitz - - * 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 a041b85326..0000000000 --- a/src/kadmin/testing/scripts/ChangeLog +++ /dev/null @@ -1,281 +0,0 @@ -2006-03-06 Ken Raeburn - - * init_db: Change MODDIR setting to match new installation path. - -2005-08-16 Ken Raeburn - - * env-setup.shin: Export $libdir. - * init_db: Substitue __MODDIR__ with the fakedest module - directory. - * start_servers: Likewise. - -2004-09-30 Ken Raeburn - - * 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 - - * env-setup.shin: Substitute FAKEDEST. Substitue "$" for "$$". - -2003-12-05 Tom Yu - - * env-setup.shin: Allow BUILDTOP substitution. - -2003-05-13 Ken Raeburn - - * 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 - - * Makefile.ov: Deleted. - -2002-12-18 Ken Raeburn - - * init_db (qualname): If "kdb5_util create" fails, exit. - - * env-setup.shin: Set KRB5CCNAME to something under $K5ROOT. - -2002-10-30 Ken Raeburn - - * 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 - - * 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 - - * 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 - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2000-06-27 Ezra Peisach - - * env-setup.shin: Do not override the EXPECT environment variable - if set. - -1998-11-13 Theodore Ts'o - - * 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 - - * 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 - - * 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 - - * 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 - - * Makefile.in: Remove trailing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. - -Thu Feb 12 16:16:22 1998 Tom Yu - - * 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 - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Sun Feb 9 01:07:37 1997 Tom Yu - - * env-setup.shin: Fix to deal with multiple variables in - KRB5_RUN_ENV. - -Sat Feb 8 22:12:32 1997 Tom Yu - - * env-setup.shin: Hack to deal with new usage of KRB5_RUN_ENV. - -Tue Dec 3 15:28:53 1996 Barry Jaspan - - * 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 - - * save_files.sh (files): Also save /etc/krb5.keytab. [PR 278] - -Thu Nov 14 15:28:16 1996 Barry Jaspan - - * 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 - - * 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 - - * 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 - - * 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 - - * 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 - - * start_servers_local: kadmin/tcl/util.t is in source tree. - -Tue Oct 29 12:19:45 1996 Barry Jaspan - - * 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 - - * Makefile.in (env-setup.stamp): Add dependency upon Makefile. - -Thu Oct 17 18:28:36 1996 Ezra Peisach - - * qualname.plin: Downcase the FQDN for keytab use. [krb5-libs/116] - -Tue Oct 15 18:39:58 1996 Ezra Peisach - - * 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 - - * 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 - - * Makefile.in: Added standard rules for .plin -> .pl - - * *.plin: Renamed from *.pl.in - -Thu Oct 10 17:32:22 1996 Ezra Peisach - - * env-setup.shin (EXPECT): Subsititute path for expect from - autoconf. - - * configure.in: Check for expect. - -Thu Oct 3 13:16:19 1996 Ezra Peisach - - * 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 - - * configure.in, Makefile.in: Let autoconf determine path to perl. - -Fri Sep 27 14:12:59 1996 Barry Jaspan - - * 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 - - * env-setup.sh, init_db, start_servers_local: use K5ROOT instead - of /krb5 - -Thu Sep 26 11:45:56 1996 Ezra Peisach - - * 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 - - * create Makefile.in and configure.in - -Mon Sep 23 15:38:58 1996 Barry Jaspan - - * 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 - - * make-host-keytab.pl.in: use kadmin instead of kadm5_keytab - -Mon Aug 12 11:36:57 1996 Barry Jaspan - - * init_db: use kdb5_util instead of kdb5_create - -Fri Jul 12 14:48:20 1996 Marc Horowitz - - * 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 341ba82b62..0000000000 --- a/src/kadmin/testing/util/ChangeLog +++ /dev/null @@ -1,228 +0,0 @@ -2006-04-03 Ken Raeburn - - * Makefile.in (DEFS): Make empty. - -2006-03-31 Ken Raeburn - - * test.c, tcl_kadm5.c, tcl_ovsec_kadm.c: Include autoconf.h. - -2005-11-17 Ken Raeburn - - * tcl_kadm5.c, tcl_ovsec_kadm.c: Don't include k5-int.h. - -2005-06-20 Ken Raeburn - - * 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 - - * 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 - - * 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 - - * Makefile.in (DEFINES): New variable. Define HAS_STDARG for Tcl - headers. - -2003-01-07 Ken Raeburn - - * Makefile.ov: Deleted. - -2002-11-04 Tom Yu - - * Makefile.in: Use $(TCL_MAYBE_RPATH). - -2002-08-29 Ken Raeburn - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2002-08-07 Ken Raeburn - - * tcl_kadm5.c (unparse_err): Handle - KADM5_MISSING_KRB5_CONF_PARAMS. - -2002-07-15 Ezra Peisach - - * tcl_kadm5.c: Cleanup warnings for variables set but not used. - * tcl_ovsec_kadm.c (unparse_err): Likewise. - -2002-03-07 Ken Raeburn - - * 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 - - * Makefile.in (SRCS): All files live in srcdir. - -2001-07-01 Ezra Peisach - - * 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 - - * 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 - - * tcl_kadm5.c, tcl_ovsec_kadm.c: Cleanup of assignments in - conditionals, missing prototypes, etc. - -2000-05-23 Tom Yu - - * tcl_kadm5.c (tcl_kadm5_chpass_principal_util): Add new argument - to call to chpass_principal_util(). - -1999-10-26 Wilfredo Sanchez - - * 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 - - * 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 - - * 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 - - * 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 - - * Makefile.in: Remove trailing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Wed Oct 22 15:40:34 1997 Ezra Peisach - - * 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 - - * Makefile.in: be more verbose if Tcl is unavailable - -Wed Feb 5 22:57:53 1997 Tom Yu - - * Makefile.in: - * configure.in: Update to new program build procedure. - -Fri Dec 6 00:04:10 1996 Theodore Y. Ts'o - - * 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 - - * tcl_ovsec_kadm.c: - * tcl_kadm5.c: Remove #include of , which is not - guaranteed to be there. #include of is all you - need for malloc(), per ANSI. [PR#281] - -Wed Nov 13 09:55:05 1996 Ezra Peisach - - * Makefile.in (clean): Remove built programs. - -Thu Nov 7 20:53:45 1996 Tom Yu - - * configure.in: Remove spurious WITH_CCOPTS and KRB_INCLUDE. - -Thu Nov 7 13:09:33 1996 Barry Jaspan - - * 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 - - * 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 - - * tcl_kadm5.c (unparse_err): update for new tl_data semantics - [krb5-admin/140] - -Mon Oct 21 16:31:35 1996 Barry Jaspan - - * tcl_kadm5.c: add unparse ability for V2 principal fields - [krb5-admin/20] - -Fri Oct 18 13:23:46 1996 Barry Jaspan - - * 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 - - * 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 - - * create Makefile.in and configure.in - -Mon Aug 12 11:50:42 1996 Barry Jaspan - - * Makefile.ov: add $(REGEXLIB) - -Fri Jul 12 15:04:52 1996 Marc Horowitz - - * tcl_ovsec_kadm.c: renamed to -- cgit