Move most of basic_auth handling to a function
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:30:33 +0000 (13:30 -0400)
commitb91b5d302e12f28d7135b0085f47956f4e2b1ced
treee6d145f0ed5c555847aab385fab3a81a792c1125
parent2970c017e9afbcde29be86e02a58bf142daf1cdf
Move most of basic_auth handling to a function

Consolidate and simplify AUTH BASIC Handling - Part 3.

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

Closes #39

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