- Feb 05, 2004
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@8128 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 18, 2003
-
-
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
-
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
-
- Nov 07, 2003
-
-
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
-
- Oct 22, 2003
-
-
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
-
- Sep 24, 2003
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7348 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7347 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 11, 2003
-
-
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
-
- Aug 29, 2003
-
-
Fons Rademakers authored
new authentication scheme supports, the following methods: user/passwd (but save not clear passwd over wire), ssh, krb5, srp, globus and gui/uid (like RFIO uses). Everything is documents here: http://root.cern.ch/root/Auth.html. git-svn-id: http://root.cern.ch/svn/root/trunk@7174 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 22, 2003
-
-
Fons Rademakers authored
and Win32gdk displaying modules. TTF support provided by Olivier Couet and Bertrand Bellenot (for Win32), build system updated by me. Also fixes the RH8.0 installation problems of rootd and proofd. git-svn-id: http://root.cern.ch/svn/root/trunk@5959 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 17, 2002
-
-
Fons Rademakers authored
stored in cvs. git-svn-id: http://root.cern.ch/svn/root/trunk@4007 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 05, 2001
-
-
Fons Rademakers authored
win32 or unix based. git-svn-id: http://root.cern.ch/svn/root/trunk@3397 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 28, 2001
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@3317 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 23, 2001
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@2051 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 08, 2001
-
-
Fons Rademakers authored
also be placed in this directory by ./configure. git-svn-id: http://root.cern.ch/svn/root/trunk@1771 27541ba8-7e3a-0410-8455-c3a389f83636
-