index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
aaa
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compare value instead of string pointer
Stefan Fritsch
2011-08-13
1
-3
/
+0
*
Add ap_varbuf API for resizable buffers.
Stefan Fritsch
2011-08-13
1
-4
/
+9
*
remove (the only) retry logic in mod_authnz_ldap's authentication path
Eric Covener
2011-08-10
1
-7
/
+0
*
PR46214: axe some misleading DEBUG messages in mod_authz_host.
Eric Covener
2011-08-07
1
-12
/
+4
*
Enable ldap modules in 'all' and 'most' selections if ldap is compiled into
Stefan Fritsch
2011-08-05
1
-5
/
+11
*
Forbid some directives in .htaccess because of AllowOverrideList:
Stefan Fritsch
2011-08-04
2
-0
/
+6
*
mod_allowmethods: Correct Merging of "reset" and do
Rainer Jung
2011-07-26
1
-2
/
+15
*
Bring part some parts of r1142938 which were removed
Rainer Jung
2011-07-24
1
-2
/
+3
*
Revert r1129808:
Stefan Fritsch
2011-07-23
2
-14
/
+13
*
Revert r1131393:
Stefan Fritsch
2011-07-23
1
-2
/
+3
*
Revert r1140069:
Stefan Fritsch
2011-07-23
1
-3
/
+1
*
Added forgfotten .dsp bits - my bad.
Guenter Knauf
2011-07-19
1
-0
/
+111
*
Allow to specify module specific custom linker flags
Rainer Jung
2011-07-05
1
-1
/
+1
*
Add string valued expressions to ap_expr, do some API cleanup
Stefan Fritsch
2011-07-02
1
-2
/
+2
*
Fix load order dependencies in LDAP code by switching to use of APR
Joe Orton
2011-06-27
1
-1
/
+3
*
Various code cleanup
Stefan Fritsch
2011-06-22
1
-2
/
+2
*
s/seperate/separate/
Jeff Trawick
2011-06-17
1
-1
/
+1
*
Avoid some memory allocations by using apr_table_setn where the string arguments
Stefan Fritsch
2011-06-13
1
-2
/
+2
*
Several fixes for the ap_ldap build logic. This should fix compilation
Stefan Fritsch
2011-06-04
1
-4
/
+3
*
Incorporate the ap_ldap incomplete API, as there is no interest or effort
William A. Rowe Jr
2011-05-31
2
-13
/
+14
*
Fix various "variable 'x' set but not used" warnings.
Stefan Fritsch
2011-05-22
1
-4
/
+2
*
Some LDAP servers (wrongly) return LDAP_CONSTRAINT_VIOLATION if a user is
Stefan Fritsch
2011-05-21
1
-0
/
+6
*
Improvements found by cppcheck:
Stefan Fritsch
2011-05-15
1
-2
/
+1
*
PR51163: Resolve crashes when LDAP is used for authorization-only
Eric Covener
2011-05-08
1
-8
/
+8
*
* add the constructed filter at TRACE1 to authn, and to existing debug authz
Eric Covener
2011-04-04
1
-4
/
+7
*
Use a var INSTALLBASE to simplify NetWare installation rules.
Guenter Knauf
2011-03-18
1
-1
/
+1
*
Use var for prelude so its possible to change it at one place.
Guenter Knauf
2011-03-18
15
-15
/
+15
*
fix some grammar mistakes, mostly in comments
Jeff Trawick
2011-03-12
1
-1
/
+1
*
Fix brokeness... Thx Rüdiger Plüm
Jim Jagielski
2011-03-10
1
-1
/
+2
*
NetWare build overhaul in order to compile on Linux.
Guenter Knauf
2011-03-08
15
-31
/
+31
*
NetWare build overhaul in order to compile on Linux.
Guenter Knauf
2011-03-08
16
-110
/
+110
*
Build mod_authn_socache on same terms as other authn modules
Nick Kew
2011-03-03
1
-0
/
+1
*
Expose "new" ap_parse_form_data() function instead of requiring
Jim Jagielski
2011-02-18
1
-7
/
+3
*
Use ap_state_query() to fix many modules that were not correctly initializing
Stefan Fritsch
2011-02-12
1
-8
/
+2
*
Log something nicer than "Internal error: pcfg_openfile() called
Stefan Fritsch
2011-02-12
1
-0
/
+12
*
Don't log AuthMerging XXX as <RequireXXX>
Stefan Fritsch
2011-01-08
1
-3
/
+7
*
Fix a bug in authz logic merging which caused
Stefan Fritsch
2011-01-08
1
-14
/
+21
*
Change AuthnCacheProvider --> AuthnCacheProvideFor to deal with overloading
Nick Kew
2011-01-05
1
-1
/
+1
*
Remove obsolete and redundant log message in env auth provider
Stefan Fritsch
2010-12-30
1
-5
/
+0
*
Add new AuthzSendForbiddenOnFailure directive to allow sending '403 FORBIDDEN'
Stefan Fritsch
2010-12-18
1
-14
/
+39
*
ap_expr related fixes/enhancements:
Stefan Fritsch
2010-11-21
1
-1
/
+1
*
Log errors/infos during expression evaluation and associate the message
Stefan Fritsch
2010-11-20
1
-0
/
+1
*
Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use
Stefan Fritsch
2010-11-06
1
-7
/
+9
*
Fix a number of typos and misspellings. Reported by Ville Skytta.
Daniel Earl Poirier
2010-10-30
1
-1
/
+1
*
Another NetWare makefile cleanup.
Guenter Knauf
2010-10-24
6
-20
/
+11
*
more temp pool usage and remove some useless apr_pstrdup()s
Stefan Fritsch
2010-10-23
4
-5
/
+5
*
Avoid unnecessariy initialisation before we test auth_form handler names.
Graham Leggett
2010-10-20
1
-6
/
+6
*
Build mod_allowmethods (windows and netware stuff needs to be tested).
Stefan Fritsch
2010-10-16
5
-1
/
+363
*
Add pquerna's mod_allowmethod plus igalic's docs from the sandbox (r1001151)
Stefan Fritsch
2010-10-16
1
-0
/
+140
*
This is just too easy to not do it: Add an 'expr' authz provider that allows
Stefan Fritsch
2010-09-28
1
-0
/
+37
[next]