diff options
Diffstat (limited to 'crypto/heimdal/appl/afsutil/ChangeLog')
-rw-r--r-- | crypto/heimdal/appl/afsutil/ChangeLog | 56 |
1 files changed, 52 insertions, 4 deletions
diff --git a/crypto/heimdal/appl/afsutil/ChangeLog b/crypto/heimdal/appl/afsutil/ChangeLog index c3f5605..c6cfd39 100644 --- a/crypto/heimdal/appl/afsutil/ChangeLog +++ b/crypto/heimdal/appl/afsutil/ChangeLog @@ -1,11 +1,59 @@ -2003-08-25 Love Hörnquist Åstrand <lha@it.su.se> +2007-04-11 Love Hörnquist Åstrand <lha@it.su.se> - * afslog.c: 1.22->1.23: (do_afslog): is cell is unset, set it - "<default cell>" for error printing + * pagsh.1,afslog.1: - options must be lexicographically ordered; + again, options without arguments must be placed before options + with arguments. - manual page cross references are done using + the macro `.Xr', not the macro `.Nm' (used for command names + instead). + + From Igor Sobrado. + +2006-10-07 Love Hörnquist Åstrand <lha@it.su.se> + + * Makefile.am: Add man_MANS to EXTRA_DIST + +2006-01-03 Love Hörnquist Åstrand <lha@it.su.se> + + * afslog.1: Document options to allow select principal or + credential cache when doing afslog. + + * afslog.c: Add options to allow select principal or credential + cache when doing afslog. + +2005-02-12 Love Hörnquist Åstrand <lha@it.su.se> + + * Makefile.am: man_MANS += pagsh.1 + + * pagsh.c: add --cache-type that allows the user to control the + resulting credential cache type, inherit the type from the + invoking process + + * pagsh.1: manpage for pagsh + +2004-09-03 Love Hörnquist Åstrand <lha@it.su.se> + + * afslog.c: use negative string help string for arg_negative_flag + Pointed out by Harald Barth + +2004-07-27 Love Hörnquist Åstrand <lha@it.su.se> + + * pagsh.c: use setprogname, if we stripped off -c, try use the + fallback code + +2003-10-14 Johan Danielsson <joda@pdc.kth.se> + + * pagsh.c: mkstemp formats must end in exactly six X's + +2003-07-15 Love Hörnquist Åstrand <lha@it.su.se> + + * afslog.c (do_afslog): is cell is unset, set it "<default cell>" + for error printing + + * pagsh.c: unconditionally set KRBTKFILE 2003-04-23 Love Hörnquist Åstrand <lha@it.su.se> - * afslog.c: 1.21->1.22: (log_func): drop the error number + * afslog.c (log_func): drop the error number 2003-04-14 Love Hörnquist Åstrand <lha@it.su.se> |