Commit graph

814 commits

Author SHA1 Message Date
David Puglielli a947aec0da Minor tweaks per review comments 2017-07-17 14:07:22 -07:00
David Puglielli 77522875fd A few more changes 2017-07-13 15:10:19 -07:00
David Puglielli 9aff63ecb4 Tweaked a few commands 2017-07-12 18:21:48 -07:00
David Puglielli f521282a63 Fixed typo 2017-07-12 16:55:38 -07:00
David Puglielli 7e0044dd9e Updated readme FAQ 2017-07-12 16:55:05 -07:00
David Puglielli 0839d477c4 Updated readme Debian install instructions 2017-07-12 16:30:33 -07:00
David Puglielli 57c83525a3 Updated readme 2017-07-11 17:26:02 -07:00
Hadis Fard e959679aa6 Merge pull request #466 from Hadis-Fard/dev
added 4.3.0 GA release change log
2017-07-06 12:42:36 -07:00
Hadis Fard ed03dbf47c added 4.3.0 GA release changelog 2017-07-06 11:16:20 -07:00
v-kaywon 925a62891c Merge pull request #465 from v-kaywon/fix_translate_nonascii_to_binary
fix unmatching quoted length and quoted_len in pdo_quote
2017-07-04 17:44:09 -07:00
Hadis Fard 5022b89505 Merge pull request #464 from Hadis-Fard/dev
updated version file to 4.3.0 stable
2017-07-04 17:24:15 -07:00
v-kaywon 49fd20d31c fix unmatching quoted length and quoted_len in pdo_quote (fix for uninitialized read) 2017-07-04 16:32:35 -07:00
Hadis-Fard c949793907 updated the version file 2017-07-04 16:17:53 -07:00
Hadis-Fard 4aa926567b Merge branch 'dev' of https://github.com/Microsoft/msphpsql into dev 2017-07-04 15:56:29 -07:00
v-kaywon f2510c7d5d Merge pull request #461 from v-kaywon/moreSAL
add more annotations
2017-06-30 16:35:29 -07:00
ulvii 58e8a24b17 Fixing issues reported by binary analysis - Hardening checks (#460)
* Adding compiler and linker options for hardening check

* Update config.m4

* Adding fstack protector to compiler options

* Detect platform in config.m4

* Removing the newly added linker flag, because its breaking the PDO_SQLSRV load. Creating a backlog item

* Update config.m4

* Update config.m4

* Testing with -O3

* Adding optimization flag to windows config files

* Update config.w32
2017-06-30 16:28:04 -07:00
Jenny Tam 76e02d42bf Merge pull request #459 from v-kaywon/fix_fortify_warning
fix for fortify warnings
2017-06-30 15:24:02 -07:00
v-kaywon f5f5d5e82f add more annotations 2017-06-30 15:17:14 -07:00
v-kaywon d2690aad12 Merge branch 'dev' into fix_fortify_warning 2017-06-30 13:01:48 -07:00
v-kaywon d32250a61f added in a SAL annotation for pdo_sqlsrv_dbh_quote 2017-06-30 10:59:31 -07:00
Hadis Fard 3ecc505260 Merge pull request #452 from v-kaywon/SAL
added SAL annotations and fixed warnings
2017-06-30 10:26:15 -07:00
v-kaywon c470d59f07 change back ordering for checking stmt != NULL 2017-06-30 09:38:01 -07:00
v-kaywon c107a64368 change ordering of != NULL check 2017-06-29 12:53:00 -07:00
v-kaywon bcff393895 fix versionhelper header 2017-06-29 12:49:00 -07:00
v-kaywon b78bcf8be3 fix GetVersionExA is Deprecated warning 2017-06-29 12:23:46 -07:00
v-kaywon fb64892e37 fix inconsistent annotation in get_error_message in util.cpp 2017-06-29 11:53:04 -07:00
v-kaywon 48223ff107 fix for fortify warnings 2017-06-29 10:51:58 -07:00
Jenny Tam 418dad6fcd Merge pull request #458 from yitam/azureTests
Modified tests for Azure testing
2017-06-28 14:46:45 -07:00
yitam f03b62e6b2 cleaned up toConnect helper method 2017-06-28 13:28:08 -07:00
yitam 00aa8ad7c8 modified a comment 2017-06-28 12:18:45 -07:00
yitam dcb232e7b9 removed ConnectSpecial helper function 2017-06-28 11:51:40 -07:00
yitam e93a40561a fixed line number 2017-06-28 09:59:55 -07:00
yitam 465a72352f modified the comments based on review 2017-06-28 09:48:33 -07:00
yitam c1747ef572 daasMode = false by default 2017-06-27 15:46:08 -07:00
v-kaywon f0da33db26 change _In_ to _Inout_ annotation for pdo_dbh and pdo_stmt objects 2017-06-27 15:17:21 -07:00
yitam 60575a552f simplified skip conditions 2017-06-27 15:10:27 -07:00
yitam e7f00c1fed modified the comments for the passwords tests 2017-06-27 15:03:04 -07:00
yitam 6e8111418d resiliency tests and skip azure condition 2017-06-27 14:20:53 -07:00
yitam 49ba138797 set placeholders for daasMode 2017-06-27 13:34:27 -07:00
yitam 44dbd78c92 fixed connection resiliency tests 2017-06-27 13:17:31 -07:00
yitam e535e85d1f modified tests for Azure testing 2017-06-27 13:00:07 -07:00
Hadis-Fard 51b69da780 4.3.0-RC1 2017-06-26 14:37:56 -07:00
Hadis Fard d238411a80 Merge pull request #455 from yitam/moveSetup
moved setup folder to functional
2017-06-23 17:33:41 -07:00
yitam c678f9a648 moved setup folder to functional 2017-06-23 16:08:54 -07:00
Jenny Tam 42612dc804 Merge pull request #454 from yitam/rearrange
rearrange test folders into functional folder
2017-06-23 15:25:01 -07:00
yitam 6c6061819f moved output.py too 2017-06-23 14:05:23 -07:00
yitam 087f115018 fixed the paths to test results 2017-06-23 13:46:26 -07:00
yitam 3b925f47fb fix scripts to use new folder structure 2017-06-23 13:26:51 -07:00
yitam 6c0be02618 rearrange test folders as functional 2017-06-23 13:09:37 -07:00
v-kaywon 28301557d6 change annotation 2017-06-22 16:16:30 -07:00