git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14570 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-02-08 12:13:38 +00:00
parent 620f5d40f8
commit c7d0a66e29

View File

@@ -1,3 +1,9 @@
2005-02-08 Love <lha@stacken.kth.se>
* lib/krb5/keytab.c (krb5_kt_get_entry): tell what enctype the
caller requested to provide the user with a glue what the caller
was asking for.
2005-02-05 Luke Howard <lukeh@padl.com>
* lib/krb5/kcm.c: add _krb5_kcm_is_running, _krb5_kcm_noop
@@ -8,6 +14,31 @@
* kcm/config.c: allow KCM system ccache to be configured from
krb5.conf, in the system_ccache stanza of [kcm]
2005-02-03 Love H<>rnquist <20>strand <lha@it.su.se>
* kcm/protocol.c: use -1 as the invalid pid number
* kcm/connect.c: support SCM_CREDS (for NetBSD)
* kcm/Makefile.am: LDADD += LIB_pidfile
* kcm/connect.c: make it possible to build on systems without
SO_PEERCRED (still doesn't work)
* kcm/config.c: cast argument to isdigit to unsigned char
* lib/krb5/krb5.conf.5: document large_msg_size
* lib/krb5/context.c (init_context_from_config_file): init
large_msg_size to 6000
* lib/krb5/krb5.h (krb5_context_data): add large_msg_size,
threshold where we start to use transport protocols without tiny
max data transport sizes.
* lib/krb5/kcm.h: drop prototypes, they all live in krb5-private.h
by now
2005-02-02 Luke Howard <lukeh@padl.com>
* configure.in: generate kcm/Makefile