LISTSERV mailing list manager LISTSERV 16.5

Help for XROOTD-DEV Archives


XROOTD-DEV Archives

XROOTD-DEV Archives


XROOTD-DEV@LISTSERV.SLAC.STANFORD.EDU


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

XROOTD-DEV Home

XROOTD-DEV Home

XROOTD-DEV  June 2014

XROOTD-DEV June 2014

Subject:

[xrootd/xrootd] 16863c: [XrdSys] Safe Linux Semaphore, take one

From:

Lukasz Janyst <[log in to unmask]>

Reply-To:

Lukasz Janyst <[log in to unmask]>

Date:

Wed, 11 Jun 2014 09:04:56 -0700

Content-Type:

multipart/mixed

Parts/Attachments:

Parts/Attachments

text/plain (231 lines)

  Branch: refs/heads/stable-3.3.6-x
  Home:   https://github.com/xrootd/xrootd
  Commit: 16863ca00841f87b3fd4e323e4735910b3c90f71
      https://github.com/xrootd/xrootd/commit/16863ca00841f87b3fd4e323e4735910b3c90f71
  Author: Lukasz Janyst <[log in to unmask]>
  Date:   2014-02-25 (Tue, 25 Feb 2014)

  Changed paths:
    A src/XrdSys/XrdSysLinuxSemaphore.hh
    M src/XrdUtils.cmake

  Log Message:
  -----------
  [XrdSys] Safe Linux Semaphore, take one


  Commit: 74afd49fff1d7cc466aa59f96f1dd4f48962f42f
      https://github.com/xrootd/xrootd/commit/74afd49fff1d7cc466aa59f96f1dd4f48962f42f
  Author: Lukasz Janyst <[log in to unmask]>
  Date:   2014-02-25 (Tue, 25 Feb 2014)

  Changed paths:
    M src/XrdSys/XrdSysLinuxSemaphore.hh

  Log Message:
  -----------
  [XrdSys] Refactor LinuxSemaphore for more clarity


  Commit: 51d5fbe82b39f1d647f4ae12e5c8683d5b728939
      https://github.com/xrootd/xrootd/commit/51d5fbe82b39f1d647f4ae12e5c8683d5b728939
  Author: Lukasz Janyst <[log in to unmask]>
  Date:   2014-02-25 (Tue, 25 Feb 2014)

  Changed paths:
    M src/XrdSys/XrdSysLinuxSemaphore.hh

  Log Message:
  -----------
  [XrdSys] Make LinuxSemaphore::CondWait() consistent with XrdSysSemaphore::CondWait()

This fiexes issues with hanging third party copies.


  Commit: 75630d992dce914feab3166cf11dc57d19f23c39
      https://github.com/xrootd/xrootd/commit/75630d992dce914feab3166cf11dc57d19f23c39
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2014-02-25 (Tue, 25 Feb 2014)

  Changed paths:
    M src/XrdSys/XrdSysIOEvents.cc

  Log Message:
  -----------
  Avoid Linux semaphore bug that can produce a SEGV.


  Commit: 8e1afecf43d703ccadbadcc5b322c8b29baa30f1
      https://github.com/xrootd/xrootd/commit/8e1afecf43d703ccadbadcc5b322c8b29baa30f1
  Author: Lukasz Janyst <[log in to unmask]>
  Date:   2014-02-25 (Tue, 25 Feb 2014)

  Changed paths:
    M src/XrdCl/CMakeLists.txt
    M src/XrdCl/XrdClChannel.cc
    M src/XrdCl/XrdClClassicCopyJob.cc
    M src/XrdCl/XrdClMessageUtils.hh
    M src/XrdCl/XrdClRequestSync.hh
    M src/XrdCl/XrdClSyncQueue.hh
    M src/XrdCl/XrdClThirdPartyCopyJob.cc
    M src/XrdCl/XrdClUglyHacks.hh

  Log Message:
  -----------
  [XrdCl] Make the new client use the private semaphore implementation

