12007-04-11  Love Hörnquist Åstrand  <lha@it.su.se>
2
3	* pagsh.1,afslog.1: - options must be lexicographically ordered;
4	  again, options without arguments must be placed before options
5	  with arguments.  - manual page cross references are done using
6	  the macro `.Xr', not the macro `.Nm' (used for command names
7	  instead).
8	
9	From Igor Sobrado.
10	
112006-10-07  Love Hörnquist Åstrand  <lha@it.su.se>
12
13	* Makefile.am: Add man_MANS to EXTRA_DIST
14	
152006-01-03  Love Hörnquist Åstrand  <lha@it.su.se>
16
17	* afslog.1: Document options to allow select principal or
18	credential cache when doing afslog.
19
20	* afslog.c: Add options to allow select principal or credential
21	cache when doing afslog.
22	
232005-02-12  Love Hörnquist Åstrand  <lha@it.su.se>
24
25	* Makefile.am: man_MANS += pagsh.1
26
27	* pagsh.c: add --cache-type that allows the user to control the
28	resulting credential cache type, inherit the type from the
29	invoking process
30
31	* pagsh.1: manpage for pagsh
32
332004-09-03  Love Hörnquist Åstrand  <lha@it.su.se>
34
35	* afslog.c: use negative string help string for arg_negative_flag
36	Pointed out by Harald Barth
37	
382004-07-27  Love Hörnquist Åstrand  <lha@it.su.se>
39
40	* pagsh.c: use setprogname, if we stripped off -c, try use the
41	fallback code
42	
432003-10-14  Johan Danielsson  <joda@pdc.kth.se>
44
45	* pagsh.c: mkstemp formats must end in exactly six X's
46
472003-07-15  Love Hörnquist Åstrand  <lha@it.su.se>
48
49	* afslog.c (do_afslog): is cell is unset, set it "<default cell>"
50	for error printing
51
52	* pagsh.c: unconditionally set KRBTKFILE
53	
542003-04-23  Love Hörnquist Åstrand  <lha@it.su.se>
55
56	* afslog.c (log_func): drop the error number
57	
582003-04-14  Love Hörnquist Åstrand  <lha@it.su.se>
59
60	* afslog.c: set kafs log function if verbose is turned on
61	
622003-03-18  Love Hörnquist Åstrand  <lha@it.su.se>
63	
64	* Makefile.am (LDADD): use LIB_kafs
65	
66	* afslog.1: --no-v4, --no-v5
67	
68	* Makefile.am: always build afsutils now
69	
70	* afslog.c: make build without KRB4
71	
722002-11-26  Johan Danielsson  <joda@pdc.kth.se>
73
74	* afslog.c: remove plural form in help string
75
76	* Makefile.am: add afslog manpage
77
78	* afslog.1: manpage
79
80	* afslog.c: try more files when trying to expand a cell name
81
82	* afslog.c: create a list of cells to get tokens for, before
83	actually doing anything, and try to get tokens via krb4 if krb5
84	fails, and give it a chance to work with krb4-only; also some bug
85	fixes, partially from Tomas Olsson.
86
872002-08-23  Assar Westerlund  <assar@kth.se>
88
89	* pagsh.c: make it handle --version/--help
90
912001-05-17  Assar Westerlund  <assar@sics.se>
92
93	* afslog.c (main): call free_getarg_strings
94
952000-12-31  Assar Westerlund  <assar@sics.se>
96
97	* afslog.c (main): handle krb5_init_context failure consistently
98
992000-12-25  Assar Westerlund  <assar@sics.se>
100
101	* afslog.c: clarify usage strings
102
1031999-08-04  Assar Westerlund  <assar@sics.se>
104
105	* pagsh.c (main): use mkstemp to generate temporary file names.
106  	From Miroslav Ruda <ruda@ics.muni.cz>
107
1081999-07-04  Assar Westerlund  <assar@sics.se>
109
110	* afslog.c (expand_cell_name): terminate on #.  From Miroslav Ruda
111 	<ruda@ics.muni.cz>
112
1131999-06-27  Assar Westerlund  <assar@sics.se>
114
115	* Makefile.am (bin_PROGRAMS): only include pagsh if KRB4
116
1171999-06-26  Assar Westerlund  <assar@sics.se>
118
119	* Makefile.am: add pagsh
120
121	* pagsh.c: new file.  contributed by Miroslav Ruda <ruda@ics.muni.cz>
122
123Sat Mar 27 12:49:43 1999  Johan Danielsson  <joda@blubb.pdc.kth.se>
124
125	* afslog.c: cleanup option parsing
126