summaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAgeFilesLines
* Add SSL documentation info to README.SSLBruce Momjian2002-10-031-1/+403
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-031-3/+12
* Add Bear's SSL comments.Bruce Momjian2002-09-291-0/+28
* Allow SSL to work withouth client-side certificate infrastructure.Bruce Momjian2002-09-261-1/+5
* Shrink the pg_hba.conf and pg_ident.conf default files and move most of thePeter Eisentraut2002-09-142-289/+78
* Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane2002-09-044-20/+32
* pgindent run.Bruce Momjian2002-09-046-242/+242
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-032-14/+14
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-025-10/+5
* Back out password packet length check.Bruce Momjian2002-08-301-15/+1
* Prevent problem with extra-long password packets from allocating lots ofBruce Momjian2002-08-291-1/+15
* Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane2002-08-292-223/+6
* The attached patch implements the password packet length sanity checkBruce Momjian2002-08-271-1/+12
* Add most of Neil Conway's cleanups.Bruce Momjian2002-08-271-2/+2
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-251-5/+5
* Add db-local user names, per discussion on hackers.Bruce Momjian2002-08-181-3/+3
* Remove #ifdef MULTIBYTETatsuo Ishii2002-08-081-15/+1
* Remove certain Makefile dependencies by using full pathnames inBruce Momjian2002-07-151-13/+12
* Treat \r as white space when parsing pg_hba and related files.Tom Lane2002-06-261-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-209-18/+18
* Fix missing 'buf' variable in SSL sources and add missing includes.Bruce Momjian2002-06-171-2/+4
* Fix SSL DEBUG levels to match CVS elog flags.Bruce Momjian2002-06-171-33/+29
* Rename DEBUG to DEBUG1 in SSL code.Bruce Momjian2002-06-171-16/+16
* Remove pfrees of cached pg_pwd file, per Tom Lane.Bruce Momjian2002-06-151-10/+1
* Yet another SSL patch. :-) This one adds some informational messagesBruce Momjian2002-06-141-2/+45
* SSL patch that adds support for optional client certificates.Bruce Momjian2002-06-141-3/+51
* Patch that checks ownership and permissions on server staticBruce Momjian2002-06-141-2/+15
* SSL patch to periodically renegotiate session key.Bruce Momjian2002-06-141-2/+29
* SSL support for ephemeral DH keys.Bruce Momjian2002-06-141-3/+257
* UPDATED PATCH:Bruce Momjian2002-06-143-17/+376
* Back out SSL changes. Newer patch available.Bruce Momjian2002-06-142-31/+18
* Attached are a revised set of SSL patches. Many of these patchesBruce Momjian2002-06-142-18/+31
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-052-2/+6
* Fix problem with new pg_hba.conf code where the same comparison functionBruce Momjian2002-04-281-10/+25
* Fix password code to deal with new quoting code.Bruce Momjian2002-04-252-13/+21
* Fix typo.Tom Lane2002-04-211-2/+4
* pq_getstring doesn't go through pq_getbyte anymore, for better performance.Peter Eisentraut2002-04-201-7/+24
* Authentication improvements:Bruce Momjian2002-04-046-780/+578
* Replace perror() calls by elog()s, so that messages can be routed toTom Lane2002-04-031-5/+5
* Improve wording of pg_hba.conf file.Bruce Momjian2002-03-081-86/+97
* Change made to elog:Bruce Momjian2002-03-062-6/+6
* Prevent failed passwords from being echoed to server logs, for security.Bruce Momjian2002-03-051-2/+4
* Prevent failed passwords from being echoed to server logs, for security.Bruce Momjian2002-03-051-3/+3
* Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane2002-03-048-356/+143
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-023-16/+13
* Fix for PAM error message display:Bruce Momjian2002-02-251-28/+28
* Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut2002-02-231-2/+9
* Avoid calling pq_flush just after sending AUTH_REQ_OK; this saves oneTom Lane2002-02-191-2/+9
* Fix use of 'char' to hold result of getc, per bug report forwarded byTom Lane2002-01-091-67/+60
* Place PAM before REJECT in sample file.Bruce Momjian2001-12-241-5/+5