-
- Downloads
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
Showing
- README/README.AUTH 89 additions, 19 deletionsREADME/README.AUTH
- base/src/TFile.cxx 8 additions, 2 deletionsbase/src/TFile.cxx
- etc/system.rootdaemonrc 12 additions, 4 deletionsetc/system.rootdaemonrc
- globusauth/src/GlobusAuth.cxx 2 additions, 2 deletionsglobusauth/src/GlobusAuth.cxx
- io/src/TFile.cxx 8 additions, 2 deletionsio/src/TFile.cxx
- krb5auth/inc/Krb5Auth.h 2 additions, 2 deletionskrb5auth/inc/Krb5Auth.h
- krb5auth/src/Krb5Auth.cxx 13 additions, 12 deletionskrb5auth/src/Krb5Auth.cxx
- net/inc/THostAuth.h 4 additions, 4 deletionsnet/inc/THostAuth.h
- net/src/TAuthenticate.cxx 79 additions, 75 deletionsnet/src/TAuthenticate.cxx
- net/src/THostAuth.cxx 45 additions, 29 deletionsnet/src/THostAuth.cxx
- net/src/TNetFile.cxx 2 additions, 14 deletionsnet/src/TNetFile.cxx
- proof/inc/TProofServ.h 2 additions, 2 deletionsproof/inc/TProofServ.h
- proof/src/TProofServ.cxx 165 additions, 189 deletionsproof/src/TProofServ.cxx
- proof/src/TSlave.cxx 26 additions, 19 deletionsproof/src/TSlave.cxx
- proofd/src/proofd.cxx 35 additions, 54 deletionsproofd/src/proofd.cxx
- rootd/src/rootd.cxx 6 additions, 5 deletionsrootd/src/rootd.cxx
- rpdutils/inc/rpdp.h 5 additions, 4 deletionsrpdutils/inc/rpdp.h
- rpdutils/src/net.cxx 6 additions, 3 deletionsrpdutils/src/net.cxx
- rpdutils/src/rpdutils.cxx 44 additions, 21 deletionsrpdutils/src/rpdutils.cxx
- srputils/src/SRPAuth.cxx 10 additions, 9 deletionssrputils/src/SRPAuth.cxx
Loading
Please register or sign in to comment