2
0
Fork 0
Commit Graph

18 Commits (c7a39e4da1ad0634f26c1037aba1c08c50e7d2b4)

Author SHA1 Message Date
Stefan Bühler 2045be0729 mod_auth: fixing previous commit 2010-07-29 13:32:34 +02:00
Stefan Bühler 72addaeec3 mod_auth: ignore already handled requests 2010-07-29 13:30:18 +02:00
Stefan Bühler a8efcfcc0e modify plugin api to include worker context for action/option parsing; add per-worker callback for stop_worker
* create main_worker earlier
2010-05-07 20:54:50 +02:00
Stefan Bühler b127da0a85 [mod_auth]: fix doc 2010-02-21 14:31:14 +01:00
Stefan Bühler f14103bc2c Split options into two categories: simple (int, bool) and ref-counted pointers 2010-01-24 23:00:51 +01:00
Stefan Bühler 64ba5fddce Cleanup value pointer extractions 2010-01-24 23:00:48 +01:00
Stefan Bühler b4c3e2ba02 Add userdata to action-create, setup and plugin-init callbacks 2009-12-21 12:29:14 +01:00
Stefan Bühler e92a6e8865 mod_auth: fix is_handled check 2009-12-19 18:23:47 +01:00
Stefan Bühler 130a40e691 mod_auth: Add auth.deny; for user restriction, always send WWW-Authenticate header (this makes the implementation of auth.deny trivial) 2009-12-19 17:42:55 +01:00
Stefan Bühler d55aab7652 mod_auth: add some details to docs 2009-11-22 15:01:24 +01:00
Thomas Porzelt cfa365d275 [mod_auth] Remove auth.htdigest and auth.htpasswd from todo, they are implemented 2009-11-21 21:46:43 +01:00
Stefan Bühler 6c31517073 mod_auth: set environment vars REMOTE_USER and AUTH_TYPE 2009-10-18 00:08:25 +02:00
Stefan Bühler 114451639a mod_auth: fix memleak 2009-10-14 19:36:59 +02:00
Stefan Bühler 0fe57dc215 mod_auth: add htdigest and htpasswd (no apr-md5) backend 2009-10-10 19:27:42 +02:00
Stefan Bühler a151eeac2f Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
Stefan Bühler e71b64f41f Add a li_const_gstring method to create fake GStrings; make some GString* parameters const 2009-10-08 14:33:47 +02:00
Thomas Porzelt a66ea4b5cf [mod_auth] Fix small memleak 2009-10-03 22:41:24 +02:00
Thomas Porzelt c82ce879bb [modules] Add mod_auth (only basic method and plaintext files supported yet) 2009-09-02 21:13:19 +02:00