1. 15 Jun, 2003 1 commit
  2. 12 Jun, 2003 3 commits
    • Bruce Momjian's avatar
      IPv6 cleanups. · b4cea00a
      Bruce Momjian authored
      Kurt Roeckx
      Andrew Dunstan
      b4cea00a
    • Bruce Momjian's avatar
      · e5549a27
      Bruce Momjian authored
      Back out this patch because it is patched inside a later patch.
      
      ---------------------------------------------------------------------------
      
      here is a patch that allows CIDR netmasks in pg_hba.conf. It allows two
      address/mask forms:
      
      . address/maskbits, or
      . address netmask (as now)
      
      If the patch is accepted I will submit a documentation patch to cover
      it.
      
      This is submitted by agreement with Kurt Roeckx, who has worked on a
      patch that covers this and other IPv6 issues.
      e5549a27
    • Bruce Momjian's avatar
      Here is a patch that allows CIDR netmasks in pg_hba.conf. It allows two · b78961b0
      Bruce Momjian authored
      address/mask forms:
      
      . address/maskbits, or
      . address netmask (as now)
      
      If the patch is accepted I will submit a documentation patch to cover
      it.
      
      This is submitted by agreement with Kurt Roeckx, who has worked on a
      patch that covers this and other IPv6 issues.
      
      Andrew Dunstan
      b78961b0
  3. 25 Apr, 2003 1 commit
  4. 17 Apr, 2003 1 commit
  5. 13 Apr, 2003 1 commit
  6. 12 Apr, 2003 1 commit
  7. 03 Apr, 2003 1 commit
  8. 20 Mar, 2003 1 commit
  9. 15 Mar, 2003 1 commit
  10. 06 Jan, 2003 1 commit
  11. 14 Dec, 2002 1 commit
  12. 11 Dec, 2002 1 commit
  13. 06 Dec, 2002 2 commits
  14. 03 Dec, 2002 1 commit
  15. 04 Sep, 2002 1 commit
  16. 02 Sep, 2002 1 commit
  17. 26 Jun, 2002 1 commit
  18. 20 Jun, 2002 1 commit
  19. 28 Apr, 2002 1 commit
  20. 25 Apr, 2002 1 commit
  21. 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
  22. 04 Mar, 2002 1 commit
  23. 09 Jan, 2002 1 commit
  24. 12 Nov, 2001 1 commit
  25. 05 Nov, 2001 1 commit
  26. 28 Oct, 2001 1 commit
  27. 25 Oct, 2001 1 commit
  28. 26 Sep, 2001 2 commits
  29. 21 Sep, 2001 1 commit
  30. 07 Sep, 2001 2 commits
  31. 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
  32. 21 Aug, 2001 4 commits