aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-auth.c
Commit message (Expand)AuthorAge
...
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-10
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-22
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-14
* Add additional includes needed on some platforms.Bruce Momjian2006-07-14
* Clean up for warning:Joe Conway2006-07-12
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-20
* * Stephen Frost (sfrost@snowman.net) wrote:Bruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Back out patch pending review.Bruce Momjian2006-02-12
* > I've now tested this patch at home w/ 8.2HEAD and it seems to fix theBruce Momjian2006-02-12
* Rename pg_make_encrypted_password to PQencryptPassword.Peter Eisentraut2005-12-26
* Add an officially exported libpq function to encrypt passwords, andTom Lane2005-12-23
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* I have applied the following patch to document PQinitSSL() andBruce Momjian2005-10-24
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix Kerberos authentication in wake of virtual-hosts changes --- needTom Lane2005-10-08
* Fix a theoretical memory leak in pg_password_sendauth(). If the firstNeil Conway2005-06-30
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-27
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-04
* Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane2005-03-25
* Add conditional inclusion of <com_err.h> to support old 'heimdal'Tom Lane2005-01-12
* Clean up code in libpq that obtains user's home directory: make a singleTom Lane2005-01-04
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Remove direct inclusions of <com_err.h> as well as configure test forTom Lane2004-12-20
* Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut2004-11-09
* Allow pg_ctl to determine the server is up when getting a request for aBruce Momjian2004-10-16
* Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian2004-09-28
* Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian2004-09-27
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add thread locking to SSL and Kerberos connections.Bruce Momjian2004-03-24
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* 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
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* 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