git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11711 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-03-14 00:45:25 +00:00
parent 247de42830
commit 55d6db061b
2 changed files with 11 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
2003-03-11 Love H<>rnquist <20>strand <lha@it.su.se>
2003-03-14 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/krb5_ccache.3: add missing name of argument
(krb5_context) to most functions
2003-03-13 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/kuserok.c (krb5_kuserok): preserve old behviour of
function and return FALSE when there isn't a local account for
@@ -7,7 +12,7 @@
* lib/krb5/krb5_kuserok.3: fix prototype, spelling and more text
describing the function
2003-03-11 Love H<>rnquist <20>strand <lha@it.su.se>
2003-03-12 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/cache.c (krb5_cc_default): if krb5_cc_default_name
returned memory, don't return ENOMEM

View File

@@ -1,3 +1,7 @@
2003-02-25 Love <lha@stacken.kth.se>
* ftp/gssapi.c (gss_auth): print out the name we authenticated too
2003-02-25 Love H<>rnquist <20>strand <lha@it.su.se>
* ftpd/ls.c: use readlink with bufsize - 1, From NetBSD