postgresql/src/common
Heikki Linnakangas 95c1dbcdff A collection of small fixes for the SCRAM patch.
* Add required #includes for htonl. Per buildfarm members pademelon/gaur.

* Remove unnecessary "#include <utils/memutils>".

* Fix checking for empty string in pg_SASL_init. (Reported by Peter
  Eisentraut and his compiler)

* Move code in pg_SASL_init to match the recent changes (commit ba005f193d)
  to pg_fe_sendauth() function, where it's copied from.

* Return value of malloc() was not checked for NULL in
  scram_SaltedPassword(). Fix by avoiding the malloc().
2017-03-07 19:00:22 +02:00
..
base64.c Fix comments in SCRAM-SHA-256 patch. 2017-03-07 15:24:27 +02:00
config_info.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
controldata_utils.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
exec.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
fe_memutils.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
file_utils.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
ip.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
keywords.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Makefile Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). 2017-03-07 14:25:40 +02:00
md5.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pg_lzcompress.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pgfnames.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
psprintf.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
relpath.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
restricted_token.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
rmtree.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
scram-common.c A collection of small fixes for the SCRAM patch. 2017-03-07 19:00:22 +02:00
sha2.c Refactor SHA2 functions and move them to src/common/. 2017-03-07 14:23:49 +02:00
sha2_openssl.c Refactor SHA2 functions and move them to src/common/. 2017-03-07 14:23:49 +02:00
string.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
username.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
wait_error.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00