git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14204 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2004-09-08 09:06:02 +00:00
parent 03bae875ad
commit 034ec2a71e
4 changed files with 17 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2004-09-08 Johan Danielsson <joda@pdc.kth.se>
* login.c: use krb5_appdefault_boolean instead of
krb5_config_get_bool
2003-09-03 Love H<>rnquist <20>strand <lha@it.su.se>
* login.c (krb5_to4): set client princ of the mcred

View File

@@ -1,3 +1,8 @@
2004-09-08 Johan Danielsson <joda@pdc.kth.se>
* xnlock.c: use krb5_appdefault_boolean instead of
krb5_config_get_bool
2004-03-22 Johan Danielsson <joda@pdc.kth.se>
* xnlock.c: protect the world from des_encrypt in crypt.h

View File

@@ -1,3 +1,8 @@
2004-09-08 Johan Danielsson <joda@pdc.kth.se>
* afskauthlib/verify.c: use krb5_appdefault_boolean instead of
krb5_config_get_bool
2003-09-23 Love H<>rnquist <20>strand <lha@it.su.se>
* sia/sia.c: Add support for AFS when using Kerberos 5, From:

View File

@@ -1,5 +1,7 @@
2004-08-26 Johan Danielsson <joda@pdc.kth.se>
* err.hin: no need to declare __progname here
* Makefile.am: always clean generated headers
2004-06-26 Love H<>rnquist <20>strand <lha@it.su.se>