[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] GSSAPI support for neon

From: RISKO Gergely <risko_at_risko.hu>
Date: 2003-07-23 03:17:52 CEST

> 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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.