Home
last modified time | relevance | path

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

/civetweb-2.7.6/docs/api/
Dmg_check_digest_access_authentication.md22 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.
Dmg_modify_passwords_file.md3 ### `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…
24password parameter is not `NULL` an entry is added to the password file. An existing records is mo…
Dmg_send_digest_access_authentication_request.md23 a dialog to query username and password.
Dmg_start.md22 …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/
Dchat.c217 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/
Dcontent.txt4 password: pass
/civetweb-2.7.6/src/
Dmain.c2051 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/
Dcivetweb.h762 const char *password);
/civetweb-2.7.6/docs/
DAPIReference.md78 * [`mg_modify_passwords_file( passwords_file_name, realm, user, password );`](api/mg_modify_passwor…
DUserManual.md326 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/
Djquery.js82 …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/
Djquery.js2password:!0,image:!0})r.pseudos[t]=fe(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=pe(t);function …