- 15 Jun, 2003 1 commit
-
-
Tom Lane authored
-
- 12 Jun, 2003 3 commits
-
-
Bruce Momjian authored
Kurt Roeckx Andrew Dunstan
-
Bruce Momjian authored
Back out this patch because it is patched inside a later patch. --------------------------------------------------------------------------- here is a patch that allows CIDR netmasks in pg_hba.conf. It allows two address/mask forms: . address/maskbits, or . address netmask (as now) If the patch is accepted I will submit a documentation patch to cover it. This is submitted by agreement with Kurt Roeckx, who has worked on a patch that covers this and other IPv6 issues.
-
Bruce Momjian authored
address/mask forms: . address/maskbits, or . address netmask (as now) If the patch is accepted I will submit a documentation patch to cover it. This is submitted by agreement with Kurt Roeckx, who has worked on a patch that covers this and other IPv6 issues. Andrew Dunstan
-
- 25 Apr, 2003 1 commit
-
-
Bruce Momjian authored
it, and map that to close() on Unix.
-
- 17 Apr, 2003 1 commit
-
-
Tom Lane authored
with variable-width fields. No more truncation of long user names. Also, libpq can now send its environment-variable-driven SET commands as part of the startup packet, saving round trips to server.
-
- 13 Apr, 2003 1 commit
-
-
Tom Lane authored
-
- 12 Apr, 2003 1 commit
-
-
Tom Lane authored
-
- 03 Apr, 2003 1 commit
-
-
Tom Lane authored
config files are present on one pass and not present on a later pass.
-
- 20 Mar, 2003 1 commit
-
-
Bruce Momjian authored
Neil Conway
-
- 15 Mar, 2003 1 commit
-
-
Bruce Momjian authored
in the SO_PEERCRED case. elif is misspelled as elsif for the test. A patch is attached. Bruno Wolff III
-
- 06 Jan, 2003 1 commit
-
-
Bruce Momjian authored
if the OS supports it. Code will still compile on non-IPv6-aware machines (feature added by Bruce). Nigel Kukard
-
- 14 Dec, 2002 1 commit
-
-
Bruce Momjian authored
failing to find pg_hba.conf should be a fatal error anyway, so I increased the priority of the elog() from LOG to FATAL and refactored the code a little bit. Neil Conway
-
- 11 Dec, 2002 1 commit
-
-
Bruce Momjian authored
report from Oliver Elphick. Backpatch to 7.3.
-
- 06 Dec, 2002 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
postgresql version 7.3, but yea... this patch adds full IPv6 support to postgres. I've tested it out on 7.2.3 and has been running perfectly stable. CREDITS: The KAME Project (Initial patch) Nigel Kukard <nkukard@lbsd.net> Johan Jordaan <johanj@lando.co.za>
-
- 03 Dec, 2002 1 commit
-
-
Bruce Momjian authored
-
- 04 Sep, 2002 1 commit
-
-
Bruce Momjian authored
-
- 02 Sep, 2002 1 commit
-
-
Bruce Momjian authored
because c.h has sys/types.h.
-
- 26 Jun, 2002 1 commit
-
-
Tom Lane authored
Should make life easier for DBAs who insist on editing files with Windoze tools.
-
- 20 Jun, 2002 1 commit
-
-
Bruce Momjian authored
-
- 28 Apr, 2002 1 commit
-
-
Bruce Momjian authored
was incorrectly used for both qsort and bsearch.
-
- 25 Apr, 2002 1 commit
-
-
Bruce Momjian authored
-
- 04 Apr, 2002 1 commit
-
-
Bruce Momjian authored
A new pg_hba.conf column, USER Allow specifiction of lists of users separated by commas Allow group names specified by + Allow include files containing lists of users specified by @ Allow lists of databases, and database files Allow samegroup in database column to match group name matching dbname Removal of secondary password files Remove pg_passwd utility Lots of code cleanup in user.c and hba.c New data/global/pg_pwd format New data/global/pg_group file
-
- 04 Mar, 2002 1 commit
-
-
Tom Lane authored
when to send what to which, prevent recursion by introducing new COMMERROR elog level for client-communication problems, get rid of direct writes to stderr in backend/libpq files, prevent non-error elogs from going to client during the authentication cycle.
-
- 09 Jan, 2002 1 commit
-
-
Tom Lane authored
Oliver Elphick. A few other minor cleanups while at it.
-
- 12 Nov, 2001 1 commit
-
-
Tom Lane authored
-
- 05 Nov, 2001 1 commit
-
-
Bruce Momjian authored
initdb/regression tests pass.
-
- 28 Oct, 2001 1 commit
-
-
Bruce Momjian authored
spacing. Also adds space for one-line comments.
-
- 25 Oct, 2001 1 commit
-
-
Bruce Momjian authored
tests pass.
-
- 26 Sep, 2001 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
supported platforms in pg_hba.conf.
-
- 21 Sep, 2001 1 commit
-
-
Tom Lane authored
(salts were always zero!?), add much missing documentation.
-
- 07 Sep, 2001 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 06 Sep, 2001 1 commit
-
-
Bruce Momjian authored
> pam_strerror() should be used a few more times, rather than just saying > "Error!". Also, the configure.in snippet seems wrong. You add > -I$pam_prefix/include/security to $INCLUDES and then you #include > <security/pam_appl.h>. This whole thing is probably unnecessary, since > PAM is a system library on the systems where it exists, so the headers > and libraries are found automatically, unlike OpenSSL and > Kerberos. See attached revised patch. (I'm sure the configure.in stuff can be done right/better, I'm just not enough of a autoconf guru to know what to change it to.) Dominic J. Eidson
-
- 21 Aug, 2001 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-