Home
last modified time | relevance | path

Searched refs:user_check (Results 1 – 25 of 53) sorted by relevance

123

/dports/security/py-social-auth-core/social-auth-core-4.0.2/social_core/backends/
H A Dvk.py148 user_check = self.setting('USERMODE')
150 if user_check is not None:
151 user_check = int(user_check)
152 if user_check == 1:
154 elif user_check == 2:
/dports/www/mybb/mybb-mybb_1829/
H A Dsendthread.php82 $user_check = "fromuid='{$mybb->user['uid']}'"; variable
86 $user_check = "ipaddress=".$db->escape_binary($session->packedip); variable
89 …$query = $db->simple_select("maillogs", "COUNT(*) AS sent_count", "{$user_check} AND dateline >= '…
103 $user_check = "fromuid='{$mybb->user['uid']}'"; variable
107 $user_check = "ipaddress=".$db->escape_binary($session->packedip); variable
112 …$query = $db->simple_select("maillogs", "mid, dateline", "{$user_check} AND dateline > '{$timecut}…
H A Dcontact.php46 $user_check = "fromuid='{$mybb->user['uid']}'"; variable
50 $user_check = "ipaddress=".$db->escape_binary($session->packedip); variable
53 …$query = $db->simple_select("maillogs", "COUNT(mid) AS sent_count", "{$user_check} AND dateline >=…
67 $user_check = "fromuid='{$mybb->user['uid']}'"; variable
71 $user_check = "ipaddress=".$db->escape_binary($session->packedip); variable
76 …$query = $db->simple_select("maillogs", "mid, dateline", "{$user_check} AND dateline > '{$timecut}…
H A Dpolls.php973 $user_check = "uid='{$mybb->user['uid']}'"; variable
977 $user_check = "ipaddress=".$db->escape_binary($session->packedip); variable
980 $query = $db->simple_select("pollvotes", "*", "{$user_check} AND pid='".$poll['pid']."'");
1139 $user_check = "uid='{$mybb->user['uid']}'"; variable
1143 $user_check = "uid='0' AND ipaddress=".$db->escape_binary($session->packedip); variable
1146 …$query = $db->simple_select("pollvotes", "vid,voteoption", "{$user_check} AND pid='".$poll['pid'].…
1207 $db->delete_query("pollvotes", "{$user_check} AND pid='".$poll['pid']."'");
H A Dmember.php2860 $user_check = "fromuid='{$mybb->user['uid']}'"; variable
2864 $user_check = "ipaddress=".$db->escape_binary($session->packedip); variable
2867 …$query = $db->simple_select("maillogs", "COUNT(*) AS sent_count", "{$user_check} AND dateline >= '…
2881 $user_check = "fromuid='{$mybb->user['uid']}'"; variable
2885 $user_check = "ipaddress=".$db->escape_binary($session->packedip); variable
2890 …$query = $db->simple_select("maillogs", "mid, dateline", "{$user_check} AND dateline > '{$timecut}…
3033 $user_check = "fromuid='{$mybb->user['uid']}'"; variable
3037 $user_check = "ipaddress=".$db->escape_binary($session->packedip); variable
3040 …$query = $db->simple_select("maillogs", "COUNT(*) AS sent_count", "{$user_check} AND dateline >= '…
3054 $user_check = "fromuid='{$mybb->user['uid']}'"; variable
[all …]
/dports/net/gnu-radius/radius-1.6.1/radiusd/
H A Dauth.c362 grad_avp_t *user_check; member
486 for (p = grad_avl_find(m->user_check, DA_LOG_MODE_MASK); in is_log_mode()
574 tmp = grad_avl_find(m->user_check, DA_USER_PASSWORD); in rad_check_password()
584 grad_avl_add_pair(&m->user_check, in rad_check_password()
712 m->user_check, in rad_check_password()
753 m.user_check = NULL; in rad_authenticate()
775 p = m.user_check; in rad_authenticate()
797 grad_avl_free(m.user_check); in rad_authenticate()
824 m->user_check = grad_avp_create_integer(DA_AUTH_TYPE, in sfn_init()
829 m->user_check = grad_avp_create_integer(DA_AUTH_TYPE, in sfn_init()
[all …]
H A Dscheme.c318 grad_avp_t *user_check, in scheme_try_auth() argument
330 s_check = radscm_avl_to_list(user_check); in scheme_try_auth()
358 grad_avp_t *user_check, in scheme_auth() argument
369 s_check = radscm_avl_to_list(user_check); in scheme_auth()
658 grad_avp_t *user_check, in scheme_try_auth() argument
/dports/security/pam_krb5-rh/pam_krb5-2.4.13/src/
H A Dsession.c130 if ((options->user_check) &&
213 options->user_check ?
216 options->user_check ?
222 options->user_check ?
225 options->user_check ?
327 if ((options->user_check) &&
H A Dsly.c176 if ((options->user_check) && in _pam_krb5_sly_maybe_refresh()
236 uid = options->user_check ? userinfo->uid : getuid(); in _pam_krb5_sly_maybe_refresh()
237 gid = options->user_check ? userinfo->gid : getgid(); in _pam_krb5_sly_maybe_refresh()
H A Dacct.c108 if ((options->user_check) && in pam_sm_acct_mgmt()
215 if ((retval == PAM_SUCCESS) && options->user_check && in pam_sm_acct_mgmt()
H A Doptions.h67 int user_check;
H A Dv5.c283 options->user_check ? in v5_user_info_subst()
288 options->user_check ? in v5_user_info_subst()
322 options->user_check ? in v5_user_info_subst()
327 options->user_check ? in v5_user_info_subst()
338 options->user_check ? in v5_user_info_subst()
343 options->user_check ? in v5_user_info_subst()
354 options->user_check ? in v5_user_info_subst()
359 options->user_check ? in v5_user_info_subst()
2142 options->user_check ? userinfo->uid : getuid(), in v5_save()
2143 options->user_check ? userinfo->gid : getgid()); in v5_save()
H A Dauth.c161 if ((options->user_check) && in pam_sm_authenticate()
381 if ((retval == PAM_SUCCESS) && options->user_check && in pam_sm_authenticate()
H A Duserinfo.c153 if (options->user_check) { in _pam_krb5_user_info_init()
/dports/net/chrony/chrony-4.2/
H A Dmain.c450 int user_check = 1, config_args = 0, print_config = 0; in main() local
501 user_check = 0; in main()
519 user_check = 0; in main()
539 user_check = 0; in main()
553 if (user_check && getuid() != 0) in main()
/dports/net/chrony-lite/chrony-4.2/
H A Dmain.c450 int user_check = 1, config_args = 0, print_config = 0; in main() local
501 user_check = 0; in main()
519 user_check = 0; in main()
539 user_check = 0; in main()
553 if (user_check && getuid() != 0) in main()
/dports/audio/ampache/ampache-php74-5.0.0/src/Repository/Model/
H A DPreference.php210 $user_check = "";
212 $user_check = "AND `user` = ?";
222 $sql = "UPDATE `user_preference` SET `value` = ? WHERE `preference` = ? $user_check";
/dports/www/seahub/seahub-8.0.7-server/seahub/profile/
H A Dviews.py194 user_check = User.objects.get(email=user)
196 user_check = None
198 if user_check:
/dports/security/libpwquality/libpwquality-1.4.4/src/
H A Dsettings.c40 pwq->user_check = PWQ_DEFAULT_USER_CHECK; in pwquality_default_settings()
354 pwq->user_check = value; in pwquality_set_int_value()
452 *value = pwq->user_check; in pwquality_get_int_value()
H A Dpwqprivate.h28 int user_check; member
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/sgx/
H A Dtvm.edl7 public void tvm_ecall_init([isptr, user_check] TVMRetValueHandle ret);
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/sgx/
H A Dtvm.edl7 public void tvm_ecall_init([isptr, user_check] TVMRetValueHandle ret);
/dports/mail/faces/faces-1.7.7/faces/
H A Dgtk.c74 static GtkWidget *user_check; variable
772 user_check = gtk_check_button_new_with_label(_("Show username")); in create_properties()
773 gtk_widget_ref(user_check); in create_properties()
774 gtk_object_set_data_full(GTK_OBJECT(properties), "user_check", user_check, in create_properties()
776 gtk_widget_show(user_check); in create_properties()
777 gtk_box_pack_start(GTK_BOX(props_vbo), user_check, FALSE, FALSE, 0); in create_properties()
1603 GTK_TOGGLE_BUTTON(user_check)); in do_props_button_clicked()
1715 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(user_check), !dontshowuser); in set_props_state()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/check_point/
H A Dcp_mgmt_access_rule.py320 user_check=dict(type='dict', options=dict(
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/check_point/mgmt/plugins/modules/
H A Dcp_mgmt_access_rule.py320 user_check=dict(type='dict', options=dict(

123