summaryrefslogtreecommitdiff
path: root/contrib/chkpass
AgeCommit message (Expand)Author
2017-09-22Remove contrib/chkpassPeter Eisentraut
2017-09-15chkpass: Add test suitePeter Eisentraut
2016-12-12Further cleanup from the strong-random patch.Heikki Linnakangas
2015-02-14Avoid returning undefined bytes in chkpass_in().Tom Lane
2014-11-05Fix volatility markings of some contrib I/O functions.Tom Lane
2014-08-25Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-02-01chkpass: check for NULL return value from crypt()Bruce Momjian
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-02-14Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-28Remove wildly obsolete type attribute externallength from chkpassPeter Eisentraut
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2007-11-13Add CVS version labels to all install/uninstall scripts.Bruce Momjian
2007-11-11Make /contrib install/uninstall script consistent:Bruce Momjian
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-11-10Move most /contrib README files into SGML. Some still need conversionBruce Momjian
2007-10-01Add some examples.D'Arcy J.M. Cain
2007-10-01Fix a minor typo.D'Arcy J.M. Cain
2007-09-29Remove bogus commutator marking --- the module doesn't actually supplyTom Lane
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-02-07Replace some strncpy() by strlcpy().Peter Eisentraut
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-03-19Fix a few places that were checking for the return value of palloc() to beNeil Conway
2006-03-13Fix a number of syntax errors in contrib modules' uninstall scripts.Neil Conway
2006-02-27contrib uninstall scriptsPeter Eisentraut
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2005-09-23Document that chkpass ignores password characters after the eighth.Tom Lane
2005-01-29Make sure contrib C functions are marked strict where needed.Tom Lane
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-07Remove another useless, counterproductive srandom() call.Tom Lane
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2002-10-26Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.Tom Lane
2002-10-21Might need to link with -lcrypt.Peter Eisentraut
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-08-29chkpass_rout returns text so change PG_RETURN_CSTRING to PG_RETURN_TEXT_P.D'Arcy J.M. Cain
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2001-12-19Fix warningPeter Eisentraut
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian