Home
last modified time | relevance | path

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

/src/crypto/krb5/src/lib/krb5/os/
H A Dlocalauth_an2ln.c44 char kuser[MAX_USERNAME]; in an2ln_userok() local
46 ret = krb5_aname_to_localname(context, aname, sizeof(kuser), kuser); in an2ln_userok()
47 return (ret == 0 && strcmp(kuser, lname) == 0) ? 0 : KRB5_PLUGIN_NO_HANDLE; in an2ln_userok()
/src/contrib/pam-krb5/module/
H A Dsupport.c71 char kuser[65]; /* MAX_USERNAME == 65 (MIT Kerberos 1.4.1). */ in pamk5_authorized() local
123 retval = krb5_aname_to_localname(c, ctx->princ, sizeof(kuser), kuser); in pamk5_authorized()
128 if (strcmp(kuser, ctx->name) != 0) { in pamk5_authorized()
130 kuser); in pamk5_authorized()
H A Dalt-auth.c130 char *kuser; in pamk5_alt_auth() local
134 retval = pamk5_map_principal(args, ctx->name, &kuser); in pamk5_alt_auth()
137 retval = krb5_parse_name(ctx->context, kuser, &princ); in pamk5_alt_auth()
139 free(kuser); in pamk5_alt_auth()
142 free(kuser); in pamk5_alt_auth()
H A Dauth.c63 char kuser[65] = ""; /* MAX_USERNAME == 65 (MIT Kerberos 1.4.1). */ in parse_name() local
121 if (krb5_aname_to_localname(c, ctx->princ, sizeof(kuser), kuser) != 0) in parse_name()
123 user = strdup(kuser); in parse_name()
/src/crypto/heimdal/
H A DChangeLog.200151 * kuser/kinit.1: add the kauth alias
52 * kuser/kinit.c: allow specification of afslog in krb5.conf, noted
124 * kuser/Makefile.am: install kauth as a symlink to kinit
126 * kuser/kinit.c: get v4_tickets by default
135 * kuser/kinit.1: remove references to kauth
137 * kuser/Makefile.am: kauth is no more
139 * kuser/kinit.c: use appdefaults for everything. defaults are now
166 * kuser/Makefile.am: remove CHECK_LOCAL - non bin programs require
169 * kuser/generate-requests.c: parse arguments in a useful way
170 * kuser/kverify.c: add --help/--verify
[all …]
H A DChangeLog.200691 * kuser/kdigest.c: add ntlm-server-init
93 * kuser/Makefile.am: kdigest depends on libheimntlm.la
121 * kuser/kinit.c: Read the appdefault configration before we try to
124 * kuser/kdigest.c: prefix digest commands with digest_
126 * kuser/kdigest-commands.in: prefix digest commands with digest-
166 * kuser/generate-requests.c: Use strcspn to remove \n from
271 * kuser/kinit.c: Make krb5_get_init_creds_opt_free take a context
317 * kuser/kinit.c: Forward decl
436 * kuser/kinit.c: Try to not leak memory.
438 * kuser/kgetcred.c: Try to not leak memory.
[all …]
H A DChangeLog.1999317 * kuser/kinit.c (main): pass ccache to krb524_convert_creds_kdc
436 * kuser/klist.c: add a `--cache' flag
438 * kuser/kinit.c (main): only get default value for `get_v4_tgt' if
457 * kuser/Makefile.am: add kdecode_ticket
459 * kuser/kdecode_ticket.c: new debug program
493 * kuser/kinit.c (main): don't print any error if reading the
718 * kuser/kinit.c (main): some more KRB4-conditionalizing
725 * kuser/kinit.c (main): add config file support for forwardable
1051 * kuser/kdestroy.c (main): try to destroy v4 ticket even if the
1106 * kuser/kgetcred.c (main): correct error message
[all …]
H A DChangeLog.2004129 * kuser/kdestroy.1: use keeps around options, spelling, from
147 * kuser/kinit.c (get_new_tickets): only complain about ticket
255 * kuser/kinit.c: adapt to new signature of
267 * kuser/klist.c: use rtbl_set_separator
320 * kuser/kinit.c: make sure we don't always get renewable creds
439 * kuser/kgetcred.1: document --cache/-c
441 * kuser/kgetcred.c: allow to specify what credential cache to use
488 * kuser/klist.c (print_cred_verbose): keytypes are no longer, use
558 * kuser/Makefile.am: don't install copy_cred_cache manpage
672 * kuser/kinit.c: move "setpag if (argc < 1)" to common path
[all …]
H A DChangeLog.200011 * kuser/kverify.c (main): handle krb5_init_context failure
13 * kuser/klist.c (main): handle krb5_init_context failure
15 * kuser/kinit.c (main): handle krb5_init_context failure
17 * kuser/kgetcred.c (main): handle krb5_init_context failure
19 * kuser/kdestroy.c (main): handle krb5_init_context failure
21 * kuser/kdecode_ticket.c (main): handle krb5_init_context failure
23 * kuser/generate-requests.c (generate_requests): handle
172 * kuser/klist.c: print key versions numbers of v4 tickets in
217 * kuser/kinit.c: fix v4 fallback lifetime calculation
346 * kuser/kdecode_ticket.c: check return value from krb5_crypto_init
[all …]
H A DChangeLog.200311 * kuser/kinit.c: make -9 work again
74 * kuser/kinit.c (main): return the return value from simple_execvp
78 * kuser/kinit.c: don't use PKINIT DH per default since its too
91 * kuser/kinit.c: add flag to make it work with pkinit dh
124 * kuser/kinit.c: add some "struct foo;" glue for pkinit
181 * kuser/kinit.c: add pkinit support
257 * kuser/kgetcred.1: add --no-transit-check
259 * kuser/kgetcred.c: add --no-transit-check
302 * kuser/klist.c (print_tickets): bail out if krb5_cc_next_cred
334 * kuser/kinit.c: When running kinit in "fork mode" do pagsh
[all …]
H A DChangeLog.200250 * kuser/klist.c (display_tokens): allow tokens up to size of
75 * kuser/kinit.1: remove unneeded Ns
108 * kuser/kinit.c (do_524init): free principals
255 * kuser/kinit.1: whitespace fix (from NetBSD)
302 * kuser/kinit.c (do_v4_fallback): don't use krb_get_pw_in_tkt2
313 * kuser/klist.c (display_tokens): increase token buffer size, and
428 * kuser/klist.c (display_tokens): don't bail out before we get
466 * kuser/kinit.1: document -a
468 * kuser/kinit.c: add command line switch for extra addresses
505 * kuser/klist.c: better align some headers
H A DChangeLog.199814 * kuser/Makefile.am: link with extra libs for aix
90 * kuser/klist.c (usage): void-ize
96 * kuser/klist.c: try to list enctypes as keytypes
98 * kuser/kinit.c: remove extra `--cache' option, add `--enctypes'
297 * kuser/klist.c: keytype -> enctype
383 * kuser/kinit.c (main): initialize `ticket_life'
422 * kuser/kinit_options.c: Default options for kinit.
424 * kuser/kauth_options.c: Default options for kauth.
426 * kuser/kinit.c: Implement lots a new options.
555 * kuser/klist.c (print_cred_verbose): print IPv4-address in a
[all …]
H A DChangeLog27 * kuser/kinit.c: add --ok-as-delegate and --windows flags
31 * kuser/kinit.c: Use krb5_cc_set_config.
231 * kuser/kswitch.c: Implement --principal.
237 * kuser/kswitch.c: Enable switching between existing caches.
370 * kuser/kgetcred.c: set KRB5_GC_CANONICALIZE.
372 * kuser/kgetcred.c: Add stub --canonicalize implementation.
H A DMakefile.am9 SUBDIRS= include base lib kuser kdc admin kadmin kpasswd
H A DChangeLog.200545 * kuser/kinit.c: Default to use DH when fetching keys.
209 * kuser/klist.c: In the list caches view, rename the Status field
329 * kuser/klist.1: Document --list-caches
331 * kuser/klist.c: Change short flag of --list-caches to -l (-v is
349 * kuser/klist.c: Add option --list-caches that lists the avaible
497 * kuser/klist.c (check_for_tgt): Re-order code so it only free the
698 * kuser/klist.c: If there are no addresses, print addressless
754 * kuser/kinit.c: avoid shadowing variables
756 * kuser: s/optind/optidx/
956 * kuser/kinit.c (main): catch KRB5_CONFIG_BADFORMAT from
[all …]
H A DMakefile.in118 DIST_SUBDIRS = include base lib kuser kdc admin kadmin kpasswd kcm \
402 SUBDIRS = include base lib kuser kdc admin kadmin kpasswd $(kcm_dir) \
H A Dconfigure571 ac_unique_file="kuser/kinit.c"
29745 "kuser/Makefile") CONFIG_FILES="$CONFIG_FILES kuser/Makefile" ;;
/src/crypto/krb5/src/clients/ksu/
H A Dauthorization.c154 char * kuser = (char *) xcalloc (strlen(princname), sizeof(char)); in krb5_authorization() local
156 strlen(princname), kuser)) in krb5_authorization()
157 && (strcmp(kuser, luser) == 0)) { in krb5_authorization()
161 free(kuser); in krb5_authorization()
/src/kerberos5/usr.bin/kdestroy/
H A DMakefile10 .PATH: ${KRB5DIR}/kuser
/src/kerberos5/usr.bin/kinit/
H A DMakefile9 .PATH: ${KRB5DIR}/kuser
/src/kerberos5/usr.bin/kgetcred/
H A DMakefile10 .PATH: ${KRB5DIR}/kuser
/src/kerberos5/libexec/kimpersonate/
H A DMakefile13 .PATH: ${KRB5DIR}/kuser
/src/kerberos5/libexec/kdigest/
H A DMakefile22 .PATH: ${KRB5DIR}/kuser
/src/kerberos5/usr.bin/kcc/
H A DMakefile28 .PATH: ${KRB5DIR}/kuser
/src/crypto/heimdal/kuser/
H A DMakefile.in51 subdir = kuser
528 $(AUTOMAKE) --foreign kuser/Makefile