Home
last modified time | relevance | path

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

12

/freebsd-12-stable/kerberos5/usr.bin/kcc/
DMakefile4 MAN= klist.1 kswitch.1
5 LINKS= ${BINDIR}/kcc ${BINDIR}/klist \
15 klist.c \
/freebsd-12-stable/crypto/heimdal/kuser/
DMakefile.am11 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)
DMakefile.in113 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)
Dkcc-commands.in35 name = "klist"
Dklist.c572 klist(struct klist_options *opt, int argc, char **argv) in klist() function
/freebsd-12-stable/sys/sys/
Deventvar.h61 struct klist *kq_knlist; /* list of knotes */
63 struct klist *kq_knhash; /* hash table for knotes */
Devent.h220 SLIST_HEAD(klist, knote);
224 struct klist kl_list;
Daio.h133 struct knlist klist; /* (a) list of knotes */ member
/freebsd-12-stable/sys/kern/
Dvfs_aio.c255 struct knlist klist; /* (a) list of knotes */ member
523 knlist_delete(&lj->klist, curthread, 1); in aio_free_entry()
532 knlist_delete(&job->klist, curthread, 1); in aio_free_entry()
669 knlist_delete(&lj->klist, curthread, 1); in aio_proc_rundown()
901 KNOTE_LOCKED(&job->klist, 1); in aio_bio_done_notify()
906 KNOTE_LOCKED(&lj->klist, 1); in aio_bio_done_notify()
1479 knlist_init_mtx(&job->klist, AIO_MTX(ki)); in aio_aqueue()
1643 knlist_delete(&job->klist, curthread, 0); in aio_aqueue()
2150 knlist_init_mtx(&lj->klist, AIO_MTX(ki)); in kern_lio_listio()
2232 KNOTE_LOCKED(&lj->klist, 1); in kern_lio_listio()
[all …]
Dkern_event.c1489 struct klist *list; in kqueue_register()
1704 struct klist *list, *tmp_knhash, *to_free; in kqueue_expand()
2609 struct klist *list; in knote_attach()
2642 struct klist *list; in knote_drop_detached()
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
Dextern.h106 void klist(void);
DMakefile.am26 klist.c \
Dklist.c169 klist(void) in klist() function
DMakefile.in103 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-12-stable/crypto/heimdal/appl/ftp/ftp/
Dextern.h173 void klist (int, char **);
Dcmdtab.c194 { "klist", klisthelp, 0, 1, 0, klist },
/freebsd-12-stable/usr.bin/diff/
Ddiffreg.c217 static int *klist; /* will be overlaid on file[0] after class */ variable
400 klist = xcalloc(slen[0] + 2, sizeof(*klist)); in diffreg()
404 i = stone(class, slen[0], member, klist, flags); in diffreg()
409 unravel(klist[i]); in diffreg()
411 free(klist); in diffreg()
/freebsd-12-stable/crypto/heimdal/
DChangeLog.199890 * 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 …]
DChangeLog.200250 * 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
DChangeLog.200013 * 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
DChangeLog.1999436 * 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
DNEWS86 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
DChangeLog.2005209 * 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-12-stable/crypto/heimdal/doc/
Dintro.texi45 @file{kinit}, @file{klist}, @file{kdestroy}
Dsetup.texi180 # 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

12