blob: a8cd0e8a8a4a1860d791663c55971028d3c8459e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
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
|