xref: /freebsd/crypto/heimdal/appl/su/ChangeLog (revision 7bd6fde3)
12003-05-06  Johan Danielsson  <joda@pdc.kth.se>
2
3	* su.c: remove accidentally committed code that prints the command
4	being executed
5
62003-03-18  Love H�rnquist �strand <lha@it.su.se>
7
8	* su.c (krb5_start_session): krb5_afslog doesn't depend on KRB4
9	any more
10
112002-02-19  Johan Danielsson  <joda@pdc.kth.se>
12
13	* su.c: make this build without krb5
14
152002-01-09  Jacques Vidrine <n@nectar.cc>
16
17	* su.c: Don't use getlogin() to determine whether we are root.
18	Patch by joda.
19
202001-06-12  Assar Westerlund  <assar@sics.se>
21
22	* su.c: check memory allocations.  add some const
23
242000-12-31  Assar Westerlund  <assar@sics.se>
25
26	* su.c (krb5_verify): handle krb5_init_context failure
27	consistently
28
292000-08-28  Johan Danielsson  <joda@pdc.kth.se>
30
31	* su.c: set KRBTKFILE
32
332000-07-10  Assar Westerlund  <assar@sics.se>
34
35	* Makefile.am: actually install su
36	* su.c (krb5_verify): try harder freeing.  do not get upset on
37	interrupted password read
38
392000-06-09  Assar Westerlund  <assar@sics.se>
40
41	* su.c (main): work-around for setuid and capabilities bug fixed
42	in Linux 2.2.16
43
442000-06-03  Assar Westerlund  <assar@sics.se>
45
46	* su.c (main): just ignore shadow information if getspnam returns
47	NULL
48
491999-10-20  Assar Westerlund  <assar@sics.se>
50
51	* Makefile.am: use LIB_roken
52
531999-09-28  Assar Westerlund  <assar@sics.se>
54
55	* su.c (krb5_verify): use krb5_verify_user_lrealm
56
571999-08-04  Assar Westerlund  <assar@sics.se>
58
59	* su.c: add support for shadow passwords and rewrite some logic.
60  	From Miroslav Ruda <ruda@ics.muni.cz>
61
62	* Makefile.am: add libkafs
63
641999-06-15  Assar Westerlund  <assar@sics.se>
65
66	* su.c (main): conditionalize `getlogin'
67
681999-05-11  Assar Westerlund  <assar@sics.se>
69
70	* su.c (verfiy_krb5): get the name out of the ccache before
71 	closing it
72
731999-05-05  Assar Westerlund  <assar@sics.se>
74
75	* su.c: some more error checking
76
77Wed Apr 21 21:04:36 1999  Assar Westerlund  <assar@sics.se>
78
79	* su.c (-f): implement
80
81	* su.c: implement -i
82	(verify_krb5): correct the ownership on the credential cache
83
84Tue Apr 20 13:26:13 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
85
86	* su.c: don't depend on paths.h
87
88