]> granicus.if.org Git - postgresql/history - src/backend/libpq/auth.c
Prevent failed passwords from being echoed to server logs, for security.
[postgresql] / src / backend / libpq / auth.c
2002-03-05 Bruce Momjian Prevent failed passwords from being echoed to server...
2002-03-05 Bruce MomjianPrevent failed passwords from being echoed to server...
2002-03-04 Tom LaneFurther work on elog cleanup: fix some bogosities in...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-25 Bruce MomjianFix for PAM error message display:
2002-02-23 Peter EisentrautHeimdal support (Kerberos V implementation from KTH)
2002-02-19 Tom LaneAvoid calling pq_flush just after sending AUTH_REQ_OK...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Tom LaneFix authentication so that it doesn't record an extra...
2001-09-26 Bruce MomjianDisable local creds on OpenBSD because it doesn't suppo...
2001-09-21 Tom LaneCode review for MD5 authorization patch. Clean up...
2001-09-07 Bruce MomjianUpdate SCM_CREDS for Net/Free/BSD-OS. Add configure...
2001-09-06 Bruce MomjianPAM authentication:
2001-08-21 Bruce MomjianAdd missing include for SCM_CREDS.
2001-08-21 Bruce MomjianAdd SCM_CREDS to get owner of unix-domain socket on...
2001-08-17 Bruce MomjianA little more code reorg for MD5/crypt.
2001-08-17 Bruce MomjianReorder MD5/crypt so MD5 comes first in the code.
2001-08-17 Bruce MomjianAdd 4-byte MD5 salt.
2001-08-16 Bruce MomjianAdd new MD5 pg_hba.conf keyword. Prevent fallback...
2001-08-16 Bruce MomjianRemove protocol version change. Try MD5 first, then...
2001-08-15 Bruce MomjianUse MD5 for wire protocol encryption for >= 7.2 client...
2001-08-07 Peter EisentrautAdd a check for end of client connection before expecti...
2001-08-01 Tom LaneSupport ident authentication on local (Unix) socket...
2001-07-21 Bruce MomjianSource formatting cleanup.
2001-06-20 Peter EisentrautHandle reading of startup packet and authentication...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-08-25 Peter EisentrautMake the location of the Kerberos server key file run...
2000-07-04 Peter EisentrautExpand secondary password file feature, so that you...
2000-05-27 Bruce MomjianUpdate kerberos patch
2000-05-27 Bruce MomjianBack out kerberos changes. Causes compile problems.
2000-05-27 Bruce MomjianPatch for Kerberos V.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-10-23 Tom LaneLook Ma, no MAX_PARSE_BUFFER! (At least not in the...
1999-09-27 Bruce MomjianLots of patches coming in from me today :-)
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-16 Tom LaneImprove error messages when a connection is rejected.
1999-03-14 Bruce Momjian I've been having also sorts of fun trying to...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-14 Marc G. FournierInitial attempt to clean up the code...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-07-09 Marc G. FournierFrom: Tom Lane <tgl@sss.pgh.pa.us>
1998-06-13 Bruce Momjian> I needed to do that for the web database that I'm...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-25 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-01-31 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-29 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-27 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-27 Bruce MomjianProtocol cleanup from Phil.
1998-01-26 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1997-12-09 Marc G. FournierMajor code cleanup following the pg_password insertion...
1997-12-04 Marc G. FournierFrom: todd brandys <brandys@eng3.hep.uiuc.edu>
1997-11-17 Thomas G. LockhartFix compiler complaints about mismatched pointer args...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-03-25 Marc G. FournierI don't know whether this breaks what the previous...
1997-03-18 Marc G. FournierFrom: Jun Kuwamura <juk@rccm.co.jp>
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1996-11-16 Bryan HendersonAdd #include <sys/types.h> so it works with Ultrix...
1996-11-06 Marc G. FournierI'm getting there, slowly :)
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-10-31 Marc G. Fournierclean up makefile
1996-10-13 Bruce MomjianAdded consistent include file handling for MAXHOSTNAMELEN.
1996-10-12 Bryan HendersonNew host-based authentication with ident
1996-08-14 Marc G. FournierThe following patch makes postmaster -D work. -D speci...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01