NetSurf
Functions
login.h File Reference

Basic authentication login interfaces. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

nserror nsw32_401login (nsurl *url, const char *realm, const char *username, const char *password, nserror(*cb)(const char *username, const char *password, void *cbctx), void *cbctx)
 login window request. More...
 

Detailed Description

Basic authentication login interfaces.

Definition in file login.h.

Function Documentation

◆ nsw32_401login()

nserror nsw32_401login ( nsurl url,
const char *  realm,
const char *  username,
const char *  password,
nserror(*)(const char *username, const char *password, void *cbctx)  cb,
void *  cbctx 
)

login window request.

login window request.

Definition at line 250 of file login.c.

References login_ctx::cb, login_ctx::cbctx, login_ctx::description, free_loginctx(), get_login_description(), IDD_LOGIN, login_dialog_callback(), gui_window::main, NSERROR_INIT_FAILED, NSERROR_NOMEM, NSERROR_OK, nsw32_add_dialog(), nsws_get_gui_window(), login_ctx::password, and login_ctx::username.

Here is the call graph for this function: