1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Patch for Kerberos V.

Most (nearly all) of the work was done by David Wragg <dpw@doc.ic.ac.uk>

He patched 6.5.3. I've updated it for 7.0RC5.

It works for MIT kerberos 1.1.1 (and previously for 1.0.6 as well).

I've got the patch against 6.5.3, plus kerberized RPMS.

Mike Wyer <mw@doc.ic.ac.uk>     ||         "Woof?"
This commit is contained in:
Bruce Momjian
2000-05-27 03:39:33 +00:00
parent ddae527c96
commit 9500b35f17
5 changed files with 235 additions and 263 deletions

View File

@@ -12,7 +12,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: libpq-int.h,v 1.23 2000/04/12 17:17:15 momjian Exp $
* $Id: libpq-int.h,v 1.24 2000/05/27 03:39:33 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -50,6 +50,7 @@
* POSTGRES backend dependent Constants.
*/
#define PQERRORMSG_LENGTH 1024
#define CMDSTATUS_LEN 40
/*