Separate basic auth loop from the main accept.
authorSimo Sorce <simo@redhat.com>
Sun, 14 Jun 2015 22:23:16 +0000 (18:23 -0400)
committerSimo Sorce <simo@redhat.com>
Tue, 16 Jun 2015 17:29:26 +0000 (13:29 -0400)
commit2970c017e9afbcde29be86e02a58bf142daf1cdf
treed2d7f01af2107fc0070e3d24c6e7801997b5f1a5
parentd499fea35e0c88e75dbaf5e0e072fdbc8f88febe
Separate basic auth loop from the main accept.

Consolidate and simplify AUTH BASIC Handling - Part 2.

By moving all the special operation one for auth basic into its own
segment we make the code simpler (less exceptions) and more readable.

Signed-off-by: Simo Sorce <simo@redhat.com>
src/mod_auth_gssapi.c