/crypto/heimdal/appl/afsutil/ChangeLog

https://bitbucket.org/freebsd/freebsd-head/ · #! · 125 lines · 71 code · 54 blank · 0 comment · 0 complexity · cee868e2c04a8a653697ac0144ba941e MD5 · raw file

  1. 2007-04-11 Love Hörnquist Åstrand <lha@it.su.se>
  2. * pagsh.1,afslog.1: - options must be lexicographically ordered;
  3. again, options without arguments must be placed before options
  4. with arguments. - manual page cross references are done using
  5. the macro `.Xr', not the macro `.Nm' (used for command names
  6. instead).
  7. From Igor Sobrado.
  8. 2006-10-07 Love Hörnquist Åstrand <lha@it.su.se>
  9. * Makefile.am: Add man_MANS to EXTRA_DIST
  10. 2006-01-03 Love Hörnquist Åstrand <lha@it.su.se>
  11. * afslog.1: Document options to allow select principal or
  12. credential cache when doing afslog.
  13. * afslog.c: Add options to allow select principal or credential
  14. cache when doing afslog.
  15. 2005-02-12 Love Hörnquist Åstrand <lha@it.su.se>
  16. * Makefile.am: man_MANS += pagsh.1
  17. * pagsh.c: add --cache-type that allows the user to control the
  18. resulting credential cache type, inherit the type from the
  19. invoking process
  20. * pagsh.1: manpage for pagsh
  21. 2004-09-03 Love Hörnquist Åstrand <lha@it.su.se>
  22. * afslog.c: use negative string help string for arg_negative_flag
  23. Pointed out by Harald Barth
  24. 2004-07-27 Love Hörnquist Åstrand <lha@it.su.se>
  25. * pagsh.c: use setprogname, if we stripped off -c, try use the
  26. fallback code
  27. 2003-10-14 Johan Danielsson <joda@pdc.kth.se>
  28. * pagsh.c: mkstemp formats must end in exactly six X's
  29. 2003-07-15 Love Hörnquist Åstrand <lha@it.su.se>
  30. * afslog.c (do_afslog): is cell is unset, set it "<default cell>"
  31. for error printing
  32. * pagsh.c: unconditionally set KRBTKFILE
  33. 2003-04-23 Love Hörnquist Åstrand <lha@it.su.se>
  34. * afslog.c (log_func): drop the error number
  35. 2003-04-14 Love Hörnquist Åstrand <lha@it.su.se>
  36. * afslog.c: set kafs log function if verbose is turned on
  37. 2003-03-18 Love Hörnquist Åstrand <lha@it.su.se>
  38. * Makefile.am (LDADD): use LIB_kafs
  39. * afslog.1: --no-v4, --no-v5
  40. * Makefile.am: always build afsutils now
  41. * afslog.c: make build without KRB4
  42. 2002-11-26 Johan Danielsson <joda@pdc.kth.se>
  43. * afslog.c: remove plural form in help string
  44. * Makefile.am: add afslog manpage
  45. * afslog.1: manpage
  46. * afslog.c: try more files when trying to expand a cell name
  47. * afslog.c: create a list of cells to get tokens for, before
  48. actually doing anything, and try to get tokens via krb4 if krb5
  49. fails, and give it a chance to work with krb4-only; also some bug
  50. fixes, partially from Tomas Olsson.
  51. 2002-08-23 Assar Westerlund <assar@kth.se>
  52. * pagsh.c: make it handle --version/--help
  53. 2001-05-17 Assar Westerlund <assar@sics.se>
  54. * afslog.c (main): call free_getarg_strings
  55. 2000-12-31 Assar Westerlund <assar@sics.se>
  56. * afslog.c (main): handle krb5_init_context failure consistently
  57. 2000-12-25 Assar Westerlund <assar@sics.se>
  58. * afslog.c: clarify usage strings
  59. 1999-08-04 Assar Westerlund <assar@sics.se>
  60. * pagsh.c (main): use mkstemp to generate temporary file names.
  61. From Miroslav Ruda <ruda@ics.muni.cz>
  62. 1999-07-04 Assar Westerlund <assar@sics.se>
  63. * afslog.c (expand_cell_name): terminate on #. From Miroslav Ruda
  64. <ruda@ics.muni.cz>
  65. 1999-06-27 Assar Westerlund <assar@sics.se>
  66. * Makefile.am (bin_PROGRAMS): only include pagsh if KRB4
  67. 1999-06-26 Assar Westerlund <assar@sics.se>
  68. * Makefile.am: add pagsh
  69. * pagsh.c: new file. contributed by Miroslav Ruda <ruda@ics.muni.cz>
  70. Sat Mar 27 12:49:43 1999 Johan Danielsson <joda@blubb.pdc.kth.se>
  71. * afslog.c: cleanup option parsing