Move ident authentication code into auth.c along with the other authenciation

Magnus Hagander <magnus@hagander.net>

Commit: c30c1b8786395d94b9acd0ce57d293230b138bbb
Author: Magnus Hagander <magnus@hagander.net>
Date: 2008-08-01T09:09:49Z
Releases: 8.4.0
Move ident authentication code into auth.c along with the other authenciation
routines, leaving hba.c to deal only with processing the HBA specific files.

Files

PathChange+/−
src/backend/libpq/auth.c modified +462 −1
src/backend/libpq/hba.c modified +4 −458
src/include/libpq/hba.h modified +4 −2