Searched refs:password (Results 1 – 12 of 12) sorted by relevance
/civetweb-2.7.6/docs/api/ |
D | mg_check_digest_access_authentication.md | 22 information, matching user and password encoded within the password file. 26 A positive return value means, the user name, realm and a correct password hash have been 28 A return of 0 means, reading the password file succeeded, but there was no matching user, 29 realm and password.
|
D | mg_modify_passwords_file.md | 3 ### `mg_modify_passwords_file( passwords_file_name, domain, user, password );` 12 |**`password`**|`const char *`|Password associated with the user or NULL if the record must be dele… 24 …password parameter is not `NULL` an entry is added to the password file. An existing records is mo…
|
D | mg_send_digest_access_authentication_request.md | 23 a dialog to query username and password.
|
D | mg_start.md | 22 …tion `put_delete_auth_file` defines the password file to be used for PUT and DELETE requests. With…
|
/civetweb-2.7.6/examples/_obsolete/chat/ |
D | chat.c | 217 static int check_password(const char *user, const char *password) in check_password() argument 222 return (user[0] && password[0]); in check_password() 270 char user[MAX_USER_LEN], password[MAX_USER_LEN]; in authorize() local 275 get_qsvar(request_info, "password", password, sizeof(password)); in authorize() 277 if (check_password(user, password) && (session = new_session()) != NULL) { in authorize()
|
/civetweb-2.7.6/test/protected/ |
D | content.txt | 4 password: pass
|
/civetweb-2.7.6/src/ |
D | main.c | 2051 char domain[256], user[256], password[256]; in PasswordDlgProc() local 2071 if (get_password(user, domain, password, sizeof(password))) { in PasswordDlgProc() 2072 mg_modify_passwords_file(passfile, domain, user, password); in PasswordDlgProc() 2084 if (get_password(user, domain, password, sizeof(password))) { in PasswordDlgProc() 2085 mg_modify_passwords_file(passfile, domain, user, password); in PasswordDlgProc()
|
/civetweb-2.7.6/include/ |
D | civetweb.h | 762 const char *password);
|
/civetweb-2.7.6/docs/ |
D | APIReference.md | 78 * [`mg_modify_passwords_file( passwords_file_name, realm, user, password );`](api/mg_modify_passwor…
|
D | UserManual.md | 326 password in digest format: 496 URIs must be protected with password files specified by PATH. 500 Passwords file for PUT and DELETE requests. Without a password file, it will not
|
/civetweb-2.7.6/examples/_obsolete/docroot/ |
D | jquery.js | 82 …n(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){retur… 127 … E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e…
|
/civetweb-2.7.6/test/ajax/ |
D | jquery.js | 2 …password:!0,image:!0})r.pseudos[t]=fe(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=pe(t);function …
|