]> granicus.if.org Git - postgresql/commit
Add support for GSSAPI authentication.
authorMagnus Hagander <magnus@hagander.net>
Tue, 10 Jul 2007 13:14:22 +0000 (13:14 +0000)
committerMagnus Hagander <magnus@hagander.net>
Tue, 10 Jul 2007 13:14:22 +0000 (13:14 +0000)
commit6160106c7495509310b709ee320b55cea8a60928
tree3a1be553f436ebf563d6ec4aaae3eff42d615db9
parentff481ca0d463d33246a331c92bdf3dfc018c24eb
Add support for GSSAPI authentication.

Documentation still being written, will be committed later.

Henry B. Hotz and Magnus Hagander
17 files changed:
configure
configure.in
src/backend/libpq/auth.c
src/backend/libpq/hba.c
src/backend/libpq/pg_hba.conf.sample
src/backend/libpq/pqcomm.c
src/backend/postmaster/postmaster.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/libpq/hba.h
src/include/libpq/libpq-be.h
src/include/libpq/pqcomm.h
src/include/pg_config.h.in
src/interfaces/libpq/Makefile
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/libpq-int.h