index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
chkpass
/
chkpass.c
Commit message (
Expand
)
Author
Age
*
Further cleanup from the strong-random patch.
Heikki Linnakangas
2016-12-12
*
Avoid returning undefined bytes in chkpass_in().
Tom Lane
2015-02-14
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
*
chkpass: check for NULL return value from crypt()
Bruce Momjian
2014-01-31
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-03-25
*
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-27
*
Replace some strncpy() by strlcpy().
Peter Eisentraut
2007-02-07
*
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
*
Magic blocks don't do us any good unless we use 'em ... so install one
Tom Lane
2006-05-30
*
Fix a few places that were checking for the return value of palloc() to be
Neil Conway
2006-03-19
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Make sure contrib C functions are marked strict where needed.
Tom Lane
2005-01-29
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Remove another useless, counterproductive srandom() call.
Tom Lane
2003-09-07
*
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Tom Lane
2003-07-24
*
Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.
Tom Lane
2002-10-26
*
chkpass_rout returns text so change PG_RETURN_CSTRING to PG_RETURN_TEXT_P.
D'Arcy J.M. Cain
2002-08-29
*
Fix warning
Peter Eisentraut
2001-12-19
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Further conversions to Version 1 API. Also, fix boolean return to use
D'Arcy J.M. Cain
2001-05-30
*
Upgraded code to use the current version 1 calling conventions.
D'Arcy J.M. Cain
2001-05-28
*
Changed use of macros for extracting information. According to comments
D'Arcy J.M. Cain
2001-05-27
*
Initial checkin of a contributed type that handles passwords efficiently.
D'Arcy J.M. Cain
2001-05-03