xref: /freebsd/crypto/heimdal/appl/su/ChangeLog (revision 50d8893512e3c7160398bff7e3f9f056e1220fc1)
12002-01-09  Jacques Vidrine <n@nectar.cc>
2	* su.c: Don't use getlogin() to determine whether we are root.
3	Patch by joda.
4
52001-06-12  Assar Westerlund  <assar@sics.se>
6
7	* su.c: check memory allocations.  add some const
8
92000-12-31  Assar Westerlund  <assar@sics.se>
10
11	* su.c (krb5_verify): handle krb5_init_context failure
12	consistently
13
142000-08-28  Johan Danielsson  <joda@pdc.kth.se>
15
16	* su.c: set KRBTKFILE
17
182000-07-10  Assar Westerlund  <assar@sics.se>
19
20	* Makefile.am: actually install su
21	* su.c (krb5_verify): try harder freeing.  do not get upset on
22	interrupted password read
23
242000-06-09  Assar Westerlund  <assar@sics.se>
25
26	* su.c (main): work-around for setuid and capabilities bug fixed
27	in Linux 2.2.16
28
292000-06-03  Assar Westerlund  <assar@sics.se>
30
31	* su.c (main): just ignore shadow information if getspnam returns
32	NULL
33
341999-10-20  Assar Westerlund  <assar@sics.se>
35
36	* Makefile.am: use LIB_roken
37
381999-09-28  Assar Westerlund  <assar@sics.se>
39
40	* su.c (krb5_verify): use krb5_verify_user_lrealm
41
421999-08-04  Assar Westerlund  <assar@sics.se>
43
44	* su.c: add support for shadow passwords and rewrite some logic.
45  	From Miroslav Ruda <ruda@ics.muni.cz>
46
47	* Makefile.am: add libkafs
48
491999-06-15  Assar Westerlund  <assar@sics.se>
50
51	* su.c (main): conditionalize `getlogin'
52
531999-05-11  Assar Westerlund  <assar@sics.se>
54
55	* su.c (verfiy_krb5): get the name out of the ccache before
56 	closing it
57
581999-05-05  Assar Westerlund  <assar@sics.se>
59
60	* su.c: some more error checking
61
62Wed Apr 21 21:04:36 1999  Assar Westerlund  <assar@sics.se>
63
64	* su.c (-f): implement
65
66	* su.c: implement -i
67	(verify_krb5): correct the ownership on the credential cache
68
69Tue Apr 20 13:26:13 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
70
71	* su.c: don't depend on paths.h
72
73