Skip to content
Snippets Groups Projects
  1. Sep 06, 2001
    • 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
  2. Aug 16, 2001
  3. Aug 15, 2001
  4. Aug 02, 2001
  5. Aug 01, 2001
  6. Jul 11, 2001
  7. May 13, 2001
  8. Mar 15, 2001
  9. Nov 21, 2000
  10. Oct 21, 2000
  11. Oct 16, 2000
    • Bruce Momjian's avatar
      Here is a patch against the same cvs tree as the SSL patch (Aug 20). · 06dc338e
      Bruce Momjian authored
      I hope I didn't mess the SGML up too bad, but somebody should definitly
      look that over. I tried to steal as much as I could from around :-)
      
      This patch updates:
      * Installation instructions (paragraph on how to compile with openssl)
      * Documentation of pg_hba.conf (added "hostssl" record docs)
      * Libpq documentation (added connection option, documentation of
        PQgetssl() function)
      * Add section on SSL to "Server Runtime Environment"
      
      If you beleive any particular area needs more attention, please let me know.
      
      //Magnus
      06dc338e
  12. Sep 06, 2000
  13. Aug 29, 2000
    • Bruce Momjian's avatar
      Here is a patch against the same cvs tree as the SSL patch (Aug 20). · c51041f4
      Bruce Momjian authored
      I hope I didn't mess the SGML up too bad, but somebody should definitly
      look that over. I tried to steal as much as I could from around :-)
      
      This patch updates:
      * Installation instructions (paragraph on how to compile with openssl)
      * Documentation of pg_hba.conf (added "hostssl" record docs)
      * Libpq documentation (added connection option, documentation of
        PQgetssl() function)
      * Add section on SSL to "Server Runtime Environment"
      
      If you beleive any particular area needs more attention, please let me know.
      
      //Magnus
      c51041f4
  14. Aug 25, 2000
  15. Jul 15, 2000
  16. Jul 04, 2000
  17. Jun 18, 2000
Loading