Skip to content
Snippets Groups Projects
  1. Jun 23, 2008
  2. Jun 18, 2008
  3. Jun 17, 2008
  4. Jun 13, 2008
    • Gerardo Ganis's avatar
      · 12e92d55
      Gerardo Ganis authored
         Add possibility to allow connections based on the UNIX group.
         Users are accepted if members of the groups specified by
      
         xpd.allowedgroups group1,group2,...
      
         or if explicitely authorized via
      
         xpd.allowedusers usr1,usr2,...
      
         By default all UNIX groups are authorized. The 'xpd.allowedusers' can now also be used
         to deny access to a user by prefixing the username with '-'.
      
         For example, if 'usrgrp1' belongs to group 'grp1' and 'usrgrp2' to group 'grp2', the
         following settings
      
         xpd.allowedgroups grp1
         xpd.allowedusers -usrgrp1,usrgrp2
      
         will accept connection from any member of 'grp1' but 'usrgrp1', and from 'usrgrp2',
         even though the latter does not belong to group 'grp1'.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@24268 27541ba8-7e3a-0410-8455-c3a389f83636
      12e92d55
    • Gerardo Ganis's avatar
      · b04c024b
      Gerardo Ganis authored
         Make Process() return 0 on success (instead of 1) so that additional requests,
         if present, are processed right-away. Solves rare problem with multiple workers
         using the same physical connection.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@24267 27541ba8-7e3a-0410-8455-c3a389f83636
      b04c024b
  5. Jun 04, 2008
  6. May 28, 2008
    • Gerardo Ganis's avatar
      · 90b0a1e3
      Gerardo Ganis authored
         From Jan-Fiete:
          - Always read the group config file
          - Enforce GBytes by default for quota definitions
          - Define and use a variable for the product (1024 * 1024 * 1024)
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@24040 27541ba8-7e3a-0410-8455-c3a389f83636
      90b0a1e3
  7. May 23, 2008
    • Gerardo Ganis's avatar
      · 97d2b632
      Gerardo Ganis authored
         Import fixes / new functionality from branches/dev/proof:
      
         - proof/proofplayer/src/TPacketizerAdaptive.cxx
            Implement the classic strategy of the TPacketizer in TPacketizerAdaptive.
            The strategy can be changed from adaptive (default) to TPacketizer with:
            "PROOF_PacketizerStrategy" parameter to PROOF
      
         - proof/proofplayer/src/TProofPlayer.cxx
            Fixed error messages for 'MissingFiles' and 'FailedPackets' lists.
            Improve fault detection by creating a list of failed packets upon a mismatch
            in the expected and actual number of processed events; the list is added to
            the output list.
      
         - proof/proofplayer/src/TVirtualPacketizer.cxx
            Make sure that something has been processed before setting kIsDone.
            Improve fault detection by creating a list of failed packets upon a mismatch
            in the expected and actual number of processed events; the list is added to
            the output list.
      
         - proof/proofplayer/inc/TVirtualPacketizer.h
            Improve fault detection by creating a list of failed packets upon a mismatch
            in the expected and actual number of processed events; the list is added to
            the output list.
      
         - proof/proofplayer/inc/TPacketizerAdaptive.h
            Implement the classic strategy of the TPacketizer in TPacketizerAdaptive
      
         - proof/proof/src/TProofServ.cxx
            Fixes:
             + option string: "stageOnly" --> "stagedOnly".
             + add parenthesis to avoid a warning after the previous patch.
             + remove the objects added to the missingFiles in TDSet::Add from the 'dataset'
               before deleting it
             + fixed an error HandleCheckFile ('kPROOF_WorkDir' instead of 'kPROOF_PackDir').
             + make fCacheDir and fPackageDir controllable via directive
             + in TProofServ::ErrorHandler: do not create the related additional buffer if
               not logging to syslog
            Added functionality:
             - add possibility to flag an "Info" message as service message using
               the prefix "|Svc" in the location field; e.g.
      
                  Info("SetupCommon|Svc", "Test of SvcMsg");
      
               will produce something like
      
                  09:28:24  6892 Mst-0 | SvcMsg in <TXProofServ::SetupCommon>: Test of SvcMsg
      
               This is needed to be able in the future to filter-out messages needed
               by some services (e.g. the forthcoming memory checker) which should not be
               displayed by default.
      
         - proof/proofd/src/XrdProofSched.cxx
            Improve the calculation of the number of workers to assign by using fMinForQuery
            as a minimum.
            Fix the length of method separators.
            Fix signed/unsigned warning.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@23986 27541ba8-7e3a-0410-8455-c3a389f83636
      97d2b632
  8. May 21, 2008
    • Rene Brun's avatar
      From Andrei: · 0daf6e40
      Rene Brun authored
      if the object corresponding to the current key is deriving from TCollection it means that it was written with kSingleKey option so it has to be written after merging with the same option. Otherwise one gets weird results when merging lists of histograms.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@23947 27541ba8-7e3a-0410-8455-c3a389f83636
      0daf6e40
  9. May 20, 2008
  10. May 19, 2008
  11. May 16, 2008
  12. May 13, 2008
  13. May 08, 2008
  14. May 07, 2008
  15. May 01, 2008
  16. Apr 28, 2008
  17. Apr 23, 2008
  18. Apr 22, 2008
  19. Apr 18, 2008
  20. Apr 17, 2008
Loading