git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12507 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-07-23 09:35:44 +00:00
parent 700e971e5b
commit 1e21591d32

View File

@@ -1,15 +1,15 @@
2003-07-23 Love H<>rquist <20>strand <lha@it.su.se>
2003-07-23 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: always include v4 symbols
* afskrb.c: provide dummy krb_ function to there is no need to
bump major
2003-06-22 Love H<>rquist <20>strand <lha@it.su.se>
2003-06-22 Love H<>rnquist <20>strand <lha@it.su.se>
* afskrb5.c (v5_convert): rename one of the two c to cred4
2003-04-23 Love H<>rquist <20>strand <lha@it.su.se>
2003-04-23 Love H<>rnquist <20>strand <lha@it.su.se>
* common.c, kafs.h: drop the int argument (the error code) from
the logging function
@@ -19,12 +19,12 @@
* afskrb5.c (v5_convert): better match what other functions do
with values from krb5.conf, like case insensitivity
2003-04-16 Love H<>rquist <20>strand <lha@it.su.se>
2003-04-16 Love H<>rnquist <20>strand <lha@it.su.se>
* kafs.3: Change .Fd #include <header.h> to .In header.h
from Thomas Klausner <wiz@netbsd.org>
2003-04-14 Love H<>rquist <20>strand <lha@it.su.se>
2003-04-14 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: (libkafs_la_LDFLAGS): update version
@@ -49,7 +49,7 @@
* kafs_locl.h (kafs_data): add name
(_kafs_foldup): internally export
2003-04-11 Love H<>rquist <20>strand <lha@it.su.se>
2003-04-11 Love H<>rnquist <20>strand <lha@it.su.se>
* kafs.3: tell that cell-name is uppercased
@@ -61,18 +61,18 @@
have updated their servers but not afs/cell@REALM. Add constant
KAFS_RXKAD_2B_KVNO.
2003-04-06 Love H<>rquist <20>strand <lha@it.su.se>
2003-04-06 Love H<>rnquist <20>strand <lha@it.su.se>
* kafs.3: s/kerberos/Kerberos/
2003-03-19 Love H<>rquist <20>strand <lha@it.su.se>
2003-03-19 Love H<>rnquist <20>strand <lha@it.su.se>
* kafs.3: spelling, from <jmc@prioris.mini.pw.edu.pl>
* kafs.3: document the kafs_settoken functions write about the
krb5_appdefault option for kerberos 5 afs tokens fix prototypes
2003-03-18 Love H<>rquist <20>strand <lha@it.su.se>
2003-03-18 Love H<>rnquist <20>strand <lha@it.su.se>
* afskrb5.c (kafs_settoken5): change signature to include a
krb5_context, use v5_convert
@@ -111,7 +111,7 @@
internal structure struct kafs_token that carries around for rxkad
data that is independant of kerberos version
2003-02-18 Love H<>rquist <20>strand <lha@it.su.se>
2003-02-18 Love H<>rnquist <20>strand <lha@it.su.se>
* dlfcn.h: s/intialize/initialize, from
<jmc@prioris.mini.pw.edu.pl>
@@ -120,7 +120,7 @@
* afssysdefs.h: fix FreeBSD section
2003-02-06 Love H<>rquist <20>strand <lha@it.su.se>
2003-02-06 Love H<>rnquist <20>strand <lha@it.su.se>
* afssysdefs.h: use syscall 208 on openbsd (all version) use
syscall 339 on freebsd 5.0 and later, use 210 on 4.x and earlier