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