Home
last modified time | relevance | path

Searched refs:kdc (Results 1 – 25 of 57) sorted by relevance

123

/NextBSD/crypto/heimdal/kdc/
HDMakefile.am13 libexec_PROGRAMS = hprop hpropd kdc digest-service program
15 noinst_PROGRAMS = kdc-replay
17 man_MANS = kdc.8 kstash.8 hprop.8 hpropd.8 string2key.8
35 kdc-private.h \
36 kdc-protos.h \
52 $(libkdc_la_OBJECTS): $(srcdir)/kdc-protos.h $(srcdir)/kdc-private.h
61 $(srcdir)/kdc-protos.h:
62 …srcdir) && perl ../cf/make-proto.pl -q -P comment -o kdc-protos.h $(libkdc_la_SOURCES) || rm -f kd…
64 $(srcdir)/kdc-private.h:
65 …srcdir) && perl ../cf/make-proto.pl -q -P comment -p kdc-private.h $(libkdc_la_SOURCES) || rm -f k…
[all …]
HDMakefile.in50 libexec_PROGRAMS = hprop$(EXEEXT) hpropd$(EXEEXT) kdc$(EXEEXT) \
52 noinst_PROGRAMS = kdc-replay$(EXEEXT)
54 subdir = kdc
172 am_kdc_OBJECTS = kdc-connect.$(OBJEXT) kdc-config.$(OBJEXT) \
173 kdc-announce.$(OBJEXT) kdc-main.$(OBJEXT)
180 kdc_replay_SOURCES = kdc-replay.c
181 kdc_replay_OBJECTS = kdc-replay.$(OBJEXT)
211 $(hprop_SOURCES) $(hpropd_SOURCES) $(kdc_SOURCES) kdc-replay.c \
214 $(hprop_SOURCES) $(hpropd_SOURCES) $(kdc_SOURCES) kdc-replay.c \
469 man_MANS = kdc.8 kstash.8 hprop.8 hpropd.8 string2key.8
[all …]
/NextBSD/crypto/heimdal/
HDChangeLog.20063 * kdc/process.c: Handle kx509 requests.
5 * kdc/connect.c: Listen to 9878 if kca is turned on.
7 * kdc/headers.h: Include <kx509_asn1.h>.
9 * kdc/config.c: code to parse [kdc]enable-kx509
11 * kdc/kdc.h: add enable_kx509
13 * kdc/Makefile.am: add kx509.c
15 * kdc/kx509.c: Kx509server (external certificate genration).
21 * kdc/digest.c: Remove <digest_asn.h>, its already included in
24 * kdc/digest.c: Return session key for the NTLMv2 case too
37 * kdc/digest.c: Prefix internal symbol with _kdc_.
[all …]
HDChangeLog.200029 * kdc/main.c (main): handle krb5_init_context failure consistently
175 * kdc/kerberos5.c (tgs_rep2): adapt to new krb5_verify_ap_req2
213 * kdc/hpropd.8: remove extra .Xc
221 * kdc/524.c: fix log messge
229 * kdc/connect.c (add_new_tcp): check for the socket fd being too
231 * kdc/connect.c (loop): check that the socket fd is not too large
236 * kdc/kaserver.c (do_authenticate): check for time skew
240 * kdc/524.c (set_address): allocate memory for storing addresses
242 * kdc/524.c (set_address): fix bad return of pointer to automatic
271 * kdc/524.c: re-organize
[all …]
HDChangeLog.20028 * kdc/kdc_locl.h: remove old encrypt_v4_ticket prototype
15 * kdc/connect.c (init_socket): initialise sa_size to size of
24 * kdc/524.c: implement crude b2 style (non-)conversion for use
27 * kdc/kerberos4.c: move encrypt_v4_ticket to 524.c, since that's
40 * kdc/connect.c: check that %-quotes are followed by two hex
46 * kdc/kaserver.c: make sure life is positive (from John Godehn)
112 * kdc/kerberos5.c (get_pa_etype_info, fix_transited_encoding),
113 kdc/kaserver.c (krb5_ret_xdr_data),
136 * kdc/kerberos5.c (encode_reply): correct error logging
152 * kdc/kerberos5.c: use ASN1_MALLOC_ENCODE
[all …]
HDChangeLog.199822 * kdc/connect.c (init_socket): bind to a particular address
49 * kdc/kerberos5.c (as_rep): set keytype to sess_ktype if
65 * kdc/hprop.c (v4_prop): fix bogus indexing
118 * kdc/kerberos5.c: allow mis-match of tgt session key, and service
176 * kdc/connect.c (handle_udp, handle_tcp): correct type of `n'
211 * kdc/kerberos4.c (swap32): conditionalize
246 * kdc/kerberos5.c (check_flags): handle case where client is NULL
248 * kdc/connect.c (process_request): return zero after processing
293 * kdc/kdc_locl.h: proto for `get_des_key'
301 * kdc/hprop.c (v4_prop, ka_convert): convert to a set of keys
[all …]
HDChangeLog.20053 * kdc/kerberos5.c (tgs_make_reply): less const on hdb_entry_ex to
6 * fix-export: Build kdc-private.h.
10 * kdc/kerberos5.c (tgs_rep2): also print the principal for which
15 * kdc/kaserver.c: Finish up transition from hdb_entry to
18 * kdc/kerberos4.c: Finish up transition from hdb_entry to
21 * kdc/524.c: Finish up transition from hdb_entry to hdb_entry_ex.
23 * kdc/kerberos5.c: Finish up transition from hdb_entry with
47 * lib/hdb, kdc, kadmin/load.c: Wrap hdb_entry with hdb_entry_ex, patch
53 * kdc/kerberos5.c (tgs_make_reply): there are no such things a
56 * kdc/kdc_locl.h: Remove private prototypes and instead include
[all …]
HDChangeLog.200384 * kdc/pkinit.c: add support for KDC side of DH PKINIT
99 * kdc/pkinit.c: clean up
105 * kdc/pkinit.c: print an error and turn of pkinit if openssl
108 * kdc/config.c: read pkinit (pki-mumble) configuration options
110 * kdc/kerberos5.c: add pkinit support
112 * kdc/kdc_locl.h: add prototypes for pkinit
114 * kdc/pkinit.c: PKINIT patch from Daniel Kouril and Petr Holub, I
144 * kpasswd/kpasswdd.c (main): parse kdc.conf
165 * kdc/kerberos5.c (tgs_rep2): don't free ticket, krb5_free_ticket
208 * kdc/kerberos5.c: make sure that the server realm and the krbtgt
[all …]
HDChangeLog.200183 * kdc/hpropd.c: add realm override option
88 * kdc/hprop.c: more free's
181 * kdc/headers.h: include libutil.h if it exists
183 * kdc/kerberos4.c (get_des_key): check for null keys even if
193 * kdc/kdc_locl.h: fix prototype for get_des_key
195 * kdc/kaserver.c: fix call to get_des_key
197 * kdc/524.c: fix call to get_des_key
199 * kdc/kerberos4.c (get_des_key): if getting a key for a server,
259 * kdc/hprop.c (usage): clarify a tiny bit
307 * kdc/hprop.c: remove v4 master key handling; remove old v4-db and
[all …]
HDChangeLog.1999117 * kdc/hprop.c: re-write to use getaddrinfo
200 * kdc/main.c: make this work with multi-db
202 * kdc/kdc_locl.h: make this work with multi-db
204 * kdc/config.c: make this work with multi-db
208 * kdc/misc.c: update for multi-database code
210 * kdc/main.c: update for multi-database code
212 * kdc/kdc_locl.h: update
214 * kdc/config.c: allow us to have more than one database
255 * kdc/config.c (configure): more careful with the port string
296 * kdc/config.c (configure): add a missing strdup. From Michal
[all …]
HDChangeLog.200415 * kdc/kerberos5.c: use private version of principalname
17 * kdc/kerberos4.c: use private version of principalname
19 * kdc/hpropd.c: use private version of principalname
21 * kdc/524.c: use private version of principalname
63 * kdc/config.c (configure): check for deprecated
70 * kdc/main.c (main): catch sigpipe, we don't bother select()ing
73 * kdc/connect.c (handle_http_tcp): handle error from write(2)
108 * kdc/hpropd.8: spelling, from OpenBSD
110 * kdc/kdc.8: use keeps for options, From OpenBSD k
117 * kdc/kstash.8: add --random-key
[all …]
HDNEWS45 - Check NULL pointers before dereference them [kdc]
201 * Handle [kdc] database = { } entries without realm = stanzas.
373 * kdc: fix denial of service attack
375 * kdc: stop clients from renewing tickets into the future
388 * Better AFS support: kdc (524) supports 2b; 524 in kdc and AFS
391 * Kerberos 4 support in kdc defaults to turned off (includes ka and 524)
397 * kdc: add option for disabling v4 cross-realm (defaults to off)
407 * kdc: make sure kaserver token life is positive
417 * add --detach option to kdc
568 * lib/krb5, kdc: use correct usage type for ap-req messages. This
[all …]
HDChangeLog113 * kdc/kaserver.c: Use DES_set_key_unchecked().
198 * kdc/pkinit.c: Rename constants to match global header.
203 * kdc/pkinit.c: Pick up krb5_pk_identity from krb5_locl.h.
217 * kdc/connect.c: Use unsigned where appropriate.
301 * lib/krb5/get_cred.c: Try both kdc server referral and the old
321 * kdc/kerberos5.c: Match name in ClientCanonicalizedNames with -10
341 * kdc/krb5tgs.c: Send SERVER-REFERRAL data in rep.padata instead
349 * kdc/krb5tgs.c: Better referrals support, use canonicalize flag.
351 * kdc/hprop.c: use krb5_principal_set_realm
380 * kdc/kx509.c: Adapt to hx509_env changes.
[all …]
/NextBSD/crypto/heimdal/lib/hx509/
HDtest_query.in54 FILE:$srcdir/data/kdc.crt >/dev/null 2>/dev/null || exit 1
76 FILE:$srcdir/data/kdc.crt >/dev/null 2>/dev/null || exit 1
81 FILE:$srcdir/data/kdc.crt >/dev/null 2>/dev/null && exit 1
165 FILE:$srcdir/data/kdc.crt > /dev/null || exit 1
170 FILE:$srcdir/data/kdc.crt > /dev/null && exit 1
175 FILE:$srcdir/data/kdc.crt > /dev/null || exit 1
180 FILE:$srcdir/data/kdc.crt > /dev/null || exit 1
185 FILE:$srcdir/data/kdc.crt > /dev/null && exit 1
190 FILE:$srcdir/data/kdc.crt > /dev/null || exit 1
195 FILE:$srcdir/data/kdc.crt > /dev/null || exit 1
[all …]
/NextBSD/kerberos5/lib/libkdc/
HDMakefile3 LIB= kdc
5 VERSION_MAP= ${KRB5DIR}/kdc/version-script.map
8 INCS= kdc.h \
9 kdc-protos.h
31 -I${KRB5DIR}/kdc
35 .PATH: ${KRB5DIR}/kdc
/NextBSD/kerberos5/libexec/kdc/
HDMakefile3 PROG= kdc
4 MAN= kdc.8
12 -I${KRB5DIR}/kdc ${LDAPCFLAGS}
13 LIBADD= kdc hdb krb5 roken crypt vers
18 .PATH: ${KRB5DIR}/kdc
/NextBSD/kerberos5/libexec/digest-service/
HDMakefile5 CFLAGS+= -I${KRB5DIR}/kdc \
11 LIBADD= hdb kdc heimipcs krb5 roken asn1 crypto vers heimntlm
16 .PATH: ${KRB5DIR}/kdc
/NextBSD/crypto/heimdal/doc/
HDmigration.texi33 @c XXX Add you slave first to your kdc list in you kdc.
42 you can also check the kdc-log to check what ticket are checked out.
51 kdc.
/NextBSD/kerberos5/usr.bin/string2key/
HDMakefile5 CFLAGS+= -I${KRB5DIR}/kdc \
14 .PATH: ${KRB5DIR}/kdc
/NextBSD/kerberos5/libexec/hpropd/
HDMakefile6 -I${KRB5DIR}/kdc ${LDAPCFLAGS}
14 .PATH: ${KRB5DIR}/kdc
/NextBSD/kerberos5/usr.sbin/kstash/
HDMakefile6 -I${KRB5DIR}/kdc ${LDAPCFLAGS}
14 .PATH: ${KRB5DIR}/kdc
/NextBSD/kerberos5/libexec/hprop/
HDMakefile11 CFLAGS+=-I${KRB5DIR}/kdc
20 .PATH: ${KRB5DIR}/kdc
/NextBSD/crypto/heimdal/etc/
HDservices.append16 kerberos-iv 750/udp kdc # Kerberos authentication--udp
17 kerberos-iv 750/tcp kdc # Kerberos authentication--tcp
/NextBSD/kerberos5/libexec/
HDMakefile3 SUBDIR= digest-service ipropd-master ipropd-slave hprop hpropd kadmind kdc \
/NextBSD/etc/rc.d/
HDkdc12 name=kdc

123