]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-auth.c
Fix broken IDENT support for FreeBSD (appears to have been broken by
[postgresql] / src / interfaces / libpq / fe-auth.c
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>
1998-07-03 Bruce MomjianHello!
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-03-22 Marc G. FournierMoved sys/types.h to before netdb.h
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-29 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-26 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1997-12-04 Marc G. FournierFrom: todd brandys <brandys@eng3.hep.uiuc.edu>
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-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1996-11-03 Marc G. Fourniershared build fails, but the rest compiles...formatting...
1996-10-13 Bruce MomjianAdded consistent include file handling for MAXHOSTNAMELEN.
1996-08-06 Marc G. FournierFixes for:
1996-07-27 Marc G. FournierMy patch to fe-connect.c introduced a new bug which...
1996-07-23 Marc G. FournierAlot of "changes" from Dr. George's source tree...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01