Conflicts:
	src/XrdCl/XrdClMessageUtils.hh
	src/XrdCl/XrdClUglyHacks.hh


  Commit: 2926a0ccac93fc2ca0cfafb73bd9b3546fdd7a67
      https://github.com/xrootd/xrootd/commit/2926a0ccac93fc2ca0cfafb73bd9b3546fdd7a67
  Author: Lukasz Janyst <[log in to unmask]>
  Date:   2014-02-26 (Wed, 26 Feb 2014)

  Changed paths:
    M packaging/rhel/xrootd.spec.in

  Log Message:
  -----------
  [RPM] Hadrcode the version to 3.3.6-2.CERN


  Commit: 6ac48e521e56ea22a4cc4e0c2a2d00efb16a3b10
      https://github.com/xrootd/xrootd/commit/6ac48e521e56ea22a4cc4e0c2a2d00efb16a3b10
  Author: Gerardo Ganis <[log in to unmask]>
  Date:   2014-02-27 (Thu, 27 Feb 2014)

  Changed paths:
    M src/XrdSecgsi/XrdSecProtocolgsi.cc

  Log Message:
  -----------
     Remove any usage of XrdSysPriv

   To remove dependency from setresuid and the related issues in multi-threaded applications.


  Commit: 2e16ec568cb4eca9d231e1d8f44f1ad7e79cdbfd
      https://github.com/xrootd/xrootd/commit/2e16ec568cb4eca9d231e1d8f44f1ad7e79cdbfd
  Author: Gerardo Ganis <[log in to unmask]>
  Date:   2014-02-27 (Thu, 27 Feb 2014)

  Changed paths:
    M src/XrdSeckrb5/XrdSecProtocolkrb5.cc

  Log Message:
  -----------
     Remove any usage of XrdSysPriv

   To remove dependency from setresuid and the related issues in multi-threaded applications.
   Also add functional access check at the keytab during the Init phase on the server side.
   For the time being a check failure implies plug-in load failure. This may be reviewed in
   the future.


  Commit: 9856935a4f00b71bed67acf7d1a0a065b4b326ed
      https://github.com/xrootd/xrootd/commit/9856935a4f00b71bed67acf7d1a0a065b4b326ed
  Author: Lukasz Janyst <[log in to unmask]>
  Date:   2014-02-27 (Thu, 27 Feb 2014)

  Changed paths:
    M packaging/rhel/xrootd.spec.in

  Log Message:
  -----------
  [RPM] Bump release number


  Commit: e43799ece5ff5e0c488daa69dc5d715700dc8777
      https://github.com/xrootd/xrootd/commit/e43799ece5ff5e0c488daa69dc5d715700dc8777
  Author: Lukasz Janyst <[log in to unmask]>
  Date:   2014-05-06 (Tue, 06 May 2014)

  Changed paths:
    M src/XrdSys/XrdSysLinuxSemaphore.hh

  Log Message:
  -----------
  [XrdCl] Add missing header


  Commit: 53f542541c1e9a2ab21d634eda352939f8c6fe3e
      https://github.com/xrootd/xrootd/commit/53f542541c1e9a2ab21d634eda352939f8c6fe3e
  Author: Lukasz Janyst <[log in to unmask]>
  Date:   2014-05-06 (Tue, 06 May 2014)

  Changed paths:
    M src/XrdSys/XrdSysLinuxSemaphore.hh

  Log Message:
  -----------
  [XrdSys] Fix a race in the LinuxSemaphore


  Commit: 087989cbcbd0a54038b8992b73adbc38de4a6675
      https://github.com/xrootd/xrootd/commit/087989cbcbd0a54038b8992b73adbc38de4a6675
  Author: Gerardo Ganis <[log in to unmask]>
  Date:   2014-05-06 (Tue, 06 May 2014)

  Changed paths:
    M src/XrdSeckrb5/XrdSecProtocolkrb5.cc

  Log Message:
  -----------
  Fix problem with creation of the forwarded ticket

Following commit f44d455d78109794a46714764cd57e79bc105969 the daemon is no longer
able to set {uid,gid} on the created file with the forwarded ticket. This patch
completes the previous one by removing the attempt to change {uid,gid}. The file
will be pwn by the daemon owner with permissions 0600.


  Commit: 4d557f2694e0facd6098b05d0b8a9bf3b88610e9
      https://github.com/xrootd/xrootd/commit/4d557f2694e0facd6098b05d0b8a9bf3b88610e9
  Author: Lukasz Janyst <[log in to unmask]>
  Date:   2014-05-06 (Tue, 06 May 2014)

  Changed paths:
    M packaging/rhel/xrootd.spec.in

  Log Message:
  -----------
  [RPM] Hadrcode the version to 3.3.6-4.CERN


  Commit: 731bb04bd8cca2433456a435f9d2f3571a23ca12
      https://github.com/xrootd/xrootd/commit/731bb04bd8cca2433456a435f9d2f3571a23ca12
  Author: Lukasz Janyst <[log in to unmask]>
  Date:   2014-06-11 (Wed, 11 Jun 2014)

  Changed paths:
    M src/XrdCl/XrdClClassicCopyJob.cc

  Log Message:
  -----------
  [XrdCl] Make CopyProcess check the error code on target close


  Commit: 80d0ee714836ac11a7dc479289bf3e9da09ce7f7
      https://github.com/xrootd/xrootd/commit/80d0ee714836ac11a7dc479289bf3e9da09ce7f7
  Author: Lukasz Janyst <[log in to unmask]>
  Date:   2014-06-11 (Wed, 11 Jun 2014)

  Changed paths:
    M packaging/rhel/xrootd.spec.in

  Log Message:
  -----------
  [RPM] Hadrcode the version to 3.3.6-5.CERN


Compare: https://github.com/xrootd/xrootd/compare/16863ca00841^...80d0ee714836

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1

Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010

ATOM RSS1 RSS2



LISTSERV.SLAC.STANFORD.EDU

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager

Privacy Notice, Security Notice and Terms of Use