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