Skip to content
Snippets Groups Projects
Commit beacbef7 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

From Gerri:

Index: README/README.AUTH
 o Update explaining tutorial use

Index: base/src/TFile.cxx
 o ::Open(): call TNetFile also if same host but different user
   (to access files protected by password)

Index: globusauth/src/GlobusAuth.cxx
 o Aestethic changes (shortening of a few lines)

Index: krb5auth/src/Krb5Auth.cxx
 o Simplify two debug printouts
 o Change debug print to stderr in Info(...; add gDebug control.

Index: net/inc/THostAuth.h
 o Modify default ctor
 o Add method HasMethod to test method availability

Index: net/src/TAuthenticate.cxx
 o make sure that if fgUser (and nothing else) is set, this is
   the default user name
 o Make sure that requiring roots/rootk uses correctly details
   found for those methods in .rootauthrc
 o Fix return of GetPromptUser()
 o Fix problem with wild cards
 o Add check for wildcard host names in method GetHostAuth
 o Remove debug printout in method ReadAuthRc

Index: net/src/THostAuth.cxx
 o Modify default ctor
 o Add method HaveMethod to test method availability
 o Aestethic changes (shortening of a few lines)

Index: net/src/TNetFile.cxx
 o Remove precompiler unused #if's in method ConnectServer

Index: proof/inc/TProofServ.h
 o Remove method ReadProofAuth, add method RecvHostAuth
   (To receive directly the authentication info in ProofServ
   instead of reading it from temporary files
   /usr/tmp/proofserv.<id>)

Index: proof/src/TProofServ.cxx
 o All mods needed to remove method ReadProofAuth and add
   method RecvHostAuth (see above).
   Modified methods: Setup, CollectAuthInfo .
 o Fix bug in CollectAuthInfo switching ReUse off by default
   for method UsrPwd
 o Removing automatic choice of UidGid for local slaves
 o Setting order of default UidGid authentication to last
 o Aestethic changes in CheckAuth

Index: proof/src/TSlave.cxx
 o transmit passwd for UsrPwd and SRP authentication also to slaves
 o All mods needed to send auth info to ProofServ instead of
   proofd (see above)

Index: proofd/src/proofd.cxx
 o Fix compiling problem with namespaces for Kerberos
 o Remove redundant 'access' calls
 o Authenticate: do not recive auth info (done in ProofServ)
 o ProofExec: send TmpDir to proofserv (for key location)
 o Define gSystemdaemonc as $ROOTETCDIR/system.rootdaemonrc

Index: rootd/src/rootd.cxx
 o Define gSystemdaemonc as $ROOTETCDIR/system.rootdaemonrc

Index: rpdutils/inc/rpdp.h
 o Rename gAuthAllow as gSystemDaemonRc
 o Rename kDaemonAccess as kDaemonRc

Index: rpdutils/src/rpdutils.cxx
 o Fix compiling problem with namespaces for Kerberos
 o Define kDaemonRc as .rootdaemonrc (it was daemon.access)
 o Add support for $HOME/.rootdaemonrc
 o Add support for daemon dependent access rules
 o Aestethic changes in CheckAuth (drop commented lines)

Index: srputils/src/SRPAuth.cxx
 o set static flags only when authentication is successful

Index: tutorials/TestAuth.C
 o Test using TFTP instead of TNetFile (faster and runs also
   with local host fqdn)
 o Add test for kerberos


git-svn-id: http://root.cern.ch/svn/root/trunk@7534 27541ba8-7e3a-0410-8455-c3a389f83636
parent 1580bf30
No related branches found
No related tags found
Loading
Showing
with 563 additions and 471 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment