/crypto/heimdal/appl/su/ChangeLog

https://bitbucket.org/freebsd/freebsd-head/ · #! · 129 lines · 71 code · 58 blank · 0 comment · 0 complexity · f651976b13514e5e92e7d59c9552a7a6 MD5 · raw file

  1. 2008-07-15 Love Hörnquist Åstrand <lha@it.su.se>
  2. * Makefile.am: no krb4
  3. * su.c: Drop kerberos 4 support.
  4. 2007-10-19 Love Hörnquist Åstrand <lha@it.su.se>
  5. * su.c: read environment from _PATH_ETC_ENVIRONMENT
  6. * supaths.c: paths
  7. 2007-08-02 Love Hörnquist Åstrand <lha@it.su.se>
  8. * su.c: Check all local realms when su-ing, from Magnus Holmberg.
  9. 2007-06-19 Love Hörnquist Åstrand <lha@it.su.se>
  10. * su.c: If not root and not setuid, print warning.
  11. 2006-01-17 Love Hörnquist Åstrand <lha@it.su.se>
  12. * su.c (group_member_p): rename from group_member to avoid name
  13. pollution from glibc headers. Fixed based on report from David Love.
  14. 2006-01-12 Johan Danielsson <joda@pdc.kth.se>
  15. * su.c: fix reversed logic when deciding to print tty or not
  16. 2005-10-22 Love Hörnquist Åstrand <lha@it.su.se>
  17. * su.c: Check return value from asprintf instead of string != NULL
  18. since it undefined behavior on Linux. From Björn Sandell
  19. 2005-05-10 Dave Love <fx@gnu.org>
  20. * su.c: Include <crypt.h>.
  21. 2003-09-03 Love Hörnquist Åstrand <lha@it.su.se>
  22. * su.c: s/des_read_pw_string/UI_UTIL_read_pw_string/
  23. 2003-05-06 Johan Danielsson <joda@pdc.kth.se>
  24. * su.c: remove accidentally committed code that prints the command
  25. being executed
  26. 2003-03-18 Love Hörnquist Åstrand <lha@it.su.se>
  27. * su.c (krb5_start_session): krb5_afslog doesn't depend on KRB4
  28. any more
  29. 2002-02-19 Johan Danielsson <joda@pdc.kth.se>
  30. * su.c: make this build without krb5
  31. 2002-01-09 Jacques Vidrine <n@nectar.cc>
  32. * su.c: Don't use getlogin() to determine whether we are root.
  33. Patch by joda.
  34. 2001-06-12 Assar Westerlund <assar@sics.se>
  35. * su.c: check memory allocations. add some const
  36. 2000-12-31 Assar Westerlund <assar@sics.se>
  37. * su.c (krb5_verify): handle krb5_init_context failure
  38. consistently
  39. 2000-08-28 Johan Danielsson <joda@pdc.kth.se>
  40. * su.c: set KRBTKFILE
  41. 2000-07-10 Assar Westerlund <assar@sics.se>
  42. * Makefile.am: actually install su
  43. * su.c (krb5_verify): try harder freeing. do not get upset on
  44. interrupted password read
  45. 2000-06-09 Assar Westerlund <assar@sics.se>
  46. * su.c (main): work-around for setuid and capabilities bug fixed
  47. in Linux 2.2.16
  48. 2000-06-03 Assar Westerlund <assar@sics.se>
  49. * su.c (main): just ignore shadow information if getspnam returns
  50. NULL
  51. 1999-10-20 Assar Westerlund <assar@sics.se>
  52. * Makefile.am: use LIB_roken
  53. 1999-09-28 Assar Westerlund <assar@sics.se>
  54. * su.c (krb5_verify): use krb5_verify_user_lrealm
  55. 1999-08-04 Assar Westerlund <assar@sics.se>
  56. * su.c: add support for shadow passwords and rewrite some logic.
  57. From Miroslav Ruda <ruda@ics.muni.cz>
  58. * Makefile.am: add libkafs
  59. 1999-06-15 Assar Westerlund <assar@sics.se>
  60. * su.c (main): conditionalize `getlogin'
  61. 1999-05-11 Assar Westerlund <assar@sics.se>
  62. * su.c (verfiy_krb5): get the name out of the ccache before
  63. closing it
  64. 1999-05-05 Assar Westerlund <assar@sics.se>
  65. * su.c: some more error checking
  66. Wed Apr 21 21:04:36 1999 Assar Westerlund <assar@sics.se>
  67. * su.c (-f): implement
  68. * su.c: implement -i
  69. (verify_krb5): correct the ownership on the credential cache
  70. Tue Apr 20 13:26:13 1999 Johan Danielsson <joda@hella.pdc.kth.se>
  71. * su.c: don't depend on paths.h