1. 18 Nov, 2001 1 commit
  2. 12 Nov, 2001 1 commit
  3. 28 Sep, 2001 1 commit
  4. 26 Sep, 2001 1 commit
  5. 06 Sep, 2001 1 commit
    • Bruce Momjian's avatar
      PAM authentication: · 04c1f729
      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
      04c1f729
  6. 04 Sep, 2001 1 commit
  7. 21 Aug, 2001 1 commit
  8. 16 Aug, 2001 1 commit
  9. 15 Aug, 2001 1 commit
  10. 01 Aug, 2001 2 commits
  11. 31 Jul, 2001 1 commit
  12. 11 Jul, 2001 2 commits
  13. 18 Jun, 2001 1 commit
  14. 21 Nov, 2000 1 commit
  15. 30 May, 2000 3 commits
  16. 27 May, 2000 2 commits
  17. 27 Sep, 1999 1 commit
    • Bruce Momjian's avatar
      Lots of patches coming in from me today :-) · e0e7daef
      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
      e0e7daef
  18. 13 Jun, 1998 2 commits
  19. 24 May, 1998 1 commit
  20. 14 Mar, 1998 1 commit
  21. 06 Mar, 1998 1 commit
  22. 27 Jan, 1998 1 commit
  23. 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
  24. 04 Apr, 1997 1 commit
  25. 16 Jan, 1997 1 commit
  26. 12 Oct, 1996 1 commit