> Can you submit a log message? Look at svn's HACKING file for an
> explanation of format, or just look at svn's own logs for examples.
Of course, here it is:
* src/Makefile.in
Added -lgssapi to LIBS. One should make a --with(out)-gssapi for
autoconf, but I can't...
* src/ne_auth.c
including errno.h and gssapi.h (can be ifdefed for GSSAPI if someone
makes the autoconf hack)
(auth_scheme enum): auth_scheme_gssapi added.
(auth_session struct): added char* gssapi_token.
(request_gssapi): new function, sends the gssapi_token.
(get_gss_name): new function, internal for gssapi.
(gssapi_challenge): new function, produces the gssapi_token.
(tokenize): fix the bug when the string to tokenize is: "GSS-Authenticate"
(auth_challenge): added GSSAPI.
(ah_pre_send): added GSSAPI to the switch.
* src/ne_string.c
(ne_base64): fixed the wrong algorithm, which only worked for 7bit strings
TODO:
freeing the gssapi_token somewhere (maybe in clean_session?)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 23 03:18:40 2003