summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/ChangeLog.2006
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2012-03-22 08:48:42 +0000
committerstas <stas@FreeBSD.org>2012-03-22 08:48:42 +0000
commite7e0b349883e80d63c4e856f16351aaa6607766d (patch)
tree5518cb944fa25f627a797b58451ccf506b720fcf /crypto/heimdal/ChangeLog.2006
parente02fd6b8423e63f1fdbfc1f984d7c7291a1bacd1 (diff)
parent2db247d3fc10ef5304f61dbd66448efff8cc6684 (diff)
downloadFreeBSD-src-e7e0b349883e80d63c4e856f16351aaa6607766d.zip
FreeBSD-src-e7e0b349883e80d63c4e856f16351aaa6607766d.tar.gz
- Update FreeBSD Heimdal distribution to version 1.5.1. This also brings
several new kerberos related libraries and applications to FreeBSD: o kgetcred(1) allows one to manually get a ticket for a particular service. o kf(1) securily forwards ticket to another host through an authenticated and encrypted stream. o kcc(1) is an umbrella program around klist(1), kswitch(1), kgetcred(1) and other user kerberos operations. klist and kswitch are just symlinks to kcc(1) now. o kswitch(1) allows you to easily switch between kerberos credentials if you're running KCM. o hxtool(1) is a certificate management tool to use with PKINIT. o string2key(1) maps a password into key. o kdigest(8) is a userland tool to access the KDC's digest interface. o kimpersonate(8) creates a "fake" ticket for a service. We also now install manpages for some lirbaries that were not installed before, libheimntlm and libhx509. - The new HEIMDAL version no longer supports Kerberos 4. All users are recommended to switch to Kerberos 5. - Weak ciphers are now disabled by default. To enable DES support (used by telnet(8)), use "allow_weak_crypto" option in krb5.conf. - libtelnet, pam_ksu and pam_krb5 are now compiled with error on warnings disabled due to the function they use (krb5_get_err_text(3)) being deprecated. I plan to work on this next. - Heimdal's KDC now require sqlite to operate. We use the bundled version and install it as libheimsqlite. If some other FreeBSD components will require it in the future we can rename it to libbsdsqlite and use for these components as well. - This is not a latest Heimdal version, the new one was released while I was working on the update. I will update it to 1.5.2 soon, as it fixes some important bugs and security issues.
Diffstat (limited to 'crypto/heimdal/ChangeLog.2006')
-rw-r--r--crypto/heimdal/ChangeLog.2006366
1 files changed, 183 insertions, 183 deletions
diff --git a/crypto/heimdal/ChangeLog.2006 b/crypto/heimdal/ChangeLog.2006
index f0e1ce9..d48ea8a 100644
--- a/crypto/heimdal/ChangeLog.2006
+++ b/crypto/heimdal/ChangeLog.2006
@@ -1,4 +1,4 @@
-2006-12-28 Love Hörnquist Åstrand <lha@it.su.se>
+2006-12-28 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/process.c: Handle kx509 requests.
@@ -26,13 +26,13 @@
* lib/krb5/digest.c (krb5_ntlm_rep_get_sessionkey): return value
is krb5_error_code
-2006-12-27 Love Hörnquist Åstrand <lha@it.su.se>
+2006-12-27 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/mk_req_ext.c (_krb5_mk_req_internal): use md5 for
des-cbc-md4 and des-cbc-md5. This is for (older) windows that
will be unhappy anything else. From Inna Bort-Shatsky
-2006-12-26 Love Hörnquist Åstrand <lha@it.su.se>
+2006-12-26 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/digest.c: Prefix internal symbol with _kdc_.
@@ -48,11 +48,11 @@
* kdc/digest.c: Add digest acl's
-2006-12-22 Love Hörnquist Åstrand <lha@it.su.se>
+2006-12-22 Love Hörnquist Åstrand <lha@it.su.se>
* fix-export: build ntlm-private.h
-2006-12-20 Love Hörnquist Åstrand <lha@it.su.se>
+2006-12-20 Love Hörnquist Åstrand <lha@it.su.se>
* include/make_crypto.c: Include <.../hmac.h>.
@@ -65,21 +65,21 @@
* kdc/digest.c: Add support for generating NTLM2 session security
answer.
-2006-12-19 Love Hörnquist Åstrand <lha@it.su.se>
+2006-12-19 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/digest.c: Add sessionkey accessor functions.
-2006-12-18 Love Hörnquist Åstrand <lha@it.su.se>
+2006-12-18 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/digest.c: Unwrap the NTLM session key and return it to the
server.
-2006-12-17 Love Hörnquist Åstrand <lha@it.su.se>
+2006-12-17 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/store.c (krb5_ret_principal): Fix a bug in the malloc
failure part, noticed by Arnaud Lacombe in NetBSD coverity scan.
-2006-12-15 Love Hörnquist Åstrand <lha@it.su.se>
+2006-12-15 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/fcache.c (fcc_get_cache_next): avoid const warning.
@@ -111,12 +111,12 @@
* lib/krb5/krb5_locl.h: Expand the default root for some of the cc
type names.
-2006-12-14 Love Hörnquist Åstrand <lha@it.su.se>
+2006-12-14 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/init_creds_pw.c (free_paid): free the krb5_data
structure too. Bug report from Stefan Metzmacher.
-2006-12-12 Love Hörnquist Åstrand <lha@it.su.se>
+2006-12-12 Love Hörnquist Åstrand <lha@it.su.se>
* kuser/kinit.c: Read the appdefault configration before we try to
use the flags. Bug reported by Ingemar Nilsson.
@@ -125,23 +125,23 @@
* kuser/kdigest-commands.in: prefix digest commands with digest-
-2006-12-10 Love Hörnquist Åstrand <lha@it.su.se>
+2006-12-10 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/hprop.c: Return error codes on failure, improve error
reporting.
-2006-12-08 Love Hörnquist Åstrand <lha@it.su.se>
+2006-12-08 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/pkinit.c: sprinkle more _krb5_pk_copy_error
* lib/krb5/pkinit.c: Copy more hx509 error strings to krb5 error
strings
-2006-12-07 Love Hörnquist Åstrand <lha@it.su.se>
+2006-12-07 Love Hörnquist Åstrand <lha@it.su.se>
* include/Makefile.am: CLEANFILES += vis.h
-2006-12-06 Love Hörnquist Åstrand <lha@it.su.se>
+2006-12-06 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/kerberos5.c (_kdc_as_rep): add AD-INITAL-VERIFIED-CAS to the
encrypted ticket
@@ -164,31 +164,31 @@
really should be the trust anchors of the client.
* kuser/generate-requests.c: Use strcspn to remove \n from
- string returned by fgets. From Björn Sandell
+ string returned by fgets. From Björn Sandell
* kpasswd/kpasswd-generator.c: Use strcspn to remove \n from
- string returned by fgets. From Björn Sandell
+ string returned by fgets. From Björn Sandell
-2006-12-05 Love Hörnquist Åstrand <lha@it.su.se>
+2006-12-05 Love Hörnquist Åstrand <lha@it.su.se>
* lib/hdb/hdb-ldap.c: Clear errno before calling the strtol
- functions. From Paul Stoeber to OpenBSD by Ray Lai and Björn
+ functions. From Paul Stoeber to OpenBSD by Ray Lai and Björn
Sandell.
* lib/krb5/config_file.c: Use strcspn to remove \n from fgets
- result. Prompted by change by Ray Lai of OpenBSD via Björn
+ result. Prompted by change by Ray Lai of OpenBSD via Björn
Sandell.
* kdc/string2key.c: Use strcspn to remove \n from fgets
- result. Prompted by change by Ray Lai of OpenBSD via Björn
+ result. Prompted by change by Ray Lai of OpenBSD via Björn
Sandell.
-2006-11-30 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-30 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/krbhst.c (plugin_get_hosts): be more paranoid and pass
in a NULLed plugin list
-2006-11-29 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-29 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/verify_krb5_conf.c: add more pkinit options.
@@ -201,7 +201,7 @@
* lib/hdb/Makefile.am: Add LIB_com_err to pacify AIX
-2006-11-28 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-28 Love Hörnquist Åstrand <lha@it.su.se>
* lib/hdb/hdb-ldap.c: Make build again from the hdb_entry
wrapping. Patch from Andreas Hasenack.
@@ -209,7 +209,7 @@
* kdc/pkinit.c: Need better code in the DH parameter rejection
case, add comment to that effect.
-2006-11-27 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-27 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/krb5tgs.c: Reply KRB5KRB_ERR_RESPONSE_TOO_BIG for too large
packets when using datagram based transports.
@@ -218,7 +218,7 @@
* lib/krb5/pkinit.c (build_auth_pack): set supportedCMSTypes.
-2006-11-26 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-26 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/pkinit.c: Pass down hx509_peer_info.
@@ -228,19 +228,19 @@
* kdc/pkinit.c (_kdc_pk_rd_padata): Pick up supportedCMSTypes and
pass in into hx509_cms_create_signed_1 via hx509_peer_info blob.
-2006-11-24 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-24 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/send_to_kdc.c: Set the large_msg_size to 1400, lets not
fragment packets and avoid stupid linklayers that doesn't allow
fragmented packets (unix dgram sockets on Mac OS X)
-2006-11-23 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-23 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/pkinit.c (_krb5_pk_create_sign): stuff down the users
certs in the pool to make sure a path is returned, without this
proxy certificates wont work.
-2006-11-21 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-21 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/config.c: Make all pkinit options prefixed with pkinit_
@@ -257,7 +257,7 @@
* lib/krb5/get_cred.c: Use KRB5_KU_OTHER_CKSUM for the impersonate
checksum.
-2006-11-20 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-20 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/verify_user.c: Make krb5_get_init_creds_opt_free take a
context argument.
@@ -286,14 +286,14 @@
* appl/gssmask/gssmask.c: Make krb5_get_init_creds_opt_free take a
context argument.
-2006-11-19 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-19 Love Hörnquist Åstrand <lha@it.su.se>
* doc/setup.texi: fix pkinit option (s/-/_/)
* kdc/config.c: revert the enable-pkinit change, and make it
consistant with all other other enable- options
-2006-11-17 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-17 Love Hörnquist Åstrand <lha@it.su.se>
* doc/setup.texi: Make all pkinit options prefixed with pkinit_
@@ -310,7 +310,7 @@
* lib/krb5/mit_glue.c (krb5_c_keylength): mit changed the api,
deal.
-2006-11-13 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-13 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/pac.c (fill_zeros): stop using MIN.
@@ -325,7 +325,7 @@
* lib/krb5/krbhst.c: Use plugin for the other realm locate types
too.
-2006-11-12 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-12 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/krb5_locl.h: Add plugin api
@@ -344,7 +344,7 @@
* lib/krb5/krb5.h: Add struct krb5_pac.
-2006-11-09 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-09 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/test_pac.c: PAC testing.
@@ -362,7 +362,7 @@
* lib/krb5/mit_glue.c: Add krb5_c_keylength.
-2006-11-08 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-08 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/pac.c: Almost enough code to do PAC parsing and
verification, missing in the unix2NTTIME and ucs2 corner. The
@@ -372,7 +372,7 @@
* kdc/hpropd.c: Remove support dumping to a kerberos 4 database.
-2006-11-07 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-07 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/context.c: rename krb5_[gs]et_time_wrap to
krb5_[gs]et_max_time_skew
@@ -382,7 +382,7 @@
* lib/krb5/rd_req.c: Add more krb5_rd_req_out_get functions.
-2006-11-06 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-06 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/krb5.h: krb5_rd_req{,_in,_out}_ctx.
@@ -390,11 +390,11 @@
dancing version of the krb5_rd_req and implement krb5_rd_req and
krb5_rd_req_with_keyblock using it.
-2006-11-04 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-04 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/kerberos5.c (_kdc_as_rep): More verbose time skew logging.
-2006-11-03 Love Hörnquist Åstrand <lha@it.su.se>
+2006-11-03 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/expand_hostname.c: Rename various routines and
constants from canonize to canonicalize. From Andrew Bartlett
@@ -407,12 +407,12 @@
* appl/gssmask/common.c (add_list): fix alloc statement.
From Alex Deiter
-2006-10-25 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-25 Love Hörnquist Åstrand <lha@it.su.se>
* include/Makefile.am: Move version.h and version.h.in to
DISTCLEANFILES.
-2006-10-24 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-24 Love Hörnquist Åstrand <lha@it.su.se>
* appl/gssmask/gssmask.c: Only log when there are resources left.
@@ -421,11 +421,11 @@
* appl/gssmask/gssmask.c (AcquireCreds): free
krb5_get_init_creds_opt
-2006-10-23 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-23 Love Hörnquist Åstrand <lha@it.su.se>
* configure.in: heimdal 0.8-RC1
-2006-10-22 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-22 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/digest.c: Try to not leak memory.
@@ -459,7 +459,7 @@
* lib/krb5/crypto.c (AES_string_to_key): Try to not leak memory.
-2006-10-21 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-21 Love Hörnquist Åstrand <lha@it.su.se>
* tools/heimdal-build.sh: Add --test-environment
@@ -468,7 +468,7 @@
* lib/hdb/Makefile.am: remove dependency on et files covert_db
that now is removed
-2006-10-20 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-20 Love Hörnquist Åstrand <lha@it.su.se>
* include/Makefile.am: add gssapi to subdirs
@@ -507,7 +507,7 @@
* lib/krb5/Makefile.am: add more files
-2006-10-19 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-19 Love Hörnquist Åstrand <lha@it.su.se>
* tools/Makefile.am: Add heimdal-build.sh to EXTRA_DIST.
@@ -521,7 +521,7 @@
* configure.in: make --disable-pk-init help text also negative
-2006-10-18 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-18 Love Hörnquist Åstrand <lha@it.su.se>
* kuser/kgetcred.c: Avoid memory leak.
@@ -538,7 +538,7 @@
* lib/krb5/test_princ.c: Test principal parsing and unparsing.
-2006-10-17 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-17 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/get_host_realm.c (krb5_get_host_realm): make sure we
don't recurse
@@ -591,11 +591,11 @@
* kdc/kerberos5.c: Prefix asn1 primitives with der_.
-2006-10-16 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-16 Love Hörnquist Åstrand <lha@it.su.se>
* fix-export: Build lib/asn1/der-protos.h.
-2006-10-14 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-14 Love Hörnquist Åstrand <lha@it.su.se>
* appl/gssmask/Makefile.am: Add explit depenency on libroken.
@@ -618,7 +618,7 @@
* lib/krb5/data.c: Prefix der primitives with der_.
-2006-10-12 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-12 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/pkinit.c (pk_mk_pa_reply_enckey): add missing break. From
Olga Kornievskaia.
@@ -627,13 +627,13 @@
* include/bits.c: Include Xint64 types.
-2006-10-10 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-10 Love Hörnquist Åstrand <lha@it.su.se>
* tools/heimdal-build.sh: Add socketwrapper and cputime limit.
* kdc/connect.c (loop): Log that the kdc have started.
-2006-10-09 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-09 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/connect.c (do_request): tell krb5_kdc_process_request if its
a datagram reply or not
@@ -658,7 +658,7 @@
* kdc/krb5tgs.c (tgs_parse_request): set cusec, not csec from
auth->cusec.
-2006-10-08 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-08 Love Hörnquist Åstrand <lha@it.su.se>
* fix-export: dist_-ify libkadm5clnt_la_SOURCES too
@@ -677,7 +677,7 @@
checksum is done over the whole packet. Reported by Olga
Kornievskaia
-2006-10-07 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-07 Love Hörnquist Åstrand <lha@it.su.se>
* include/Makefile.am: crypto-headers.h is a nodist header
@@ -698,7 +698,7 @@
* kdc/kerberos5.c: Adapt to signature change of
_krb5_principalname2krb5_principal.
-2006-10-06 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-06 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/krbhst.c (common_init): don't try DNS when there is
realm w/o a dot.
@@ -736,7 +736,7 @@
* appl/gssmask/common.h: Maybe include <sys/wait.h>.
-2006-10-05 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-05 Love Hörnquist Åstrand <lha@it.su.se>
* appl/gssmask/common.h: disable ENABLE_PTHREAD_SUPPORT and
explain why
@@ -749,7 +749,7 @@
* tools/heimdal-build.sh: first cut
-2006-10-04 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-04 Love Hörnquist Åstrand <lha@it.su.se>
* configure.in: Call AB_INIT.
@@ -762,11 +762,11 @@
* lib/krb5/krb5_digest.3: Add all protos
-2006-10-03 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-03 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/krb5_digest.3: Basic krb5_digest manpage.
-2006-10-02 Love Hörnquist Åstrand <lha@it.su.se>
+2006-10-02 Love Hörnquist Åstrand <lha@it.su.se>
* fix-export: build gssapi mech private files
@@ -786,7 +786,7 @@
* fix-export: build gssapi mech private files
-2006-09-26 Love Hörnquist Åstrand <lha@it.su.se>
+2006-09-26 Love Hörnquist Åstrand <lha@it.su.se>
* appl/gssmask/gssmaestro.c: Handle FIRST_CALL in the context
building, better error handling.
@@ -799,18 +799,18 @@
* appl/gssmask/gssmaestro.c: Check that the pre-wrapped data is
the same as afterward.
-2006-09-25 Love Hörnquist Åstrand <lha@it.su.se>
+2006-09-25 Love Hörnquist Åstrand <lha@it.su.se>
* appl/gssmask/gssmaestro.c: Remove stray GSS_C_DCE_STYLE.
* appl/gssmask/gssmaestro.c: Add logsocket support.
-2006-09-22 Love Hörnquist Åstrand <lha@it.su.se>
+2006-09-22 Love Hörnquist Åstrand <lha@it.su.se>
* appl/gssmask/gssmaestro.c (build_context): print the step the
context exchange.
-2006-09-21 Love Hörnquist Åstrand <lha@it.su.se>
+2006-09-21 Love Hörnquist Åstrand <lha@it.su.se>
* appl/gssmask/gssmaestro.c: Add GSS_C_INTEG_FLAG|GSS_C_CONF_FLAG
to all context flags
@@ -826,7 +826,7 @@
* lib/krb5/rd_req.c: disable ETypeList parsing usage for now, cfx
seems broken and its not good to upgrade to a broken enctype.
-2006-09-20 Love Hörnquist Åstrand <lha@it.su.se>
+2006-09-20 Love Hörnquist Åstrand <lha@it.su.se>
* appl/gssmask/gssmask.c: Add wrap/unwrap ops
@@ -842,7 +842,7 @@
* appl/gssmask/gssmaestro.c: test self context building and all
permutation of clients
-2006-09-19 Love Hörnquist Åstrand <lha@it.su.se>
+2006-09-19 Love Hörnquist Åstrand <lha@it.su.se>
* appl/gssmask/gssmask.c: add --logfile option, use htons() on
port number
@@ -851,7 +851,7 @@
* configure.in: Make pk-init turned on by default.
-2006-09-18 Love Hörnquist Åstrand <lha@it.su.se>
+2006-09-18 Love Hörnquist Åstrand <lha@it.su.se>
* fix-export: Build lib/hx509/{hx509-protos.h,hx509-private.h}.
@@ -864,20 +864,20 @@
* kdc/krb5tgs.c: Check the adtkt in the constrained delegation
case too.
-2006-09-16 Love Hörnquist Åstrand <lha@it.su.se>
+2006-09-16 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/main.c (sigterm): don't _exit, let loop() catch the signal
instead.
- * lib/krb5/krb5_timeofday.3: Fixes from Björn Sandell.
+ * lib/krb5/krb5_timeofday.3: Fixes from Björn Sandell.
- * lib/krb5/krb5_get_init_creds.3: Fixes from Björn Sandell.
+ * lib/krb5/krb5_get_init_creds.3: Fixes from Björn Sandell.
-2006-09-15 Love Hörnquist Åstrand <lha@it.su.se>
+2006-09-15 Love Hörnquist Åstrand <lha@it.su.se>
* tools/krb5-config.in: Add "kafs" option.
-2006-09-12 Love Hörnquist Åstrand <lha@it.su.se>
+2006-09-12 Love Hörnquist Åstrand <lha@it.su.se>
* lib/hdb/db.c: By using full function calling conversion (*func)
we avoid problem when close(fd) is overridden using a macro.
@@ -886,7 +886,7 @@
conversion (*func) we avoid problem when close(fd) is overridden
using a macro.
-2006-09-11 Love Hörnquist Åstrand <lha@it.su.se>
+2006-09-11 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/kerberos5.c: Signing outgoing tickets.
@@ -896,17 +896,17 @@
* lib/krb5/pkinit.c: Adapt to new signature of
hx509_cms_unenvelope.
-2006-09-09 Love Hörnquist Åstrand <lha@it.su.se>
+2006-09-09 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/pkinit.c (pk_verify_host): set errorstrings in a
sensable way
-2006-09-08 Love Hörnquist Åstrand <lha@it.su.se>
+2006-09-08 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/krb5_init_context.3: Prevent a font generation warning,
from Jason McIntyre.
-2006-09-06 Love Hörnquist Åstrand <lha@it.su.se>
+2006-09-06 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/context.c (krb5_init_ets): Add the hx errortable
@@ -915,7 +915,7 @@
* lib/krb5/pkinit.c (_krb5_pk_verify_sign): catch the error string
from the hx509 lib
-2006-09-04 Love Hörnquist Åstrand <lha@it.su.se>
+2006-09-04 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/init_creds.c (krb5_get_init_creds_opt_set_default_flags):
fix argument to krb5_get_init_creds_opt_set_addressless.
@@ -945,14 +945,14 @@
instead of passing in the empty set of address into
krb5_get_init_creds_opt_set_addresses.
-2006-09-01 Love Hörnquist Åstrand <lha@it.su.se>
+2006-09-01 Love Hörnquist Åstrand <lha@it.su.se>
* kuser/kinit.c (renew_validate): inherit the proxiable and
forwardable from the orignal ticket, pointed out by Bernard
Antoine of CERN.
* doc/setup.texi: More text about the acl_file entry and
- hdb-ldap-structural-object. From Rüdiger Ranft.
+ hdb-ldap-structural-object. From Rüdiger Ranft.
* lib/krb5/krbhst.c (fallback_get_hosts): limit the fallback
lookups to 5. Patch from Wesley Craig, umich.edu
@@ -963,7 +963,7 @@
* appl/test/tcp_server.c (proto): use keytab for krb5_recvauth
Patch from Ingemar Nilsson <init@pdc.kth.se>
-2006-08-28 Love Hörnquist Åstrand <lha@it.su.se>
+2006-08-28 Love Hörnquist Åstrand <lha@it.su.se>
* kuser/kdigest.c (help): use sl_slc_help().
@@ -971,7 +971,7 @@
* lib/krb5/digest.c: Catch more error.
-2006-08-25 Love Hörnquist Åstrand <lha@it.su.se>
+2006-08-25 Love Hörnquist Åstrand <lha@it.su.se>
* doc/setup.texi: language.
@@ -984,7 +984,7 @@
* lib/krb5/digest.c: In the case where we get a DigestError back,
save the error string and code.
-2006-08-24 Love Hörnquist Åstrand <lha@it.su.se>
+2006-08-24 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/kerberos5.c: Remove _kdc_find_etype(), its no longer used.
@@ -1027,7 +1027,7 @@
tgt etype, now the krbtgt can be a aes-only key without the need
to support not-as-good etypes for the krbtgt.
-2006-08-23 Love Hörnquist Åstrand <lha@it.su.se>
+2006-08-23 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/misc.c: Change _kdc_db_fetch() to return the database
pointer to if needed by the consumer.
@@ -1059,13 +1059,13 @@
* lib/krb5/digest.c: Add digest support to the client side.
-2006-08-21 Love Hörnquist Åstrand <lha@it.kth.se>
+2006-08-21 Love Hörnquist Åstrand <lha@it.kth.se>
* lib/krb5/rd_rep.c (krb5_rd_rep): free krb5_ap_rep_enc_part on
error and set return pointer to NULL
(krb5_free_ap_rep_enc_part): permit freeing of NULL
-2006-08-18 Love Hörnquist Åstrand <lha@it.kth.se>
+2006-08-18 Love Hörnquist Åstrand <lha@it.kth.se>
* kdc/{Makefile.am,kdigest.c,kdigest-commands.in}:
Frontend for remote digest service in KDC
@@ -1081,7 +1081,7 @@
* lib/krb5/init_creds.c (krb5_get_init_creds_opt_get_error): clear
error string on error.
-2006-07-20 Love Hörnquist Åstrand <lha@it.su.se>
+2006-07-20 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/crypto.c: remove aes-192 (CMS)
@@ -1089,7 +1089,7 @@
* lib/krb5/crypto.c: Remove CMS symmetric encryption support.
-2006-07-13 Love Hörnquist Åstrand <lha@it.su.se>
+2006-07-13 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/pkinit.c (_kdc_pk_check_client): make it not crash when
there are no acl
@@ -1105,7 +1105,7 @@
* lib/hdb/ext.c: Add hdb_entry_get_pkinit_hash().
-2006-07-10 Love Hörnquist Åstrand <lha@it.su.se>
+2006-07-10 Love Hörnquist Åstrand <lha@it.su.se>
* kuser/kinit.c: If --password-file gets STDIN, read the password
from the standard input.
@@ -1114,20 +1114,20 @@
* lib/krb5/krb5_string_to_key.3: Remove duplicate to.
-2006-07-06 Love Hörnquist Åstrand <lha@it.su.se>
+2006-07-06 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/krb5tgs.c: (tgs_build_reply): when checking for removed
principals, check the second component of the krbtgt, otherwise
cross realm wont work. Prompted by report from Mattias Amnefelt.
-2006-07-05 Love Hörnquist Åstrand <lha@it.su.se>
+2006-07-05 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/connect.c (handle_vanilla_tcp): use unsigned integer for for
length
(handle_tcp): if the high bit it set in the unknown case, send
back a KRB_ERR_FIELD_TOOLONG
-2006-07-03 Love Hörnquist Åstrand <lha@it.su.se>
+2006-07-03 Love Hörnquist Åstrand <lha@it.su.se>
* appl/gssmask/gssmaestro.c: Add get_version_capa, cache
target_name.
@@ -1143,7 +1143,7 @@
* appl/gssmask/gssmaestro.c: break out out the build context
function
-2006-07-01 Love Hörnquist Åstrand <lha@it.su.se>
+2006-07-01 Love Hörnquist Åstrand <lha@it.su.se>
* appl/gssmask/gssmaestro.c: externalize slave handling, add
GetTargetName glue
@@ -1160,7 +1160,7 @@
* appl/gssmask: break out common function; add gssmaestro (that
only tests one context for now)
-2006-06-30 Love Hörnquist Åstrand <lha@it.su.se>
+2006-06-30 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/store_fd.c (krb5_storage_from_fd): don't leak fd on
malloc failure
@@ -1173,11 +1173,11 @@
* lib/krb5/cache.c (krb5_cc_new_unique): use KRB5_DEFAULT_CCNAME
as the default prefix
-2006-06-28 Love Hörnquist Åstrand <lha@it.su.se>
+2006-06-28 Love Hörnquist Åstrand <lha@it.su.se>
* doc/heimdal.texi: Add Doug Rabson's license
-2006-06-22 Love Hörnquist Åstrand <lha@it.su.se>
+2006-06-22 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/init_creds.c: Add storing and getting KRB-ERROR in the
krb5_get_init_creds_opt structure.
@@ -1187,11 +1187,11 @@
* lib/krb5/krb5_locl.h (_krb5_get_init_creds_opt_private): add
KRB-ERROR
-2006-06-21 Love Hörnquist Åstrand <lha@it.su.se>
+2006-06-21 Love Hörnquist Åstrand <lha@it.su.se>
* doc/setup.texi: section about verify_krb5_conf and kadmin check
-2006-06-15 Love Hörnquist Åstrand <lha@it.su.se>
+2006-06-15 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/init_creds_pw.c (get_init_creds_common): drop cred
argument, its unused
@@ -1200,7 +1200,7 @@
* lib/krb5/krb5_get_creds.3: new file
-2006-06-14 Love Hörnquist Åstrand <lha@it.su.se>
+2006-06-14 Love Hörnquist Åstrand <lha@it.su.se>
* lib/hdb/hdb-ldap.c: don't use the sambaNTPassword if there is
ARCFOUR key already. Idea from Andreas Hasenack. While here, set
@@ -1211,7 +1211,7 @@
* kdc/kdc.h: Add enable_v4_per_principal
-2006-06-12 Love Hörnquist Åstrand <lha@it.su.se>
+2006-06-12 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/kerberos5.c (_kdc_as_rep): if kdc_time +
config->kdc_warn_pwexpire is past pw_end, add expiration
@@ -1222,11 +1222,11 @@
* kdc/kerberos5.c: indent.
-2006-06-07 Love Hörnquist Åstrand <lha@it.su.se>
+2006-06-07 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/kerberos5.c: constify
-2006-06-06 Love Hörnquist Åstrand <lha@it.su.se>
+2006-06-06 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/get_cred.c: Allow setting additional tickets in the
tgs-req
@@ -1252,7 +1252,7 @@
* lib/krb5/krb5.h: Add krb5_get_creds_opt_data and some more
KRB5_GC flags.
-2006-06-01 Love Hörnquist Åstrand <lha@it.su.se>
+2006-06-01 Love Hörnquist Åstrand <lha@it.su.se>
* lib/hdb/ext.c (hdb_entry_get_ConstrainedDelegACL): new function.
@@ -1271,13 +1271,13 @@
* kdc/kerberos5.c: split out krb5 tgs req to make it easier to
reorganize the code.
-2006-05-29 Love Hörnquist Åstrand <lha@it.su.se>
+2006-05-29 Love Hörnquist Åstrand <lha@it.su.se>
- * lib/krb5/krb5_get_init_creds.3: spelling Björn Sandell
+ * lib/krb5/krb5_get_init_creds.3: spelling Björn Sandell
- * lib/krb5/krb5_get_in_cred.3: spelling Björn Sandell
+ * lib/krb5/krb5_get_in_cred.3: spelling Björn Sandell
-2006-05-13 Love Hörnquist Åstrand <lha@it.su.se>
+2006-05-13 Love Hörnquist Åstrand <lha@it.su.se>
* kpasswd/kpasswdd.c (change): select the realm based on the
target principal From Gabor Gombas
@@ -1286,7 +1286,7 @@
* lib/krb5/krb5.h: Add KRB5_PROMPT_TYPE_INFO
-2006-05-12 Love Hörnquist Åstrand <lha@it.su.se>
+2006-05-12 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/pkinit.c: Hidden field of hx509 prompter is removed.
Fix a warning.
@@ -1307,7 +1307,7 @@
* lib/krb5/krb5_acl_match_file.3: Various tweaks, from Jason
McIntyre.
-2006-05-11 Love Hörnquist Åstrand <lha@it.su.se>
+2006-05-11 Love Hörnquist Åstrand <lha@it.su.se>
* kuser/kinit.c: Move parsing of the PK-INIT configuration file to
the library so application doesn't need to deal with it.
@@ -1322,7 +1322,7 @@
* lib/krb5/pkinit.c (hx_pass_prompter): return 0 on success and 1
on failure. Pointed out by Douglas E. Engert.
-2006-05-08 Love Hörnquist Åstrand <lha@it.su.se>
+2006-05-08 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/crypto.c: Catches both keyed checkout w/o crypto
context cases and doesn't reset the string, and corrects the
@@ -1331,7 +1331,7 @@
* lib/krb5/crypto.c: Drop aes-cbc, rc2 and CMS padding support,
its all containted in libhcrypto and libhx509 now.
-2006-05-07 Love Hörnquist Åstrand <lha@it.su.se>
+2006-05-07 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/pkinit.c (_krb5_pk_verify_sign): Use
hx509_get_one_cert.
@@ -1339,7 +1339,7 @@
* lib/krb5/crypto.c (create_checksum): provide a error message
that a key checksum needs a key. From Andew Bartlett.
-2006-05-06 Love Hörnquist Åstrand <lha@it.su.se>
+2006-05-06 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/pkinit.c: Now that hcrypto supports DH, remove check
for hx509 null DH.
@@ -1357,21 +1357,21 @@
* kcm/acl.c: Multicache kcm interation isn't done yet, let wait
with this enum.
-2006-05-05 Love Hörnquist Åstrand <lha@it.su.se>
+2006-05-05 Love Hörnquist Åstrand <lha@it.su.se>
- * lib/krb5/krb5_set_default_realm.3: Spelling/mdoc from Björn
+ * lib/krb5/krb5_set_default_realm.3: Spelling/mdoc from Björn
Sandell
- * lib/krb5/krb5_rcache.3: Spelling/mdoc from Björn Sandell
+ * lib/krb5/krb5_rcache.3: Spelling/mdoc from Björn Sandell
- * lib/krb5/krb5_keytab.3: Spelling/mdoc from Björn Sandell
+ * lib/krb5/krb5_keytab.3: Spelling/mdoc from Björn Sandell
- * lib/krb5/krb5_get_in_cred.3: Spelling/mdoc from Björn Sandell
+ * lib/krb5/krb5_get_in_cred.3: Spelling/mdoc from Björn Sandell
- * lib/krb5/krb5_expand_hostname.3: Spelling/mdoc from Björn
+ * lib/krb5/krb5_expand_hostname.3: Spelling/mdoc from Björn
Sandell
- * lib/krb5/krb5_c_make_checksum.3: Spelling/mdoc from Björn
+ * lib/krb5/krb5_c_make_checksum.3: Spelling/mdoc from Björn
Sandell
* lib/krb5/keytab_file.c (fkt_next_entry_int): read the 32 bit
@@ -1399,7 +1399,7 @@
* lib/krb5/store.c: Rewrite the krb5_ret_u as proposed by Johan.
-2006-05-04 Love Hörnquist Åstrand <lha@it.su.se>
+2006-05-04 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/kerberos4.c: Use the new unsigned integer storage types.
@@ -1417,7 +1417,7 @@
* lib/krb5/test_store.c: Test the integer storage types.
-2006-05-03 Love Hörnquist Åstrand <lha@it.su.se>
+2006-05-03 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/store.c (krb5_store_principal): make it take a
krb5_const_principal, indent
@@ -1432,79 +1432,79 @@
* kdc/config.c: read [kdc]pki-kdc-ocsp
-2006-05-02 Love Hörnquist Åstrand <lha@it.su.se>
+2006-05-02 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/pkinit.c (_kdc_pk_mk_pa_reply): send back ocsp response if
it seems to be valid, simplfy the pkinit-windows DH case (it
doesn't exists).
-2006-05-01 Love Hörnquist Åstrand <lha@it.su.se>
+2006-05-01 Love Hörnquist Åstrand <lha@it.su.se>
- * lib/krb5/krb5_warn.3: Spelling/mdoc changes, from Björn Sandell.
+ * lib/krb5/krb5_warn.3: Spelling/mdoc changes, from Björn Sandell.
- * lib/krb5/krb5_verify_user.3: Spelling/mdoc changes, from Björn
+ * lib/krb5/krb5_verify_user.3: Spelling/mdoc changes, from Björn
Sandell.
* lib/krb5/krb5_verify_init_creds.3: Spelling/mdoc changes, from
- Björn Sandell.
+ Björn Sandell.
- * lib/krb5/krb5_timeofday.3: Spelling/mdoc changes, from Björn
+ * lib/krb5/krb5_timeofday.3: Spelling/mdoc changes, from Björn
Sandell.
- * lib/krb5/krb5_ticket.3: Spelling/mdoc changes, from Björn
+ * lib/krb5/krb5_ticket.3: Spelling/mdoc changes, from Björn
Sandell.
- * lib/krb5/krb5_rd_safe.3: Spelling/mdoc changes, from Björn
+ * lib/krb5/krb5_rd_safe.3: Spelling/mdoc changes, from Björn
Sandell.
- * lib/krb5/krb5_rcache.3: Spelling/mdoc changes, from Björn
+ * lib/krb5/krb5_rcache.3: Spelling/mdoc changes, from Björn
Sandell.
- * lib/krb5/krb5_principal.3: Spelling/mdoc changes, from Björn
+ * lib/krb5/krb5_principal.3: Spelling/mdoc changes, from Björn
Sandell.
- * lib/krb5/krb5_parse_name.3: Spelling/mdoc changes, from Björn
+ * lib/krb5/krb5_parse_name.3: Spelling/mdoc changes, from Björn
Sandell.
- * lib/krb5/krb5_mk_safe.3: Spelling/mdoc changes, from Björn
+ * lib/krb5/krb5_mk_safe.3: Spelling/mdoc changes, from Björn
Sandell.
- * lib/krb5/krb5_keyblock.3: Spelling/mdoc changes, from Björn
+ * lib/krb5/krb5_keyblock.3: Spelling/mdoc changes, from Björn
Sandell.
* lib/krb5/krb5_is_thread_safe.3: Spelling/mdoc changes, from
- Björn Sandell.
+ Björn Sandell.
* lib/krb5/krb5_generate_random_block.3: Spelling/mdoc changes,
- from Björn Sandell.
+ from Björn Sandell.
* lib/krb5/krb5_generate_random_block.3: Spelling/mdoc changes,
- from Björn Sandell.
+ from Björn Sandell.
* lib/krb5/krb5_expand_hostname.3: Spelling/mdoc changes, from
- Björn Sandell.
+ Björn Sandell.
* lib/krb5/krb5_check_transited.3: Spelling/mdoc changes, from
- Björn Sandell.
+ Björn Sandell.
* lib/krb5/krb5_c_make_checksum.3: Spelling/mdoc changes, from
- Björn Sandell.
+ Björn Sandell.
* lib/krb5/krb5_address.3: Spelling/mdoc changes, from
- Björn Sandell.
+ Björn Sandell.
* lib/krb5/krb5_acl_match_file.3: Spelling/mdoc changes, from
- Björn Sandell.
+ Björn Sandell.
- * lib/krb5/krb5.3: Spelling, from Björn Sandell.
+ * lib/krb5/krb5.3: Spelling, from Björn Sandell.
- * doc/ack.texi: add Björn
+ * doc/ack.texi: add Björn
-2006-04-30 Love Hörnquist Åstrand <lha@it.su.se>
+2006-04-30 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/pkinit.c (cert2epi): don't include subject if its null
-2006-04-29 Love Hörnquist Åstrand <lha@it.su.se>
+2006-04-29 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/pkinit.c: Send over what trust anchors the client have
configured.
@@ -1516,7 +1516,7 @@
* kdc/pkinit.c (_kdc_pk_check_client): reorganize and make log
when a SAN matches.
-2006-04-28 Love Hörnquist Åstrand <lha@it.su.se>
+2006-04-28 Love Hörnquist Åstrand <lha@it.su.se>
* doc/setup.texi: More options and some text about windows
clients, certificate and KDCs.
@@ -1529,7 +1529,7 @@
* lib/hdb/hdb.h: Bump hdb interface version to 4.
-2006-04-27 Love Hörnquist Åstrand <lha@it.su.se>
+2006-04-27 Love Hörnquist Åstrand <lha@it.su.se>
* kuser/kdestroy.1: Document --credential=principal.
@@ -1556,7 +1556,7 @@
the entry and pass it in as a seprate argument. Add more flags to
->hdb_get(). Re-indent.
-2006-04-26 Love Hörnquist Åstrand <lha@it.su.se>
+2006-04-26 Love Hörnquist Åstrand <lha@it.su.se>
* doc/setup.texi: document pki-allow-proxy-certificate
@@ -1576,7 +1576,7 @@
* kdc/kerberos5.c (find_keys): add client_name and server_name
argument and use them, and adapt callers.
-2006-04-25 Love Hörnquist Åstrand <lha@it.su.se>
+2006-04-25 Love Hörnquist Åstrand <lha@it.su.se>
* kuser/kinit.1: document option password-file
@@ -1594,7 +1594,7 @@
* lib/hdb/keys.c (parse_key_set): handle error case better
(hdb_generate_key_set): return better error
-2006-04-24 Love Hörnquist Åstrand <lha@it.su.se>
+2006-04-24 Love Hörnquist Åstrand <lha@it.su.se>
* lib/hdb/hdb.c (hdb_create): print out what we don't support
@@ -1619,7 +1619,7 @@
* lib/krb5/init_creds_pw.c: Pass down realm to
_krb5_pk_rd_pa_reply
-2006-04-23 Love Hörnquist Åstrand <lha@it.su.se>
+2006-04-23 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/pkinit.c (pk_verify_host): Add begining of finding
subjectAltName_otherName pk-init-san and verifing it.
@@ -1639,13 +1639,13 @@
* tools/kdc-log-analyze.pl: count v5 cross realms too
-2006-04-22 Love Hörnquist Åstrand <lha@it.su.se>
+2006-04-22 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/pkinit.c: Adapt to change in hx509_cms_create_signed_1.
* lib/krb5/pkinit.c: Adapt to change in hx509_cms_create_signed_1.
-2006-04-20 Love Hörnquist Åstrand <lha@it.su.se>
+2006-04-20 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/pkinit.c (_kdc_pk_rd_padata): use
hx509_cms_unwrap_ContentInfo.
@@ -1658,7 +1658,7 @@
* kdc/config.c: Rename pki-chain to pki-pool to match rest of
code.
-2006-04-12 Love Hörnquist Åstrand <lha@it.su.se>
+2006-04-12 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/rd_priv.c: Fix argument to krb5_data_zero.
@@ -1673,7 +1673,7 @@
* lib/krb5/pkinit.c (_krb5_pk_load_id): Added certificate revoke
information, ie CRL's
-2006-04-10 Love Hörnquist Åstrand <lha@it.su.se>
+2006-04-10 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/replay.c (krb5_rc_resolve_full): make compile again.
@@ -1718,15 +1718,15 @@
calloc. removed check that was never really used. Coverity NetBSD
CID#2370
-2006-04-09 Love Hörnquist Åstrand <lha@it.su.se>
+2006-04-09 Love Hörnquist Åstrand <lha@it.su.se>
- * lib/krb5/rd_req.c (krb5_verify_ap_req2): make sure `ticket´
+ * lib/krb5/rd_req.c (krb5_verify_ap_req2): make sure `ticket´
points to NULL in case of error, add error handling, use calloc.
* kpasswd/kpasswdd.c (doit): when done, close all fd in the
sockets array and free it. Coverity NetBSD CID#1916
-2006-04-08 Love Hörnquist Åstrand <lha@it.su.se>
+2006-04-08 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/store.c (krb5_ret_principal): fix memory leak Coverity,
NetBSD CID#1695
@@ -1734,7 +1734,7 @@
* kdc/524.c (_kdc_do_524): Handle memory allocation failure
Coverity, NetBSD CID#2752
-2006-04-07 Love Hörnquist Åstrand <lha@it.su.se>
+2006-04-07 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/keytab_file.c (krb5_kt_ret_principal): plug a memory
leak Coverity NetBSD CID#1890
@@ -1749,12 +1749,12 @@
* kdc/hprop.c (main): remove dead code. Coverity NetBSD CID#633
-2006-04-04 Love Hörnquist Åstrand <lha@it.su.se>
+2006-04-04 Love Hörnquist Åstrand <lha@it.su.se>
* kpasswd/kpasswd-generator.c (read_words): catch empty file case,
will cause PBE (division by zero) later. From Tobias Stoeckmann.
-2006-04-02 Love Hörnquist Åstrand <lha@it.su.se>
+2006-04-02 Love Hörnquist Åstrand <lha@it.su.se>
* lib/hdb/keytab.c: Remove a delta from last revision that should
have gone in later.
@@ -1832,7 +1832,7 @@
* lib/krb5/log.c (krb5_addlog_dest): make string length match
strings in strcasecmp. Found by IBM checker.
-2006-03-30 Love Hörnquist Åstrand <lha@it.su.se>
+2006-03-30 Love Hörnquist Åstrand <lha@it.su.se>
* lib/hdb/hdb-ldap.c (LDAP_message2entry): in declaration set
variable_name as "hdb_entry_ex"
@@ -1846,7 +1846,7 @@
* kuser/kinit.c: Add pool of certificates to help certificate path
building for clients sending incomplete path in the signedData.
-2006-03-28 Love Hörnquist Åstrand <lha@it.su.se>
+2006-03-28 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/pkinit.c: Add pool of certificates to help certificate path
building for clients sending incomplete path in the signedData.
@@ -1855,7 +1855,7 @@
path building for clients sending incomplete path in the
signedData.
-2006-03-27 Love Hörnquist Åstrand <lha@it.su.se>
+2006-03-27 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/config.c: Allow passing in related certificates used to
build the chain.
@@ -1872,7 +1872,7 @@
* tools/Makefile.am: Add hx509 when using PK-INIT.
-2006-03-26 Love Hörnquist Åstrand <lha@it.su.se>
+2006-03-26 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/acache.c: Use ticket flags definition, might fix Mac OS
X Kerberos.app problems.
@@ -1896,30 +1896,30 @@
* lib/krb5/pkinit.c: Switch to hx509.
-2006-03-24 Love Hörnquist Åstrand <lha@it.su.se>
+2006-03-24 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/kerberos5.c (log_patypes): log the patypes requested by the
client
-2006-03-23 Love Hörnquist Åstrand <lha@it.su.se>
+2006-03-23 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/pkinit.c (_krb5_pk_rd_pa_reply): pass down the
req_buffer in the w2k case too. From Douglas E. Engert.
-2006-03-19 Love Hörnquist Åstrand <lha@it.su.se>
+2006-03-19 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/mk_req_ext.c (_krb5_mk_req_internal): on failure, goto
error handling. Fixes Coverity NetBSD CID 2591 by catching a
failing krb5_copy_keyblock()
-2006-03-17 Love Hörnquist Åstrand <lha@it.su.se>
+2006-03-17 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/addr_families.c (krb5_free_addresses): reset val,len in
address when free-ing. Fixes Coverity NetBSD bug #2605
(krb5_parse_address): reset val,len before possibly return errors
Fixes Coverity NetBSD bug #2605
-2006-03-07 Love Hörnquist Åstrand <lha@it.su.se>
+2006-03-07 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/send_to_kdc.c (recv_loop): it should never happen, but
make sure nbytes > 0
@@ -1930,7 +1930,7 @@
* lib/krb5/crypto.c (decrypt_*): handle the case where the
plaintext is 0 bytes long, realloc might then return NULL.
-2006-02-28 Love Hörnquist Åstrand <lha@it.su.se>
+2006-02-28 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/krb5_string_to_key.3: Drop krb5_string_to_key_derived.
@@ -1949,24 +1949,24 @@
else, they should be around the example, not inside it, and
probably shouldn't be used in html at all
-2006-02-18 Love Hörnquist Åstrand <lha@it.su.se>
+2006-02-18 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/krb5_warn.3: Document that applications want to use
krb5_get_error_message, add example.
-2006-02-16 Love Hörnquist Åstrand <lha@it.su.se>
+2006-02-16 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/crypto.c (krb5_generate_random_block): check return
value from RAND_bytes
* lib/krb5/error_string.c: Change indentation, update (c)
-2006-02-14 Love Hörnquist Åstrand <lha@it.su.se>
+2006-02-14 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/pkinit.c: Make struct krb5_dh_moduli available when
compiling w/o pkinit.
-2006-02-13 Love Hörnquist Åstrand <lha@it.su.se>
+2006-02-13 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/pkinit.c: update to new paChecksum definition, update
the dhgroup handling
@@ -1974,14 +1974,14 @@
* kdc/pkinit.c: update to new paChecksum definition, use
hdb_entry_ex
-2006-02-09 Love Hörnquist Åstrand <lha@it.su.se>
+2006-02-09 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/krb5_locl.h: Move Configurable options to last in the
file.
* lib/krb5/krb5_locl.h: Wrap KRB5_ADDRESSLESS_DEFAULT with #ifndef
-2006-02-03 Love Hörnquist Åstrand <lha@it.su.se>
+2006-02-03 Love Hörnquist Åstrand <lha@it.su.se>
* kpasswd/kpasswdd.c: Send back a better error-message to the
client in case the password change was rejected.
@@ -2011,23 +2011,23 @@
* lib/krb5/krb5_locl.h: Introduce KRB5_ADDRESSLESS_DEFAULT that
controlls all address-less behavior. Defaults to false.
-2006-02-01 Love Hörnquist Åstrand <lha@it.su.se>
+2006-02-01 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/n-fold-test.c: main is not a KRB5_LIB_FUNCTION
* lib/krb5/mk_priv.c (krb5_mk_priv): abort if ASN1_MALLOC_ENCODE
failes to produce the matching lenghts.
-2006-01-27 Love Hörnquist Åstrand <lha@it.su.se>
+2006-01-27 Love Hörnquist Åstrand <lha@it.su.se>
* kcm/protocol.c (kcm_op_retrieve): remove unused variable
-2006-01-15 Love Hörnquist Åstrand <lha@it.su.se>
+2006-01-15 Love Hörnquist Åstrand <lha@it.su.se>
* tools/krb5-config.in: Move depenency on @LIB_dbopen@ to
kadm-server, kerberos library doesn't depend on db-library.
-2006-01-13 Love Hörnquist Åstrand <lha@it.su.se>
+2006-01-13 Love Hörnquist Åstrand <lha@it.su.se>
* include/Makefile.am: Don't clean crypto headers, they now live
in hcrypto/. Add hcrypto to SUBDIRS.
@@ -2039,7 +2039,7 @@
* include/make_crypto.c: Include more crypto headerfiles. Remove
support for old hash names.
-2006-01-02 Love Hörnquist Åstrand <lha@it.su.se>
+2006-01-02 Love Hörnquist Åstrand <lha@it.su.se>
* kdc/misc.c (_kdc_db_fetch): use calloc to allocate the entry,
from Andrew Bartlet.
OpenPOWER on IntegriCloud