summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-auth.c
AgeCommit message (Expand)Author
2005-06-04Allow kerberos name and username case sensitivity to be specified fromBruce Momjian
2005-03-25Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane
2005-01-12Add conditional inclusion of <com_err.h> to support old 'heimdal'Tom Lane
2005-01-04Clean up code in libpq that obtains user's home directory: make a singleTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-20Remove direct inclusions of <com_err.h> as well as configure test forTom Lane
2004-11-09Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut
2004-10-16Allow pg_ctl to determine the server is up when getting a request for aBruce Momjian
2004-09-28Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian
2004-09-27Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-03-24Add thread locking to SSL and Kerberos connections.Bruce Momjian
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-12-20Dept. of third thoughts: in fact, libpq should support SCM_CREDS challengeTom Lane
2003-12-20Fix broken IDENT support for FreeBSD (appears to have been broken byTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-26Cast field-length variables used in printf to int, because sometimesPeter Eisentraut
2003-10-25Remove socket credentials defines not referenced.Bruce Momjian
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-06-25> This change (I'm sure this will wrap poorly -- sorry):Bruce Momjian
2003-06-14Make libpq thread-safe with configure --with-threads option.Bruce Momjian
2003-06-08libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane
2003-05-16Revert kerberos code breakage.Tom Lane
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
2003-04-19Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane
2003-04-17First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2003-01-29Guard against array overrun, per report from Yichen Xie. This caseTom Lane
2002-12-03Deal with cases where getpeereid _and_ another creditial method isBruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-08-29Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane
2002-07-20Hello, i noticed that win32 native stopped working/compiling after the SSL mergeBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-11Katherine Ward wrote:Jan Wieck
2002-04-24Remove reference to NAMEDATALEN, which wasn't necessary anyway.Peter Eisentraut
2002-02-23Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-26Disable local creds on OpenBSD because it doesn't support it. DocumentBruce Momjian
2001-09-21Code review for MD5 authorization patch. Clean up some breakageTom Lane
2001-09-07Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian
2001-08-21Fix SCM_CREDS for FreeBSD, from Teodor Sigaev.Bruce Momjian
2001-08-21Add missing include for SCM_CREDS.Bruce Momjian
2001-08-21Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian
2001-08-17Reorder MD5/crypt so MD5 comes first in the code.Bruce Momjian
2001-08-17Remove some unneeded dashes from libpq comments.Bruce Momjian
2001-08-17Add \n to libpq print output where needed.Bruce Momjian
2001-08-17Force crypt() salt to be null-terminated.Bruce Momjian