| /netbsd-src/crypto/external/bsd/heimdal/dist/admin/ |
| H A D | Makefile.am | 7 man_MANS = ktutil.1 9 bin_PROGRAMS = ktutil program 17 ktutil.c \ 25 ktutil-commands.c 27 $(ktutil_OBJECTS): ktutil-commands.h 29 CLEANFILES = ktutil-commands.h ktutil-commands.c 31 ktutil-commands.c ktutil-commands.h: ktutil-commands.in 32 $(SLC) $(srcdir)/ktutil-commands.in 43 EXTRA_DIST = NTMakefile ktutil-version.rc $(man_MANS) ktutil-commands.in
|
| H A D | NTMakefile | 36 SBINPROGRAMS=$(SBINDIR)\ktutil.exe 44 $(OBJ)\ktutil.obj \ 45 $(OBJ)\ktutil-commands.obj \ 58 $(SBINDIR)\ktutil.exe: $(KTUTIL_OBJS) $(KTUTIL_LIBS) $(OBJ)\ktutil-version.res 62 $(OBJ)\ktutil-commands.c $(OBJ)\ktutil-commands.h: ktutil-commands.in 64 $(CP) $(SRCDIR)\ktutil-commands.in $(OBJ) 65 $(BINDIR)\slc.exe ktutil-commands.in 69 $(OBJ)\ktutil-commands.h
|
| H A D | ChangeLog | 9 * ktutil.c: rename optind to optidx 28 * ktutil.c (help): Don't use non-constant initializer for `fake'. 38 * ktutil-commands.in: add option -H --hex to the add command 40 * ktutil.8: document option -H --hex to the add command 68 * ktutil.c: convert to slc 70 * ktutil-commands.in: slc source file
|
| H A D | Makefile.in | 97 bin_PROGRAMS = ktutil$(EXEEXT) 153 destroy.$(OBJEXT) get.$(OBJEXT) ktutil.$(OBJEXT) \ 156 nodist_ktutil_OBJECTS = ktutil-commands.$(OBJEXT) 185 ./$(DEPDIR)/ktutil-commands.Po ./$(DEPDIR)/ktutil.Po \ 532 man_MANS = ktutil.1 539 ktutil.c \ 547 ktutil-commands.c 549 CLEANFILES = ktutil-commands.h ktutil-commands.c 559 EXTRA_DIST = NTMakefile ktutil-version.rc $(man_MANS) ktutil-commands.in 644 ktutil$(EXEEXT): $(ktutil_OBJECTS) $(ktutil_DEPENDENCIES) $(EXTRA_ktutil_DEPENDENCIES) [all …]
|
| H A D | ktutil-version.rc | 34 #define RC_FILE_ORIG_0409 "ktutil.exe"
|
| /netbsd-src/crypto/external/bsd/heimdal/sbin/ktutil/ |
| H A D | Makefile | 10 PROG= ktutil 12 MAN= ktutil.8 14 HEIMSRCS= ktutil-commands.in 22 ktutil.c \ 31 ktutil.8: ktutil.1 34 CLEANFILES+=ktutil.8
|
| /netbsd-src/crypto/external/bsd/heimdal/sbin/ |
| H A D | Makefile | 15 ktutil
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/bin/ |
| H A D | setup-env.in | 35 ktutil="${TESTS_ENVIRONMENT} ${top_builddir}/admin/ktutil"
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/ |
| H A D | racoon.conf.sample-gssapi | 28 # principal. ktutil(8)'s "list" command will list the
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/gss/ |
| H A D | check-context.in | 61 ktutil="${TESTS_ENVIRONMENT} ../../admin/ktutil" 98 ${ktutil} -k ${keytab} rename --no-delete host/short@${R} host/long.test.h5l.se@${R} || exit 1
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/ |
| H A D | ChangeLog.1999 | 453 * admin/ktutil.c (kt_get): add `--help' 503 * admin/ktutil.c (kt_add): check the return-value from fgets and 552 * admin/ktutil.c: add `ktutil copy' 1130 * admin/ktutil.c (kt_remove): -t should be -e 1137 * admin/ktutil.c (kt_add): new option `--no-salt'. From Miroslav 1527 * admin/ktutil.c: complain about un-recognised commands 1578 * admin/ktutil.c: fix {srv,key}2{srv,key}tab confusion; add help 1739 * admin/ktutil.c: srvcreate: new command 1982 * admin/ktutil.c: add minimally working `get' command 2170 * admin/ktutil.c: less drive-by-deleting. From Love
|
| H A D | NEWS | 346 - Moved kadmin and ktutil to /usr/bin 884 * make `ktutil get' more efficient 1143 * add `ktutil change' and `ktutil purge' 1223 * implement `ktutil copy' 1319 * new `ktutil srvcreate' 1326 * somewhat working `ktutil get'
|
| H A D | ChangeLog.1998 | 92 * admin/ktutil.c (kt_remove): some more type correctness. 105 * admin/ktutil.c: use print_version() 121 * admin/ktutil.c: keytype -> enctype 180 * admin/ktutil.c: fix printing of unrecognized keytypes 224 * admin/ktutil.c (kt_list): use krb5_enctype_to_string 318 * admin/ktutil.c: keytype -> enctype 669 * admin/ktutil.c: Implement `add' and `remove' functions. Make 1263 * admin/ktutil.c: Print keytype. 1355 * admin/ktutil.c: add `help' command 1808 * admin/ktutil.8, admin/kdb_edit.8: new man pages [all …]
|
| H A D | ChangeLog.2000 | 34 * admin/ktutil.c (main): handle krb5_init_context failure 46 * admin/ktutil.8: reflect recent changes 847 * admin/ktutil.c: print name when failing to open keytab 1306 * admin: break up ktutil.c into files 1308 * admin/ktutil.c (list): support --verbose (also listning time
|
| H A D | ChangeLog.2003 | 1341 * admin/ktutil.8: typos, from jmc <jmc@acn.waw.pl> 1372 kvno the resulting kvno is going to be. Now two ktutil change in a 1521 * admin/ktutil.8: s/entype/enctype/, from Igor Sobrado 1731 * admin/ktutil.8: document -v, --verbose 1734 other parts of ktutil
|
| H A D | ChangeLog.2001 | 34 function's lifetime, resulting in a segfault during `ktutil 723 * admin/ktutil.c (main): do not open the keytab, let every
|
| H A D | ChangeLog.2002 | 684 * admin/ktutil.c: no need to use the "modify" keytab anymore
|
| H A D | ChangeLog.2004 | 308 * admin/ktutil-commands.in: slc source file
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/ |
| H A D | setup.texi | 322 # ktutil list 515 @pindex ktutil 516 @command{ktutil} command and start 521 slave# ktutil get -p foo/admin hprop/`hostname` 598 master# /usr/heimdal/sbin/ktutil get iprop/`hostname` 602 slave# /usr/heimdal/sbin/ktutil get iprop/`hostname` 1260 keytab. Both ktutil get and kadmin ext can be used to get a 1261 keytab. ktutil get is better in that way it changes the key/password 1262 for the user. This is also the problem with ktutil. If ktutil is used 1269 host# ktutil -k /etc/krb5-service.keytab \
|
| H A D | apps.texi | 206 @file{ktutil -k AFSKEYFILE:KeyFile get afs@@MY.REALM} 222 @file{ktutil copy krb4:/root/afs-srvtab AFSKEYFILE:/usr/afs/etc/KeyFile}.
|
| H A D | win2k.texi | 225 @item Run @kbd{ktutil add} to add the key for that principal to a
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/ |
| H A D | check-kdc.in | 307 ${ktutil} -k ${keytab} list > tempfile || exit 1 325 ${ktutil} -k ${keytab} remove -p kt-des3@${R} -e $a 904 ${ktutil} -k ${keytab} destroy || { ec=1 ; eval "${testfailed}"; }
|
| /netbsd-src/usr.bin/spell/spell/ |
| H A D | special.netbsd | 618 ktutil
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 2095 ktutil
|