12006-10-07  Love Hörnquist Åstrand  <lha@it.su.se>
2
3	* Makefile.am: Add man_MANS to EXTRA_DIST
4
5	* Makefile.am: split build files into dist_ and noinst_ SOURCES
6
72005-07-07  Love Hörnquist Åstrand  <lha@it.su.se>
8
9	* ktutil.c: rename optind to optidx
10
11	* list.c: make a copy of realm and admin_server to avoid
12	un-consting avoid shadowing
13
14	* get.c: make a copy of realm and admin_server to avoid
15	un-consting avoid shadowing
16
17	* change.c (change_entry): just use global context to avoid
18	shadowing; make a copy of realm and admin_server to avoid
19	un-consting.
20
212005-05-19  Love Hörnquist Åstrand  <lha@it.su.se>
22
23	* change.c (kt_change): plug memory leak from
24	krb5_kt_remove_entry, print principal on error.
25
262005-05-02  Dave Love  <d.love@dl.ac.uk>
27
28	* ktutil.c (help): Don't use non-constant initializer for `fake'.
29
302005-04-15  Love Hörnquist Åstrand  <lha@it.su.se>
31
32	* ktutil_locl.h: include <hex.h>
33
342005-04-14  Love Hörnquist Åstrand  <lha@it.su.se>
35
36	* add.c: add option -H --hex to the add command
37
38	* ktutil-commands.in: add option -H --hex to the add command
39
40	* ktutil.8: document option -H --hex to the add command
41
422004-09-29  Love Hörnquist Åstrand  <lha@it.su.se>
43
44	* list.c: un c99'ify, from Anders.Magnusson@ltu.se
45
462004-09-23 Johan Danielsson <joda@pdc.kth.se>
47
48	* purge.c: convert to slc; don't purge keys older that a certain
49	time, instead purge keys that have newer versions that are at
50	least a certain age
51
52	* rename.c: convert to slc
53
54	* remove.c: convert to slc
55
56	* get.c: convert to slc; warn if resetting disallow-all-tix
57
58	* copy.c: convert to slc
59
60	* change.c: convert to slc
61
62	* add.c: convert to slc
63
64	* list.c: convert to slc
65
66	* ktutil_locl.h: convert to slc
67
68	* ktutil.c: convert to slc
69
70	* ktutil-commands.in: slc source file
71