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
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
2003-08-04
Update copyrights to 2003.
Bruce Momjian
2003-08-04
pgindent run.
Bruce Momjian
2003-06-25
> This change (I'm sure this will wrap poorly -- sorry):
Bruce Momjian
2003-06-14
Make libpq thread-safe with configure --with-threads option.
Bruce Momjian
2003-06-08
libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries
Tom Lane
2003-05-16
Revert kerberos code breakage.
Tom Lane
2003-05-15
Allow Win32 to compile under MinGW. Major changes are:
Bruce Momjian
2003-04-19
Second round of FE/BE protocol changes. Frontend->backend messages now
Tom Lane
2003-04-17
First phase of FE/BE protocol modifications: new StartupPacket layout
Tom Lane
2003-03-10
This patch fixes a bunch of spelling mistakes in comments throughout the
Tom Lane
2003-01-29
Guard against array overrun, per report from Yichen Xie. This case
Tom Lane
2002-12-03
Deal with cases where getpeereid _and_ another creditial method is
Bruce Momjian
2002-09-04
pgindent run.
Bruce Momjian
2002-09-02
I checked all the previous string handling errors and most of them were
Bruce Momjian
2002-08-29
Remove support for version-0 FE/BE protocol, per pghackers discussion.
Tom Lane
2002-07-20
Hello, i noticed that win32 native stopped working/compiling after the SSL merge
Bruce Momjian
2002-06-20
Update copyright to 2002.
Bruce Momjian
2002-06-11
Katherine Ward wrote:
Jan Wieck
2002-04-24
Remove reference to NAMEDATALEN, which wasn't necessary anyway.
Peter Eisentraut
2002-02-23
Heimdal support (Kerberos V implementation from KTH)
Peter Eisentraut
2001-11-05
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-09-26
Disable local creds on OpenBSD because it doesn't support it. Document
Bruce Momjian
2001-09-21
Code review for MD5 authorization patch. Clean up some breakage
Tom Lane
2001-09-07
Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.
Bruce Momjian
2001-08-21
Fix SCM_CREDS for FreeBSD, from Teodor Sigaev.
Bruce Momjian
2001-08-21
Add missing include for SCM_CREDS.
Bruce Momjian
2001-08-21
Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.
Bruce Momjian
2001-08-17
Reorder MD5/crypt so MD5 comes first in the code.
Bruce Momjian
2001-08-17
Remove some unneeded dashes from libpq comments.
Bruce Momjian
2001-08-17
Add \n to libpq print output where needed.
Bruce Momjian
2001-08-17
Force crypt() salt to be null-terminated.
Bruce Momjian
[next]