Commit Graph

671 Commits

Author SHA1 Message Date
Love Hornquist Astrand 0b2db226e3 use have_db 2009-09-07 15:12:55 -07:00
Love Hornquist Astrand 908f962644 migrate to ${env_setup} 2009-09-07 15:12:16 -07:00
Love Hornquist Astrand 0a9eeb8831 migrate to ${env_setup} 2009-09-07 15:10:43 -07:00
Love Hornquist Astrand 73802775b0 EGREP is defined by setup-env 2009-09-07 15:09:24 -07:00
Love Hornquist Astrand 012c91539e clean message log to make sure the right "ipropd-slave started" message is captured 2009-09-07 15:08:21 -07:00
Love Hornquist Astrand 76b32b6518 re-enable test 2009-09-07 14:52:56 -07:00
Love Hornquist Astrand e8dfb4b2d3 send logs to /tmp/heim-malloc-log 2009-09-07 14:22:06 -07:00
Love Hornquist Astrand a772c0d495 Assume that one dns timeout is 30s and wait slightly longer then that 2009-09-07 14:14:42 -07:00
Love Hornquist Astrand 237e8680be less echo of debug stuff 2009-09-07 13:25:21 -07:00
Love Hornquist Astrand 1825f6b404 add iprop commands 2009-09-07 13:21:33 -07:00
Love Hornquist Astrand 3b878f5a81 migrate to ${env_setup} 2009-09-07 13:21:21 -07:00
Love Hornquist Astrand b86cff8ddf migrate to ${env_setup} 2009-09-07 13:15:07 -07:00
Love Hornquist Astrand 6ef0e4204d Add heim_malloc_debug 2009-09-07 13:14:00 -07:00
Love Hornquist Astrand 6ea50b6bbd migrate to ${env_setup} 2009-09-07 13:13:38 -07:00
Love Hornquist Astrand 557685fed4 migrate to ${env_setup} 2009-09-07 13:05:31 -07:00
Love Hornquist Astrand 2b9ca6c027 add kswitch 2009-09-06 23:24:21 -07:00
Love Hornquist Astrand b8791f1624 migrate to ${env_setup} 2009-09-06 23:24:08 -07:00
Love Hornquist Astrand 4cee1d0b58 add newline 2009-09-06 23:19:18 -07:00
Love Hornquist Astrand 6683a553f2 externlize env-setup 2009-09-06 23:16:03 -07:00
Love Hornquist Astrand fb811a8ef9 drop srcdir, not used 2009-09-06 18:49:00 -07:00
Love Hornquist Astrand b2d2a37460 migrate to setup-env 2009-09-06 18:48:31 -07:00
Love Hornquist Astrand 45cb91dde2 switch to mostly configuration in setup-env for check-kdc 2009-09-06 18:38:23 -07:00
Love Hornquist Astrand 20001366aa Better support for kinit -k when client have subset of enctypes compared to KDC
Get the list of enctypes and use that to calculate the list of client supported
enctypes when talking to the KDC, this to make sure that KDC doesn't send
pw-challanges to the client for enctypes that the client software support
but there is no entry in the keytab.
2009-08-30 13:25:38 -07:00
Love Hornquist Astrand 8052362e92 test spnegoiov 2009-08-29 09:03:46 -07:00
Love Hornquist Astrand 3e16d622c5 fix ecdsa endif 2009-08-28 15:18:50 -07:00
Stefan Metzmacher 2f1a370cd3 hack for gss-wrap-iov to it work
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
2009-08-28 13:31:12 -07:00
Love Hornquist Astrand e9603a6446 Only try ecdsa if there really is ecdsa support 2009-08-26 00:30:36 -07:00
Love Hornquist Astrand fcdd38288b Use ${kdestroy} instead of the direct path 2009-08-14 20:06:04 +02:00
Love Hornquist Astrand d77febb894 clean better 2009-08-06 10:20:19 +02:00
Love Hornquist Astrand e8fb270ace add leaks-kill.sh 2009-08-05 13:21:05 +02:00
Love Hornquist Astrand 8669bc5209 test more combinations 2009-08-03 12:46:49 +02:00
Love Hornquist Astrand fa502c6648 Add support for gss_{import,export}_cred() as requested by metze
Works for krb5 and SPNEGO mechanisms. Kerberos credentials are passed as
credential cache names, or if there are memory based credentials, inband in the protocol. This means that the credentials buffers must be keep secret.

As documented by IBM (they have the wrong prototype though)
and GGF (GSS-API Extensions) back in 2001
2009-07-29 13:36:02 +02:00
Love Hornquist Astrand 5bb9a31a9a make work again and remove debug info 2009-07-19 21:34:26 -07:00
Love Hornquist Astrand 17de01f523 Check that get -o pkinit-acl works. 2009-07-19 20:57:47 -07:00
Love Hornquist Astrand 4895349431 allow testing sqlite hdb backend 2009-07-19 17:59:23 -07:00
Love Hörnquist Åstrand 452483e61c Have two realms in the configuration file so that kpasswdd works with both of them.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25327 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-07-15 22:17:47 +00:00
Love Hörnquist Åstrand 9dcdb2c02c Test two realms.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25325 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-07-15 22:17:17 +00:00
Love Hörnquist Åstrand dd133f88ca make compile w/o warning, fixup from abartletts patch
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25309 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-07-05 05:07:16 +00:00
Love Hörnquist Åstrand c99b2003e2 Implement gss_wrap_iov, gss_unwrap_iov for CFX type encryption types.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25286 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-06-22 17:56:41 +00:00
Love Hörnquist Åstrand 60f56e7e65 no wrapext
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25226 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-05-25 23:44:18 +00:00
Love Hörnquist Åstrand f62a6180c9 check that alias is added
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25198 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-05-06 19:05:01 +00:00
Love Hörnquist Åstrand 390f4091c5 enable leaks checking for darwin again
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25094 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-04-04 17:11:03 +00:00
Love Hörnquist Åstrand 3a556b7090 more malloc debug
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25091 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-04-04 17:10:29 +00:00
Love Hörnquist Åstrand b24a5a246f add malloc logging
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25086 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-04-04 17:09:27 +00:00
Love Hörnquist Åstrand 63f88493d8 add malloc options
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25085 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-04-04 17:09:12 +00:00
Love Hörnquist Åstrand f23568aa84 rename SDB to SCC
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25075 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-04-03 04:10:49 +00:00
Love Hörnquist Åstrand 8e927d2367 check-kdc-weak is build from check-kdc.in, drop check-kdc-weak.in
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25006 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-03-29 20:35:20 +00:00
Love Hörnquist Åstrand f6b70dd805 disable master down test, since that doesn't work if we kill -9
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24998 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-03-29 09:04:40 +00:00
Love Hörnquist Åstrand 65f7254b34 use leaks-kill
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24997 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-03-29 09:04:30 +00:00
Love Hörnquist Åstrand d93ac20298 kill -9 to make store its dead
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24993 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-03-29 09:03:47 +00:00