Home
last modified time | relevance | path

Searched full:changepw (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/crypto/krb5/src/kadmin/server/
H A Dschpw.c31 krb5_principal changepw = NULL; in process_chpw_request() local
119 ret = krb5_build_principal(context, &changepw, strlen(realm), realm, in process_chpw_request()
120 "kadmin", "changepw", NULL); in process_chpw_request()
123 strlcpy(strresult, "Failed building kadmin/changepw principal", in process_chpw_request()
128 ret = krb5_rd_req(context, &auth_context, &ap_req, changepw, keytab, in process_chpw_request()
338 "kadmin", "changepw", NULL); in process_chpw_request()
387 krb5_free_principal(context, changepw); in process_chpw_request()
H A Dmisc.c148 "kadmin", "changepw", NULL); in make_toolong_error()
/freebsd/crypto/heimdal/kadmin/
H A Dinit.c186 /* Create `kadmin/changepw' */ in init()
188 "kadmin", "changepw", NULL); in init()
191 * request the `kadmin/changepw' ticket with `renewable_ok, in init()
210 /* Create `changepw/kerberos' (for v4 compat) */ in init()
212 "changepw", "kerberos", NULL); in init()
H A Dcheck.c168 * Check kadmin/changepw@REALM in check()
171 if (asprintf(&p, "kadmin/changepw@%s", realm) == -1) { in check()
/freebsd/crypto/krb5/src/config-files/
H A Dservices.append5 kerberos-adm 749/tcp # Kerberos 5 admin/changepw
6 kerberos-adm 749/udp # Kerberos 5 admin/changepw
/freebsd/crypto/krb5/src/lib/kadm5/
H A Dt_kadm5.c67 * authenticate to kadmin/changepw; otherwise authenticate to kadmin/admin. If
302 * kadmin/changepw and are changing another principal's password. */ in test_chpass()
395 * kadmin/changepw. */ in test_create_policy()
501 * kadmin/changepw. */ in test_create_principal()
560 * kadmin/changepw. */ in test_delete_policy()
602 * kadmin/changepw. */ in test_delete_principal()
708 * kadmin/changepw and getting another principal entry. */ in test_get_principal()
895 /* Succeeds with cache containing kadmin/changepw cred. */ in test_init_destroy()
1071 * kadmin/changepw. */ in test_modify_policy()
1185 * kadmin/changepw. */ in test_modify_principal()
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_set_password.397 .Li kadmin/changepw .
107 .Li kadmin/changepw@REALM
H A Dkrbhst-test.c66 const char *type_str[] = {"kdc", "admin", "changepw", "krb524"}; in main()
H A DMakefile.am121 changepw.c \
H A Dchangepw.c652 N_("Unable to reach any changepw server " in change_password_loop()
800 "kadmin", "changepw", NULL); in krb5_set_password_using_ccache()
/freebsd/crypto/krb5/src/lib/krb5/os/
H A DMakefile.in19 changepw.o \
67 $(OUTPRE)changepw.$(OBJEXT) \
115 $(srcdir)/changepw.c \
H A Dchangepw.c2 /* lib/krb5/os/changepw.c */
364 "kadmin", "changepw", NULL); in krb5_set_password_using_ccache()
/freebsd/crypto/heimdal/kpasswd/
H A Dkpasswd-generator.c119 "kadmin/changepw", in generate_requests()
136 "kadmin/changepw", in generate_requests()
H A Dkpasswd.c187 "kadmin/changepw", in main()
/freebsd/contrib/pam-krb5/tests/data/scripts/password/
H A Dauthtok-too-long-debug19 DEBUG (user %u) attempting authentication as %0 for kadmin/changepw
H A Dtoo-long-debug20 DEBUG (user %u) attempting authentication as %0 for kadmin/changepw
H A Dbasic-debug24 DEBUG (user %u) attempting authentication as %0 for kadmin/changepw
/freebsd/crypto/heimdal/
H A DChangeLog.200255 * lib/krb5/changepw.c (process_reply): fix reply length check
195 * lib/krb5/changepw.c: verify lengths in response
217 * lib/krb5/changepw.c (send_request): set AP_OPTS_USE_SUBKEY
435 * lib/krb5/changepw.c: make sure we return an error if there are
436 no changepw hosts found; from Wynn Wilkes
H A DChangeLog.2000225 * lib/krb5/changepw.c (krb5_change_password): check for fd's being
456 * lib/krb5/changepw.c (krb5_change_password): try to be more
499 * lib/krb5/changepw.c (krb5_change_password): make timeout 1 +
502 * lib/krb5/changepw.c: use a datagram socket and remove the
504 * lib/krb5/changepw.c (krb5_change_password): clarify an
626 * lib/krb5/changepw.c: use krb5_eai_to_heim_errno
907 * lib/krb5/changepw.c (krb5_change_password): remember to close
1167 * lib/krb5/changepw.c: use roken_getaddrinfo_hostspec
/freebsd/krb5/lib/krb5/os/
H A DMakefile.inc16 changepw.c \
/freebsd/contrib/pam-krb5/tests/data/scripts/expired/
H A Ddefer-mit-debug41 DEBUG (user %u) attempting authentication as %0 for kadmin/changepw
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dgic_pwd.c137 * Create a temporary options structure for getting a kadmin/changepw ticket,
232 start_time, "kadmin/changepw", chpw_opts, in krb5_get_init_creds_password()
/freebsd/contrib/pam-krb5/tests/data/
H A Dvalgrind.supp156 mit-krb5-changepw
/freebsd/crypto/krb5/src/clients/kpasswd/
H A Dkpasswd.c131 "kadmin/changepw", opts); in main()
/freebsd/crypto/heimdal/lib/kadm5/
H A Dadmin.h105 #define KADM5_CHANGEPW_SERVICE "kadmin/changepw"

123