- 18 Nov, 2001 1 commit
-
-
Tom Lane authored
enforce a limit on who can connect to databases other than their own. From a recent discussion in pg-admin.
-
- 12 Nov, 2001 1 commit
-
-
Bruce Momjian authored
-
- 28 Sep, 2001 1 commit
-
-
Bruce Momjian authored
-
- 26 Sep, 2001 1 commit
-
-
Bruce Momjian authored
supported platforms in pg_hba.conf.
-
- 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
-
- 04 Sep, 2001 1 commit
-
-
Tom Lane authored
-
- 21 Aug, 2001 1 commit
-
-
Bruce Momjian authored
-
- 16 Aug, 2001 1 commit
-
-
Bruce Momjian authored
-
- 15 Aug, 2001 1 commit
-
-
Bruce Momjian authored
Allow pg_shadow to be MD5 encrypted. Add ENCRYPTED/UNENCRYPTED option to CREATE/ALTER user. Add password_encryption postgresql.conf option. Update wire protocol version to 2.1.
-
- 01 Aug, 2001 2 commits
-
-
Tom Lane authored
system supports SO_PEERCRED requests for Unix sockets. This is an amalgamation of patches submitted by Helge Bahmann and Oliver Elphick, with some editorializing by yours truly.
-
Bruce Momjian authored
-
- 31 Jul, 2001 1 commit
-
-
Bruce Momjian authored
-
- 11 Jul, 2001 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 18 Jun, 2001 1 commit
-
-
Bruce Momjian authored
-
- 21 Nov, 2000 1 commit
-
-
Tom Lane authored
documentation.
-
- 30 May, 2000 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
AUTHTYPE in config file. Patch both branches.
-
- 27 May, 2000 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 27 Sep, 1999 1 commit
-
-
Bruce Momjian authored
When drawing up a very simple "text-drawing" of how the negotiation is done, I realised I had done this last part (fallback) in a very stupid way. Patch #4 fixes this, and does it in a much better way. Included is also the simple text-drawing of how the negotiation is done. //Magnus
-
- 13 Jun, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
have > 20000 users and each (potentially) needs a separate database which is > only accessible to them. Rather than having 20000 lines in pg_hba.conf, > I've patched Postgres so that the special token "sameuser" in the > database field of pg_hba.conf allows access only to the username which > is connecting.
-
- 24 May, 1998 1 commit
-
-
Bruce Momjian authored
-
- 14 Mar, 1998 1 commit
-
-
Bruce Momjian authored
-
- 06 Mar, 1998 1 commit
-
-
Bruce Momjian authored
-
- 27 Jan, 1998 1 commit
-
-
Marc G. Fournier authored
Cleanup patches for previous protocol changes patch
-
- 26 Jan, 1998 1 commit
-
-
Marc G. Fournier authored
I've completed the patch to fix the protocol and authentication issues I was discussing a couple of weeks ago. The particular changes are: - the protocol has a version number - network byte order is used throughout - the pg_hba.conf file is used to specify what method is used to authenticate a frontend (either password, ident, trust, reject, krb4 or krb5) - support for multiplexed backends is removed - appropriate changes to man pages - the -a switch to many programs to specify an authentication service no longer has any effect - the libpq.so version number has changed to 1.1 The new backend still supports the old protocol so old interfaces won't break.
-
- 04 Apr, 1997 1 commit
-
-
Marc G. Fournier authored
Clean up the .sample files...comment out all sample entries except for the localhost one
-
- 16 Jan, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 12 Oct, 1996 1 commit
-
-
Bryan Henderson authored
-