/freebsd/kerberos5/usr.bin/kcc/ |
H A D | Makefile | 4 MAN= klist.1 kswitch.1 5 LINKS= ${BINDIR}/kcc ${BINDIR}/klist \ 15 klist.c \
|
/freebsd/crypto/heimdal/kuser/ |
H A D | Makefile.am | 11 klist.1 \ 41 dist_kcc_SOURCES = kcc.c klist.c kswitch.c copy_cred_cache.c 86 (cd $(DESTDIR)$(bindir) && rm -f klist && $(LN_S) kcc klist)
|
H A D | Makefile.in | 113 dist_kcc_OBJECTS = kcc.$(OBJEXT) klist.$(OBJEXT) kswitch.$(OBJEXT) \ 459 klist.1 \ 482 dist_kcc_SOURCES = kcc.c klist.c kswitch.c copy_cred_cache.c 687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/klist.Po@am__quote@ 1207 (cd $(DESTDIR)$(bindir) && rm -f klist && $(LN_S) kcc klist)
|
H A D | kcc-commands.in | 35 name = "klist"
|
/freebsd/sys/sys/ |
H A D | eventvar.h | 59 struct klist *kq_knlist; /* list of knotes */ 61 struct klist *kq_knhash; /* hash table for knotes */
|
H A D | event.h | 223 SLIST_HEAD(klist, knote); 227 struct klist kl_list;
|
H A D | aio.h | 151 struct knlist klist; /* (a) list of knotes */ member
|
/freebsd/sys/kern/ |
H A D | vfs_aio.c | 249 struct knlist klist; /* (a) list of knotes */ member 513 knlist_delete(&lj->klist, curthread, 1); in aio_free_entry() 522 knlist_delete(&job->klist, curthread, 1); in aio_free_entry() 661 knlist_delete(&lj->klist, curthread, 1); in aio_proc_rundown() 890 KNOTE_LOCKED(&job->klist, 1); in aio_bio_done_notify() 895 KNOTE_LOCKED(&lj->klist, 1); in aio_bio_done_notify() 1510 knlist_init_mtx(&job->klist, AIO_MTX(ki)); in aio_aqueue() 1708 knlist_delete(&job->klist, curthread, 0); in aio_aqueue() 2228 knlist_init_mtx(&lj->klist, AIO_MTX(ki)); in kern_lio_listio() 2310 KNOTE_LOCKED(&lj->klist, 1); in kern_lio_listio() [all …]
|
H A D | kern_event.c | 1603 struct klist *list; in kqueue_register() 1825 struct klist *list, *tmp_knhash, *to_free; in kqueue_expand() 2692 struct klist *list; in knote_attach() 2725 struct klist *list; in knote_drop_detached()
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | Makefile.am | 26 klist.c \
|
H A D | extern.h | 106 void klist(void);
|
H A D | klist.c | 169 klist(void) in klist() function
|
H A D | Makefile.in | 103 ls.c pathnames.h popen.c security.c kauth.c klist.c gssapi.c \ 108 kauth.$(OBJEXT) klist.$(OBJEXT) $(am__objects_1) 423 klist.c \ 532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/klist.Po@am__quote@
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | extern.h | 173 void klist (int, char **);
|
H A D | cmdtab.c | 194 { "klist", klisthelp, 0, 1, 0, klist },
|
/freebsd/usr.bin/diff/ |
H A D | diffreg.c | 115 * file0, developing a vector klist of "k-candidates". At step i 127 * number greater that the y of all k-candidates, the klist is extended. At 202 static int *klist; /* will be overlaid on file[0] after class */ variable 213 static long *ixold; /* will be overlaid on klist */ 445 klist = xcalloc(slen[0] + 2, sizeof(*klist)); in diffreg_stone() 449 i = stone(class, slen[0], member, klist, flags); in diffreg_stone() 454 unravel(klist[i]); in diffreg_stone() 456 free(klist); in diffreg_stone()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_test.c | 3744 KEY_LIST *key, **klist; in parse() 3760 klist = NULL; in parse() 3771 klist = &private_keys; in parse() 3780 klist = &public_keys; in parse() 3789 klist = &private_keys; in parse() 3791 klist = &public_keys; in parse() 3814 if (klist == &private_keys) in parse() 3856 if (klist != NULL) { in parse() 3857 if (find_key(NULL, pp->value, *klist)) { in parse() 3865 key->next = *klist; in parse() 3741 KEY_LIST *key, **klist; parse() local [all...] |
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1998 | 90 * kuser/klist.c (usage): void-ize 96 * kuser/klist.c: try to list enctypes as keytypes 297 * kuser/klist.c: keytype -> enctype 555 * kuser/klist.c (print_cred_verbose): print IPv4-address in a 1078 * kuser/klist.c: Use krb5_err*(). 1373 * kuser/klist.c: print year as YYYY iff verbose 1377 * kuser/klist.c: print etype from ticket 1493 * kuser/klist.c: use correct symbols for address families 1537 * kuser/klist.c: support for printing IPv6-addresses 1572 * kuser/klist.c: try printing IPv6 addresses [all …]
|
H A D | ChangeLog.2002 | 50 * kuser/klist.c (display_tokens): allow tokens up to size of 313 * kuser/klist.c (display_tokens): increase token buffer size, and 428 * kuser/klist.c (display_tokens): don't bail out before we get 505 * kuser/klist.c: better align some headers
|
H A D | ChangeLog.2000 | 13 * kuser/klist.c (main): handle krb5_init_context failure 172 * kuser/klist.c: print key versions numbers of v4 tickets in 509 * kuser/klist.c: make -a and -n aliases for -v 604 * kuser/klist.1: update for -f and add some more text for -v 606 * kuser/klist.c: use rtbl to format cred listing, add -f and -s 853 * kuser/klist.c: continue even we have no v5 ccache. make showing 1037 * kuser/klist.c: add support for display v4 tickets
|
H A D | ChangeLog.1999 | 436 * kuser/klist.c: add a `--cache' flag 1310 * kuser/klist.c: print cache version if verbose 1377 * kuser/klist.c (--tokens): conditionalize on KRB4 1544 * kuser/klist.c (print_cred_verbose): handle the case of a bad 1574 * kuser/klist.c: make it compile w/o krb4 1655 * kuser/klist.c (print_cred_verbose): use krb5_print_address 1741 * kuser/klist.c: add support for printing AFS tokens 1750 * kuser/klist.c (main): don't print `no ticket file' with --test. 1933 * kuser/klist.c: use print_version 2193 * kuser/klist.c: add option -t | --test
|
H A D | NEWS | 86 kinit/klist/kdestroy and Kerberos library 614 * make klist work better with v4 and v5, and add some more MIT 651 * klist supports listing v4 tickets 905 * v4/kafs support in klist/kdestroy
|
H A D | ChangeLog.2005 | 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 352 $ klist --list-caches 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 1452 * kuser/klist.c: use strlcpy
|
/freebsd/crypto/heimdal/doc/ |
H A D | intro.texi | 45 @file{kinit}, @file{klist}, @file{kdestroy}
|
H A D | setup.texi | 180 # klist 683 credentials. @command{klist -l} lists the credentials and the star 689 $ klist -l 708 $ klist -l 763 vr$ klist 781 vr$ klist 1416 : lha@@nutcracker ; klist 1429 $ klist
|