Home
last modified time | relevance | path

Searched refs:reop (Results 1 – 25 of 137) sorted by relevance

123456

/dports/security/reop/reop-2.1.0/tests/
H A Dtest.sh14 mkdir -p fakehome/.reop
15 ../reop -G -p mypub -s mysec -n
16 ../reop -G -i gorilla -p yourpub -s yoursec -n
17 cp yourpub fakehome/.reop/pubkeyring
20 ../reop -D -s yoursec -p mypub -m - -x - > trip.txt
24 ../reop -D -s yoursec -p mypub -m - -x - > trip.txt
27 echo apples | ../reop -Eb -m warn.txt
28 echo apples | ../reop -D -x warn.txt.enc -m danger.txt
31 echo bananas | ../reop -E -m warn.txt
32 ../reop -Se -s mysec -m warn.txt
[all …]
/dports/security/reop/reop-2.1.0/
H A DGNUmakefile9 OBJS= reop.o other/other.o
17 all: reop
19 reop: ${OBJS} target
20 ${CC} ${LDFLAGS} ${OBJS} -o reop
23 rm -f ${OBJS} reop
26 install -m 755 reop ${BINDIR}
27 install -m 644 reop.1 ${MANDIR}/man1
H A DREADME1 reop - reasonable expectation of privacy
7 reop
16 even add all your pals to ~/.reop/pubkeyring and verify their messages
31 reop -G -i tedu # create tedu key pair
32 reop -E -i ralph -m message # encrypt a message for ralph
33 reop -D -x message.enc # ralph decrypts my message
52 A reop key technically consists of two keys (one for signing, one for
53 encrypting). The interesting part of a reop public key fits in a tweet
99 encrypted are swapped. (reop doesn’t hide sender identity.)
110 reop is using libsodium wrappers now.]
[all …]
H A DMakefile5 SRCS= reop.c
7 PROG= reop
8 MAN= reop.1
H A D.gitignore1 reop
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dnicat.c10 char lbuf[NBUF] , *reop=NULL ; in main() local
35 reop = argv[++iarg] ; iarg++ ; in main()
51 if( reop ){ /* 23 Aug 2002 */ in main()
53 nn = NI_stream_reopen( ns , reop ) ; in main()
94 if( reop ){ /* 23 Aug 2002 */ in main()
96 nn = NI_stream_reopen( ns , reop ) ; in main()
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Didentify-md5.pl4 use vars qw($VERSION %IRSSI @identify @reop);
131 foreach my $channel (@reop) {
134 undef @reop;
161 push @reop, $1;
/dports/security/reop/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=reop-2.1.0.tgz
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/help/
H A Dlevels24 P user is protected, client will reop/unban/invite him when
26 G user is god, client will reop/unban/invite him when he gets
/dports/irc/irc/irc2.11.2p3/ircd/
H A Dchannel.c589 chptr->reop = 0; in is_chan_op()
1830 chptr->reop = timeofday + in set_mode()
1879 chptr->reop = timeofday + in set_mode()
3786 if (IsSplit() || chptr->reop == 0) in reop_channel()
3819 chptr->reop = 0; in reop_channel()
3838 now - chptr->reop > 7*LDELAYCHASETIMELIMIT) in reop_channel()
3872 now - chptr->reop); in reop_channel()
3879 chptr->reop = 0; in reop_channel()
3925 if (chptr->reop > 0) in collect_channel_garbage()
3928 chptr->reop += CHECKFREQ; in collect_channel_garbage()
[all …]
/dports/irc/dircproxy/dircproxy-dc563b3/doc/
H A DRFC2811363 r - toggle the server reop channel flag;
526 "reop delay" period triggers a mechanism in servers to reop some or
707 When a channel has been opless for longer than the "reop delay"
716 For the same reason, the "reop delay" SHOULD be uniform on all
718 value of the "reop delay" SHOULD be set considering many factors
722 a) the reop mechanism is triggered after a random time following the
723 expiration of the "reop delay". This should limit the eventuality
741 delay" for this channel has expired, and the "reop delay" has
743 Then reop all channel members.
745 d) For other cases, reop at most one member on the channel, based on
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_regexp_compiler.c117 DUK_LOCAL void duk__append_reop(duk_re_compiler_ctx *re_ctx, duk_uint32_t reop) { in duk__append_reop() argument
118 DUK_ASSERT(reop <= 0x7fU); in duk__append_reop()
119 (void) duk__append_7bit(re_ctx, reop); in duk__append_reop()
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_regexp_compiler.c117 DUK_LOCAL void duk__append_reop(duk_re_compiler_ctx *re_ctx, duk_uint32_t reop) { in duk__append_reop() argument
118 DUK_ASSERT(reop <= 0x7fU); in duk__append_reop()
119 (void) duk__append_7bit(re_ctx, reop); in duk__append_reop()
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_regexp_compiler.c117 DUK_LOCAL void duk__append_reop(duk_re_compiler_ctx *re_ctx, duk_uint32_t reop) { in duk__append_reop() argument
118 DUK_ASSERT(reop <= 0x7fU); in duk__append_reop()
119 (void) duk__append_7bit(re_ctx, reop); in duk__append_reop()
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_regexp_compiler.c117 DUK_LOCAL void duk__append_reop(duk_re_compiler_ctx *re_ctx, duk_uint32_t reop) { in duk__append_reop() argument
118 DUK_ASSERT(reop <= 0x7fU); in duk__append_reop()
119 (void) duk__append_7bit(re_ctx, reop); in duk__append_reop()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/fs/slive/
H A DTestSlive.java311 RenameOp reop = new RenameOp(extractor, rnd) { in testOpFailures() local
316 runOperationBad(extractor, reop); in testOpFailures()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/fs/slive/
H A DTestSlive.java304 RenameOp reop = new RenameOp(extractor, rnd) { in testOpFailures() local
309 runOperationBad(extractor, reop); in testOpFailures()
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/data/lang/
H A Dru_RU.ini10 reop=&Переоткрыть key
H A Dtranslation template.ini12 reop=reopen key
/dports/editors/cudatext/CudaText-1.151.0/app/data/lang/
H A Dru_RU.ini10 reop=&Переоткрыть key
H A Dtranslation template.ini12 reop=reopen key
/dports/irc/irc/irc2.11.2p3/doc/
H A D2.11-New11 * New channel list type: R (aka reop hints). With the same syntax and
H A DChangeLog488 * channel.c/reop_channel(): return 1 only when we did reop.
959 * channel.c/reop_channel(): clear ->reop only when we did reop.
1031 * channel.c/reop_channel(): do not abort reop mechanism if restricted
1415 * channel.c/set_mode(): reset reop time when +r comes from server (or
1903 * channel.c/set_mode(): set ->reop when +R from server.
1916 * channel.c/reop_channel(): use ->reop, not ->history, for checking if
1917 channel reop is overdue.
1952 * channel.c/remove_user_from_channel(): record reop time for all
1958 all clients reopped", unified reop mechanism for both !channels
2221 set_mode(), s_err.c: introduced R (reop) list (no reop yet).
[all …]
H A DRELEASE_NOTES85 * New channel list type: R (aka reop hints). With the same syntax and
/dports/irc/irc/irc2.11.2p3/common/
H A Dstruct_def.h702 time_t reop; /* server reop stamp for !channels */ member

123456