postgresql/src
Marc G. Fournier d5bbe2aca5 From: Phil Thompson <phil@river-bank.demon.co.uk>
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.
1998-01-26 01:42:53 +00:00
..
backend From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-26 01:42:53 +00:00
bin Add cash_words_out and fix \df width. 1998-01-25 20:23:40 +00:00
include From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-26 01:42:53 +00:00
interfaces From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-26 01:42:53 +00:00
lextest Lex/yacc source cleanup like indent. 1997-09-08 03:20:18 +00:00
makefiles From: "Billy G. Allie" <Bill.Allie@mug.org> 1998-01-17 23:33:58 +00:00
man From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-26 01:42:53 +00:00
template Start an openbsd port 1998-01-20 03:11:11 +00:00
test From: "Michael J. Maravillo" <mmj@philonline.com> 1998-01-17 23:39:35 +00:00
tools Html backend_dir cleanup 1998-01-12 14:41:38 +00:00
tutorial Goodbye ABORT. Hello ERROR for all errors. 1998-01-07 21:07:04 +00:00
utils Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
config.guess From: "Eric H. Raskin" <ehr@listworks.com> 1997-06-11 01:02:01 +00:00
config.sub Start of a univel port by "Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com> 1997-03-25 07:16:36 +00:00
configure this is to help someone that wants an AUX port get started... 1998-01-25 07:08:31 +00:00
configure.in this is to help someone that wants an AUX port get started... 1998-01-25 07:08:31 +00:00
DEVELOPERS Reorganize developers files. 1997-09-08 04:14:01 +00:00
GNUmakefile.in From: "Michael J. Maravillo" <mmj@philonline.com> 1998-01-17 23:39:35 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in Thank god for searchable mail archives. 1998-01-15 19:46:37 +00:00