Home
last modified time | relevance | path

Searched refs:got_pass (Results 1 – 12 of 12) sorted by relevance

/dports/security/calife/calife-3.0.6/
H A Dauth.c55 char got_pass = AUTH_ERR; in authenticate_user() local
83 if (got_pass != AUTH_OK) in authenticate_user()
88 if (got_pass == AUTH_NULL) in authenticate_user()
96 if (got_pass == AUTH_ERR) in authenticate_user()
103 if (got_pass == AUTH_BADP) in authenticate_user()
129 int i, got_pass = AUTH_ERR; in local_pwcheck() local
221 got_pass = AUTH_OK; in local_pwcheck()
226 return (got_pass); in local_pwcheck()
284 got_pass = AUTH_OK; in pam_pwcheck()
290 got_pass = AUTH_OK; in pam_pwcheck()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/client/
H A Dsmbmount.c41 static BOOL got_pass; variable
191 if (!got_pass) { in do_connection()
238 got_pass = True; in do_connection()
641 got_pass = True; in read_credentials_file()
759 got_pass = True; in parse_mount_smb()
769 got_pass = True; in parse_mount_smb()
811 got_pass = True; in parse_mount_smb()
877 got_pass = True; in main()
885 got_pass = True; in main()
890 got_pass = True; in main()
[all …]
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/utils/
H A Dservertests.py73 got_pass = False
78 got_pass = True
83 got_pass = True
84 if not got_pass:
/dports/net/samba412/samba-4.12.15/source3/lib/
H A Dutil_cmdline.c41 bool got_pass; member
130 auth_info->got_pass = true; in set_cmdline_auth_info_username()
226 auth_info->got_pass = true; in set_cmdline_auth_info_password()
379 auth_info->got_pass = true; in set_cmdline_auth_info_use_krb5_ticket()
397 return auth_info->got_pass; in get_cmdline_auth_info_got_pass()
/dports/net/samba412/samba-4.12.15/source3/torture/
H A Dmasktest.c29 static int got_pass;
508 got_pass = 1;
541 if (!got_pass) {
H A Dlocktest2.c27 static int got_pass; variable
189 if (!got_pass) { in connect_one()
539 got_pass = 1; in main()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/torture/
H A Dlocktest2.c26 static int got_pass; variable
157 if (!got_pass) { in connect_one()
503 got_pass = 1; in main()
/dports/security/ADMsmb/ADMsmb_0.3/
H A Dclient.c38 extern BOOL got_pass;
753 got_pass = 0; in ADMsmb2()
H A Dclientutil.c39 BOOL got_pass = False; variable
658 got_pass = False; in cli_send_login()
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/smbfs/
H A Dsmbfs.c138 static gboolean got_pass = FALSE; variable
340 if (got_pass) in smbfs_bucket_set_authinfo()
413 got_pass = TRUE; in smbfs_init()
422 got_pass = TRUE; in smbfs_init()
/dports/misc/mc/mc-4.8.27/src/vfs/smbfs/
H A Dsmbfs.c138 static gboolean got_pass = FALSE; variable
340 if (got_pass) in smbfs_bucket_set_authinfo()
413 got_pass = TRUE; in smbfs_init()
422 got_pass = TRUE; in smbfs_init()
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_http.py1505 got_pass = handler.get_user_password(dict(
1512 self.assertEqual((user, password), got_pass)