Home
last modified time | relevance | path

Searched refs:cleartext_passwd (Results 1 – 19 of 19) sorted by relevance

/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/tests/api/
H A Dauth.c349 const char *user, *cleartext_passwd; in handle_authn() local
352 cleartext_passwd = cmd->argv[1]; in handle_authn()
355 if (strcmp(cleartext_passwd, PR_TEST_AUTH_PASSWD) == 0) { in handle_authn()
385 const char *user, *cleartext_passwd, *ciphertext_passwd; in handle_check() local
389 cleartext_passwd = cmd->argv[2]; in handle_check()
393 strcmp(ciphertext_passwd, cleartext_passwd) == 0) { in handle_check()
1626 const char *cleartext_passwd, *ciphertext_passwd, *name; in START_TEST() local
1646 cleartext_passwd = PR_TEST_AUTH_PASSWD; in START_TEST()
1647 res = pr_auth_check(p, NULL, name, cleartext_passwd); in START_TEST()
1665 res = pr_auth_check(p, "foo", name, cleartext_passwd); in START_TEST()
[all …]
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/tests/api/
H A Dauth.c349 const char *user, *cleartext_passwd; in handle_authn() local
352 cleartext_passwd = cmd->argv[1]; in handle_authn()
355 if (strcmp(cleartext_passwd, PR_TEST_AUTH_PASSWD) == 0) { in handle_authn()
385 const char *user, *cleartext_passwd, *ciphertext_passwd; in handle_check() local
389 cleartext_passwd = cmd->argv[2]; in handle_check()
393 strcmp(ciphertext_passwd, cleartext_passwd) == 0) { in handle_check()
1626 const char *cleartext_passwd, *ciphertext_passwd, *name; in START_TEST() local
1646 cleartext_passwd = PR_TEST_AUTH_PASSWD; in START_TEST()
1647 res = pr_auth_check(p, NULL, name, cleartext_passwd); in START_TEST()
1665 res = pr_auth_check(p, "foo", name, cleartext_passwd); in START_TEST()
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/tests/api/
H A Dauth.c349 const char *user, *cleartext_passwd; in handle_authn() local
352 cleartext_passwd = cmd->argv[1]; in handle_authn()
355 if (strcmp(cleartext_passwd, PR_TEST_AUTH_PASSWD) == 0) { in handle_authn()
385 const char *user, *cleartext_passwd, *ciphertext_passwd; in handle_check() local
389 cleartext_passwd = cmd->argv[2]; in handle_check()
393 strcmp(ciphertext_passwd, cleartext_passwd) == 0) { in handle_check()
1626 const char *cleartext_passwd, *ciphertext_passwd, *name; in START_TEST() local
1646 cleartext_passwd = PR_TEST_AUTH_PASSWD; in START_TEST()
1647 res = pr_auth_check(p, NULL, name, cleartext_passwd); in START_TEST()
1665 res = pr_auth_check(p, "foo", name, cleartext_passwd); in START_TEST()
[all …]
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/tests/api/
H A Dauth.c349 const char *user, *cleartext_passwd; in handle_authn() local
352 cleartext_passwd = cmd->argv[1]; in handle_authn()
355 if (strcmp(cleartext_passwd, PR_TEST_AUTH_PASSWD) == 0) { in handle_authn()
385 const char *user, *cleartext_passwd, *ciphertext_passwd; in handle_check() local
389 cleartext_passwd = cmd->argv[2]; in handle_check()
393 strcmp(ciphertext_passwd, cleartext_passwd) == 0) { in handle_check()
1626 const char *cleartext_passwd, *ciphertext_passwd, *name; in START_TEST() local
1646 cleartext_passwd = PR_TEST_AUTH_PASSWD; in START_TEST()
1647 res = pr_auth_check(p, NULL, name, cleartext_passwd); in START_TEST()
1665 res = pr_auth_check(p, "foo", name, cleartext_passwd); in START_TEST()
[all …]
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/tests/api/
H A Dauth.c349 const char *user, *cleartext_passwd; in handle_authn() local
352 cleartext_passwd = cmd->argv[1]; in handle_authn()
355 if (strcmp(cleartext_passwd, PR_TEST_AUTH_PASSWD) == 0) { in handle_authn()
385 const char *user, *cleartext_passwd, *ciphertext_passwd; in handle_check() local
389 cleartext_passwd = cmd->argv[2]; in handle_check()
393 strcmp(ciphertext_passwd, cleartext_passwd) == 0) { in handle_check()
1626 const char *cleartext_passwd, *ciphertext_passwd, *name; in START_TEST() local
1646 cleartext_passwd = PR_TEST_AUTH_PASSWD; in START_TEST()
1647 res = pr_auth_check(p, NULL, name, cleartext_passwd); in START_TEST()
1665 res = pr_auth_check(p, "foo", name, cleartext_passwd); in START_TEST()
[all …]
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/tests/api/
H A Dauth.c349 const char *user, *cleartext_passwd; in handle_authn() local
352 cleartext_passwd = cmd->argv[1]; in handle_authn()
355 if (strcmp(cleartext_passwd, PR_TEST_AUTH_PASSWD) == 0) { in handle_authn()
385 const char *user, *cleartext_passwd, *ciphertext_passwd; in handle_check() local
389 cleartext_passwd = cmd->argv[2]; in handle_check()
393 strcmp(ciphertext_passwd, cleartext_passwd) == 0) { in handle_check()
1626 const char *cleartext_passwd, *ciphertext_passwd, *name; in START_TEST() local
1646 cleartext_passwd = PR_TEST_AUTH_PASSWD; in START_TEST()
1647 res = pr_auth_check(p, NULL, name, cleartext_passwd); in START_TEST()
1665 res = pr_auth_check(p, "foo", name, cleartext_passwd); in START_TEST()
[all …]
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/tests/api/
H A Dauth.c349 const char *user, *cleartext_passwd; in handle_authn() local
352 cleartext_passwd = cmd->argv[1]; in handle_authn()
355 if (strcmp(cleartext_passwd, PR_TEST_AUTH_PASSWD) == 0) { in handle_authn()
385 const char *user, *cleartext_passwd, *ciphertext_passwd; in handle_check() local
389 cleartext_passwd = cmd->argv[2]; in handle_check()
393 strcmp(ciphertext_passwd, cleartext_passwd) == 0) { in handle_check()
1626 const char *cleartext_passwd, *ciphertext_passwd, *name; in START_TEST() local
1646 cleartext_passwd = PR_TEST_AUTH_PASSWD; in START_TEST()
1647 res = pr_auth_check(p, NULL, name, cleartext_passwd); in START_TEST()
1665 res = pr_auth_check(p, "foo", name, cleartext_passwd); in START_TEST()
[all …]
/dports/ftp/proftpd/proftpd-1.3.7c/tests/api/
H A Dauth.c349 const char *user, *cleartext_passwd; in handle_authn() local
352 cleartext_passwd = cmd->argv[1]; in handle_authn()
355 if (strcmp(cleartext_passwd, PR_TEST_AUTH_PASSWD) == 0) { in handle_authn()
385 const char *user, *cleartext_passwd, *ciphertext_passwd; in handle_check() local
389 cleartext_passwd = cmd->argv[2]; in handle_check()
393 strcmp(ciphertext_passwd, cleartext_passwd) == 0) { in handle_check()
1626 const char *cleartext_passwd, *ciphertext_passwd, *name; in START_TEST() local
1646 cleartext_passwd = PR_TEST_AUTH_PASSWD; in START_TEST()
1647 res = pr_auth_check(p, NULL, name, cleartext_passwd); in START_TEST()
1665 res = pr_auth_check(p, "foo", name, cleartext_passwd); in START_TEST()
[all …]
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/tests/api/
H A Dauth.c349 const char *user, *cleartext_passwd; in handle_authn() local
352 cleartext_passwd = cmd->argv[1]; in handle_authn()
355 if (strcmp(cleartext_passwd, PR_TEST_AUTH_PASSWD) == 0) { in handle_authn()
385 const char *user, *cleartext_passwd, *ciphertext_passwd; in handle_check() local
389 cleartext_passwd = cmd->argv[2]; in handle_check()
393 strcmp(ciphertext_passwd, cleartext_passwd) == 0) { in handle_check()
1626 const char *cleartext_passwd, *ciphertext_passwd, *name; in START_TEST() local
1646 cleartext_passwd = PR_TEST_AUTH_PASSWD; in START_TEST()
1647 res = pr_auth_check(p, NULL, name, cleartext_passwd); in START_TEST()
1665 res = pr_auth_check(p, "foo", name, cleartext_passwd); in START_TEST()
[all …]
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dauth.c1132 const char *cleartext_passwd) { in pr_auth_check() argument
1145 cleartext_passwd == NULL) { in pr_auth_check()
1150 cleartext_passwd_len = strlen(cleartext_passwd); in pr_auth_check()
1159 cmd = make_cmd(p, 3, ciphertext_passwd, name, cleartext_passwd); in pr_auth_check()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dauth.c1132 const char *cleartext_passwd) { in pr_auth_check() argument
1145 cleartext_passwd == NULL) { in pr_auth_check()
1150 cleartext_passwd_len = strlen(cleartext_passwd); in pr_auth_check()
1159 cmd = make_cmd(p, 3, ciphertext_passwd, name, cleartext_passwd); in pr_auth_check()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dauth.c1132 const char *cleartext_passwd) { in pr_auth_check() argument
1145 cleartext_passwd == NULL) { in pr_auth_check()
1150 cleartext_passwd_len = strlen(cleartext_passwd); in pr_auth_check()
1159 cmd = make_cmd(p, 3, ciphertext_passwd, name, cleartext_passwd); in pr_auth_check()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dauth.c1132 const char *cleartext_passwd) { in pr_auth_check() argument
1145 cleartext_passwd == NULL) { in pr_auth_check()
1150 cleartext_passwd_len = strlen(cleartext_passwd); in pr_auth_check()
1159 cmd = make_cmd(p, 3, ciphertext_passwd, name, cleartext_passwd); in pr_auth_check()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dauth.c1132 const char *cleartext_passwd) { in pr_auth_check() argument
1145 cleartext_passwd == NULL) { in pr_auth_check()
1150 cleartext_passwd_len = strlen(cleartext_passwd); in pr_auth_check()
1159 cmd = make_cmd(p, 3, ciphertext_passwd, name, cleartext_passwd); in pr_auth_check()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dauth.c1132 const char *cleartext_passwd) { in pr_auth_check() argument
1145 cleartext_passwd == NULL) { in pr_auth_check()
1150 cleartext_passwd_len = strlen(cleartext_passwd); in pr_auth_check()
1159 cmd = make_cmd(p, 3, ciphertext_passwd, name, cleartext_passwd); in pr_auth_check()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Dauth.c1132 const char *cleartext_passwd) { in pr_auth_check() argument
1145 cleartext_passwd == NULL) { in pr_auth_check()
1150 cleartext_passwd_len = strlen(cleartext_passwd); in pr_auth_check()
1159 cmd = make_cmd(p, 3, ciphertext_passwd, name, cleartext_passwd); in pr_auth_check()
/dports/ftp/proftpd/proftpd-1.3.7c/src/
H A Dauth.c1132 const char *cleartext_passwd) { in pr_auth_check() argument
1145 cleartext_passwd == NULL) { in pr_auth_check()
1150 cleartext_passwd_len = strlen(cleartext_passwd); in pr_auth_check()
1159 cmd = make_cmd(p, 3, ciphertext_passwd, name, cleartext_passwd); in pr_auth_check()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/src/
H A Dauth.c1132 const char *cleartext_passwd) { in pr_auth_check() argument
1145 cleartext_passwd == NULL) { in pr_auth_check()
1150 cleartext_passwd_len = strlen(cleartext_passwd); in pr_auth_check()
1159 cmd = make_cmd(p, 3, ciphertext_passwd, name, cleartext_passwd); in pr_auth_check()
/dports/www/moinmoin/moin-1.9.11/MoinMoin/
H A Duser.py1296 def mailAccountData(self, cleartext_passwd=None, argument