Skip to content
Snippets Groups Projects
  1. Feb 05, 2004
  2. Nov 18, 2003
    • Fons Rademakers's avatar
      From Gerri: · 18c7d6b3
      Fons Rademakers authored
      rpdutils/inc/rpdp.h
       o Rename RpdCheckHostWild as RpdCheckHost
      
      rpdutils/src/rpdutils.cxx
       o Remove function RpdCheckHostWild
       o Add function RpdCheckHost
      
      etc/system.rootdaemonrc
       o updated documentation
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@7616 27541ba8-7e3a-0410-8455-c3a389f83636
      18c7d6b3
    • Fons Rademakers's avatar
      From Gerri: · 5fbc685b
      Fons Rademakers authored
      net/inc/TAuthenticate.h
       o drop method CheckHostWild()
      
      net/src/TAuthenticate.cxx
       o drop method CheckHostWild()
       o Modified hostname checking in CheckHost()
      
      etc/example.rootauthrc
       o updated documentation
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@7614 27541ba8-7e3a-0410-8455-c3a389f83636
      5fbc685b
  3. Nov 07, 2003
    • Fons Rademakers's avatar
      From Gerri: · beacbef7
      Fons Rademakers authored
      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
      beacbef7
  4. Oct 22, 2003
    • Fons Rademakers's avatar
      From Gerri: · 30fb3363
      Fons Rademakers authored
      Patched files:
      
      configure
       o improved detection of patch details for globus
      
      README/README.GLOBUS
       o updated
      
      etc/hostcert.conf
       o add example for non-root runs
      
      globusauth/src/GlobusAuth.cxx
       o remove redundant 'access' calls
      
      net/src/TAuthenticate.cxx
       o fix return value in method GetPromptUser
      
      proofd/src/proofd.cxx
       o remove redundant 'access' calls
      
      rpdutils/inc/rpdp.h
       o add new includes file depending on Globus GTK version
       o add prototype for new function GblsToolCheckProxy
      
      rpdutils/src/globus.cxx
       o fix a few typos in debug messages
       o add new function GblsToolCheckProxy for checking user
         proxies when running as non-root
       o remove redundant 'access' calls
      
      rpdutils/src/rpdutils.cxx
       o remove redundant 'access' calls
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@7456 27541ba8-7e3a-0410-8455-c3a389f83636
      30fb3363
  5. Sep 24, 2003
  6. Sep 11, 2003
    • Fons Rademakers's avatar
      From Gerri: · d9f9466f
      Fons Rademakers authored
      This patch contains Maarten's suggestions, and the fixes I have done
      since then.
      There was problem in the transmission of the password to master/slaves
      that I believe was causing the hanging ...
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@7262 27541ba8-7e3a-0410-8455-c3a389f83636
      d9f9466f
  7. Aug 29, 2003
  8. Jan 22, 2003
  9. Feb 17, 2002
  10. Dec 05, 2001
  11. Nov 28, 2001
  12. Apr 23, 2001
  13. Mar 08, 2001
Loading