Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/pecl-web_services-oauth

oauth consumer extension
https://github.com/php/pecl-web_services-oauth

* Using OAUTH_USE_CURL instead of HAVE_CURL because the detection is separate from PHP

* Test case is now dependent on the existence of OAUTH_REQENGINE_CURL constant

git-svn-id: htt...

af207b1c4eaae2543254f5d24253f376ee739852 authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
* Test only runs if ext curl is present (even though curl might be loaded separately)

* Test includes the user agent EXPECTF

git-svn-id: https://svn.php.net/repository/pecl/oauth/t...

1c90b424eb77da1126fb6bb73e0a0a724037b684 authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
Bug 16797 (added OAuth::setTimeout), config logic for lucid(?)

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299925 c90b9560-bf6c-de11-be94-00142...

8bd11e9e4c940497d2b4b9f4950f9bcbbec65d28 authored over 14 years ago by John Jawed <[email protected]>
Fixed default object properties change

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299915 c90b9560-bf6c-de11-be94-001...

b2b1834952ec88f14ff02eeb2a898bbf2c8edb86 authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
Fixed reflection for generateSignature()

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299902 c90b9560-bf6c-de11-be94-001...

4c3c1bee98f314e3b9b49ad85f67ea4fe3cf7845 authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
Bug 17509 (added OAuth::generateSignature)

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299900 c90b9560-bf6c-de11-be94-00142...

17b351ceb2dc2b02c323fe3afc854d551a612d15 authored over 14 years ago by John Jawed <[email protected]>
Bug #17545

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299891 c90b9560-bf6c-de11-be94-001...

5a11c706bdaf9eff90e25faf6362effa747208c3 authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
added support for generating tokens (with support for CSPRNG)

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299792 c90b9560-bf6c-de11-be94-001...

ccd94ca3a23bc9ee95104558eb912c2916a991b4 authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
Fix VC6/9 build, macros doesn't support vargs (...) until VC10

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299742 c90b9560-bf6c-de11-be94-00142...

69c364daff362c05fa0a6b3e395b2cd3f4c08ff3 authored over 14 years ago by Kalle Sommer Nielsen <[email protected]>
- Fix crash on php-trunk

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299740 c90b9560-bf6c-de11-be94-00142...

7ddbccc101972eedba8b16e3c160b107e5c972c7 authored over 14 years ago by Felipe Pena <[email protected]>
Avoid confusion with php-oauth project ;-)

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299739 c90b9560-bf6c-de11-be94-001...

4e61538cb55b2bd874bfcb7b103466f289af2d67 authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
Send a PHP-OAuth/<version> User-Agent header with requests.

Should solve pecl bug#17534

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299732 ...

074aaa52314a7b0b6d14c800836d8351223cd629 authored over 14 years ago by Rasmus Lerdorf <[email protected]>
* replaced sort and ksort function calls with zend_hash_sort()

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299691 c90b9560-bf6c-de11-be94-001...

554e0350821c97965452f913179cd10718af0425 authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
* abstracted out the signature context

* added support for sha256 signature
* provider can almost support rsa
* fixed segfault in sbs ge...

61a922c7fad4afd92de3a6611ac4e87d13a93bdd authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
- fix build

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299571 c90b9560-bf6c-de11-be94-00142...

b6ece33fb0ecb90156be06f2b5c3396e9b389dc3 authored over 14 years ago by Pierre Joye <[email protected]>
Let's not crash here

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299545 c90b9560-bf6c-de11-be94-0014...

f16dfe518ea998992b1a68bfe3200cab48592f3a authored over 14 years ago by Rasmus Lerdorf <[email protected]>
NULL it

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299541 c90b9560-bf6c-de11-be94-0014...

45b5140d86b348995fb95bf3b87b94b155c94ec4 authored over 14 years ago by Rasmus Lerdorf <[email protected]>
Support load-balanced/proxied setups where an SSL request is received, but

internally the request is proxied to a non-ssl web server.

git-svn-id: https://svn.php.net/repo...

