Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

crypt.c

  • Marc G. Fournier's avatar
    d5bbe2ac
    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
    History
    From: Phil Thompson <phil@river-bank.demon.co.uk>
    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.