summaryrefslogtreecommitdiff
path: root/contrib/chkpass/chkpass.c
Commit message (Expand)AuthorAgeFilesLines
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-12/+0
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-171-4/+20
* chkpass: check for NULL return value from crypt()Bruce Momjian2014-01-311-1/+8
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-21/+9
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-12/+14
* Replace some strncpy() by strlcpy().Peter Eisentraut2007-02-071-7/+4
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-3/+1
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Fix a few places that were checking for the return value of palloc() to beNeil Conway2006-03-191-11/+7
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-3/+3
* Make sure contrib C functions are marked strict where needed.Tom Lane2005-01-291-17/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Remove another useless, counterproductive srandom() call.Tom Lane2003-09-071-8/+1
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-3/+5
* Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.Tom Lane2002-10-261-6/+6
* chkpass_rout returns text so change PG_RETURN_CSTRING to PG_RETURN_TEXT_P.D'Arcy J.M. Cain2002-08-291-2/+2
* Fix warningPeter Eisentraut2001-12-191-3/+7
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-19/+21
* Further conversions to Version 1 API. Also, fix boolean return to useD'Arcy J.M. Cain2001-05-301-7/+7
* Upgraded code to use the current version 1 calling conventions.D'Arcy J.M. Cain2001-05-281-32/+47
* Changed use of macros for extracting information. According to commentsD'Arcy J.M. Cain2001-05-271-3/+3
* Initial checkin of a contributed type that handles passwords efficiently.D'Arcy J.M. Cain2001-05-031-0/+175