9f6b12861368d363e6d5ea33f847cc7f41b1df92 authored over 14 years ago by Rasmus Lerdorf <[email protected]>
removed C++ comments from code

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299518 c90b9560-bf6c-de11-be94-001...

2d65a86e7479096e336eabacc688d2dd5d8974eb authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
trading hashtable/zval in for fixed array/string

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299495 c90b9560-bf6c-de11-be94-001...

200eb71f576ad286c423545ec0c1a04afd4b87d1 authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
changes to constructor arguments

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299477 c90b9560-bf6c-de11-be94-001...

93c4a454d5f45e26080bcbf3fed154234bd69890 authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
Revert oauth_url_decode, urldecode works

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299476 c90b9560-bf6c-de11-be94-00142...

66cb6e80d14e72e162400744d54cc50a30eb85b9 authored over 14 years ago by John Jawed <[email protected]>
Make use of oauth_url_decode when decoding values

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299470 c90b9560-bf6c-de11-be94-00142...

f80ceb3fd6426a05b48cfda1677f8dc286de3f52 authored over 14 years ago by John Jawed <[email protected]>
* added setRequestTokenPath() to indicate the request token endpoint uri (relative or absolute)

* removed memory leak in case of unknown signature

git-svn-id: https://svn.php.net/repository/...

3a14f0a102c8aec7a991cf4432f8f15237805b6c authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
* first parameter to checkOAuthRequest() is now optional, calculated uri is based on server_port, host and request_uri

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299426 c90b9560-bf6c-de11-be94-001...

0e71edf76aed991a7b8d5ad2c0dc34294010df9a authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
Added setParam($k, $v):

* setParam($k) -> remove custom parameter
* setParam($k, null) -> exclude parameter in signing pr...

bbf7650c3caf116d07c5c5d17386f07a96b2a65b authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
* don't throw error when HTTP_AUTHORIZATION header can't be found

* fixed return values from auth header parsing

git-svn-id: https://svn.php.net/repository/pecl...

a5bc0d74d652193eb47634e389ccfa095bdaaef9 authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
Add token verifier support

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299421 c90b9560-bf6c-de11-be94-0014...

ec8a7d19ba0a4100ffefdde841932bb0c5690d70 authored over 14 years ago by Rasmus Lerdorf <[email protected]>
* improved preg handling

* fixed memory leaks
* apply urldecode on each authorization header parameter value
* comparing n...

0e38e8ba036931884c82d43898c091954185fef9 authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
preparing version for 1.0

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299293 c90b9560-bf6c-de11-be94-001...

9ee2b9eccf52d3f3c65a723ab613b905f5a36dee authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
http://pecl.php.net/bugs/bug.php?id=17058

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299287 c90b9560-bf6c-de11-be94-001...

e70d0add5586a291603909b418e4e7d99b3a3cd7 authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
Consumer secret can now be empty; added basic test case for RSA support

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299247 c90b9560-bf6c-de11-be94-001...

166323f4eca4758f3388eb2de68ff8be7c0f835d authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
Don't rely on ->value.ht

Removed unused variable from reportProblem()

git-svn-id: https://svn.php.net/repository/pecl/o...

2a5002092a4b283bfbb121344d149c10c3cce3f7 authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
Tweak parsing auth header from of _ENV/_SERVER

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299232 c90b9560-bf6c-de11-be94-00142...

9775ef478fa11f23c32d201f6ecc737e71685466 authored over 14 years ago by John Jawed <[email protected]>
Fix segfault with 2legged calls

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299229 c90b9560-bf6c-de11-be94-00142...

887531e737ef6f99614e971241e2b9ca554072ef authored over 14 years ago by John Jawed <[email protected]>
* Using Z_ADDREF_P instead of zval_addref_p

* Added macro Z_ADDREF_P to make it build on 5.x
* Using zend_parse_parameters to detect instance...

33f7e8920bb73258428a499369210f27a8db8df6 authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
We use --enable for things that do not rely on any external libs

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299067 c90b9560-bf6c-de11-be94-0014...

