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