summaryrefslogtreecommitdiff
path: root/modules/session
Commit message (Expand)AuthorAgeFilesLines
* * easy proposals to synch 2.4.x and trunkGraham Leggett2013-12-261-1/+1
* Merge r1531683 from trunk:Jim Jagielski2013-10-281-3/+10
* Merge r1531679 from trunk:Jim Jagielski2013-10-281-0/+2
* Merge r1524079 from trunk:Jim Jagielski2013-10-081-1/+31
* Merge r1488158, r1488164 from trunk:Jim Jagielski2013-07-073-38/+48
* Kill some NetWare build warnings (backport r1481040).Guenter Knauf2013-05-101-1/+3
* Merge r1463056 from trunk:Jim Jagielski2013-04-221-3/+2
* mod_session_crypto: Protect ourselves against underlying libraries whoRainer Jung2012-12-111-1/+1
* Merge r1408958, r1408961, r1409170 from trunk:Jim Jagielski2012-12-031-15/+7
* Merge r1337344, r1378178, r1397636, r1398025, r1398040, r1398481, r1407004, r...Jim Jagielski2012-12-031-1/+1
* Merge r1361801 from trunk:Jim Jagielski2012-08-141-1/+1
* Merge r1324760 from trunk:Jim Jagielski2012-08-021-1/+1
* Backport:Graham Leggett2012-02-261-3/+3
* Merge r1234180, r1234297, r1234565:Stefan Fritsch2012-01-221-3/+3
* Backport r1209766, r1210252, r1210284:Stefan Fritsch2011-12-053-52/+52
* Backport:Graham Leggett2011-12-021-2/+2
* Backport:Graham Leggett2011-12-024-44/+61
* Backport:Graham Leggett2011-12-021-1/+1
* Merge r1208816:Stefan Fritsch2011-11-304-56/+52
* Backport:Graham Leggett2011-11-301-0/+34
* Backport from trunk:Graham Leggett2011-11-251-3/+0
* We still have to pass the dependency check to APACHE_MODULE to ensureStefan Fritsch2011-11-081-1/+5
* if mod_session_crypto prereq isn't available, don't bail ifJeff Trawick2011-11-071-5/+15
* Fixed NetWare build check for APU_HAVE_CRYPTO.Guenter Knauf2011-10-291-2/+4
* Added check for APU_HAVE_CRYPTO to NetWare build.Guenter Knauf2011-10-291-1/+2
* Some NetWare build tweaks: removed obsolete include paths.Guenter Knauf2011-10-295-19/+9
* Remove spurious parsing of the cipher parameter.Graham Leggett2011-10-251-1/+0
* mod_session_crypto: Refactor to support the new apr_crypto API.Graham Leggett2011-10-251-234/+218
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Enable mod_session_crypt if deps are fulfilled and mod_session isStefan Fritsch2011-07-241-1/+1
* Fix build with recent apr_crypto API changeStefan Fritsch2011-06-221-1/+1
* Code cleanup: replace apr_table_set with non-copying apr_table_setnStefan Fritsch2011-06-191-2/+2
* mod_session_crypto: Use the apr v2.0 crypto interface, which has beenGraham Leggett2011-05-221-64/+1
* Remove the references to apr_crypto_t where apr_crypto_block_t is alreadyGraham Leggett2011-05-151-11/+8
* Add API protection against the deprecated v1.4 apr_crypto API.Graham Leggett2011-05-151-1/+13
* Reorder the parameters as per the updated apr v2.0 apr_crypto API.Graham Leggett2011-05-151-16/+33
* Use namespace protection on mode and type constants.Graham Leggett2011-05-151-4/+4
* 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-184-4/+4
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-084-8/+8
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-085-33/+33
* Actually check for APU_HAVE_CRYPTO at configure time. This fixes a compileStefan Fritsch2011-02-181-1/+5
* Use ap_state_query() to fix many modules that were not correctly initializingStefan Fritsch2011-02-121-7/+2
* break some very long lines, no code changeStefan Fritsch2011-01-243-25/+50
* Fixed compile-time error message.Guenter Knauf2010-11-221-1/+1
* Note for future dev....Jim Jagielski2010-11-031-5/+7
* Removed obsolete include paths from NetWare makefiles.Guenter Knauf2010-07-224-25/+16
* CVE-2010-1452: Fix handling of missing path segments in the parsed URI struct...Paul Querna2010-07-211-2/+2
* OS/2: Fix building of more modules that depend on symbols from other modules.Brian Havard2010-06-221-3/+17
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-064-4/+4