Skip to content
Snippets Groups Projects
  1. Nov 03, 2011
  2. Nov 02, 2011
  3. Nov 01, 2011
  4. Oct 28, 2011
  5. Oct 25, 2011
  6. Oct 24, 2011
  7. Oct 21, 2011
  8. Oct 20, 2011
  9. Oct 19, 2011
  10. Oct 14, 2011
    • Gerardo Ganis's avatar
      · 01ef10ed
      Gerardo Ganis authored
        Remove hardcoded additions of dirname(COMPILER) and of '/bin:/usr/bin:/usr/local/bin'
        in front of PATH. These uncontrolled additions could hide specific settings in PATH
        and be the source of weird problems appearing in PROOF only.
        By default only $ROOTSYS/bin in front of the original PATH. Additions of dirname(COMPILER)
        and/or of '/bin:/usr/bin:/usr/local/bin' are controlled by the rootrc ProofServ.BinPaths .
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@41399 27541ba8-7e3a-0410-8455-c3a389f83636
      01ef10ed
    • Gerardo Ganis's avatar
      · b6c3e201
      Gerardo Ganis authored
        Add more flexibility to the definition of the library path seen by proofserv. So far
        to avoid ambiguites in some cases, $ROOTSYS/lib was removed and the one of the ROOT
        version chosen was added later on in front. This proved to be to aggressive in some
        cases. Now by default the path is the same seen by xproofd; the new directive
        xpd.filterlibpaths (see http://root.cern.ch/drupal/content/configuration-reference-guide#filterlibpaths).
        allows to remove selected subpaths.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@41393 27541ba8-7e3a-0410-8455-c3a389f83636
      b6c3e201
  11. Oct 13, 2011
  12. Oct 12, 2011
    • Gerardo Ganis's avatar
      · 05d9e3e5
      Gerardo Ganis authored
        - Fix the behavior of the 'xpd.allowedusers' and 'xpd.allowedgroups' directives
        - Allow 'xpd.allowedgroups' to control also PROOF groups, not only UNIX ones.
        - Simplify error messages in case of login failure because of non-authorization .
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@41355 27541ba8-7e3a-0410-8455-c3a389f83636
      05d9e3e5
  13. Oct 11, 2011
    • Gerardo Ganis's avatar
      · be90d1f6
      Gerardo Ganis authored
         - Move the check for the username after authentication. This is because authentication
           may run some credentials-to-user mapping which can modify the requested username.
           This way we really check the final username and not the one requested by the client,
           which may even not exist on the machines.
           Side modification: when the mapping function returns more usernames, the username
           specified by the client is used to help choosing the effective username among the
           available choices; if not match is found the handshake does any longer fail, the first
           mapped username is chosen instead.
      
         - In TXSocket::ProcessUnsolicitedMsg, fix an issue preventig server messages to be
           displayed during setup, i.e. when the XrdClientConn instance is not yet defined.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@41336 27541ba8-7e3a-0410-8455-c3a389f83636
      be90d1f6
    • Fons Rademakers's avatar
      make explictlink the default on linux too (was already the case for: · 736980af
      Fons Rademakers authored
      macosx, freebsd, openbsd, aix and win32). This adds some extra time to
      the link stage, which can be recuperated by using the gold linker
      (which is much faster than ld).
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@41335 27541ba8-7e3a-0410-8455-c3a389f83636
      736980af
  14. Oct 10, 2011
  15. Sep 27, 2011
  16. Sep 19, 2011
  17. Sep 18, 2011
  18. Sep 17, 2011
  19. Sep 16, 2011
    • Gerardo Ganis's avatar
      · 2a3f8456
      Gerardo Ganis authored
         Add possibility to skip the checks for the data directories during session startup,
         as they may significantly slowdown the startup process is the medium is busy.
         In such a case, admins are responsible to create the directories in advance; the
         session releated part fo the path is created by the session once up.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@40912 27541ba8-7e3a-0410-8455-c3a389f83636
      2a3f8456
  20. Aug 31, 2011
  21. Aug 30, 2011
  22. Aug 29, 2011
  23. Aug 25, 2011
    • Fons Rademakers's avatar
      From Gerri: · c3cd1d19
      Fons Rademakers authored
      Patch adding support for backend-dependent record formatting of PROOF
      monitoring. This is achieved by introducing a new layer, described by
      the abstract interface TProofMonSender, with the record format defined
      in the backend implemenattion (currently TProofMonSenderML, for MonaLisa,
      and TProofMonSenderSQL, for SQL backends).
      Currently three types of records are sent: 'summary' (derived from what
      was currently posted), 'dataset', with entries per dataset processed
      in the query, and 'files', with entries per file processed in the query.
      In SQL terms, each of this records corresponds to a different table.
      Sending of any of the three records can be toggled independently.
      
      Record format have been versionned, so that previous versions of the
      'summary' record can be still sent chosing the corresponding version.
      The latest version of 'summary' has been augmented with information
      about the number of missing files and the ROOT version.
      
      The headers of the relevant methods in TProofMonSenderSQL and
      TProofMonSenderML contain the details about the records.
      
      The Web doc is up-to-date.
      
      The patch also add to TSQMonitoring::SendParameters the possibility to
      do a bulk insert. This feature is used by TProofMonSenderSQL when 
      sending dataset or files information.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@40699 27541ba8-7e3a-0410-8455-c3a389f83636
      c3cd1d19
  24. Aug 22, 2011
Loading