OSDN Git Service

Use _() macro consistently rather than gettext(). Add translation
[pg-rex/syncrep.git] / src / backend / libpq / auth.c
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-12 Tom LaneAdd conditional inclusion of <com_err.h> to support...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-20 Tom LaneRemove direct inclusions of <com_err.h> as well as...
2004-10-12 Peter EisentrautMessage style revisions
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-04 Dennis BjorklundUse gettext_noop() to mark strings. errmsg() perform the
2004-08-04 Dennis BjorklundAdd some strings for translation and remove some cut...
2003-12-20 Tom LaneFix broken IDENT support for FreeBSD (appears to have...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneLocalizability improvement.
2003-07-26 Bruce MomjianHave SSL text print only when SSL mode is enabled.
2003-07-26 Bruce MomjianAt long last I put together a patch to support 4 client...
2003-07-23 Tom LaneHave a go at fixing various outstanding portability...
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-06-25 Bruce Momjian> This change (I'm sure this will wrap poorly -- sorry):
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-04-25 Tom LaneFix breakage induced by yours truly in Kerberos and...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-04-17 Tom LaneFirst phase of FE/BE protocol modifications: new Startu...
2003-02-14 Bruce MomjianUpdate FAQ's in head and 7.3.X.
2003-01-06 Peter EisentrautFix for systems that don't have INET_ADDRSTRLEN.
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
2002-12-06 Bruce MomjianBack out V6 code, caused postmaster startup failure.
2002-12-06 Bruce MomjianWe have just finished porting the old KAME IPv6 patch...
2002-12-03 Bruce MomjianDeal with cases where getpeereid _and_ another creditia...
2002-09-04 Tom LaneGuard against send-lots-and-lots-of-data DoS attack...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-30 Bruce MomjianBack out password packet length check.
2002-08-29 Bruce MomjianPrevent problem with extra-long password packets from...
2002-08-29 Tom LaneRemove support for version-0 FE/BE protocol, per pghack...
2002-08-27 Bruce MomjianThe attached patch implements the password packet lengt...
2002-08-27 Bruce MomjianAdd most of Neil Conway's cleanups.
2002-08-18 Bruce MomjianAdd db-local user names, per discussion on hackers.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-04-04 Bruce MomjianAuthentication improvements:
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>
next