1. 27 Mar, 1997 1 commit
  2. 25 Mar, 1997 2 commits
  3. 20 Mar, 1997 1 commit
  4. 19 Mar, 1997 1 commit
  5. 12 Mar, 1997 1 commit
    • Marc G. Fournier's avatar
      From: Dan McGuirk <mcguirk@indirect.com> · 3a7c93e7
      Marc G. Fournier authored
      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
  6. 19 Feb, 1997 2 commits
  7. 13 Feb, 1997 1 commit
  8. 09 Feb, 1997 3 commits
  9. 06 Feb, 1997 4 commits
  10. 04 Feb, 1997 3 commits
  11. 30 Jan, 1997 2 commits
  12. 29 Jan, 1997 1 commit
  13. 27 Jan, 1997 2 commits
  14. 26 Jan, 1997 1 commit
  15. 25 Jan, 1997 6 commits
  16. 24 Jan, 1997 9 commits