aboutsummaryrefslogtreecommitdiff
path: root/src/clients/kpasswd
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
committerSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
commit779066fca01df6c4354ccd4f80dcafe4e96d891c (patch)
tree45813dea9d0492f0411ea537cd3b521544767a94 /src/clients/kpasswd
parent4e4c10590e698cfbb138bfb85bd1455b74919ec7 (diff)
downloadkrb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.zip
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.gz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.bz2
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
Diffstat (limited to 'src/clients/kpasswd')
-rw-r--r--src/clients/kpasswd/ChangeLog130
1 files changed, 0 insertions, 130 deletions
diff --git a/src/clients/kpasswd/ChangeLog b/src/clients/kpasswd/ChangeLog
deleted file mode 100644
index b220864..0000000
--- a/src/clients/kpasswd/ChangeLog
+++ /dev/null
@@ -1,130 +0,0 @@
-2006-03-28 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in (DEFS): Make empty.
- * kpasswd.c: Include autoconf.h.
-
-2006-02-24 Jeffrey Altman <jaltman@mit.edu>
-
- * Makefile.in: support for 64-bit Windows builds
-
-2004-06-24 Tom Yu <tlyu@mit.edu>
-
- * kpasswd.c (P1, P2): Cosmetic fix for prompts to avoid
- double colons.
-
-2004-06-07 Ezra Peisach <epeisach@mit.edu>
-
- * kpasswd.c (get_name_from_passwd_file): Do not cast return from
- getuid() to int as argument to getpwuid.
-
- * ksetpwd.c: Include time.h for time() prototype.
- (main): Return 0 on success.
-
-2004-05-30 Ken Raeburn <raeburn@mit.edu>
-
- * ksetpwd.c (verify_creds, get_init_creds_opt_init,
- userinitcontext, init_creds): Now static.
- (main): Remove one of two variables named "ccache".
-
-2003-04-28 Ken Raeburn <raeburn@mit.edu>
-
- * ksetpwd.c (init_creds): Let's use C comments for C code, shall
- we?
-
-2003-04-25 Sam Hartman <hartmans@mit.edu>
-
- * Makefile.in : Add rule to build ksetpw, a set/change password
- client for the Microsoft protocol. We do not install this program
- by default because it is not of release quality yet.
-
-2003-02-25 Tom Yu <tlyu@mit.edu>
-
- * kpasswd.c (main): Don't pass a NULL pointer to printf().
-
-2002-08-29 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in: Revert $(S)=>/ change, for Windows support.
-
-2002-08-23 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
-
-2002-07-18 Jen Selby <jenselby@mit.edu>
-
- * kpasswd.M: commented out the inclusion of man1/header.doc
-
-2001-10-30 Ezra Peisach <epeisach@mit.edu>
-
- * kpasswd.c (main): Do not free potentially NULL pointers.
-
-2000-10-17 Ezra Peisach <epeisach@mit.edu>
-
- * kpasswd.c (main): Argument to krb5_read_password takes an
- unsigned int as argument.
-
-2000-07-29 Ezra Peisach <epeisach@mit.edu>
-
- * kpasswd.c (main): Warnings cleanup.
-
-2000-03-16 Ezra Peisach <epeisach@mit.edu>
-
- * kpasswd.c (main): Remove unused variables.
-
-1999-12-03 Danilo Almeida <dalmeida@mit.edu>
-
- * Makefile.in: Windows fix for 10/26/99 cleanup.
-
-1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
-
- * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
- LOCAL_INCLUDES such that one can override CFLAGS from the command
- line without losing CPP search patchs and defines. Some associated
- Makefile cleanup.
-
-1999-08-09 Danilo Almeida <dalmeida@mit.edu>
-
- * kpasswd.c:
- * Makefile.in: Build kpasswd under windows.
-
-1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * Makefile.in: Set the myfulldir and mydir variables (which are
- relative to buildtop and thisconfigdir, respectively.)
-
-Wed Feb 18 15:43:41 1998 Tom Yu <tlyu@mit.edu>
-
- * Makefile.in: Remove trailing whitespace from thisconfigdir. Fix
- up BUILDTOP for new conventions.
-
-Thu Feb 12 08:37:00 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
-
-Fri Jan 30 16:06:13 1998 Tom Yu <tlyu@mit.edu>
-
- * kpasswd.c:
- * kpasswd.M:
- * Makefile.in:
- * configure.in: New: Cygnus kpasswd client.
-
-Mon Mar 31 23:49:34 1997 Marc Horowitz <marc@cygnus.com>
-
- * Makefile.in (install-all install-kdc install-server install-client install-unix): install the new man page
-
-Sat Mar 29 14:31:51 1997 Mark Eichin <eichin@cygnus.com>
-
- * kpasswd.c (main): use fprintf correctly in usage.
-
-Tue Mar 4 21:47:48 1997 Marc Horowitz <marc@cygnus.com>
-
- * kpasswd.c (main): retool for new init_creds interface
-
-Wed Feb 19 21:00:12 1997 Marc Horowitz <marc@cygnus.com>
-
- * kpasswd.c: use the string version of the chpw result_code in the
- error message.
-
-Mon Feb 3 17:50:30 1997 Marc Horowitz <marc@cygnus.com>
-
- * kpasswd.c: new password change client
- * Makefile.in: new directory