Age | Commit message (Collapse) | Author | Files | Lines |
|
Guenther
(This used to be commit bc0d7a90dcc7bf702b24feb16abf4634ff178671)
|
|
Guenther
(This used to be commit 1009123b8600e6ccebe180f4a2f87c217638fef8)
|
|
Guenther
(This used to be commit a3e5b073f0474543ca74b40775ce1d7f80719c96)
|
|
Guenther
(This used to be commit 9db2e50a20caabaf90ce03203a066ddd7820d33a)
|
|
Guenther
(This used to be commit 3c05c56d4c0aac8106684cda3152c65299c63075)
|
|
Guenther
(This used to be commit 6f9d5e1cc94bc90685b54c04622b8f3357bd2f69)
|
|
Guenther
(This used to be commit 95fb01d8702342265f8837a368dc42f4a4d394d5)
|
|
Guenther
(This used to be commit 1809ea22c31ee28e109f49701f91534177027165)
|
|
files. Thanks to Kai Engert <kengert@redhat.com> for
reporting.
Jeremy.
(This used to be commit 687275cd532f8f8ad710acd222a0c76625da53c6)
|
|
this can only be done via fset_nt_acl() using an open
file/directory handle. I'd like to do the same with
get_nt_acl() but am concerned about efficiency
problems with "hide unreadable/hide unwritable" when
doing a directory listing (this would mean opening
every file in the dir on list).
Moving closer to rationalizing the ACL model and
maybe moving the POSIX calls into a posix_acl VFS
module rather than having them as first class citizens
of the VFS.
Jeremy.
(This used to be commit f487f742cb903a06fbf2be006ddc9ce9063339ed)
|
|
Michael
(This used to be commit a01d8fe5e89ca9620d23198b11e5ae605a97e5a6)
|
|
Michael
(This used to be commit 3e89217e7edea5d7ec707de065d38b1921ed09af)
|
|
Next step in the plan to make store_keys safer without transactions.
Michael
(This used to be commit f7c8718dead63964481954a86427b8c05d15452c)
|
|
Michael
(This used to be commit 97592db08a109ffbea8c85b17686fa565c5cf8c9)
|
|
adding number (3) ....
Michael
(This used to be commit a03a17365d64f7fe83a9f2e866c4f069a1dd1682)
|
|
values.
Michael
(This used to be commit 986030cdda828f7f87c5464d1837324b7033e27e)
|
|
transactions
/*
* Make the store operation as safe as possible without transactions:
*
* (1) For each subkey removed from ctr compared with old_subkeys:
*
* (a) First delete the value db entry.
*
* (b) Next delete the secdesc db record.
*
* (c) Then delete the subkey list entry.
*
* (2) Now write the list of subkeys of the parent key,
* deleting removed entries and adding new ones.
*
* (3) Finally create the subkey list entries for the added keys.
*
* This way if we crash half-way in between deleting the subkeys
* and storing the parent's list of subkeys, no old data can pop up
* out of the blue when re-adding keys later on.
*/
The workflow is going to be modified to meet this agendain the next commits.
Michael
(This used to be commit 55dd9bdd148fc942e15aacfe9f6b38b1a5c53158)
|
|
proceeding.
Michael
(This used to be commit 52413c94fcc56c4055de4d35bea8a00646352122)
|
|
This partly duplicates code from regdb_key_exists(). Maybe refactor later.
Michael
(This used to be commit c27d03bba842ecf99f23b22dc40fa7df33392fa0)
|
|
Michael
(This used to be commit 347bab7f4aca7f26a88affea954a514c25735abf)
|
|
Michael
(This used to be commit 727e5a87c0ed3e0a2b9c2b508b1f81e6a6d26732)
|
|
Michael
(This used to be commit 8a2c9d965d332ccd290089b92e9cfbba2413067c)
|
|
Michael
(This used to be commit cf653e101d1b2c38b5e9de35732421a120213170)
|
|
This uses the new semantics for existence of a key.
Michael
(This used to be commit 56a58690d3ab2e01ed28388bd59424d3abc7a0d3)
|
|
Michael
(This used to be commit 978aef3a862065be856b36b38d72d581c3ac0ba1)
|
|
Existence of a key is defined as follows:
* If the key is a base key (without separator), the key exists
iff the corresponding entry exist in the registry tdb.
* If the key is not a base key, the key exists, iff it exists
in the list of subkeys of it's parent keyname's tdb entry.
Michael
(This used to be commit 477008367f0ac90624b4b751955cd3235b2c9cc6)
|
|
Michael
(This used to be commit 04762cfcdba741afa457c96cd2f24e50cf83b15a)
|
|
Michael
(This used to be commit 2b25f480ba13ae125d081bab55ee3cbd3c4f425a)
|
|
list talloc context first.
Michael
(This used to be commit 23d7002b22ddcd2c52650463f31b72449aecaaaa)
|
|
Guenther
(This used to be commit ec9f8c4cf67c82f4665ed51e4fd0181f5f147ea0)
|
|
Guenther
(This used to be commit 4c0805220821719ad1db1590457ab66a577d26a7)
|
|
Guenther
(This used to be commit 7159cce8055d0197cfc1a9daa08d2370527ea3bc)
|
|
Guenther
(This used to be commit 47146effc1c2bca516d4fbccf221b5b0e02737bf)
|
|
"nss_token" from my point of view much better reflects what this flag actually
represents
(This used to be commit b121a5acb2ef0bb3067d953b028696175432f10d)
|
|
(This used to be commit 1843ea64ab1df5ced5926aedbeb27c8320b0c70b)
|
|
(This used to be commit 27a9bbc645416265eebdfc866925855021bd407c)
|
|
Guenther
(This used to be commit 4bef77a4566590b3e20470f538f20848ed49f264)
|
|
Guenther
(This used to be commit 9fcda4627b1c1d2836b6cbd1141f4e843ecab115)
|
|
Guenther
(This used to be commit a81818ae54159755df441cc6421e5b272035f412)
|
|
Guenther
(This used to be commit 3feaa9829cc5bdeb7a5401c3c24b3811816396ce)
|
|
Guenther
(This used to be commit 5bf47ebf0fb9f7d94ed36bce6bcaa31b508009bd)
|
|
so we can detect broken Linux recvfile splice and correctly fall
back.
Jeremy.
(This used to be commit ec2d301a7aac173aba41dd2074037f27d05095ce)
|
|
This allows for calling e.g.
TESTS=posix_s3 POSIX_SUBTESTS="RPC-SAMBA3-GETUSERNAME" make test
Michael
(This used to be commit 7418d89b2941fff307e0980d1f71f106aed8cbce)
|
|
(This used to be commit e70b5b762234f1733f150bdfbda7b208a8139990)
|
|
Also fix a "ignoring asprintf result" warning
(This used to be commit 64d21f39636019d6a17f84efc6fb9e61e67a235e)
|
|
(This used to be commit 87383a4605ab99d32fccae7793dc5292b8f3e25b)
|
|
Always, always run "make test" before pushing stuff :-)
(This used to be commit 1444db8be1de00a3e9c805f1accd8f1f4670d729)
|
|
metze
(cherry picked from commit 8798ce3c744025b94973784dcb44d099427ef190)
(This used to be commit fa443081eaff77623653ed0390c4f9dabc4487b5)
|
|
say "RUNNING SUBTESTS ..." instead of "Running ... tests"
Michael
(This used to be commit 0b879817ba20861c7d0b239d7f7199b0a5ed2ca1)
|
|
Say "RUNNING TESTS ..." instead of "RUNNING SUBTESTS ..."
Michael
(This used to be commit b73821c392a23c213e4b1ad25a8a2d0c845cee3a)
|