summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove ssl/, test/ssl*, include/private/*ssl*, and revert r416919,jorton2008-04-1521-2591/+4
| | | | | | | | | | r585704, and r421404. Tweak test/Makefile{w,}.in to remove SSL tests; hopefully correctly. Per veto in msgid <20080414204254.GA16014@redhat.com>. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@648204 13f79535-47bb-0310-9956-ffa450edef68
* Now that 1.3.x lives on /branches, this bumps to 1.4.0-devwrowe2008-04-143-3/+8
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@647700 13f79535-47bb-0310-9956-ffa450edef68
* Static global variables are bad on NetWare. Move them into the library ↵bnicholes2008-04-091-4/+59
| | | | | | application data area. Also implement the rebind callback for the Novell SDK. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@646578 13f79535-47bb-0310-9956-ffa450edef68
* LDAP_OPT_REFHOPLIMIT not supported for the Novell LDAP SDKbnicholes2008-04-091-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@646573 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that the LDAP code can compile cleanly on platforms that dominfrin2008-03-242-3/+9
| | | | | | | not define the LDAP_OPT_REFHOPLIMIT symbol, most specifically Windows. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@640388 13f79535-47bb-0310-9956-ffa450edef68
* Fix the setting of LDAP_OPT_SSL on Win2k, which expects a pointer tominfrin2008-03-232-2/+8
| | | | | | | the value LDAP_OPT_ON, and not the value itself. XP works with both. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@640248 13f79535-47bb-0310-9956-ffa450edef68
* * Fix comment. No functional change.rpluem2008-02-271-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@631558 13f79535-47bb-0310-9956-ffa450edef68
* * We are working with point64 here, no longer with point.rpluem2008-02-271-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@631553 13f79535-47bb-0310-9956-ffa450edef68
* * Add CHANGES entry for r630780.rpluem2008-02-261-0/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@631110 13f79535-47bb-0310-9956-ffa450edef68
* * apr_brigade_partition:rpluem2008-02-251-11/+21
| | | | | | | | | | | Use a 64 bit unsigned int for all calculations of point to avoid overflows on systems where apr_off_t > apr_size_t (e.g. 32 bit with LFS) while still doing the correct thing on other systems where apr_off_t = apr_size_t. We currently do not support platforms where apr_off_t, apr_size_t > 64 bit. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@630780 13f79535-47bb-0310-9956-ffa450edef68
* * Fix compiler warning as written is signed.rpluem2008-02-241-1/+1
| | | | | | | Noted by: nikke git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@630625 13f79535-47bb-0310-9956-ffa450edef68
* * build.conf: Fix DSO build for "freetds" DBD module.jorton2008-02-221-1/+6
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@630137 13f79535-47bb-0310-9956-ffa450edef68
* Add a couple of options to apr_ldap_set_option (APR_LDAP_OPT_REFERALS,bnicholes2008-01-182-0/+46
| | | | | | | | | | APR_LDAP_OPT_REFHOPLIMIT) submitted by: Paul J Reder <rederpj remulak.net> reviewed by: Brad Nicholes git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@613295 13f79535-47bb-0310-9956-ffa450edef68
* win32 find.exe != bsd/gnu find, and we want the native flavor.wrowe2007-12-262-2/+4
| | | | | | | | This fails on ancient OS's, but then again, ancient flavors won't be compiling to x64. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@606956 13f79535-47bb-0310-9956-ffa450edef68
* Declare these properly as apr-UTIL's exportswrowe2007-12-181-5/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@605342 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the implementation side, but not the unimplemented wrowe2007-12-181-5/+5
| | | | | | flavors for export from apr-UTIL. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@605341 13f79535-47bb-0310-9956-ffa450edef68
* svn:eol-style = nativend2007-12-152-345/+345
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@604497 13f79535-47bb-0310-9956-ffa450edef68
* * Commit test case missed in r607472.rpluem2007-12-081-0/+13
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@602478 13f79535-47bb-0310-9956-ffa450edef68
* * Ensure that apr_uri_unparse does not add scheme to URI ifrpluem2007-12-082-8/+7
| | | | | | | | | | | APR_URI_UNP_OMITSITEPART flag is set. PR: 44044 Submitted by: Michael Clark <michael metaparadigm.com> Reviewed by: rpluem git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@602477 13f79535-47bb-0310-9956-ffa450edef68
* Update the export parsing listbnicholes2007-12-071-0/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@602197 13f79535-47bb-0310-9956-ffa450edef68
* Make sure the rebind C source only appears when LDAP is detected.minfrin2007-12-071-0/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@602093 13f79535-47bb-0310-9956-ffa450edef68
* Make sure the rebind stuff only appears when LDAP is detected.minfrin2007-12-071-0/+7
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@602091 13f79535-47bb-0310-9956-ffa450edef68
* Add an LDAP rebind implementation so that authentication can beminfrin2007-12-075-0/+351
| | | | | | | carried through referrals. [Paul J. Reder] git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@601938 13f79535-47bb-0310-9956-ffa450edef68
* Document FreeTDS DBD paramsbojan2007-11-301-0/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@599682 13f79535-47bb-0310-9956-ffa450edef68
* Make sure not implemented stubs are present when the ssl support isminfrin2007-11-271-0/+61
| | | | | | | | included, but neither openssl nor winsock are present. Submitted by Rudiger Pluem. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@598757 13f79535-47bb-0310-9956-ffa450edef68
* Revert. The real fix needs the ability to be able to switch featuresminfrin2007-11-261-6/+3
| | | | | | | off as well as on, and the autoconf config doesn't do that just yet :( git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@598438 13f79535-47bb-0310-9956-ffa450edef68
* only omit the "/" from "z/OS" if using in a variable nametrawick2007-11-261-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@598253 13f79535-47bb-0310-9956-ffa450edef68
* Make the initialisation consistent with apr_ssl_factory_create(), fixminfrin2007-11-243-5/+24
| | | | | | | missing symbol for apu_ssl_init. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@597924 13f79535-47bb-0310-9956-ffa450edef68
* Add default support for SSL to the rpm spec fileminfrin2007-11-241-3/+6
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@597923 13f79535-47bb-0310-9956-ffa450edef68
* Correct spelling.minfrin2007-11-241-2/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@597910 13f79535-47bb-0310-9956-ffa450edef68
* Add clarifying documentation for buffer handling.minfrin2007-11-241-3/+12
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@597909 13f79535-47bb-0310-9956-ffa450edef68
* Correct style. No functional change.minfrin2007-11-243-182/+182
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@597895 13f79535-47bb-0310-9956-ffa450edef68
* Expose the crypto init procedure in the API. Remove a strayminfrin2007-11-243-3/+24
| | | | | | | OpenSSL_add_all_digests(). git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@597887 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary castsminfrin2007-11-241-4/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@597879 13f79535-47bb-0310-9956-ffa450edef68
* Ensure alloc's are tested for ENOMEM. Clarify the scope of these testsminfrin2007-11-241-5/+19
| | | | | | | by adding missing braces. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@597878 13f79535-47bb-0310-9956-ffa450edef68
* Propagate APU_DECLARE(apr_status_t) through the SSL code. No functional change.minfrin2007-11-242-72/+74
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@597875 13f79535-47bb-0310-9956-ffa450edef68
* Drop the @fn declarations. Provide variable names in the functionminfrin2007-11-241-90/+34
| | | | | | | declarations. No functional change. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@597873 13f79535-47bb-0310-9956-ffa450edef68
* Add prototype for apu_ssl_recv() (eliminate a warning)martin2007-11-231-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@597629 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused variable (get rid of warning)martin2007-11-231-1/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@597628 13f79535-47bb-0310-9956-ffa450edef68
* Not all compilers know the C99 standard yet.martin2007-11-231-3/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@597627 13f79535-47bb-0310-9956-ffa450edef68
* Fix the make test target in the spec file.minfrin2007-11-212-1/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@597226 13f79535-47bb-0310-9956-ffa450edef68
* Expose the SSL EVP interface to encrypt and decrypt arbitraryminfrin2007-11-217-4/+566
| | | | | | | | blocks of data, using symmetrical keys. Experimental support for asymmetrical public/private keys as supported by OpenSSL v0.9.9. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@597209 13f79535-47bb-0310-9956-ffa450edef68
* This strategy did not work for .dsp's as expected, and thewrowe2007-11-201-7/+7
| | | | | | | | | | path resolution did not work out using some versions of nmake. Note issues and back out the path-fixup until a better solution can be determined. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@596839 13f79535-47bb-0310-9956-ffa450edef68
* * This one was backported to 1.2.x.rpluem2007-11-191-3/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@596468 13f79535-47bb-0310-9956-ffa450edef68
* fix some obvious reversals of expected and actual values in invocationstrawick2007-11-1810-94/+94
| | | | | | | of ABTS_INT_EQUAL et al git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@596032 13f79535-47bb-0310-9956-ffa450edef68
* revert r595989 and r595994trawick2007-11-171-5/+5
| | | | | | | | | These were some of the few correctly ordered comparisons in the directory, not some of the few INcorrectly ordered ones. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@595995 13f79535-47bb-0310-9956-ffa450edef68
* fix another reversal of expected and actualtrawick2007-11-171-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@595994 13f79535-47bb-0310-9956-ffa450edef68
* fix reversal of expected and actual resultstrawick2007-11-171-4/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@595989 13f79535-47bb-0310-9956-ffa450edef68
* Fix a spelling mistakeminfrin2007-11-171-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@595965 13f79535-47bb-0310-9956-ffa450edef68
* * Wakeup waiting threads after resource was invalidated.rpluem2007-11-171-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@595932 13f79535-47bb-0310-9956-ffa450edef68