aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-auth.c
Commit message (Expand)AuthorAge
* Dept. of third thoughts: in fact, libpq should support SCM_CREDS challengeTom Lane2003-12-20
* Fix broken IDENT support for FreeBSD (appears to have been broken byTom Lane2003-12-20
* Cast field-length variables used in printf to int, because sometimesPeter Eisentraut2003-11-26
* Remove socket credentials defines not referenced.Bruce Momjian2003-10-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* > This change (I'm sure this will wrap poorly -- sorry):Bruce Momjian2003-06-25
* Make libpq thread-safe with configure --with-threads option.Bruce Momjian2003-06-14
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-08
* Revert kerberos code breakage.Tom Lane2003-05-16
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-19
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-17
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* Guard against array overrun, per report from Yichen Xie. This caseTom Lane2003-01-29
* Deal with cases where getpeereid _and_ another creditial method isBruce Momjian2002-12-03
* pgindent run.Bruce Momjian2002-09-04
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-02
* Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane2002-08-29
* Hello, i noticed that win32 native stopped working/compiling after the SSL mergeBruce Momjian2002-07-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* Katherine Ward wrote:Jan Wieck2002-06-11
* Remove reference to NAMEDATALEN, which wasn't necessary anyway.Peter Eisentraut2002-04-24
* Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut2002-02-23
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Disable local creds on OpenBSD because it doesn't support it. DocumentBruce Momjian2001-09-26
* Code review for MD5 authorization patch. Clean up some breakageTom Lane2001-09-21
* Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian2001-09-07
* Fix SCM_CREDS for FreeBSD, from Teodor Sigaev.Bruce Momjian2001-08-21
* Add missing include for SCM_CREDS.Bruce Momjian2001-08-21
* Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian2001-08-21
* Reorder MD5/crypt so MD5 comes first in the code.Bruce Momjian2001-08-17
* Remove some unneeded dashes from libpq comments.Bruce Momjian2001-08-17
* Add \n to libpq print output where needed.Bruce Momjian2001-08-17
* Force crypt() salt to be null-terminated.Bruce Momjian2001-08-17
* Add 4-byte MD5 salt.Bruce Momjian2001-08-17
* Move md5.h contents to crypt.h.Bruce Momjian2001-08-15
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-15
* NLS for libpq. Clean up the message formats and change the documentationPeter Eisentraut2001-07-15
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Make the location of the Kerberos server key file run time configurablePeter Eisentraut2000-08-25
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-17
* Update kerberos patchBruce Momjian2000-05-27
* Back out kerberos changes. Causes compile problems.Bruce Momjian2000-05-27
* Patch for Kerberos V.Bruce Momjian2000-05-27
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Change PQconndefaults() to return a malloc'd array, instead of a staticTom Lane2000-03-11