summaryrefslogtreecommitdiff
path: root/frontends/monkey/401login.c
Commit message (Collapse)AuthorAgeFilesLines
* Reimplement handling of BAD_AUTH inside browser_windowDaniel Silverstone2019-08-061-5/+15
| | | | | | | | | | | | | We now handle authentication requests via an `about:` page which presents a nice form built into the browser window. In order to do this, we add internal navigation as a concept to the browser window and we strip the 401login support from all frontends except monkey. The 401login callback is now intended for password safe type support rather than an immediately interactive prompt. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Final tweaks, support LOGIN in monkeyfarmerDaniel Silverstone2018-11-041-1/+2
|
* Update monkey 401login a little to be easier to work withDaniel Silverstone2018-11-041-2/+4
|
* add 401 login handling to monkey frontendVincent Sanders2018-11-031-19/+164
|
* centralise monkey output generationVincent Sanders2018-11-031-5/+10
|
* Monkey: Update for new HTTP auth API.Michael Drake2018-08-151-5/+10
|
* Reflow monkey code, it was annoying me too muchDaniel Silverstone2017-06-101-16/+16
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+55