summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2017-07-03Treat clean shutdown of an SSL connection same as the non-SSL case.Heikki Linnakangas
2017-06-28Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-27Support tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-13Re-run pgindent.Tom Lane
2017-06-08Improve authentication error messages.Heikki Linnakangas
2017-06-06Clean up latch related code.Andres Freund
2017-05-25Abort authentication if the client selected an invalid SASL mechanism.Heikki Linnakangas
2017-05-19Fix compilation with --with-bsd-auth.Heikki Linnakangas
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-08Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas
2017-05-07Fix memory leaks if random salt generation fails.Heikki Linnakangas
2017-05-05Misc cleanup of SCRAM code.Heikki Linnakangas
2017-05-05Don't use SCRAM-specific "e=invalid-proof" on invalid password.Heikki Linnakangas
2017-05-03Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas
2017-04-28Misc SCRAM code cleanups.Heikki Linnakangas
2017-04-21Change the on-disk format of SCRAM verifiers to conform to RFC 5803.Heikki Linnakangas
2017-04-18Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas
2017-04-13Improve the SASL authentication protocol.Heikki Linnakangas
2017-04-13Minor cleanup of backend SCRAM code.Heikki Linnakangas
2017-04-11Remove symbol WIN32_ONLY_COMPILERMagnus Hagander
2017-04-07Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas
2017-04-06Remove bogus SCRAM_ITERATION_LEN constant.Heikki Linnakangas
2017-03-26Fix unportable disregard of alignment requirements in RADIUS code.Tom Lane
2017-03-26Fix some minor resource leaks in PerformRadiusTransaction().Tom Lane
2017-03-24Allow SCRAM authentication, when pg_hba.conf says 'md5'.Heikki Linnakangas
2017-03-22Support multiple RADIUS serversMagnus Hagander
2017-03-22Change logical replication pg_hba.conf usePeter Eisentraut
2017-03-17Allow plaintext 'password' authentication when user has a SCRAM verifier.Heikki Linnakangas
2017-03-14Include port number when logging successful binding to a TCP port.Tom Lane
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-03-12Add "break"s to make it clearer what will happen in a nested switch.Tom Lane
2017-03-10Improve postmaster's logging of listen socket creation.Tom Lane
2017-03-09Enable replication connections by default in pg_hba.confPeter Eisentraut
2017-03-07Fix comments in SCRAM-SHA-256 patch.Heikki Linnakangas
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-03-01Move atooid() definition to a central placePeter Eisentraut
2017-02-25Remove some configure header-file checks that we weren't really using.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-02Silence compiler warning.Heikki Linnakangas
2017-02-01Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas
2017-01-30Simplify some long-obsolete code in hba.c's next_token().Tom Lane
2017-01-30Invent pg_hba_file_rules view to show the content of pg_hba.conf.Tom Lane
2017-01-27Restructure hba.c to replace 3 parallel lists with single list of structs.Tom Lane
2017-01-17Rename C symbols for backend lo_ functionsPeter Eisentraut
2017-01-04Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian