Move ident authentication code into auth.c along with the other authenciation
Magnus Hagander <magnus@hagander.net>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/auth.c | modified | +462 −1 |
| src/backend/libpq/hba.c | modified | +4 −458 |
| src/include/libpq/hba.h | modified | +4 −2 |