summaryrefslogtreecommitdiffstats
path: root/modules/aaa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Compare value instead of string pointerStefan Fritsch2011-08-131-3/+0
* Add ap_varbuf API for resizable buffers.Stefan Fritsch2011-08-131-4/+9
* remove (the only) retry logic in mod_authnz_ldap's authentication path Eric Covener2011-08-101-7/+0
* PR46214: axe some misleading DEBUG messages in mod_authz_host. Eric Covener2011-08-071-12/+4
* Enable ldap modules in 'all' and 'most' selections if ldap is compiled intoStefan Fritsch2011-08-051-5/+11
* Forbid some directives in .htaccess because of AllowOverrideList:Stefan Fritsch2011-08-042-0/+6
* mod_allowmethods: Correct Merging of "reset" and doRainer Jung2011-07-261-2/+15
* Bring part some parts of r1142938 which were removedRainer Jung2011-07-241-2/+3
* Revert r1129808:Stefan Fritsch2011-07-232-14/+13
* Revert r1131393:Stefan Fritsch2011-07-231-2/+3
* Revert r1140069:Stefan Fritsch2011-07-231-3/+1
* Added forgfotten .dsp bits - my bad.Guenter Knauf2011-07-191-0/+111
* Allow to specify module specific custom linker flagsRainer Jung2011-07-051-1/+1
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-021-2/+2
* Fix load order dependencies in LDAP code by switching to use of APRJoe Orton2011-06-271-1/+3
* Various code cleanupStefan Fritsch2011-06-221-2/+2
* s/seperate/separate/Jeff Trawick2011-06-171-1/+1
* Avoid some memory allocations by using apr_table_setn where the string argumentsStefan Fritsch2011-06-131-2/+2
* Several fixes for the ap_ldap build logic. This should fix compilationStefan Fritsch2011-06-041-4/+3
* Incorporate the ap_ldap incomplete API, as there is no interest or effortWilliam A. Rowe Jr2011-05-312-13/+14
* Fix various "variable 'x' set but not used" warnings.Stefan Fritsch2011-05-221-4/+2
* Some LDAP servers (wrongly) return LDAP_CONSTRAINT_VIOLATION if a user isStefan Fritsch2011-05-211-0/+6
* Improvements found by cppcheck:Stefan Fritsch2011-05-151-2/+1
* PR51163: Resolve crashes when LDAP is used for authorization-onlyEric Covener2011-05-081-8/+8
* * add the constructed filter at TRACE1 to authn, and to existing debug authz Eric Covener2011-04-041-4/+7
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-181-1/+1
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-1815-15/+15
* fix some grammar mistakes, mostly in commentsJeff Trawick2011-03-121-1/+1
* Fix brokeness... Thx Rüdiger PlümJim Jagielski2011-03-101-1/+2
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-0815-31/+31
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-0816-110/+110
* Build mod_authn_socache on same terms as other authn modulesNick Kew2011-03-031-0/+1
* Expose "new" ap_parse_form_data() function instead of requiringJim Jagielski2011-02-181-7/+3
* Use ap_state_query() to fix many modules that were not correctly initializingStefan Fritsch2011-02-121-8/+2
* Log something nicer than "Internal error: pcfg_openfile() calledStefan Fritsch2011-02-121-0/+12
* Don't log AuthMerging XXX as <RequireXXX>Stefan Fritsch2011-01-081-3/+7
* Fix a bug in authz logic merging which causedStefan Fritsch2011-01-081-14/+21
* Change AuthnCacheProvider --> AuthnCacheProvideFor to deal with overloadingNick Kew2011-01-051-1/+1
* Remove obsolete and redundant log message in env auth providerStefan Fritsch2010-12-301-5/+0
* Add new AuthzSendForbiddenOnFailure directive to allow sending '403 FORBIDDEN'Stefan Fritsch2010-12-181-14/+39
* ap_expr related fixes/enhancements:Stefan Fritsch2010-11-211-1/+1
* Log errors/infos during expression evaluation and associate the messageStefan Fritsch2010-11-201-0/+1
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-7/+9
* Fix a number of typos and misspellings. Reported by Ville Skytta.Daniel Earl Poirier2010-10-301-1/+1
* Another NetWare makefile cleanup.Guenter Knauf2010-10-246-20/+11
* more temp pool usage and remove some useless apr_pstrdup()sStefan Fritsch2010-10-234-5/+5
* Avoid unnecessariy initialisation before we test auth_form handler names.Graham Leggett2010-10-201-6/+6
* Build mod_allowmethods (windows and netware stuff needs to be tested).Stefan Fritsch2010-10-165-1/+363
* Add pquerna's mod_allowmethod plus igalic's docs from the sandbox (r1001151)Stefan Fritsch2010-10-161-0/+140
* This is just too easy to not do it: Add an 'expr' authz provider that allowsStefan Fritsch2010-09-281-0/+37