09ffce82b8
(krb5_cc_register): break out of loop when the same type is found; spotted by Wynn Wilkes
Johan Danielsson
2002-05-29 16:08:23 +00:00
e76e0dc990
check size of entry before trying to read 32-bit kvno; also fix typo in previous
Johan Danielsson
2002-05-28 12:57:27 +00:00
d092cc3700
only add to INCLUDES
Johan Danielsson
2002-05-24 15:36:21 +00:00
df89fb342d
x
Johan Danielsson
2002-05-24 15:35:38 +00:00
7f7fca9f48
change \100 back to @; some m4's (probably some regex) doesn't like this as a replacement regexp; the reason it was once changed to \100 was probably because of some autoconf bug at the time
Johan Danielsson
2002-05-24 15:35:32 +00:00
4fa94362ee
fix for storage change
Johan Danielsson
2002-05-24 15:23:43 +00:00
5eddbd04db
add missing semi in previous
Johan Danielsson
2002-05-24 15:13:52 +00:00
63450f9f6d
x
Johan Danielsson
2002-05-24 13:25:12 +00:00
d1fe1746b9
x
Jacques A. Vidrine
2002-05-20 15:14:12 +00:00
5d8e2e5a3c
In gss_verify_mic and gss_unwrap, initialize the qop_state parameter if non-NULL. We do this prior to calling the encryption-system specific functions in case some day they set qop_state.
Jacques A. Vidrine
2002-05-20 15:14:00 +00:00
1ef6cee723
x
Johan Danielsson
2002-05-19 22:52:30 +00:00
ffe3f0cd88
update year
Johan Danielsson
2002-05-19 22:52:25 +00:00
a389a33328
x
Johan Danielsson
2002-05-19 22:46:20 +00:00
9e7beb3c8e
version number
Johan Danielsson
2002-05-19 22:46:13 +00:00
3eb1d3b60c
x
Johan Danielsson
2002-05-19 22:19:53 +00:00
7adc94ffdd
[]-less is apparently the way to go
Johan Danielsson
2002-05-19 22:16:46 +00:00
d1424f6545
x
Johan Danielsson
2002-05-19 22:11:08 +00:00
252ba39b1e
fix ndbm test
Johan Danielsson
2002-05-19 22:11:03 +00:00
20d52a6696
check db_type instead of precence of dbm_firstkey
Johan Danielsson
2002-05-19 20:51:08 +00:00
3061ccbb21
x
Johan Danielsson
2002-05-19 20:44:43 +00:00
58e056149a
don't AC_LIBOBJ more than one function at a time
Johan Danielsson
2002-05-19 19:38:00 +00:00
eb415580f5
s/AC_LIBOBJ/rk_LIBOBJ/
Johan Danielsson
2002-05-19 19:37:08 +00:00
424dc18815
automake can't handle macros passed to AC_LIBOBJ, so add an alias to it called rk_LIBOBJ; this requires that the relevant source are manually included in roken/Makefile.am
Johan Danielsson
2002-05-19 19:36:31 +00:00
8a4233a10c
ac_enable --diable-dynamic-afs
Johan Danielsson
2002-05-19 19:18:39 +00:00
4de66b10ed
use AC_LIBOBJ
Johan Danielsson
2002-05-19 19:17:47 +00:00
ff3e2cf70f
set SUFFIXES with +=
Johan Danielsson
2002-05-19 18:43:44 +00:00
5df04e0c21
move check-local target to cf/Makefile.am.common
Johan Danielsson
2002-05-19 18:35:37 +00:00
4e970540dd
move check-local target here since it's shared with krb4
Johan Danielsson
2002-05-19 18:35:10 +00:00
f92acd170e
LIBS is already set
Johan Danielsson
2002-05-19 18:34:26 +00:00
01dcc1e9b7
newer automake doesn't allow redefining variables, so handle CHECK_LOCAL in the check-local target
Johan Danielsson
2002-05-19 18:32:54 +00:00
c54e88117b
x
Johan Danielsson
2002-05-19 18:26:30 +00:00
ae1f59c3e0
just link mk_cmds against libsl; avoids libtool problem
Johan Danielsson
2002-05-19 18:26:25 +00:00
ce0da63576
make separate library for test target; avoids libtool problem
Johan Danielsson
2002-05-19 18:24:29 +00:00
dff2a6726d
x
Johan Danielsson
2002-05-19 17:42:50 +00:00
b7a295bc13
recognise aix5
Johan Danielsson
2002-05-19 17:33:40 +00:00
1fb32ada4c
x
Johan Danielsson
2002-05-17 16:08:39 +00:00
5e07bb3437
add hooks for ndbm_wrap
Johan Danielsson
2002-05-17 16:04:23 +00:00
ba79dba3ff
use ndbm_wrap
Johan Danielsson
2002-05-17 16:04:06 +00:00
cce46b2c74
remove old dbm part
Johan Danielsson
2002-05-17 16:02:22 +00:00
5dea40bdf4
am-conditionalise HAVE_OPENSSL
Johan Danielsson
2002-05-17 16:01:25 +00:00
3b67565b3a
make it possible to run this twice
Johan Danielsson
2002-05-17 15:32:21 +00:00
d540d5ef98
also install nodist_include_HEADERS
Johan Danielsson
2002-05-17 15:11:21 +00:00
9a018a80df
make it possible to redefine the "private" regexp
Johan Danielsson
2002-05-16 09:34:37 +00:00
aaeaa6bcba
x
Johan Danielsson
2002-05-15 14:24:29 +00:00
a3ff467dc7
don't free encrypted padata until we're really done with it
Johan Danielsson
2002-05-15 14:24:17 +00:00
8af82a7685
x
Jacques A. Vidrine
2002-05-09 15:22:43 +00:00
9efd74fabe
Attempt to handle GSS_C_INITIATE/GSS_C_ACCEPT/GSS_C_BOTH. If GSS_C_INITIATE is specified, then get credentials from the default cache. If we don't have any, then try using the keytab. If GSS_C_ACCEPT is specified, just note our principal name and open the keytab. If GSS_C_BOTH is specified, do both of the above.
Jacques A. Vidrine
2002-05-09 15:22:34 +00:00
bd0eb5373f
x
Jacques A. Vidrine
2002-05-09 01:42:42 +00:00
d28ddf2324
= gss_acquire_cred should handle a NULL desired_name = add a call to gssapi_krb5_init
Jacques A. Vidrine
2002-05-09 01:41:37 +00:00
4443604375
add tests for sha-{256,384,512}
Johan Danielsson
2002-05-07 15:49:28 +00:00
f446478772
when decrypting pa-data, try all keys matching enctype
Johan Danielsson
2002-05-07 10:27:35 +00:00
d58d385a52
x
Johan Danielsson
2002-05-07 09:29:03 +00:00
b5b921b917
document -a
Johan Danielsson
2002-05-07 09:28:39 +00:00
5021c1b2c2
add command line switch for extra addresses
Johan Danielsson
2002-05-07 09:21:06 +00:00
becc3e7d0f
x
Johan Danielsson
2002-05-07 09:03:45 +00:00
a51951c17a
use krb5_warn where appropriate
Johan Danielsson
2002-05-07 08:53:36 +00:00
ad7edba33c
x
Johan Danielsson
2002-05-03 10:19:50 +00:00
3e02d56d85
only try to negotiate encryption if we're talking to a real telnet
Johan Danielsson
2002-05-03 10:19:43 +00:00
a1e5142eea
am_cond HAVE_*
Johan Danielsson
2002-05-02 16:38:23 +00:00
33178bbd5f
revert some accidentally commited code in previous
Johan Danielsson
2002-05-02 16:27:16 +00:00
9b9e6748da
x
Johan Danielsson
2002-04-30 16:48:19 +00:00
8f7ad86598
use AC_HELP_STRING; fix logic bug in AC_MSG_RESULT call
Johan Danielsson
2002-04-30 16:48:13 +00:00
1d94449337
use AC_HELP_STRING
Johan Danielsson
2002-04-30 16:46:46 +00:00
6e7f0415c2
x
Johan Danielsson
2002-04-30 16:45:04 +00:00
45c3befafa
rework this somewhat; check for db3/4 in subdirs, change --with to --enable; it should really be possible to point it to some directory --with-berkeley-db=/foo
Johan Danielsson
2002-04-30 16:44:48 +00:00
ea8cfd8356
x
Johan Danielsson
2002-04-30 16:38:08 +00:00
7628e319cd
ndbm wrapper for newer db libraries
Johan Danielsson
2002-04-30 16:37:20 +00:00
e8d62039b8
remove some duplicate tests
Johan Danielsson
2002-04-30 14:29:01 +00:00
ea3b549169
OTP test
Johan Danielsson
2002-04-30 14:06:24 +00:00
faeed5c1fc
use AC_HELP_STRING
Johan Danielsson
2002-04-30 13:19:54 +00:00
713684698f
x
Johan Danielsson
2002-04-29 16:32:12 +00:00
7ec3e75760
(usage2arcfour): don't abort if the usage is unknown
Johan Danielsson
2002-04-29 16:31:54 +00:00
58168e2684
x
Johan Danielsson
2002-04-25 14:10:48 +00:00
560b6c2488
use rk_DESTDIRS
Johan Danielsson
2002-04-25 14:10:18 +00:00
12759a85d2
define BINDIR et al
Johan Danielsson
2002-04-25 14:09:57 +00:00
dd3fd4875a
x
Johan Danielsson
2002-04-24 21:55:19 +00:00
2fcca68adc
fix buffer overrun when receiving long replies
Johan Danielsson
2002-04-24 21:55:07 +00:00
e20a3066df
make it clear that _lrealm modifies the principal
Johan Danielsson
2002-04-22 16:05:25 +00:00
e773528681
x
Johan Danielsson
2002-04-19 09:47:45 +00:00
472538b820
fix typo in error string
Johan Danielsson
2002-04-19 09:47:04 +00:00
7299aac78e
x
Johan Danielsson
2002-04-18 16:25:13 +00:00
bfc1679b46
move mini_inetd protos to after addrinfo definition
Johan Danielsson
2002-04-18 16:24:40 +00:00
4b95ee701f
remove some stuff that is defined elsewhere
Johan Danielsson
2002-04-18 16:23:18 +00:00
fd594bd1b2
be more informative in the error message if SO_OOBINLINE fails
Johan Danielsson
2002-04-18 16:18:43 +00:00
10cc0f13c6
include <sys/file.h>
Johan Danielsson
2002-04-18 16:17:10 +00:00
9238c90cfa
rename acl_string parameter
Johan Danielsson
2002-04-18 16:16:24 +00:00
80b8777a0d
remove __P from protos, and put parameter names in comments
Johan Danielsson
2002-04-18 16:15:46 +00:00
cb6344f127
x
Johan Danielsson
2002-04-18 16:10:39 +00:00
ba522c5e3a
better align some headers
Johan Danielsson
2002-04-18 16:10:10 +00:00
f5c1154132
storage tweaks
Johan Danielsson
2002-04-18 16:08:24 +00:00
6cd4200dd5
storage tweaks
Johan Danielsson
2002-04-18 14:04:46 +00:00
ce0ace220b
storage tweaks; also try to handle zero sized keytab files
Johan Danielsson
2002-04-18 14:03:13 +00:00
b6de4e7c52
use KRB5_KT_END instead of KRB5_CC_END
Johan Danielsson
2002-04-18 14:02:11 +00:00
ce19f448ae
make the krb5_storage opaque, and add function wrappers for store/fetch/seek, and also make the eof-code configurable
Johan Danielsson
2002-04-18 14:00:44 +00:00
fe181a304d
include <sys/socket.h> to get socklen_t
Johan Danielsson
2002-04-18 11:45:46 +00:00
857e7bb929
optionally remove __P and parameter names
Johan Danielsson
2002-04-18 11:30:09 +00:00
4de5f97133
(find_cells): make file parameter const
Johan Danielsson
2002-04-18 10:51:18 +00:00
57cabc8efc
x
Johan Danielsson
2002-04-18 10:25:53 +00:00
7b3d5dbb6e
(get_pa_etype_info): sort ETYPE-INFOs by requested KDC-REQ etypes
Johan Danielsson
2002-04-18 10:24:49 +00:00
fc4f2a6921
constify
Johan Danielsson
2002-04-18 10:18:50 +00:00