Age | Commit message (Collapse) | Author | Files | Lines |
|
Guenther
(This used to be commit ef293be6cb95225f10e8062b3089dc1bbe5fd013)
|
|
Guenther
(This used to be commit 26eadadbf628f4d3aa4cd0ab4b55d47dc79c80ba)
|
|
Guenther
(This used to be commit 70a4ba798cdd3b4daa01c2f6aa693de34288c8b9)
|
|
Guenther
(This used to be commit a6a5d99f5206dc4b94f3d0ecceb5198d66afdf41)
|
|
Guenther
(This used to be commit af30a6373e7d85df4bb99e153588498938ddc368)
|
|
Guenther
(This used to be commit 6bfd76002f083f07b3d9d5c1f16e67614e7eb972)
|
|
Guenther
(This used to be commit c61cba97268f198ad7e25acc3cb0b166e897299d)
|
|
Guenther
(This used to be commit a142fe21e386233af658024b5a194eee0bc5c4ba)
|
|
Guenther
(This used to be commit 36f52b631c013f885ed25ea741a52f763d27198b)
|
|
Guenther
(This used to be commit c53bfd74251398924a1fae0fd8d9020dba958ba1)
|
|
Guenther
(This used to be commit 622d529c45aaa6d8ddd3a38a2fa4fc5e1ad53fe9)
|
|
Guenther
(This used to be commit 31d5a3aaa42c18319fd751aba65f435348b1e83e)
|
|
Guenther
(This used to be commit b8bf051bdda221dda15598e16bb8dbec68bc7df7)
|
|
Guenther
(This used to be commit 86827e374469421e2204598712225fb19d4af64b)
|
|
Guenther
(This used to be commit e74ad425ff3a139fa12c0320e4a292dcb0991888)
|
|
Guenther
(This used to be commit 1a98282d2c61e45645c68941631eb0499baa4cbb)
|
|
Guenther
(This used to be commit ea3a096bcdc42fd4a86be5df3e8f9745e99970ff)
|
|
Guenther
(This used to be commit 15801832ecd59bdb35ed33696944fe5beb08bf3f)
|
|
A good example that work in this area needs very careful testing :)
Guenther
(This used to be commit 7d369906ec37caebaa4e2097874997fa257f1a31)
|
|
Guenther
(This used to be commit cb0fad1c97e1b590791fc0661f8ada1cdaa69318)
|
|
Guenther
(This used to be commit 60fe8ade74d24d49f0fed0aae360a3b00edcd2b4)
|
|
Guenther
(This used to be commit 1acb9daf809acab15bc390f6598814549b88368c)
|
|
Guenther
(This used to be commit 2df3408079fc382d00d01a0b82b0b8e1ffeba6e4)
|
|
(This used to be commit cb6531965b2baab320123d4301ab851c6e22aa58)
|
|
(This used to be commit 252c3130697d1b7fd34a5225d83cef4f32e663b2)
|
|
(This used to be commit 77085f1a58666ac4314924d18c87d4add0553dba)
|
|
Guenther
(This used to be commit 153253e14f82fc7078e9cc6f12409e6eda7ee7cb)
|
|
Guenther
(This used to be commit fd490d236b1fb73a75c457b75128c9b98719418f)
|
|
hand-written ones.
Guenther
(This used to be commit d5ebfccebb1f1b56b45673a506fcdb414103c43b)
|
|
(This used to be commit ab0ee6e9a6a9eee317228f0c2bde254ad9a59b85)
|
|
Guenther
(This used to be commit f7100156a7df7ac3ae84e45a47153b38d9375215)
|
|
Michael
(This used to be commit 903223b160eef6ba6ff19a8bfef19e5fe7008631)
|
|
Rationale: Use reg_api instead of backend functions.
Michael
(This used to be commit f986a708be15dd9b9fc28b9862f64f2d0f94accc)
|
|
This is a step towards untangling the registry.
All places should use reg_api.c, reg_frontend should actually more
appropriately be named reg_backend_dispatcher and hidden from callers.
:-)
Michael
(This used to be commit 92e95fe58500dc8bf89bb43c1d65559702363767)
|
|
Guenther
(This used to be commit d9c8a2271d5d4ff845f1fe5986a2c63d79c41415)
|
|
Guenther
(This used to be commit dea64a0d886919dfd5bcc550cb36deabe4ec010d)
|
|
Michael
(This used to be commit edaf52a301a38824c8beb30c49fba27c8fb0461a)
|
|
Jeremy.
(This used to be commit a5cd3c9b65538588a6c982c6d20022e7476cf3de)
|
|
(This used to be commit 444e35e7df1f13fc285183da8fb41b30ad99a3fa)
|
|
ndr_size_security_descriptor does the same as sec_desc_size
(This used to be commit bc3bd7a8e7c6e9e27acb195c86abb92c0f53112f)
|
|
(This used to be commit ef75dcc9ffda85d77c8f22d0db702efbf8e642ed)
|
|
Guenther
(This used to be commit 1489870f05695a929902264eb9b95eab886bdaa6)
|
|
Guenther
(This used to be commit 9b0423e7d918b7b3837ca4ebf997edd80d4da6de)
|
|
(This used to be commit 5c392c4c6e277a24d0d477902dc7856b2b46ee53)
|
|
(This used to be commit 5ab82d4f574f2a2e2761e9e414c66a70aeffb05d)
|
|
Up to now, get_nt_acl() took a files_struct pointer (fsp) and
a file name. All the underlying functions should need and now
do need (after the previous preparatory work), is a connection_struct
and a file name. The connection_struct is already there in the
vfs_handle passed to the vfs functions. So the files_struct
argument can be eliminated.
This eliminates the need of calling open_file_stat in a couple
of places to produce the fsp needed.
Michael
(This used to be commit b5f600fab53c9d159a958c59795db3ba4a8acc63)
|
|
All callers are replaced by Get_Pwnam_alloc
(This used to be commit 735f59315497113aebadcf9ad387e3dbfffa284a)
|
|
Jeremy.
(This used to be commit b4dfec09e89428cac9b21a94ce4d24e60d4a54f4)
|
|
This patch is still incomplete in that winbindd does not walk
the the trusted domains to lookup unqualified names here.
Apart from that this fix should be pretty much complete.
Michael
(This used to be commit f7efc0eca9426e63b751c07a90265a12bb39cf95)
|
|
Use LOOKUP_NAME_LOCAL instead of LOOKUP_NAME_ISOLATED.
Michael
(This used to be commit 1d4e0ad1142c61de402c925306f02f5de2c872f6)
|