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