1. 18 11月, 1997 1 次提交
  2. 09 9月, 1997 1 次提交
  3. 08 9月, 1997 1 次提交
  4. 07 9月, 1997 1 次提交
  5. 20 8月, 1997 1 次提交
  6. 13 8月, 1997 2 次提交
  7. 25 3月, 1997 1 次提交
  8. 19 3月, 1997 1 次提交
    • M
      From: Jun Kuwamura <juk@rccm.co.jp> · 678cd5c6
      Marc G. Fournier 提交于
      Subject: [HACKERS] auth.c for kerberos.
      
        I made pgsql with eBones(international version of Kerberos4).  The
      following modification was needed.  And I added read permition for
      group to srvtab instead of running postmaster as root.
      678cd5c6
  9. 13 3月, 1997 1 次提交
    • M
      From: Dan McGuirk <mcguirk@indirect.com> · 3a7c93e7
      Marc G. Fournier 提交于
      Subject: [HACKERS] password authentication
      
      This patch adds support for plaintext password authentication.  To use
      it, you add a line like
      
      host         all         0.0.0.0       0.0.0.0           password  pg_pwd.conf
      
      
      to your pg_hba.conf, where 'pg_pwd.conf' is the name of a file containing
      the usernames and password hashes in the format of the first two fields
      of a Unix /etc/passwd file.  (Of course, you can use a specific database
      name or IP instead.)
      
      Then, to connect with a password through libpq, you use the PQconnectdb()
      function, specifying the "password=" tag in the connect string and also
      adding the tag "authtype=password".
      
      I also added a command-line switch '-u' to psql that tells it to prompt
      for a username and password and use password authentication.
      3a7c93e7
  10. 16 11月, 1996 1 次提交
  11. 06 11月, 1996 2 次提交
  12. 31 10月, 1996 1 次提交
  13. 13 10月, 1996 1 次提交
  14. 12 10月, 1996 1 次提交
  15. 14 8月, 1996 1 次提交
    • M
      The following patch makes postmaster -D work. -D specifies a different PGDATA · 80d0c4ff
      Marc G. Fournier 提交于
      directory.  The code that looks for the pg_hba file doesn't use it, though,
      so the postmaster uses the wrong pg_hba file.  Also, when the postmaster
      looks in one directory and the user thinks it is looking in another
      directory, the error messages don't give enough information to solve the
      problem.  I extended the error message for this.
      
      
      Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
      80d0c4ff
  16. 09 7月, 1996 1 次提交