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