index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-auth.c
Age
Commit message (
Expand
)
Author
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-09-25
Small string tweaks
Peter Eisentraut
2007-07-24
Make it possible, and default, for MingW to build with SSPI support
Magnus Hagander
2007-07-23
Use PQExpBuffer for error message in fe-auth.c.
Magnus Hagander
2007-07-23
Stupid typo.
Magnus Hagander
2007-07-23
SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos
Magnus Hagander
2007-07-12
Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is
Magnus Hagander
2007-07-12
Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,
Magnus Hagander
2007-07-12
Fix freenig of names in Kerberos when using MIT - need to use the
Magnus Hagander
2007-07-10
Add support for GSSAPI authentication.
Magnus Hagander
2007-02-10
StrNCpy -> strlcpy (not complete)
Peter Eisentraut
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-09-22
Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only
Tom Lane
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
Revert part of recent include patch not ready for application.
Bruce Momjian
2006-07-14
Add additional includes needed on some platforms.
Bruce Momjian
2006-07-12
Clean up for warning:
Joe Conway
2006-06-20
Split definitions for md5.c out of crypt.h and into their own header
Tom Lane
2006-03-06
* Stephen Frost (sfrost@snowman.net) wrote:
Bruce Momjian
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-02-12
Back out patch pending review.
Bruce Momjian
2006-02-12
> I've now tested this patch at home w/ 8.2HEAD and it seems to fix the
Bruce Momjian
2005-12-26
Rename pg_make_encrypted_password to PQencryptPassword.
Peter Eisentraut
2005-12-23
Add an officially exported libpq function to encrypt passwords, and
Tom Lane
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-10-24
I have applied the following patch to document PQinitSSL() and
Bruce Momjian
2005-10-17
Clean up libpq's pollution of application namespace by renaming the
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-08
Fix Kerberos authentication in wake of virtual-hosts changes --- need
Tom Lane
2005-06-30
Fix a theoretical memory leak in pg_password_sendauth(). If the first
Neil Conway
2005-06-27
Remove support for Kerberos V4. It seems no one is using this, it has
Neil Conway
2005-06-04
Allow kerberos name and username case sensitivity to be specified from
Bruce Momjian
2005-03-25
Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth
Tom Lane
2005-01-12
Add conditional inclusion of <com_err.h> to support old 'heimdal'
Tom Lane
2005-01-04
Clean up code in libpq that obtains user's home directory: make a single
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-20
Remove direct inclusions of <com_err.h> as well as configure test for
Tom Lane
2004-11-09
Get rid of perror(), substitute some better phrased error messages.
Peter Eisentraut
2004-10-16
Allow pg_ctl to determine the server is up when getting a request for a
Bruce Momjian
2004-09-28
Revert patch that removed BUFSIZ usage. The memory has to hold the
Bruce Momjian
2004-09-27
Remove use of large BUFSIZ for buffers and use the proper struct sizes.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-03-24
Add thread locking to SSL and Kerberos connections.
Bruce Momjian
2004-01-07
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
2003-12-20
Dept. of third thoughts: in fact, libpq should support SCM_CREDS challenge
Tom Lane
2003-12-20
Fix broken IDENT support for FreeBSD (appears to have been broken by
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-26
Cast field-length variables used in printf to int, because sometimes
Peter Eisentraut
2003-10-25
Remove socket credentials defines not referenced.
Bruce Momjian
[next]