xref: /freebsd/crypto/heimdal/appl/su/ChangeLog (revision 61e21613)
12008-07-15  Love Hörnquist Åstrand  <lha@it.su.se>
2
3	* Makefile.am: no krb4
4
5	* su.c: Drop kerberos 4 support.
6
72007-10-19  Love Hörnquist Åstrand  <lha@it.su.se>
8
9	* su.c: read environment from _PATH_ETC_ENVIRONMENT
10
11	* supaths.c: paths
12
132007-08-02  Love Hörnquist Åstrand  <lha@it.su.se>
14
15	* su.c: Check all local realms when su-ing, from Magnus Holmberg.
16
172007-06-19  Love Hörnquist Åstrand  <lha@it.su.se>
18
19	* su.c: If not root and not setuid, print warning.
20
212006-01-17  Love Hörnquist Åstrand  <lha@it.su.se>
22
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.
25
262006-01-12  Johan Danielsson  <joda@pdc.kth.se>
27
28	* su.c: fix reversed logic when deciding to print tty or not
29
302005-10-22  Love Hörnquist Åstrand  <lha@it.su.se>
31
32	* su.c: Check return value from asprintf instead of string != NULL
33	since it undefined behavior on Linux. From Björn Sandell
34
352005-05-10  Dave Love  <fx@gnu.org>
36
37	* su.c: Include <crypt.h>.
38
392003-09-03  Love Hörnquist Åstrand  <lha@it.su.se>
40
41	* su.c: s/des_read_pw_string/UI_UTIL_read_pw_string/
42
432003-05-06  Johan Danielsson  <joda@pdc.kth.se>
44
45	* su.c: remove accidentally committed code that prints the command
46	being executed
47
482003-03-18  Love Hörnquist Åstrand  <lha@it.su.se>
49
50	* su.c (krb5_start_session): krb5_afslog doesn't depend on KRB4
51	any more
52
532002-02-19  Johan Danielsson  <joda@pdc.kth.se>
54
55	* su.c: make this build without krb5
56
572002-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.
61
622001-06-12  Assar Westerlund  <assar@sics.se>
63
64	* su.c: check memory allocations.  add some const
65
662000-12-31  Assar Westerlund  <assar@sics.se>
67
68	* su.c (krb5_verify): handle krb5_init_context failure
69	consistently
70
712000-08-28  Johan Danielsson  <joda@pdc.kth.se>
72
73	* su.c: set KRBTKFILE
74
752000-07-10  Assar Westerlund  <assar@sics.se>
76
77	* Makefile.am: actually install su
78	* su.c (krb5_verify): try harder freeing.  do not get upset on
79	interrupted password read
80
812000-06-09  Assar Westerlund  <assar@sics.se>
82
83	* su.c (main): work-around for setuid and capabilities bug fixed
84	in Linux 2.2.16
85
862000-06-03  Assar Westerlund  <assar@sics.se>
87
88	* su.c (main): just ignore shadow information if getspnam returns
89	NULL
90
911999-10-20  Assar Westerlund  <assar@sics.se>
92
93	* Makefile.am: use LIB_roken
94
951999-09-28  Assar Westerlund  <assar@sics.se>
96
97	* su.c (krb5_verify): use krb5_verify_user_lrealm
98
991999-08-04  Assar Westerlund  <assar@sics.se>
100
101	* su.c: add support for shadow passwords and rewrite some logic.
102  	From Miroslav Ruda <ruda@ics.muni.cz>
103
104	* Makefile.am: add libkafs
105
1061999-06-15  Assar Westerlund  <assar@sics.se>
107
108	* su.c (main): conditionalize `getlogin'
109
1101999-05-11  Assar Westerlund  <assar@sics.se>
111
112	* su.c (verfiy_krb5): get the name out of the ccache before
113 	closing it
114
1151999-05-05  Assar Westerlund  <assar@sics.se>
116
117	* su.c: some more error checking
118
119Wed Apr 21 21:04:36 1999  Assar Westerlund  <assar@sics.se>
120
121	* su.c (-f): implement
122
123	* su.c: implement -i
124	(verify_krb5): correct the ownership on the credential cache
125
126Tue Apr 20 13:26:13 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
127
128	* su.c: don't depend on paths.h
129
130