]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/appl/su/ChangeLog
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / heimdal / appl / su / ChangeLog
1 2007-10-19  Love Hörnquist Åstrand  <lha@it.su.se>
2
3         * su.c: read environment from _PATH_ETC_ENVIRONMENT
4
5         * supaths.c: paths
6
7 2007-08-02  Love Hörnquist Åstrand  <lha@it.su.se>
8
9         * su.c: Check all local realms when su-ing, from Magnus Holmberg.
10
11 2007-06-19  Love Hörnquist Åstrand  <lha@it.su.se>
12
13         * su.c: If not root and not setuid, print warning.
14
15 2006-01-17  Love Hörnquist Åstrand  <lha@it.su.se>
16
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.
19
20 2006-01-12  Johan Danielsson  <joda@pdc.kth.se>
21
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>
25
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>
30
31         * su.c: Include <crypt.h>.
32
33 2003-09-03  Love Hörnquist Åstrand  <lha@it.su.se>
34
35         * su.c: s/des_read_pw_string/UI_UTIL_read_pw_string/
36         
37 2003-05-06  Johan Danielsson  <joda@pdc.kth.se>
38
39         * su.c: remove accidentally committed code that prints the command
40         being executed
41
42 2003-03-18  Love Hörnquist Åstrand  <lha@it.su.se>
43
44         * su.c (krb5_start_session): krb5_afslog doesn't depend on KRB4
45         any more
46
47 2002-02-19  Johan Danielsson  <joda@pdc.kth.se>
48
49         * su.c: make this build without krb5
50
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.
55
56 2001-06-12  Assar Westerlund  <assar@sics.se>
57
58         * su.c: check memory allocations.  add some const
59
60 2000-12-31  Assar Westerlund  <assar@sics.se>
61
62         * su.c (krb5_verify): handle krb5_init_context failure
63         consistently
64
65 2000-08-28  Johan Danielsson  <joda@pdc.kth.se>
66
67         * su.c: set KRBTKFILE
68
69 2000-07-10  Assar Westerlund  <assar@sics.se>
70
71         * Makefile.am: actually install su
72         * su.c (krb5_verify): try harder freeing.  do not get upset on
73         interrupted password read
74
75 2000-06-09  Assar Westerlund  <assar@sics.se>
76
77         * su.c (main): work-around for setuid and capabilities bug fixed
78         in Linux 2.2.16
79
80 2000-06-03  Assar Westerlund  <assar@sics.se>
81
82         * su.c (main): just ignore shadow information if getspnam returns
83         NULL
84
85 1999-10-20  Assar Westerlund  <assar@sics.se>
86
87         * Makefile.am: use LIB_roken
88
89 1999-09-28  Assar Westerlund  <assar@sics.se>
90
91         * su.c (krb5_verify): use krb5_verify_user_lrealm
92
93 1999-08-04  Assar Westerlund  <assar@sics.se>
94
95         * su.c: add support for shadow passwords and rewrite some logic.
96         From Miroslav Ruda <ruda@ics.muni.cz>
97
98         * Makefile.am: add libkafs
99
100 1999-06-15  Assar Westerlund  <assar@sics.se>
101
102         * su.c (main): conditionalize `getlogin'
103
104 1999-05-11  Assar Westerlund  <assar@sics.se>
105
106         * su.c (verfiy_krb5): get the name out of the ccache before
107         closing it
108
109 1999-05-05  Assar Westerlund  <assar@sics.se>
110
111         * su.c: some more error checking
112
113 Wed Apr 21 21:04:36 1999  Assar Westerlund  <assar@sics.se>
114
115         * su.c (-f): implement
116
117         * su.c: implement -i
118         (verify_krb5): correct the ownership on the credential cache
119
120 Tue Apr 20 13:26:13 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
121
122         * su.c: don't depend on paths.h
123