index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-auth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-14
/
+14
*
> This change (I'm sure this will wrap poorly -- sorry):
Bruce Momjian
2003-06-25
1
-11
/
+8
*
Make libpq thread-safe with configure --with-threads option.
Bruce Momjian
2003-06-14
1
-7
/
+17
*
libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries
Tom Lane
2003-06-08
1
-2
/
+6
*
Revert kerberos code breakage.
Tom Lane
2003-05-16
1
-3
/
+3
*
Allow Win32 to compile under MinGW. Major changes are:
Bruce Momjian
2003-05-15
1
-3
/
+3
*
Second round of FE/BE protocol changes. Frontend->backend messages now
Tom Lane
2003-04-19
1
-2
/
+2
*
First phase of FE/BE protocol modifications: new StartupPacket layout
Tom Lane
2003-04-17
1
-2
/
+2
*
This patch fixes a bunch of spelling mistakes in comments throughout the
Tom Lane
2003-03-10
1
-2
/
+2
*
Guard against array overrun, per report from Yichen Xie. This case
Tom Lane
2003-01-29
1
-1
/
+12
*
Deal with cases where getpeereid _and_ another creditial method is
Bruce Momjian
2002-12-03
1
-2
/
+4
*
pgindent run.
Bruce Momjian
2002-09-04
1
-3
/
+3
*
I checked all the previous string handling errors and most of them were
Bruce Momjian
2002-09-02
1
-4
/
+4
*
Remove support for version-0 FE/BE protocol, per pghackers discussion.
Tom Lane
2002-08-29
1
-1
/
+6
*
Hello, i noticed that win32 native stopped working/compiling after the SSL merge
Bruce Momjian
2002-07-20
1
-2
/
+2
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
1
-2
/
+2
*
Katherine Ward wrote:
Jan Wieck
2002-06-11
1
-2
/
+2
*
Remove reference to NAMEDATALEN, which wasn't necessary anyway.
Peter Eisentraut
2002-04-24
1
-3
/
+2
*
Heimdal support (Kerberos V implementation from KTH)
Peter Eisentraut
2002-02-23
1
-2
/
+11
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
1
-6
/
+6
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-50
/
+50
*
Disable local creds on OpenBSD because it doesn't support it. Document
Bruce Momjian
2001-09-26
1
-9
/
+7
*
Code review for MD5 authorization patch. Clean up some breakage
Tom Lane
2001-09-21
1
-7
/
+6
*
Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.
Bruce Momjian
2001-09-07
1
-8
/
+14
*
Fix SCM_CREDS for FreeBSD, from Teodor Sigaev.
Bruce Momjian
2001-08-21
1
-4
/
+4
*
Add missing include for SCM_CREDS.
Bruce Momjian
2001-08-21
1
-3
/
+3
*
Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.
Bruce Momjian
2001-08-21
1
-3
/
+71
*
Reorder MD5/crypt so MD5 comes first in the code.
Bruce Momjian
2001-08-17
1
-30
/
+30
*
Remove some unneeded dashes from libpq comments.
Bruce Momjian
2001-08-17
1
-7
/
+4
*
Add \n to libpq print output where needed.
Bruce Momjian
2001-08-17
1
-12
/
+11
*
Force crypt() salt to be null-terminated.
Bruce Momjian
2001-08-17
1
-2
/
+7
*
Add 4-byte MD5 salt.
Bruce Momjian
2001-08-17
1
-5
/
+6
*
Move md5.h contents to crypt.h.
Bruce Momjian
2001-08-15
1
-2
/
+2
*
Use MD5 for wire protocol encryption for >= 7.2 client/server.
Bruce Momjian
2001-08-15
1
-6
/
+46
*
NLS for libpq. Clean up the message formats and change the documentation
Peter Eisentraut
2001-07-15
1
-25
/
+28
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
1
-30
/
+40
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
1
-4
/
+3
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
1
-2
/
+2
*
Make the location of the Kerberos server key file run time configurable
Peter Eisentraut
2000-08-25
1
-25
/
+21
*
Remove fmgrstamp-h business -- not needed and confusing
Peter Eisentraut
2000-06-17
1
-5
/
+5
*
Update kerberos patch
Bruce Momjian
2000-05-27
1
-158
/
+123
*
Back out kerberos changes. Causes compile problems.
Bruce Momjian
2000-05-27
1
-123
/
+158
*
Patch for Kerberos V.
Bruce Momjian
2000-05-27
1
-158
/
+123
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-4
/
+4
*
Change PQconndefaults() to return a malloc'd array, instead of a static
Tom Lane
2000-03-11
1
-4
/
+11
*
Fixed psql double quoting of SQL ids
Peter Eisentraut
2000-02-07
1
-1
/
+5
*
Add:
Bruce Momjian
2000-01-26
1
-2
/
+3
*
Hi!
Bruce Momjian
2000-01-18
1
-1
/
+3
*
Standardize on MAXPGPATH as the size of a file pathname buffer,
Tom Lane
1999-10-25
1
-3
/
+3
[next]