Home
last modified time | relevance | path

Searched refs:luser (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/
H A DTestKMSAudit.java86 kmsAudit.ok(luser, KMSOp.DECRYPT_EEK, "k1", "testmsg"); in testAggregation()
87 kmsAudit.ok(luser, KMSOp.DECRYPT_EEK, "k1", "testmsg"); in testAggregation()
88 kmsAudit.ok(luser, KMSOp.DECRYPT_EEK, "k1", "testmsg"); in testAggregation()
89 kmsAudit.ok(luser, KMSOp.DELETE_KEY, "k1", "testmsg"); in testAggregation()
91 kmsAudit.ok(luser, KMSOp.DECRYPT_EEK, "k1", "testmsg"); in testAggregation()
92 kmsAudit.ok(luser, KMSOp.DECRYPT_EEK, "k1", "testmsg"); in testAggregation()
93 kmsAudit.ok(luser, KMSOp.DECRYPT_EEK, "k1", "testmsg"); in testAggregation()
95 kmsAudit.ok(luser, KMSOp.DECRYPT_EEK, "k1", "testmsg"); in testAggregation()
114 kmsAudit.unauthorized(luser, KMSOp.GENERATE_EEK, "k2"); in testAggregationUnauth()
116 kmsAudit.ok(luser, KMSOp.GENERATE_EEK, "k3", "testmsg"); in testAggregationUnauth()
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/mail-lua/
H A Dmail-lua-plugin.c65 if (luser == NULL) in mail_lua_user_deinit_pre()
73 luser->module_ctx.super.deinit_pre(user); in mail_lua_user_deinit_pre()
81 if (luser == NULL) in mail_lua_user_deinit()
84 luser->module_ctx.super.deinit(user); in mail_lua_user_deinit()
91 dlua_script_unref(&luser->script); in mail_lua_user_deinit()
96 struct mail_lua_user_context *luser; in mail_lua_user_created() local
133 luser->module_ctx.super = *v; in mail_lua_user_created()
136 luser->script = script; in mail_lua_user_created()
137 user->vlast = &luser->module_ctx.super; in mail_lua_user_created()
146 if (luser != NULL) { in mail_lua_plugin_get_script()
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/lazy-expunge/
H A Dlazy-expunge-plugin.c96 return luser->lazy_mailbox_vname; in get_dest_vname()
543 if (luser == NULL) in lazy_expunge_mailbox_list_created()
565 if (luser == NULL) in lazy_expunge_mail_namespaces_created()
568 luser->lazy_ns = mail_namespace_find_prefix(namespaces, luser->env); in lazy_expunge_mail_namespaces_created()
569 if (luser->lazy_ns != NULL) { in lazy_expunge_mail_namespaces_created()
576 luser->lazy_ns = mail_namespace_find(namespaces, luser->env); in lazy_expunge_mail_namespaces_created()
577 luser->lazy_mailbox_vname = luser->env; in lazy_expunge_mail_namespaces_created()
587 if (luser->lazy_ns != NULL) in lazy_expunge_user_deinit()
603 luser->module_ctx.super = *v; in lazy_expunge_mail_user_created()
606 luser->env = env; in lazy_expunge_mail_user_created()
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/last-login/
H A Dlast-login-plugin.c32 if (luser->dict != NULL) { in last_login_dict_deinit()
33 dict_wait(luser->dict); in last_login_dict_deinit()
34 dict_deinit(&luser->dict); in last_login_dict_deinit()
38 timeout_remove(&luser->to); in last_login_dict_deinit()
46 luser->module_ctx.super.deinit(user); in last_login_user_deinit()
70 luser->to = timeout_add(0, last_login_dict_deinit, user); in last_login_dict_commit()
76 struct last_login_user *luser; in last_login_mail_user_created() local
105 luser = p_new(user->pool, struct last_login_user, 1); in last_login_mail_user_created()
106 luser->module_ctx.super = *v; in last_login_mail_user_created()
107 user->vlast = &luser->module_ctx.super; in last_login_mail_user_created()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/net/
H A Drcmd.c97 const char *luser);
101 const char *luser);
487 const char *rhost, *ruser, *luser; in ruserok_af()
514 const char *rhost, *ruser, *luser;
641 const char *ruser, *luser;
651 const char *ruser, *luser;
682 const char *ruser, *luser; variable
702 const char *luser, *ruser;
709 luser, ruser, "-");
789 if (strcmp ("+", luser) == 0) in __icheckuser()
[all …]
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/backend/kopano/
H A Dcheckshares.php198 $luser = strtolower($user);
203 if (isset($this->stores[$luser])) {
204 if ($luser != self::SYSTEMUSER) {
205 return $this->stores[$luser];
207 … if ($luser == self::SYSTEMUSER && isset($this->stores[$luser]['public']) && $getPublic) {
208 return $this->stores[$luser]['public'];
210 … if ($luser == self::SYSTEMUSER && isset($this->stores[$luser]['default']) && !$getPublic) {
211 return $this->stores[$luser]['default'];
247 if ($luser != self::SYSTEMUSER) {
248 $this->stores[$luser] = $store;
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/backend/kopano/
H A Dcheckshares.php198 $luser = strtolower($user);
203 if (isset($this->stores[$luser])) {
204 if ($luser != self::SYSTEMUSER) {
205 return $this->stores[$luser];
207 … if ($luser == self::SYSTEMUSER && isset($this->stores[$luser]['public']) && $getPublic) {
208 return $this->stores[$luser]['public'];
210 … if ($luser == self::SYSTEMUSER && isset($this->stores[$luser]['default']) && !$getPublic) {
211 return $this->stores[$luser]['default'];
247 if ($luser != self::SYSTEMUSER) {
248 $this->stores[$luser] = $store;
[all …]
/dports/irc/inspircd/inspircd-3.11.0/src/coremods/core_oper/
H A Dcore_oper.cpp62 LocalUser* luser = IS_LOCAL(user); in OnPostOper() local
63 if (!luser) in OnPostOper()
66 const std::string vhost = luser->oper->getConfig("vhost"); in OnPostOper()
68 luser->ChangeDisplayedHost(vhost); in OnPostOper()
70 const std::string klass = luser->oper->getConfig("class"); in OnPostOper()
72 luser->SetClass(klass); in OnPostOper()
/dports/www/ufdbguard/ufdbGuard-1.35.3/src/
H A Dufdb_analyse_users.pl.in36 my $luser;
53 $luser = $terms[4];
54 $luser = 'anonymous' if ($luser eq '-');
55 if ($userhash{$luser})
65 … printf "%s %s %-14s %-14s %-5s %s\n", $ldate, $ltime, $luser, $lcategory, $laction, $lurl;
H A Dufdb_top_users.pl.in35 my $luser;
54 $luser = $terms[4];
55 $luser = 'anonymous' if ($luser eq '-');
64 … printf "%s %s %-14s %-14s %-5s %s\n", $ldate, $ltime, $luser, $lcategory, $laction, $lurl;
67 $users{ $luser } ++;
H A Dufdb_analyse_urls.pl.in46 my $luser;
72 $luser = $terms[4];
73 $luser = 'anonymous' if ($luser eq '-');
75 … printf "%s %s %-14s %-14s %-5s %s\n", $ldate, $ltime, $luser, $lcategory, $laction, $lurl;
H A Dufdb_top_urls.pl.in36 my $luser;
69 $luser = $terms[4];
70 $luser = 'anonymous' if ($luser eq '-');
72 … printf "%s %s %-14s %-14s %-5s %s\n", $ldate, $ltime, $luser, $lcategory, $laction, $lurl;
/dports/irc/unreal/Unreal3.2.10.7/doc/
H A Dtao.of.irc15 great then the client will always be the server. The luser is then pleased
91 The wise sage luser is told about the Chat and uses it. The luser is told
107 The sage luser must be aware like a frog crossing the highway.
134 The luser decided that he also would have such a automata.
135 He asked another luser for his automata. The other luser gave his automata
141 Some moons laither the same luser then had become a sage luser, and did create
190 "I see", said the sage luser.
198 for the luser who want to create automata.
214 A luser asked the masters on #IrcHelp: "My client does not work".
233 "Is the Tao in irc ?" asked the luser.
[all …]
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/doc/
H A DTao-of-IRC.94011015 great then the client will always be the server. The luser is then pleased
91 The wise sage luser is told about the Chat and uses it. The luser is told
107 The sage luser must be aware like a frog crossing the highway.
134 The luser decided that he also would have such a automata.
135 He asked another luser for his automata. The other luser gave his automata
141 Some moons laither the same luser then had become a sage luser, and did create
190 "I see", said the sage luser.
198 for the luser who want to create automata.
214 A luser asked the masters on #IrcHelp: "My client does not work".
233 "Is the Tao in irc ?" asked the luser.
[all …]
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/doc/
H A DTao-of-IRC.94011015 great then the client will always be the server. The luser is then pleased
91 The wise sage luser is told about the Chat and uses it. The luser is told
107 The sage luser must be aware like a frog crossing the highway.
134 The luser decided that he also would have such a automata.
135 He asked another luser for his automata. The other luser gave his automata
141 Some moons laither the same luser then had become a sage luser, and did create
190 "I see", said the sage luser.
198 for the luser who want to create automata.
214 A luser asked the masters on #IrcHelp: "My client does not work".
233 "Is the Tao in irc ?" asked the luser.
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Drcmd.c398 ruserok(rhost, superuser, ruser, luser) in ruserok() argument
399 const char *rhost, *ruser, *luser; in ruserok()
414 luser) == 0) {
436 const char *ruser, *luser;
446 ruser, luser);
459 const char *ruser, *luser;
489 if ((pwd = getpwnam(luser)) == NULL)
542 const char *luser, *ruser;
552 luser, ruser);
564 const char *luser, *ruser;
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Drcmd.c398 ruserok(rhost, superuser, ruser, luser) in ruserok() argument
399 const char *rhost, *ruser, *luser; in ruserok()
414 luser) == 0) {
436 const char *ruser, *luser;
446 ruser, luser);
459 const char *ruser, *luser;
489 if ((pwd = getpwnam(luser)) == NULL)
542 const char *luser, *ruser;
552 luser, ruser);
564 const char *luser, *ruser;
[all …]
/dports/irc/inspircd/inspircd-3.11.0/src/coremods/core_user/
H A Dcmd_away.cpp49 LocalUser* luser = IS_LOCAL(user); in Handle() local
55 if (luser) in Handle()
57 …FIRST_MOD_RESULT_CUSTOM(awayevprov, Away::EventListener, OnUserPreAway, MOD_RESULT, (luser, messag… in Handle()
69 if (luser) in Handle()
71 FIRST_MOD_RESULT_CUSTOM(awayevprov, Away::EventListener, OnUserPreBack, MOD_RESULT, (luser)); in Handle()
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_repos/
H A Dauthz.rules5 luser = rw
13 ~luser =
15 luser = rw
18 x = luser
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_repos/
H A Dauthz.rules5 luser = rw
13 ~luser =
15 luser = rw
18 x = luser
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_repos/
H A Dauthz.rules5 luser = rw
13 ~luser =
15 luser = rw
18 x = luser
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_repos/
H A Dauthz.rules5 luser = rw
13 ~luser =
15 luser = rw
18 x = luser
/dports/net/bsdrcmds/bsdrcmds-20171003.01/rshd/
H A Drshd.c198 char *cmdbuf, luser[16], ruser[16]; in doit() local
314 getstr(luser, sizeof(luser), "luser"); in doit()
318 pam_err = pam_start("rsh", luser, &pamc, &pamh); in doit()
341 strncpy(luser, cp, sizeof(luser)); in doit()
342 luser[sizeof(luser) - 1] = '\0'; in doit()
350 ruser, rhost, luser, pam_strerror(pamh, pam_err), cmdbuf); in doit()
358 pwd = getpwnam(luser); in doit()
362 ruser, rhost, luser, cmdbuf); in doit()
380 ruser, rhost, luser, cmdbuf); in doit()
396 ruser, rhost, luser, __rcmd_errstr, in doit()
[all …]
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_ircv3_ctctags.cpp90 LocalUser* luser = IS_LOCAL(iter->first); in HandleChannelTarget() local
93 if (!luser || luser == source) in HandleChannelTarget()
97 if (iter->second->getRank() < minrank || msgdetails.exemptions.count(luser)) in HandleChannelTarget()
101 if (cap.get(luser)) in HandleChannelTarget()
102 luser->Send(msgevprov, message); in HandleChannelTarget()
135 LocalUser* luser = IS_LOCAL(*iter); in HandleServerTarget() local
138 if (luser->registered != REG_ALL || luser == source) in HandleServerTarget()
142 if (msgdetails.exemptions.count(luser)) in HandleServerTarget()
146 if (cap.get(luser)) in HandleServerTarget()
147 luser->Send(msgevprov, message); in HandleServerTarget()
/dports/mail/p5-Mail-DeliveryStatus-BounceParser/Mail-DeliveryStatus-BounceParser-1.543/t/corpus/
H A Dpostfix-smtp-550.msg38 <luser@otherhost.invalid>: host 209.12.9.10[209.12.9.10] said: 550 5.1.1
39 <luser@otherhost.invalid> is not a valid mailbox (in reply to RCPT TO command)
50 Final-Recipient: rfc822; luser@otherhost.invalid
54 <luser@otherhost.invalid> is not a valid mailbox (in reply to RCPT TO command)
63 for <luser@otherhost.invalid>; Tue, 6 Jun 2006 15:04:30 +0000 (GMT)
66 with ESMTP id 30679-02-2 for <luser@otherhost.invalid>;
70 for <luser@otherhost.invalid>; Tue, 6 Jun 2006 15:04:11 +0000 (GMT)
73 for <luser@otherhost.invalid>; Tue, 6 Jun 2006 14:55:30 -0700
76 for luser@otherhost.invalid; Tue, 6 Jun 2006 14:35:15 -0700

12345678910>>...22