| /freebsd/crypto/krb5/src/clients/kpasswd/ |
| H A D | Makefile.in | 1 mydir=clients$(S)kpasswd 4 SRCS=kpasswd.c 6 kpasswd: kpasswd.o $(KRB5_BASE_DEPLIBS) 7 $(CC_LINK) -o kpasswd kpasswd.o $(KRB5_BASE_LIBS) 9 kpasswd.o: $(srcdir)/kpasswd.c 21 all-unix: kpasswd 24 $(RM) kpasswd.o kpasswd 27 $(INSTALL_PROGRAM) kpasswd $(DESTDIR)$(CLIENT_BINDIR)/`echo kpasswd|sed '$(transform)'`
|
| H A D | deps | 4 $(OUTPRE)kpasswd.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ 7 kpasswd.c
|
| /freebsd/krb5/usr.bin/kpasswd/ |
| H A D | Makefile | 10 PROG= kpasswd 14 SRCS= kpasswd.c 20 MAN= kpasswd.1 22 CLEANFILES+= kpasswd.1 24 MAN= kpasswd.1 26 kpasswd.1: kpasswd.man 35 .PATH: ${KRB5_DIR}/clients/kpasswd \
|
| /freebsd/crypto/heimdal/kpasswd/ |
| H A D | Makefile.am | 7 man_MANS = kpasswd.1 kpasswdd.8 9 bin_PROGRAMS = kpasswd program 11 kpasswd_SOURCES = kpasswd.c kpasswd_locl.h 15 noinst_PROGRAMS = kpasswd-generator
|
| H A D | Makefile.in | 46 bin_PROGRAMS = kpasswd$(EXEEXT) 48 noinst_PROGRAMS = kpasswd-generator$(EXEEXT) 49 subdir = kpasswd 104 am_kpasswd_OBJECTS = kpasswd.$(OBJEXT) 111 kpasswd_generator_SOURCES = kpasswd-generator.c 112 kpasswd_generator_OBJECTS = kpasswd-generator.$(OBJEXT) 138 SOURCES = $(kpasswd_SOURCES) kpasswd-generator.c $(kpasswdd_SOURCES) 139 DIST_SOURCES = $(kpasswd_SOURCES) kpasswd-generator.c \ 413 man_MANS = kpasswd.1 kpasswdd.8 414 kpasswd_SOURCES = kpasswd.c kpasswd_locl.h [all …]
|
| /freebsd/kerberos5/usr.bin/kpasswd/ |
| H A D | Makefile | 3 PROG= kpasswd 10 .PATH: ${KRB5DIR}/kpasswd
|
| /freebsd/crypto/krb5/src/man/ |
| H A D | Makefile.in | 15 kdestroy.sub kinit.sub klist.sub kpasswd.sub kprop.sub kpropd.sub \ 71 $(INSTALL_DATA) kpasswd.sub $(DESTDIR)$(CLIENT_MANDIR)/kpasswd.1 114 $(GROFF_MAN) kpasswd.sub > $(DESTDIR)$(CLIENT_CATDIR)/kpasswd.1
|
| /freebsd/crypto/krb5/src/clients/ |
| H A D | Makefile.in | 4 SUBDIRS= klist kinit kdestroy kpasswd ksu kvno kcpytkt kdeltkt kswitch 5 WINSUBDIRS= klist kinit kdestroy kpasswd kvno kcpytkt kdeltkt kswitch
|
| /freebsd/crypto/heimdal/etc/ |
| H A D | services.append | 8 kpasswd 464/udp # password changing 9 kpasswd 464/tcp # password changing
|
| /freebsd/krb5/usr.bin/ |
| H A D | Makefile | 10 SUBDIR= kadmin kdestroy kinit klist kpasswd ksu kswitch ktutil kvno sclient gss-client
|
| /freebsd/kerberos5/usr.bin/ |
| H A D | Makefile | 1 SUBDIR= hxtool kadmin kcc kdestroy kgetcred kf kinit kpasswd krb5-config ksu \
|
| /freebsd/kerberos5/libexec/kpasswdd/ |
| H A D | Makefile | 13 .PATH: ${KRB5DIR}/kpasswd
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.2000 | 25 * kpasswd/kpasswd.c (main): handle krb5_init_context failure 27 * kpasswd/kpasswd-generator.c (generate_requests): handle 113 * kpasswd/kpasswdd.c: de-pointerise auth_context parameter to 227 * kpasswd/kpasswdd.c (add_new_tcp): check for the socket fd being 413 * kpasswd/Makefile.am: link with pidfile library 415 * kpasswd/kpasswdd.c: write a pid file 417 * kpasswd/kpasswd_locl.h: util.h 496 * kpasswd/kpasswdd.c: use kadm5_s_chpass_principal_cond instead of 520 * kpasswd/kpasswd.c: print usage consistently 690 * kpasswd/kpasswd-generator.c: new test program [all …]
|
| H A D | Makefile.am | 9 SUBDIRS= include base lib kuser kdc admin kadmin kpasswd subdir
|
| H A D | ChangeLog.1998 | 299 * kpasswd/kpasswdd.c (change): use new `krb5_string_to_key*' 882 * kpasswd/kpasswd.c: detect bad password. use krb5_err. 926 * kpasswd/kpasswdd.c: rewritten to use the kadm5 API 928 * kpasswd/Makefile.am: link with kadm5srv 1119 * kpasswd/kpasswdd.c: Get password expiration time from config 1362 * kpasswd/kpasswdd.c: change all the keys in the database 1490 * kpasswd/kpasswdd.c: use new addr_families functions. Now works 1603 * kpasswd/kpasswd.c (main): check number of arguments 1611 * kpasswd/kpasswdd.c (main): use sigaction without SA_RESTART to 1804 * kpasswd/kpasswd.1, kpasswdd.8: new man pages [all …]
|
| H A D | ChangeLog.2001 | 61 * kpasswd/kpasswd.c: improve error message printing 182 * kpasswd/kpasswd_locl.h: include libutil.h if it exists 224 * kpasswd/kpasswd-generator.c (main): implement --version and 402 * kpasswd/kpasswdd.c (doit): make failing to bind a socket a 408 back from kpasswd -> kadmin, and krb524 -> kdc 567 kerberos.REALM 524: fallback to kdcs kpasswd: fallback to admin 664 * kpasswd/kpasswdd.c: adapt to new address functions 678 * kpasswd/kpasswd-generator.c (nop_prompter): update prototype 1083 * kpasswd/kpasswdd.c: add --port option
|
| H A D | ChangeLog.1999 | 496 * kpasswd/kpasswd.c (main): don't print any error if reading the 575 * kpasswd/kpasswdd.c: move out password quality functions 614 * kpasswd/kpasswdd.c: use HDB keytabs; change some error messages; 631 * kpasswd/kpasswdd.c: add `--keytab' flag 856 * kpasswd/kpasswdd.c (*): simplify by using `struct 907 * kpasswd/kpasswdd.c: initialize kadm5 connection for every change 975 * kpasswd/kpasswdd.c (change): fetch the salt-type from the entry 1095 * kpasswd/kpasswdd.c (setup_passwd_quality_check): conditionalize 1356 * kpasswd/Makefile.am (kpasswdd_LDADD): add LIB_dlopen 1366 * kpasswd/kpasswdd.c: don't try to load library by default; get [all …]
|
| H A D | ChangeLog.2003 | 144 * kpasswd/kpasswdd.c (main): parse kdc.conf 162 * kpasswd/kpasswdd.c (process): don't free ticket, 425 * kpasswd/kpasswdd.c (process): remove a abort() 431 * kpasswd/kpasswdd.c: add support for Set password protocol as 560 * kpasswd/kpasswd-generator.c: use 1153 * kpasswd/kpasswd.1: handle setting passwords for multiple 1156 * kpasswd/kpasswd.c: handle setting passwords for multiple 1169 * kpasswd/kpasswd.1: document --admin-principal 1171 * kpasswd/kpasswd.c: use krb5_set_password 1657 * kpasswd/kpasswdd.8: spelling, from jmc <jmc@prioris.mini.pw.edu.pl>
|
| H A D | ChangeLog.2005 | 637 * kpasswd/kpasswdd.c (doit): krb5_addr2sockaddr takes a 1526 * kpasswd/kpasswdd.c: Support multi-realms databases, requires 1592 * kpasswd/kpasswdd.c: add verifier libraries with 1940 * kpasswd/kpasswdd.8: document --addresses, controls what 1941 addresses kpasswd should listen too 1943 * kpasswd/kpasswdd.c: add --addresses, controls what addresses 1944 kpasswd should listen too 1949 * kpasswd/kpasswd.1: document -c 1951 * kpasswd/kpasswd.c: allow specifying a credential cache to use
|
| /freebsd/contrib/pam-krb5/tests/config/ |
| H A D | README | 22 (KDC, kpasswd server, and admin server) for the realm you're using for 42 /etc/krb5.conf) with the KDC, kpasswd server, and admin server, you
|
| /freebsd/crypto/krb5/src/ |
| H A D | Makefile.in | 138 clients\kpasswd\Makefile clients\kvno\Makefile \ 489 copy clients\kpasswd\$(OUTPRE)kpasswd.exe "$(KRB_INSTALL_DIR)\bin\." 498 $(INSTALLDBGSYMS) clients\kpasswd\$(OUTPRE)kpasswd.pdb "$(KRB_INSTALL_DIR)\bin\."
|
| /freebsd/targets/pseudo/userland/kerberos5/ |
| H A D | Makefile.depend | 47 kerberos5/usr.bin/kpasswd \
|
| /freebsd/crypto/krb5/src/lib/kadm5/ |
| H A D | chpass_util_strings.et | 21 See the kpasswd man page for help in choosing a good password."
|
| /freebsd/crypto/krb5/src/windows/ |
| H A D | version.rc | 184 #define K5_INTERNAL_NAME "kpasswd\0" 186 #define K5_ORIGINAL_NAME "kpasswd.exe\0"
|
| /freebsd/crypto/krb5/src/po/ |
| H A D | mit-krb5.pot | 348 #: ../../src/clients/kpasswd/kpasswd.c:30 ../../src/clients/ksu/main.c:247 375 #: ../../src/clients/kinit/kinit.c:525 ../../src/clients/kpasswd/kpasswd.c:43 739 #: ../../src/clients/kpasswd/kpasswd.c:13 ../../src/lib/krb5/krb/gic_pwd.c:240 743 #: ../../src/clients/kpasswd/kpasswd.c:14 ../../src/lib/krb5/krb/gic_pwd.c:248 747 #: ../../src/clients/kpasswd/kpasswd.c:34 752 #: ../../src/clients/kpasswd/kpasswd.c:64 757 #: ../../src/clients/kpasswd/kpasswd.c:72 761 #: ../../src/clients/kpasswd/kpasswd.c:77 765 #: ../../src/clients/kpasswd/kpasswd.c:93 769 #: ../../src/clients/kpasswd/kpasswd.c:98 [all …]
|