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

[PATCH] Prerequisites for client-side SASL support

From: Vlad Georgescu <vgeorgescu_at_gmail.com>
Date: 2006-07-12 00:00:21 CEST

Hi,

As suggested by Garrett Rooney and David Anderson, I broke up my
initial patch into smaller, more manageable chunks. This is the first
one. Please review and comment.

[[
Refactor libsvn_ra_svn's authentication code. This is mainly to
facilitate the subsequent introduction of Cyrus SASL support.

* subversion/libsvn_ra_svn/client.c
  (ra_svn_session_baton_t): Moved to ra_svn.h and renamed to
  svn_ra_svn__session_baton_t. Changed all occurrences to reflect this.
  (find_mech, read_success): Moved to simple_auth.c.
  (do_auth): Moved to simple_auth.c and renamed to svn_ra_svn__do_auth.
  (auth_response): Renamed to svn_ra_svn__auth_response.

* subversion/libsvn_ra_svn/simple_auth.c: New file. Contains
  functions taken from client.c.

* subversion/libsvn_ra_svn/ra_svn.h
  (svn_ra_svn__session_baton_t): Copied from client.c.
  (svn_ra_svn__do_auth,
   svn_ra_svn__auth_response): New declarations.
]]]

-- 
Vlad


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Wed Jul 12 00:00:54 2006

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.