1. 04 9月, 2006 1 次提交
  2. 15 7月, 2006 1 次提交
  3. 14 7月, 2006 3 次提交
  4. 12 5月, 2006 1 次提交
  5. 06 5月, 2006 1 次提交
  6. 27 4月, 2006 4 次提交
    • B
      Tab alignment cleanup. · 8f10768f
      Bruce Momjian 提交于
      8f10768f
    • B
      Add underscores to SSL CERT macro names, for clarity and consistency · 317ce626
      Bruce Momjian 提交于
      with be-secure.c.
      317ce626
    • B
      Change libpq's PQgetssl() to return a void*, rather than SSL *, so that · 3c4768d0
      Bruce Momjian 提交于
      applications don't need the SSL headers.
      
      Martijn van Oosterhout
      3c4768d0
    • B
      Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq: · f1b3d5b0
      Bruce Momjian 提交于
      In the SSL code in libpq it does some processing with DH parameters:
      
      SSL_CTX_set_tmp_dh_callback()
      
      This function is marked as server use only[1], the client always uses
      the DH parameters in the server, so all the code in the client dealing
      with the DH parameters is useless. This patch removes it.
      
      It's not clear why the code was added in the first place, it's been
      there almost since the beginning[2]. At the time there was a suggestion
      of merging the front-end and backend SSL code, but looking at the
      changes since, that seems unlikely.
      
      As a further example, the s_server program allows you to specify DH
      params, but s_client doesn't. In the GnuTLS documentation under
      gnutls_dh_params_generate2() it says[3]:
      
        Also note that the DH parameters are only useful to servers. Since
        clients use the parameters sent by the server, it's of no use to call
        this in client side.
      f1b3d5b0
  7. 05 3月, 2006 1 次提交
  8. 25 1月, 2006 1 次提交
  9. 24 10月, 2005 1 次提交
    • B
      I have applied the following patch to document PQinitSSL() and · 81915970
      Bruce Momjian 提交于
      PQregisterThreadLock().
      
      I also remove the crypt() mention in the libpq threading section and
      added a single sentence in the client-auth manual page under crypt().
      Crypt authentication is so old now that a separate paragraph about it
      seemed unwise.
      
      I also added a comment about our use of locking around pqGetpwuid().
      81915970
  10. 15 10月, 2005 1 次提交
  11. 29 8月, 2005 1 次提交
  12. 24 8月, 2005 3 次提交
  13. 10 1月, 2005 1 次提交
  14. 09 1月, 2005 1 次提交
  15. 07 1月, 2005 2 次提交
  16. 06 1月, 2005 1 次提交
    • T
      Make the various places that determine the user's "home directory" · d97ae823
      Tom Lane 提交于
      consistent.  On Unix we now always consult getpwuid(); $HOME isn't used
      at all.  On Windows the code currently consults $USERPROFILE, or $HOME
      if that's not defined, but I expect this will change as soon as the win32
      hackers come to a consensus.  Nothing done yet about changing the file
      names used underneath $USERPROFILE.
      d97ae823
  17. 05 1月, 2005 1 次提交
  18. 01 1月, 2005 1 次提交
    • P
      · 2ff50159
      PostgreSQL Daemon 提交于
      Tag appropriate files for rc3
      
      Also performed an initial run through of upgrading our Copyright date to
      extend to 2005 ... first run here was very simple ... change everything
      where: grep 1996-2004 && the word 'Copyright' ... scanned through the
      generated list with 'less' first, and after, to make sure that I only
      picked up the right entries ...
      2ff50159
  19. 03 12月, 2004 2 次提交
  20. 02 12月, 2004 1 次提交
  21. 20 11月, 2004 2 次提交
  22. 16 10月, 2004 1 次提交
  23. 28 9月, 2004 2 次提交
  24. 27 9月, 2004 1 次提交
  25. 24 9月, 2004 1 次提交
  26. 23 9月, 2004 1 次提交
  27. 29 8月, 2004 2 次提交
  28. 18 8月, 2004 1 次提交