git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18544 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-17 20:08:10 +00:00
parent 4a4cebb24c
commit 0c07686775
6 changed files with 34 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
2006-10-17 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/get_host_realm.c (krb5_get_host_realm): make sure we
don't recurse
* lib/krb5/get_host_realm.c (krb5_get_host_realm): no components
-> no dns. no mapping, try local realm and hope KDC knows better.

View File

@@ -1,3 +1,15 @@
2006-09-19 Love H<>rnquist <20>strand <lha@it.su.se>
* telnetd/telnetd.8: Add documentation for -e, require encryption.
* telnetd/telnetd.h: Add require_encryption.
* telnetd/telnetd.c: Allow encryption to be required, wait to the
client to turn it on, if failes, refuse the connection.
* telnetd/state.c: If encryption is required, don't allow it to be
turned off.
2006-09-04 Love H<>rnquist <20>strand <lha@it.su.se>
* libtelnet/kerberos5.c (kerberos5_forward): use KDCOptions2int on

View File

@@ -1,5 +1,10 @@
2006-10-16 Love H<>rnquist <20>strand <lha@it.su.se>
2006-10-17 Love H<>rnquist <20>strand <lha@it.su.se>
* timegm.c: vJust fail if tm_mon is out of range for now XXXX this
is wrong.
2006-10-16 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: extra depencies on der-protos.h
2006-10-14 Love H<>rnquist <20>strand <lha@it.su.se>

View File

@@ -1,5 +1,13 @@
2006-10-15 Love H<>rnquist <20>strand <lha@it.su.se>
2006-10-16 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: add rand-unix.c
* rand.c: Move out rand-unix functions from the core lib.
* rand-unix.c: Move out rand-unix functions from the core lib.
2006-10-15 Love H<>rnquist <20>strand <lha@it.su.se>
* hmac.c (HMAC_CTX_cleanup): destroy the EVP_MD_CTX, so it will be
freed.

View File

@@ -1,5 +1,7 @@
2006-10-17 Love H<>rnquist <20>strand <lha@it.su.se>
* test_context.c: Support switching on name type oid's
* test_context.c: add test for dns canon flag
* mech/gss_krb5.c: Add gsskrb5_set_dns_canonlize.

View File

@@ -1,5 +1,7 @@
2006-10-17 Love H<>rnquist <20>strand <lha@it.su.se>
* gss/check-context.in: More name tests.
* gss/check-context.in: test with and without dns-canon
2006-10-14 Love H<>rnquist <20>strand <lha@it.su.se>