This commit was manufactured by cvs2svn to create tag
[krb5.git] / src / clients / ksu / ChangeLog
index 84abc29da45fadcc659fb0f75fe0c80f84f8e6a0..17a1dffe88cf783f4c48137acc6a6e923aa2593e 100644 (file)
@@ -1,3 +1,68 @@
+2003-04-01  Nalin Dahyabhai  <nalin@redhat.com>
+
+       * heuristic.c (get_closest_principal): Don't try to examine
+       principal name components after the last.
+       * krb_auth_su.c (get_best_principal): Check principal name length
+       before examining components.
+
+2002-12-23  Ezra Peisach  <epeisach@bu.edu>
+
+       * authorization.c, heuristic.c, ksu.h: Use uid_t instead of int in
+       arguments to fowner() and get_best_princ_for_target(). Signed
+       vs. unsigned int cleanup.
+
+2002-08-29  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in: Revert $(S)=>/ change, for Windows support.
+
+2002-08-23  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
+
+2002-08-14  Jen Selby  <jenselby@mit.edu>
+
+       * main.c:  updated the usage function
+
+2002-06-25  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in (ksu): Don't use krb5util library.
+
+2002-06-21  Ezra Peisach  <epeisach@bu.edu>
+
+       * ccache.c (printtime): Do not assume that krb5_timestamp and
+       time_t are the same size as an argument to localtime.
+
+       * heuristic.c (get_authorized_princ_names): If .k5login file
+       exists but is not owned by the user, do not attempt to fclose an
+       uninitialized FILE *.
+
+2001-10-30  Ezra Peisach  <epeisach@mit.edu>
+
+       * main.c (main): Do not pass LOG_AUTH facility into openlog() as a
+       logopt.
+
+2001-10-18  Ken Raeburn  <raeburn@mit.edu>
+
+       Don't crash if .k[5]login file ownership is wrong.  Patch from
+       Emily Ratliff, ratliff@austin.ibm.com.
+       * authorization.c (fowner): Don't close the file even on error.
+       (krb5_authorization): Close the file if fowner returns FALSE.
+
+2001-10-09  Ken Raeburn  <raeburn@mit.edu>
+
+       * authorization.c, heuristic.c, krb_auth_su.c, ksu.h, main.c: Make
+       prototypes unconditional.
+
+2001-10-07  Mitchell Berger  <mitchb@mit.edu>
+
+       * krb_auth_su.c: Fix a call to plain_dump_principal() that had the
+       wrong number of arguments but was only compiled if GET_TGT_VIA_PASSWD
+       wasn't defined.
+
+2001-09-16  Mitchell Berger  <mitchb@mit.edu>
+
+       * ksu.M: Correct a few typos.
+
 2001-07-23  Ezra Peisach  <epeisach@mit.edu>
 
        * setenv.c: Include stdlib.h, provide prototypes for setenv and