1. 05 Dec, 2002 1 commit
  2. 04 Sep, 2002 1 commit
  3. 20 Jun, 2002 1 commit
  4. 04 Apr, 2002 1 commit
    • Bruce Momjian's avatar
      Authentication improvements: · 43a3543a
      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
      43a3543a
  5. 12 Nov, 2001 1 commit
  6. 05 Nov, 2001 1 commit
  7. 02 Nov, 2001 1 commit
  8. 28 Oct, 2001 1 commit
  9. 25 Oct, 2001 1 commit
  10. 17 Aug, 2001 1 commit
  11. 15 Aug, 2001 2 commits
  12. 04 Jul, 2000 1 commit
  13. 15 Jul, 1999 1 commit
  14. 21 Feb, 1999 1 commit
    • Marc G. Fournier's avatar
      · 8c3e8a8a
      Marc G. Fournier authored
      From: Tatsuo Ishii <t-ishii@sra.co.jp>
      
      Ok. I made patches replacing all of "#if FALSE" or "#if 0" to "#ifdef
      NOT_USED" for current. I have tested these patches in that the
      postgres binaries are identical.
      8c3e8a8a
  15. 13 Feb, 1999 1 commit
  16. 26 Feb, 1998 1 commit
  17. 01 Feb, 1998 1 commit
  18. 26 Jan, 1998 1 commit
    • Marc G. Fournier's avatar
      From: Phil Thompson <phil@river-bank.demon.co.uk> · d5bbe2ac
      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.
      d5bbe2ac
  19. 13 Jan, 1998 1 commit
  20. 30 Dec, 1997 1 commit
    • Marc G. Fournier's avatar
      Slightly delayed patches from Todd...damn holidays :) · 3c1332e5
      Marc G. Fournier authored
        o  A new patch that contains the following changes:
              -- The pg_pwd file is now cached in the postmaster's memory.
              -- pg_pwd is reloaded when the postmaster detects a flag file creat()'ed
                 by a backend.
              -- qsort() is used to sort loaded password entries, and bsearch() is
                 is used to find entries in the pg_pwd cache.
              -- backends now copy the pg_user relation to pg_pwd.pid, and then
                 rename the temp file to be pg_pwd.
              -- The delimiter for pg_pwd has been changed to a tab character.
      3c1332e5
  21. 26 Dec, 1997 1 commit
  22. 04 Dec, 1997 1 commit