12002-02-19 Johan Danielsson <joda@pdc.kth.se> 2 3 * su.c: make this build without krb5 4 52002-01-09 Jacques Vidrine <n@nectar.cc> 6 7 * su.c: Don't use getlogin() to determine whether we are root. 8 Patch by joda. 9 102001-06-12 Assar Westerlund <assar@sics.se> 11 12 * su.c: check memory allocations. add some const 13 142000-12-31 Assar Westerlund <assar@sics.se> 15 16 * su.c (krb5_verify): handle krb5_init_context failure 17 consistently 18 192000-08-28 Johan Danielsson <joda@pdc.kth.se> 20 21 * su.c: set KRBTKFILE 22 232000-07-10 Assar Westerlund <assar@sics.se> 24 25 * Makefile.am: actually install su 26 * su.c (krb5_verify): try harder freeing. do not get upset on 27 interrupted password read 28 292000-06-09 Assar Westerlund <assar@sics.se> 30 31 * su.c (main): work-around for setuid and capabilities bug fixed 32 in Linux 2.2.16 33 342000-06-03 Assar Westerlund <assar@sics.se> 35 36 * su.c (main): just ignore shadow information if getspnam returns 37 NULL 38 391999-10-20 Assar Westerlund <assar@sics.se> 40 41 * Makefile.am: use LIB_roken 42 431999-09-28 Assar Westerlund <assar@sics.se> 44 45 * su.c (krb5_verify): use krb5_verify_user_lrealm 46 471999-08-04 Assar Westerlund <assar@sics.se> 48 49 * su.c: add support for shadow passwords and rewrite some logic. 50 From Miroslav Ruda <ruda@ics.muni.cz> 51 52 * Makefile.am: add libkafs 53 541999-06-15 Assar Westerlund <assar@sics.se> 55 56 * su.c (main): conditionalize `getlogin' 57 581999-05-11 Assar Westerlund <assar@sics.se> 59 60 * su.c (verfiy_krb5): get the name out of the ccache before 61 closing it 62 631999-05-05 Assar Westerlund <assar@sics.se> 64 65 * su.c: some more error checking 66 67Wed Apr 21 21:04:36 1999 Assar Westerlund <assar@sics.se> 68 69 * su.c (-f): implement 70 71 * su.c: implement -i 72 (verify_krb5): correct the ownership on the credential cache 73 74Tue Apr 20 13:26:13 1999 Johan Danielsson <joda@hella.pdc.kth.se> 75 76 * su.c: don't depend on paths.h 77 78