[2164] in Moira Commits
[ops/moira] b41bd5: From Mark: create a separate incremental for PACS
daemon@ATHENA.MIT.EDU (Jonathon Weiss)
Wed Jul 15 16:16:25 2020
Date: Wed, 15 Jul 2020 16:16:08 -0400
From: Jonathon Weiss <noreply@mit.edu>
To: <moira-commits@mit.edu>
Message-ID: <ops/moira/push/refs/heads/master/b62663-d312d6@github.mit.edu>
MIME-Version: 1.0
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
Branch: refs/heads/master
Home: https://github.mit.edu/ops/moira
Commit: b41bd59e1bed05c650a50be5a3573a06c5c7d6ba
https://github.mit.edu/ops/moira/commit/b41bd59e1bed05c650a50be5a3573a06c5c7d6ba
Author: Jonathon Weiss <jweiss@mit.edu>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M moira/incremental/ldap/Makefile.in
M moira/incremental/ldap/winad.c
Log Message:
-----------
From Mark: create a separate incremental for PACS lists
Essentially split the LDAP incremental into a PACS and non-PACS
version so that PACS related changes don't get blocked behind other
list changes
Commit: 35a6d4323fcf25061a1289461b9151d57967817a
https://github.mit.edu/ops/moira/commit/35a6d4323fcf25061a1289461b9151d57967817a
Author: Jonathon Weiss <jweiss@mit.edu>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M moira/incremental/afs/afs.c
Log Message:
-----------
From Mark (with a tweak) AFS doesn't need to know about PACS groups
Commit: d312d623120998ec725156ac57c060de42d5d451
https://github.mit.edu/ops/moira/commit/d312d623120998ec725156ac57c060de42d5d451
Author: Jonathon Weiss <jweiss@mit.edu>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M moira/server/mr_sauth.c
Log Message:
-----------
From Mark: address race condition in krb5 replay cache
Some incremental updates connect back to moirad to get additional
information, and tripped over this issue.
Compare: https://github.mit.edu/ops/moira/compare/b626637e7a6c...d312d6231209