]> granicus.if.org Git - postgresql/commit
Fix up problems in write_auth_file and parsing of the auth file.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Jun 2005 22:16:45 +0000 (22:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Jun 2005 22:16:45 +0000 (22:16 +0000)
commit6561372c572eff590d7d4759b4b5ec2cdc74ba5d
tree8f41fe7427f27604ed3c902786bca45157262a36
parent0eaa36a16a89029f1b2eb9a38c90e3a0a0e2641e
Fix up problems in write_auth_file and parsing of the auth file.
In particular, make hba.c cope with zero-length tokens, which it
never did properly before.  Also, enforce rolcanlogin.
src/backend/commands/user.c
src/backend/libpq/hba.c
src/backend/utils/init/flatfiles.c
src/backend/utils/init/miscinit.c