]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-auth.c
Revert part of recent include patch not ready for application.
[postgresql] / src / interfaces / libpq / fe-auth.c
2006-07-14 Bruce MomjianRevert part of recent include patch not ready for appli...
2006-07-14 Bruce MomjianAdd additional includes needed on some platforms.
2006-07-12 Joe ConwayClean up for warning:
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
2006-03-06 Bruce Momjian* Stephen Frost (sfrost@snowman.net) wrote:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-12 Bruce MomjianBack out patch pending review.
2006-02-12 Bruce Momjian> I've now tested this patch at home w/ 8.2HEAD and...
2005-12-26 Peter EisentrautRename pg_make_encrypted_password to PQencryptPassword.
2005-12-23 Tom LaneAdd an officially exported libpq function to encrypt...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-24 Bruce MomjianI have applied the following patch to document PQinitSS...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-08 Tom LaneFix Kerberos authentication in wake of virtual-hosts...
2005-06-30 Neil ConwayFix a theoretical memory leak in pg_password_sendauth...
2005-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
2005-06-04 Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-03-25 Tom LaneKerberos fixes from Magnus Hagander --- in theory Kerbe...
2005-01-12 Tom LaneAdd conditional inclusion of <com_err.h> to support...
2005-01-04 Tom LaneClean up code in libpq that obtains user's home directo...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-20 Tom LaneRemove direct inclusions of <com_err.h> as well as...
2004-11-09 Peter EisentrautGet rid of perror(), substitute some better phrased...
2004-10-16 Bruce MomjianAllow pg_ctl to determine the server is up when getting...
2004-09-28 Bruce MomjianRevert patch that removed BUFSIZ usage. The memory...
2004-09-27 Bruce MomjianRemove use of large BUFSIZ for buffers and use the...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-03-24 Bruce MomjianAdd thread locking to SSL and Kerberos connections.
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-12-20 Tom LaneDept. of third thoughts: in fact, libpq should support...
2003-12-20 Tom LaneFix broken IDENT support for FreeBSD (appears to have...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-26 Peter EisentrautCast field-length variables used in printf to int,...
2003-10-25 Bruce MomjianRemove socket credentials defines not referenced.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-25 Bruce Momjian> This change (I'm sure this will wrap poorly -- sorry):
2003-06-14 Bruce MomjianMake libpq thread-safe with configure --with-threads...
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-05-16 Tom LaneRevert kerberos code breakage.
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
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-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-01-29 Tom LaneGuard against array overrun, per report from Yichen...
2002-12-03 Bruce MomjianDeal with cases where getpeereid _and_ another creditia...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-08-29 Tom LaneRemove support for version-0 FE/BE protocol, per pghack...
2002-07-20 Bruce MomjianHello, i noticed that win32 native stopped working...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
2002-04-24 Peter EisentrautRemove reference to NAMEDATALEN, which wasn't necessary...
2002-02-23 Peter EisentrautHeimdal support (Kerberos V implementation from KTH)
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
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-08-21 Bruce MomjianFix SCM_CREDS for FreeBSD, from Teodor Sigaev.
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 MomjianReorder MD5/crypt so MD5 comes first in the code.
2001-08-17 Bruce MomjianRemove some unneeded dashes from libpq comments.
2001-08-17 Bruce MomjianAdd \n to libpq print output where needed.
2001-08-17 Bruce MomjianForce crypt() salt to be null-terminated.
2001-08-17 Bruce MomjianAdd 4-byte MD5 salt.
2001-08-15 Bruce MomjianMove md5.h contents to crypt.h.
2001-08-15 Bruce MomjianUse MD5 for wire protocol encryption for >= 7.2 client...
2001-07-15 Peter EisentrautNLS for libpq. Clean up the message formats and change...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-08-25 Peter EisentrautMake the location of the Kerberos server key file run...
2000-06-17 Peter EisentrautRemove fmgrstamp-h business -- not needed and confusing
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-03-11 Tom LaneChange PQconndefaults() to return a malloc'd array...
2000-02-07 Peter EisentrautFixed psql double quoting of SQL ids
2000-01-26 Bruce MomjianAdd:
2000-01-18 Bruce MomjianHi!
1999-10-25 Tom LaneStandardize on MAXPGPATH as the size of a file pathname...
1999-08-31 Tom LaneUpdate frontend libpq to remove limits on query lengths,
1999-07-19 Bruce MomjianEnable WIN32 compilation of libpq.
1999-07-19 Bruce MomjianRe-add getopt.h check, remove NT-specific tests for it.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
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...
1999-01-22 Marc G. Fournier|From: "D'Arcy" "J.M." Cain <darcy@druid.net>
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-17 Marc G. FournierDate: Sun, 16 Aug 1998 14:56:48 -0400
1998-08-09 Bruce MomjianThe attached patch implements some changes that were...
1998-07-20 Bruce MomjianCleanup use of 16 that should be NAMEDATALEN.
1998-07-09 Marc G. FournierFrom: Tom Lane <tgl@sss.pgh.pa.us>
next