a384b802c93b5ba58d51129c3fe74c5f13654106 authored over 14 years ago by Rasmus Lerdorf <[email protected]>
- Fix crash when instantiating without parameter

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299064 c90b9560-bf6c-de11-be94-00142...

18972277e00c2c372727d4cd73f2cdfadbae78dd authored over 14 years ago by Felipe Pena <[email protected]>
- Fix macros

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299063 c90b9560-bf6c-de11-be94-00142...

041527c3a2943a757282a31616e5366e2415e9a9 authored over 14 years ago by Felipe Pena <[email protected]>
- Fix build on trunk

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299062 c90b9560-bf6c-de11-be94-00142...

cae95b463e5cbdbb82f58bf52f7eaccf6dfe39f4 authored over 14 years ago by Felipe Pena <[email protected]>
-pedantic warnings for gcc (4.4.3)

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299057 c90b9560-bf6c-de11-be94-0014...

06d52c8c0c95acca3fa3c6d223d2a5377066cdc2 authored over 14 years ago by John Jawed <[email protected]>
Remove ref to oauth_url_decode, not used

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299056 c90b9560-bf6c-de11-be94-00142...

1b49406f96d791e40db24392c8f2eba263d51a08 authored over 14 years ago by John Jawed <[email protected]>
OAuth provider support (initial commit)

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@299054 c90b9560-bf6c-de11-be94-0014...

afafc0779621b7d1a8022a74b64f6cbfc85c5f43 authored over 14 years ago by John Jawed <[email protected]>
fixing the timestamp and nonce for better testing

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@298659 c90b9560-bf6c-de11-be94-0014...

b30696ae561772dab49ef1fb3923a7d6537137ef authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
* Fixed memleak

* Removed debug code in RSA signing
* Rewrote setNonce() and added setTimestamp()

git-svn-id: ...

97c85a596500c77b7e2a201830a67c359897847a authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
- Fix ZTS build

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@297804 c90b9560-bf6c-de11-be94-00142...

7b0f1485c5cca046a98b18c58c6ac4e22064bc54 authored over 14 years ago by Felipe Pena <[email protected]>
Added support for RSA-SHA1:

* method setRSACertificate($cert)
* constant OAUTH_SIG_METHOD_RSASHA1
* soo_sign_rsa()
* soo_sign...

015ef3d14c45f1d027d8a810c52c1150ceb5d3f9 authored over 14 years ago by Tjerk Anne Meesters <[email protected]>
* added support for multiple values for a given parameter

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@296012 c90b9560-bf6c-de11-be94-0014...

60a5aca3474986fbad9f0faf49b85d4cf1830e83 authored almost 15 years ago by Tjerk Anne Meesters <[email protected]>
Bug 17020, add headers_recv in the return of the getLastResponseInfo method

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@293867 c90b9560-bf6c-de11-be94-00142...

979019b76255e8d0f41799e2e38367f151eb56d6 authored almost 15 years ago by John Jawed <[email protected]>
- we want to build oauth

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@293698 c90b9560-bf6c-de11-be94-00142...

e93269708be6bd746055f74821ab21219210c1aa authored almost 15 years ago by Pierre Joye <[email protected]>
PECL Bug #16946 - Corruption of redirection URL in case of multiple redirects

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@291334 c90b9560-bf6c-de11-be94-001...

441eccc20dbd5d56b0ff2e492e795e19cfaab3ce authored about 15 years ago by Tjerk Anne Meesters <[email protected]>
tidying up the MFB, fixed two test cases

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@291310 c90b9560-bf6c-de11-be94-0014...

43de31109781ef6de5c76b40ee7ebba2850a8c2b authored about 15 years ago by Tjerk Anne Meesters <[email protected]>
MFB OAUTH_1A_STREAMS

Forward compatibility for php6 unicode
Fallback of php streams for configurations without cURL

...

8126bd639b417f481e4fba9fe66bafc5860366d2 authored about 15 years ago by Tjerk Anne Meesters <[email protected]>
added fix for values that are not strings

