summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-auth.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a theoretical memory leak in pg_password_sendauth(). If the firstNeil Conway2005-06-301-6/+6
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-271-162/+7
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-041-8/+18
* Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane2005-03-251-9/+12
* Add conditional inclusion of <com_err.h> to support old 'heimdal'Tom Lane2005-01-121-1/+5
* Clean up code in libpq that obtains user's home directory: make a singleTom Lane2005-01-041-13/+15
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Remove direct inclusions of <com_err.h> as well as configure test forTom Lane2004-12-201-2/+1
* Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut2004-11-091-2/+2
* Allow pg_ctl to determine the server is up when getting a request for aBruce Momjian2004-10-161-2/+2
* Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian2004-09-281-2/+2
* Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian2004-09-271-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Add thread locking to SSL and Kerberos connections.Bruce Momjian2004-03-241-1/+9
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-6/+6
* Dept. of third thoughts: in fact, libpq should support SCM_CREDS challengeTom Lane2003-12-201-7/+6
* Fix broken IDENT support for FreeBSD (appears to have been broken byTom Lane2003-12-201-4/+11
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cast field-length variables used in printf to int, because sometimesPeter Eisentraut2003-11-261-3/+3
* Remove socket credentials defines not referenced.Bruce Momjian2003-10-251-8/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-14/+14
* > This change (I'm sure this will wrap poorly -- sorry):Bruce Momjian2003-06-251-11/+8
* Make libpq thread-safe with configure --with-threads option.Bruce Momjian2003-06-141-7/+17
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-081-2/+6
* Revert kerberos code breakage.Tom Lane2003-05-161-3/+3
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-151-3/+3
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-191-2/+2
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-171-2/+2
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-2/+2
* Guard against array overrun, per report from Yichen Xie. This caseTom Lane2003-01-291-1/+12
* Deal with cases where getpeereid _and_ another creditial method isBruce Momjian2002-12-031-2/+4
* pgindent run.Bruce Momjian2002-09-041-3/+3
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-021-4/+4
* Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane2002-08-291-1/+6
* Hello, i noticed that win32 native stopped working/compiling after the SSL mergeBruce Momjian2002-07-201-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Katherine Ward wrote:Jan Wieck2002-06-111-2/+2
* Remove reference to NAMEDATALEN, which wasn't necessary anyway.Peter Eisentraut2002-04-241-3/+2
* Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut2002-02-231-2/+11
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-6/+6
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-50/+50
* Disable local creds on OpenBSD because it doesn't support it. DocumentBruce Momjian2001-09-261-9/+7
* Code review for MD5 authorization patch. Clean up some breakageTom Lane2001-09-211-7/+6
* Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian2001-09-071-8/+14
* Fix SCM_CREDS for FreeBSD, from Teodor Sigaev.Bruce Momjian2001-08-211-4/+4
* Add missing include for SCM_CREDS.Bruce Momjian2001-08-211-3/+3
* Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian2001-08-211-3/+71
* Reorder MD5/crypt so MD5 comes first in the code.Bruce Momjian2001-08-171-30/+30
* Remove some unneeded dashes from libpq comments.Bruce Momjian2001-08-171-7/+4