Commit Graph

15597 Commits

Author SHA1 Message Date
Love Hörnquist Åstrand
50f29f80b1 _hx509_pbe_decrypt now takes a hx509_lock.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16028 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-04 15:16:46 +00:00
Love Hörnquist Åstrand
1479736a8f Make _hx509_pbe_decrypt take a hx509_lock, workaround for empty password.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16027 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-04 15:15:49 +00:00
Love Hörnquist Åstrand
dbb9803d46 Add DC, handle all Directory strings, fix signless problems.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16026 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-04 15:11:35 +00:00
Love Hörnquist Åstrand
60f96cc909 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16025 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-03 21:07:41 +00:00
Love Hörnquist Åstrand
99720c49c7 Pass in --pass to all commands.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16024 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-03 21:06:42 +00:00
Love Hörnquist Åstrand
bd113d976f Use option --pass.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16023 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-03 21:05:22 +00:00
Love Hörnquist Åstrand
7a4c53a008 Add --pass to all commands.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16022 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-03 21:04:44 +00:00
Love Hörnquist Åstrand
f3a5546ac9 Pass in password, add more tests.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16021 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-03 21:04:21 +00:00
Love Hörnquist Åstrand
0ee0cae9ed Add hx509_lock_command_string.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16020 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-03 20:49:59 +00:00
Love Hörnquist Åstrand
dc33020444 add UNKNOWN_LOCK_COMMAND and CRYPTO_NO_PROMPTER
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16019 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-03 20:49:32 +00:00
Love Hörnquist Åstrand
badd92116b pass in password to cms-create-sd
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16018 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-03 20:47:52 +00:00
Love Hörnquist Åstrand
eec128ce73 Abstract out PBE_string2key so I can add PBE2 s2k later.
Avoid signess warnings with OpenSSL.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16017 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-03 19:59:11 +00:00
Love Hörnquist Åstrand
6f3bfd6a20 Use void * instead of char * for to avoid signedness issues
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16016 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-03 19:57:38 +00:00
Love Hörnquist Åstrand
e61738ea81 (hx509_cert_get_attribute): remove const, its not
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16015 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-03 19:56:14 +00:00
Love Hörnquist Åstrand
e40eecfbf1 Cast size_t to unsigned long when print.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16014 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-03 19:54:26 +00:00
Love Hörnquist Åstrand
9a3ddecf98 Fix signedness warning.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16013 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-03 19:51:29 +00:00
Love Hörnquist Åstrand
ffeb35878f Use echo, the function check isn't defined here.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16012 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-03 19:50:59 +00:00
Love Hörnquist Åstrand
fd3032ca2f x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16011 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-02 10:21:45 +00:00
Love Hörnquist Åstrand
e99499514c Resolver check moved to rk_RESOLV, from Andrew Bartlet <abartlet@samba.org>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16010 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-02 10:20:58 +00:00
Love Hörnquist Åstrand
0cfc4cdfe4 Resolver checks, broken out so samba can use it
From Andrew Bartlet <abartlet@samba.org>


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16009 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-02 10:17:38 +00:00
Love Hörnquist Åstrand
cef6ecd3b3 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16008 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-01 19:24:17 +00:00
Love Hörnquist Åstrand
85efde1d67 Use socket_set_reuseaddr and socket_set_ipv6only.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16007 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-01 18:49:57 +00:00
Love Hörnquist Åstrand
c3d1e6f734 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16006 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-01 18:48:49 +00:00
Love Hörnquist Åstrand
2016626451 Add socket_set_ipv6only.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16005 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-01 18:48:17 +00:00
Love Hörnquist Åstrand
654d9acc05 Add socket_set_ipv6only, remove some argument names.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16004 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-01 18:47:35 +00:00
Love Hörnquist Åstrand
f811cff540 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16003 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-01 11:18:11 +00:00
Love Hörnquist Åstrand
74c8063ed4 (make_etype_info_entry): Dont send salttype at all, use KRB5-PADATA-AFS3-SALT
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16002 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-01 11:17:41 +00:00
Love Hörnquist Åstrand
37bd48c497 (log_timestamp): endtime, not endtype
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16001 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-31 06:16:45 +00:00
Love Hörnquist Åstrand
785481e6e5 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16000 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-30 09:31:37 +00:00
Love Hörnquist Åstrand
be47b11f0a Explicit typecast to avoid signess warning.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15999 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-30 09:31:17 +00:00
Love Hörnquist Åstrand
ce25c9cdb6 Check for <sys/ucred.h>.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15998 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-30 09:06:58 +00:00
Love Hörnquist Åstrand
2e32855a02 (update_client_creds): in case there is no UCRED_VERSION, skip LOCAL_PEERCRED
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15997 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-30 09:06:04 +00:00
Love Hörnquist Åstrand
c848386885 include <sys/ucred.h>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15996 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-30 08:41:18 +00:00
Love Hörnquist Åstrand
b4f73c5210 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15995 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-27 05:49:23 +00:00
Love Hörnquist Åstrand
4196a3bb90 (check_transited): Allow empty content of type 0 because that is was
Microsoft enerates in their TGT.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15994 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-27 05:48:57 +00:00
Love Hörnquist Åstrand
3f4ccfbc67 (fix_transited_encoding): Allow empty content of type 0 because that
is was Microsoft enerates in their TGT.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15993 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-27 05:46:07 +00:00
Love Hörnquist Åstrand
2142488504 Libkafs defaults to use 2b tokens.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15992 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-26 20:36:10 +00:00
Love Hörnquist Åstrand
37666b5ba4 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15991 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-26 20:35:34 +00:00
Love Hörnquist Åstrand
6258f30973 Default to use 2b tokens.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15990 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-26 20:35:13 +00:00
Love Hörnquist Åstrand
3c5b1b2444 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15989 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-26 12:33:52 +00:00
Love Hörnquist Åstrand
2834dba821 RFC 4120 replaces RFC 1510
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15988 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-26 12:17:38 +00:00
Love Hörnquist Åstrand
4ea1ab0721 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15987 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-25 14:59:23 +00:00
Love Hörnquist Åstrand
229b381adc (rk_strpoolprintf): remove debug printf, plug memory leak
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15986 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-25 14:59:06 +00:00
Love Hörnquist Åstrand
a650750eeb x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15985 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-25 07:56:30 +00:00
Love Hörnquist Åstrand
5a48bf3cfc More text about iprop-log.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15984 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-25 07:54:59 +00:00
Love Hörnquist Åstrand
72033404c8 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15983 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-25 05:17:29 +00:00
Love Hörnquist Åstrand
f96143f59d Add --disable-afs-support.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15982 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-25 05:16:52 +00:00
Love Hörnquist Åstrand
64d30ae39a x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15981 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-24 18:46:45 +00:00
Love Hörnquist Åstrand
31926ddfb4 SEE ALSO iprop-log.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15980 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-24 18:46:16 +00:00
Love Hörnquist Åstrand
78040f283f man_MANS += iprop-log.8
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15979 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-08-24 18:44:40 +00:00