git-svn-id: https://svn.php.net/repository/pecl/oauth/branches/OAUTH_1A_STREAMS@289908 c90b9560...

717a6f191bca56f32410581eb08b934b0648770f authored about 15 years ago by Tjerk Anne Meesters <[email protected]>
- Fixed crash when using an invalid url (e.g. foo::bar)

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@289548 c90b9560-bf6c-de11-be94-00142...

762edbaca35db713bf61483f4813ac315dc658e5 authored about 15 years ago by Felipe Pena <[email protected]>
Bug #16853

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@289198 c90b9560-bf6c-de11-be94-00142...

4ab434b7af7f7ba84d644c08f39d5f6105eb0c48 authored about 15 years ago by John Jawed <[email protected]>
Merge from Git branch: oauth_1a_streams

git-svn-id: https://svn.php.net/repository/pecl/oauth/branches/OAUTH_1A_STREAMS@284627 c90b9560...

9bebf01ce4a9fcc955f6718b20157fbce74e9633 authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
fix a huge number of wrong MIME types. UGH.

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@284003 c90b9560-bf6c-de11-be94-00142...

438dcc4b2ce06ae202d1b0f9a2affd4902a3b7ba authored over 15 years ago by Gwynne Raskind <[email protected]>
fix a huge number of wrong MIME types. UGH.

git-svn-id: https://svn.php.net/repository/pecl/oauth/branches/OAUTH_1A_STREAMS@284003 c90b9560-...

164e8184cf03c53473d325541d9ab210d0354b2c authored over 15 years ago by Gwynne Raskind <[email protected]>
Leftover.

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@283502 c90b9560-bf6c-de11-be94-0014...

dfe68d3bc2366ccaf7495ebaa0b6267b7db86d91 authored over 15 years ago by Sebastian Bergmann <[email protected]>
Add .cvsignore.

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@283501 c90b9560-bf6c-de11-be94-0014...

5265da88b87b5e955a899329bae031de43623686 authored over 15 years ago by Sebastian Bergmann <[email protected]>
- Reverted accidental changes :|

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@281835 c90b9560-bf6c-de11-be94-0014...

b57a29e13f607f89e77bd9e3360129b55ec51f8c authored over 15 years ago by Felipe Pena <[email protected]>
- Fixed segfault when an invalid uri is passed to oauth_get_sbs()

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@281834 c90b9560-bf6c-de11-be94-0014...

ee5e123bc5b0f0b7615cd26a33b3437890d9db23 authored over 15 years ago by Felipe Pena <[email protected]>
Unicode patches for:

* oauth_parse_str()
* oauth_http_build_query()
* oauth_generate_sig_base()

git-svn-id: https://...

6c369cba99c2b8c37a4c1b3cef8e6ab53c06def9 authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
* fixed segfault due to changing sig_method to a long, bad idea :-(

* simplified oauth_generate_sig_base() by merging hashes together to prevent null values from com...

feffcc4d6f3963bdb476aac9177277097163fc7f authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
Follow http_build_query() conventions and skip null values in url parameters

git-svn-id: https://svn.php.net/repository/pecl/oauth/branches/OAUTH_1A_STREAMS@280875 c90b9560...

18710280498768d811028e648f096942bf81deaa authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
* changed auth_type and sig_method to numeric types for easier comparison

* added auth_type checking in setAuthType() + testcase
* added testcase for NULL hash values in o...

e9abebe3eb551e6001432fc9ce11f5bfca4aa1e3 authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
* added support for numeric indexes in oauth_http_build_query()

* removed filters from oauth_http_build_query() - FILTER_NONE is assumed for all
* fixed return v...

b02625b1347b1e3bf81f42908c885c05d1532f5a authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
MFH

git-svn-id: https://svn.php.net/repository/pecl/oauth/branches/OAUTH_1A_STREAMS@280867 c90b9560...

cc37ab3e55890cf0293914bdf55cecab6b485041 authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
* added first batch of test cases

git-svn-id: https://svn.php.net/repository/pecl/oauth/branches/OAUTH_1A_STREAMS@280795 c90b9560...

f99534493927091c64b4254446cdccc56b673f48 authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
* fixed segfault in http_build_query when numeric indexes are used in the args array

* fixed segfault in http_build_query when trying to strdup() an empty smart_str
* fixed "(null)" ...

b1f740034a77fcdec6cfe08f61f09c08f706ee32 authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
* now compiles for PHP6 ;-)

