ChangeLog revision 178826
1259698Sdim2006-10-07  Love H�rnquist �strand  <lha@it.su.se>
2259698Sdim
3259698Sdim	* Makefile.am: Add man_MANS to EXTRA_DIST
4259698Sdim
5259698Sdim	* Makefile.am: split build files into dist_ and noinst_ SOURCES
6259698Sdim	
7259698Sdim2005-07-07  Love H�rnquist �strand  <lha@it.su.se>
8259698Sdim
9259698Sdim	* ktutil.c: rename optind to optidx
10259698Sdim
11259698Sdim	* list.c: make a copy of realm and admin_server to avoid
12259698Sdim	un-consting avoid shadowing
13259698Sdim
14259698Sdim	* get.c: make a copy of realm and admin_server to avoid
15259698Sdim	un-consting avoid shadowing
16259698Sdim	
17259698Sdim	* change.c (change_entry): just use global context to avoid
18259698Sdim	shadowing; make a copy of realm and admin_server to avoid
19259698Sdim	un-consting.
20259698Sdim
21259698Sdim2005-05-19  Love H�rnquist �strand  <lha@it.su.se>
22259698Sdim
23259698Sdim	* change.c (kt_change): plug memory leak from
24259698Sdim	krb5_kt_remove_entry, print principal on error.
25259698Sdim
26259698Sdim2005-05-02  Dave Love  <d.love@dl.ac.uk>
27259698Sdim
28259698Sdim	* ktutil.c (help): Don't use non-constant initializer for `fake'.
29259698Sdim
30259698Sdim2005-04-15  Love H�rnquist �strand  <lha@it.su.se>
31259698Sdim
32259698Sdim	* ktutil_locl.h: include <hex.h>
33259698Sdim
34259698Sdim2005-04-14  Love H�rnquist �strand  <lha@it.su.se>
35259698Sdim
36259698Sdim	* add.c: add option -H --hex to the add command
37259698Sdim	
38259698Sdim	* ktutil-commands.in: add option -H --hex to the add command
39259698Sdim	
40259698Sdim	* ktutil.8: document option -H --hex to the add command
41259698Sdim
42259698Sdim2004-09-29  Love H�rnquist �strand  <lha@it.su.se>
43259698Sdim
44259698Sdim	* list.c: un c99'ify, from Anders.Magnusson@ltu.se
45259698Sdim
46259698Sdim2004-09-23 Johan Danielsson <joda@pdc.kth.se>
47259698Sdim
48259698Sdim	* purge.c: convert to slc; don't purge keys older that a certain
49259698Sdim	time, instead purge keys that have newer versions that are at
50259698Sdim	least a certain age
51259698Sdim
52259698Sdim	* rename.c: convert to slc
53259698Sdim	
54259698Sdim	* remove.c: convert to slc
55259698Sdim	
56259698Sdim	* get.c: convert to slc; warn if resetting disallow-all-tix
57259698Sdim	
58259698Sdim	* copy.c: convert to slc
59259698Sdim	
60259698Sdim	* change.c: convert to slc
61259698Sdim	
62259698Sdim	* add.c: convert to slc
63259698Sdim	
64259698Sdim	* list.c: convert to slc
65259698Sdim	
66259698Sdim	* ktutil_locl.h: convert to slc
67259698Sdim	
68259698Sdim	* ktutil.c: convert to slc
69259698Sdim	
70259698Sdim	* ktutil-commands.in: slc source file
71259698Sdim