summaryrefslogtreecommitdiff
path: root/contrib/passwordcheck
AgeCommit message (Expand)Author
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-01-07Add passwordcheck.min_password_length.Nathan Bossart
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-23Fix some comments related to library unloadingMichael Paquier
2024-12-02Deprecate MD5 passwords.Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-17Allow tests to pass in OpenSSL FIPS mode (rest)Peter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-05tests: Rename conflicting role namesAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-28passwordcheck: Log cracklib diagnosticsPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-08-01Fix handling of previous password hooks in passwordcheckMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-02Simplify new test suite handling of passwordcheckPeter Eisentraut
2017-09-15passwordcheck: Add test suitePeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-08Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas
2017-02-01Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-07-10Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-11-18Add a hook to CREATE/ALTER ROLE to allow an external module to check theTom Lane