* removed warning about type punning in zend_hash_get_current_data()

git-svn-id: https://svn.ph...

116e66071e8b63226140bd0c756aa968dc83c149 authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
Fixed segfault when array('') was passed into fetch(), added debugInfo member to OAuthException

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@280621 c90b9560-bf6c-de11-be94-0014...

0a8241edaacb1ab71adf473f9b42d77029f92dcf authored over 15 years ago by John Jawed <[email protected]>
* bugfix: oauth_fetch() follows redirects regardless of follow_redirects setting

git-svn-id: https://svn.php.net/repository/pecl/oauth/branches/OAUTH_1A_STREAMS@280458 c90b9560...

ab3cb3d3ab5190c1b5a4fd60b8ad53f449ad8d03 authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
* bugfix: oauth_fetch() would follow redirects regardless of the follow_redirects setting

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@280457 c90b9560-bf6c-de11-be94-0014...

27656059d677b0fcad78a628c0a955e858f08ce3 authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
* optimized HTTP_RESPONSE macros

* added debug hooks

git-svn-id: https://svn.php.net/repository/pecl/oauth/branches/OAUTH_1A_STR...

bf32ae0e654e338ed8a8312db405710d20241640 authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
* depend on php_config.h for HAVE_CURL instead of custom detection (Hannes)

git-svn-id: https://svn.php.net/repository/pecl/oauth/branches/OAUTH_1A_STREAMS@280433 c90b9560...

8dee82e9c6a2a266a4fe336a40ce7a2ad05c5fc4 authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
* added SO_METHOD(setRequestEngine) to change request engines on the fly

* use curl by default, unless not available
* changed HAVE_CURL to OAUTH_HAVE_CURL

git-svn-id: ...

5420b7be99e64e2540ba99719d1e74e79a6ecf9d authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
* Added php streams support for make_req()

* Added curl detection in config.m4
* Added compiler directives for curl

git-svn-id: https://sv...

e2c0f434fcf279f8f47b73cb2789437cd1f7c35a authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
This commit was manufactured by cvs2svn to create branch 'OAUTH_1A_STREAMS'.

git-svn-id: https://svn.php.net/repository/pecl/oauth/branches/OAUTH_1A_STREAMS@280381 c90b9560-...

2c8d526b175f42dcc2370a1fdf8ecc7143c4f8ad authored over 15 years ago by cvs2svn <[email protected]>
Fixed memory leak when an exception is thrown from make_req()

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@280380 c90b9560-bf6c-de11-be94-0014...

f35f6735f5cbf2b2d0f5306110552fd015423413 authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
Now compiles for 5.1.0 (PECL 16449)

Fixed compiler warnings regarding dereferenced pointers in get_request_param()

git-svn-id: http...

87109f364973b85b64017aa20ff95cb79459593d authored over 15 years ago by Tjerk Anne Meesters <[email protected]>
MFB (OAUTH_1_A): fixed double free, set default values on debug and sslChecks members, fix 5.1 examples

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@280252 c90b9560-bf6c-de11-be94-0014...

60ea8d986c7ef9d55c3b78d83c549766008211a5 authored over 15 years ago by John Jawed <[email protected]>
Add support for empty values in params

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@280024 c90b9560-bf6c-de11-be94-0014...

d9b57dfdeac7c20c34d3feb83a6d4f768623ef8d authored over 15 years ago by John Jawed <[email protected]>
- Fixed segfault when instantiating with wrong params

- Fixed segfault when calling destructor explicitly
- Added check for void params

git-svn-id: h...

