aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/hba.c
Commit message (Expand)AuthorAge
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-06
* The actual segfault was caused by a double pfree(), but ISTM thatBruce Momjian2002-12-14
* Fix line count error reporting in config files, like pg_hba.conf, perBruce Momjian2002-12-11
* Back out V6 code, caused postmaster startup failure.Bruce Momjian2002-12-06
* We have just finished porting the old KAME IPv6 patch over toBruce Momjian2002-12-06
* Add OpenBSD local indent credentials, from William Ahern.Bruce Momjian2002-12-03
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Treat \r as white space when parsing pg_hba and related files.Tom Lane2002-06-26
* Update copyright to 2002.Bruce Momjian2002-06-20
* Fix problem with new pg_hba.conf code where the same comparison functionBruce Momjian2002-04-28
* Fix password code to deal with new quoting code.Bruce Momjian2002-04-25
* Authentication improvements:Bruce Momjian2002-04-04
* Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane2002-03-04
* Fix use of 'char' to hold result of getc, per bug report forwarded byTom Lane2002-01-09
* send() attempt for IDENT communication should retry on EINTR.Tom Lane2001-11-12
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Add ALIGN() for cred packet, for OpenBSD.Bruce Momjian2001-09-26
* Disable local creds on OpenBSD because it doesn't support it. DocumentBruce Momjian2001-09-26
* Code review for MD5 authorization patch. Clean up some breakageTom Lane2001-09-21
* Add CRED alignment for NetBSD.Bruce Momjian2001-09-07
* Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian2001-09-07
* PAM authentication:Bruce Momjian2001-09-06
* Fix SCM_CREDS for FreeBSD, from Teodor Sigaev.Bruce Momjian2001-08-21
* Add missing include for SCM_CREDS.Bruce Momjian2001-08-21
* Fix SO_PEERCRED printf bug added with SCM_CREDS cleanup.Bruce Momjian2001-08-21
* Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian2001-08-21
* Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt.Bruce Momjian2001-08-16
* Remove protocol version change. Try MD5 first, then crypt() on all clients.Bruce Momjian2001-08-16
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-15
* Even though SO_PEERCRED is probably totally unportable, might as wellTom Lane2001-08-02
* Remove SO_PASSCRED step in ident_unix --- according to Helge Bahmann,Tom Lane2001-08-02
* Digging through previous discussion of this patch, I note where Peter E.Tom Lane2001-08-01
* Support ident authentication on local (Unix) socket connections, if theTom Lane2001-08-01
* Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store lineTom Lane2001-07-31
* Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List ofBruce Momjian2001-07-30
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Clean up callers of AllocateFile and BasicOpenFile to ensure thatTom Lane2000-08-27
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-08
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-02
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-23
* Lots of patches coming in from me today :-)Bruce Momjian1999-09-27
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15