| Commit message (Expand) | Author | Age | Files | Lines |
| * | *) mod_session_dbd: fix lifetime of Request notes. | Jim Jagielski | 2015-09-05 | 1 | -8/+10 |
| * | Merge r1663647, r1679181, r1679182 from trunk: | Jim Jagielski | 2015-05-22 | 1 | -1/+2 |
| * | Merge r1560977 from trunk: | Jim Jagielski | 2014-01-24 | 1 | -12/+18 |
| * | Merge r1559828 from trunk: | Jim Jagielski | 2014-01-23 | 1 | -3/+3 |
| * | * easy proposals to synch 2.4.x and trunk | Graham Leggett | 2013-12-26 | 1 | -1/+1 |
| * | Merge r1531683 from trunk: | Jim Jagielski | 2013-10-28 | 1 | -3/+10 |
| * | Merge r1531679 from trunk: | Jim Jagielski | 2013-10-28 | 1 | -0/+2 |
| * | Merge r1524079 from trunk: | Jim Jagielski | 2013-10-08 | 1 | -1/+31 |
| * | Merge r1488158, r1488164 from trunk: | Jim Jagielski | 2013-07-07 | 3 | -38/+48 |
| * | Kill some NetWare build warnings (backport r1481040). | Guenter Knauf | 2013-05-10 | 1 | -1/+3 |
| * | Merge r1463056 from trunk: | Jim Jagielski | 2013-04-22 | 1 | -3/+2 |
| * | mod_session_crypto: Protect ourselves against underlying libraries who | Rainer Jung | 2012-12-11 | 1 | -1/+1 |
| * | Merge r1408958, r1408961, r1409170 from trunk: | Jim Jagielski | 2012-12-03 | 1 | -15/+7 |
| * | Merge r1337344, r1378178, r1397636, r1398025, r1398040, r1398481, r1407004, r... | Jim Jagielski | 2012-12-03 | 1 | -1/+1 |
| * | Merge r1361801 from trunk: | Jim Jagielski | 2012-08-14 | 1 | -1/+1 |
| * | Merge r1324760 from trunk: | Jim Jagielski | 2012-08-02 | 1 | -1/+1 |
| * | Backport: | Graham Leggett | 2012-02-26 | 1 | -3/+3 |
| * | Merge r1234180, r1234297, r1234565: | Stefan Fritsch | 2012-01-22 | 1 | -3/+3 |
| * | Backport r1209766, r1210252, r1210284: | Stefan Fritsch | 2011-12-05 | 3 | -52/+52 |
| * | Backport: | Graham Leggett | 2011-12-02 | 1 | -2/+2 |
| * | Backport: | Graham Leggett | 2011-12-02 | 4 | -44/+61 |
| * | Backport: | Graham Leggett | 2011-12-02 | 1 | -1/+1 |
| * | Merge r1208816: | Stefan Fritsch | 2011-11-30 | 4 | -56/+52 |
| * | Backport: | Graham Leggett | 2011-11-30 | 1 | -0/+34 |
| * | Backport from trunk: | Graham Leggett | 2011-11-25 | 1 | -3/+0 |
| * | We still have to pass the dependency check to APACHE_MODULE to ensure | Stefan Fritsch | 2011-11-08 | 1 | -1/+5 |
| * | if mod_session_crypto prereq isn't available, don't bail if | Jeff Trawick | 2011-11-07 | 1 | -5/+15 |
| * | Fixed NetWare build check for APU_HAVE_CRYPTO. | Guenter Knauf | 2011-10-29 | 1 | -2/+4 |
| * | Added check for APU_HAVE_CRYPTO to NetWare build. | Guenter Knauf | 2011-10-29 | 1 | -1/+2 |
| * | Some NetWare build tweaks: removed obsolete include paths. | Guenter Knauf | 2011-10-29 | 5 | -19/+9 |
| * | Remove spurious parsing of the cipher parameter. | Graham Leggett | 2011-10-25 | 1 | -1/+0 |
| * | mod_session_crypto: Refactor to support the new apr_crypto API. | Graham Leggett | 2011-10-25 | 1 | -234/+218 |
| * | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -1/+1 |
| * | Enable mod_session_crypt if deps are fulfilled and mod_session is | Stefan Fritsch | 2011-07-24 | 1 | -1/+1 |
| * | Fix build with recent apr_crypto API change | Stefan Fritsch | 2011-06-22 | 1 | -1/+1 |
| * | Code cleanup: replace apr_table_set with non-copying apr_table_setn | Stefan Fritsch | 2011-06-19 | 1 | -2/+2 |
| * | mod_session_crypto: Use the apr v2.0 crypto interface, which has been | Graham Leggett | 2011-05-22 | 1 | -64/+1 |
| * | Remove the references to apr_crypto_t where apr_crypto_block_t is already | Graham Leggett | 2011-05-15 | 1 | -11/+8 |
| * | Add API protection against the deprecated v1.4 apr_crypto API. | Graham Leggett | 2011-05-15 | 1 | -1/+13 |
| * | Reorder the parameters as per the updated apr v2.0 apr_crypto API. | Graham Leggett | 2011-05-15 | 1 | -16/+33 |
| * | Use namespace protection on mode and type constants. | Graham Leggett | 2011-05-15 | 1 | -4/+4 |
| * | 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 | 4 | -4/+4 |
| * | NetWare build overhaul in order to compile on Linux. | Guenter Knauf | 2011-03-08 | 4 | -8/+8 |
| * | NetWare build overhaul in order to compile on Linux. | Guenter Knauf | 2011-03-08 | 5 | -33/+33 |
| * | Actually check for APU_HAVE_CRYPTO at configure time. This fixes a compile | Stefan Fritsch | 2011-02-18 | 1 | -1/+5 |
| * | Use ap_state_query() to fix many modules that were not correctly initializing | Stefan Fritsch | 2011-02-12 | 1 | -7/+2 |
| * | break some very long lines, no code change | Stefan Fritsch | 2011-01-24 | 3 | -25/+50 |
| * | Fixed compile-time error message. | Guenter Knauf | 2010-11-22 | 1 | -1/+1 |
| * | Note for future dev.... | Jim Jagielski | 2010-11-03 | 1 | -5/+7 |