80d8d914a041c2aeca0fc404b1429334fe9bf9cb authored over 15 years ago by Felipe Pena <[email protected]>
Added getCAPath, renamed setCAInfo to setCAPath (pierre), prep for 0.99.8

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@279622 c90b9560-bf6c-de11-be94-0014...

82d10e0c381400a206007ecc0c51707c88ff46f8 authored over 15 years ago by John Jawed <[email protected]>
Add OAuth::setCAInfo for setting certificate authority file/path

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@279489 c90b9560-bf6c-de11-be94-0014...

7447b61df9213150af7e5f82d83665c9f3eb7400 authored over 15 years ago by John Jawed <[email protected]>
Extraneous GINIT, updated headers

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@279448 c90b9560-bf6c-de11-be94-0014...

da96f719a02000dee2a2a0414653bf94a3532abc authored over 15 years ago by John Jawed <[email protected]>
Exposed debug and sslcheck members, vastly improved debug information handling (available via OAuth::debugInfo)

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@279446 c90b9560-bf6c-de11-be94-0014...

0f5b2c4facafcac532b3022c6b5308785626498e authored over 15 years ago by John Jawed <[email protected]>
Added a new function, oauth_get_sbs, for generating arbitrary signatures which may help with debugging and writing phpt's; normalized new lines, fixed compiler warnings (tested on gcc 4.4.0)

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@279411 c90b9560-bf6c-de11-be94-0014...

3bfff12f4e9bfd3a852ce42c999aeb133c8ed201 authored over 15 years ago by John Jawed <[email protected]>
Fix segfault if http_method is not set, remove code which double frees the prop hash (Rasmus)

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@279358 c90b9560-bf6c-de11-be94-0014...

c7522c68e3b2ccd19c6daf2d872ff4f290077673 authored over 15 years ago by John Jawed <[email protected]>
Apparently the GET exclusively bug affects getRequestToken too

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@279187 c90b9560-bf6c-de11-be94-0014...

12caea5195fae6402f8a547acd9ba2b3d3f4b02c authored over 15 years ago by John Jawed <[email protected]>
Fix getAccessToken always used OAUTH_HTTP_METHOD_GET

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@279186 c90b9560-bf6c-de11-be94-0014...

ca42df42d389f95564482b090624faebd0b38975 authored over 15 years ago by John Jawed <[email protected]>
Release 0.99.7 information and update header for 0.99.8-dev

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@279185 c90b9560-bf6c-de11-be94-0014...

557d7426471592adb894285e2d7773569b48d56f authored over 15 years ago by John Jawed <[email protected]>
Throw an exception if the HTTP method is not set to POST when the auth type is HTTP POST, remove redundant redirect check

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@279183 c90b9560-bf6c-de11-be94-0014...

7aedc2590b5d41a1ed8bcbde681e39ea2f674895 authored over 15 years ago by John Jawed <[email protected]>
Fixed #16398, 0.99.6 release package xml

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@279140 c90b9560-bf6c-de11-be94-0014...

993c5c3074a34ec6116140abd62a288c43f039fe authored over 15 years ago by John Jawed <[email protected]>
Update examples to work on win32, update ext version to use pear magic

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@279117 c90b9560-bf6c-de11-be94-0014...

34ddf57b825003daf4579fdb9a751026ce74d15f authored over 15 years ago by John Jawed <[email protected]>
- add config.w32 to package.xml

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@279102 c90b9560-bf6c-de11-be94-0014...

efa397645c564f694417535c291945b065e17ca2 authored over 15 years ago by Pierre Joye <[email protected]>
package.xml updates for 0.99.5

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@279101 c90b9560-bf6c-de11-be94-0014...

965839252aec29f70cce217daaf92d617439fa92 authored over 15 years ago by John Jawed <[email protected]>
NULL check for service providers who don't put anything in the response body on failures

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@279031 c90b9560-bf6c-de11-be94-0014...

ddc2aec6a04114fa1e3311d7bb74902792939a06 authored over 15 years ago by John Jawed <[email protected]>