git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19377 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-15 21:27:42 +00:00
parent eb71c96ac0
commit 30cf3d7d07
3 changed files with 40 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
2006-12-06 Love H<>rnquist <20>strand <lha@it.su.se>
2006-12-15 Love H<>rnquist <20>strand <lha@it.su.se>
* init_c.c: if the user have a kadmin/admin initial ticket, don't
ask for password, just use the credential instead.
2006-12-06 Love H<>rnquist <20>strand <lha@it.su.se>
* ipropd_master.c: Use strcspn to remove \n from string returned
by fgets. From Bj<42>rn Sandell