Age | Commit message (Collapse) | Author | Files | Lines |
|
Sync with trunk as off r13315
(This used to be commit 17e63ac4ed8325c0d44fe62b2442449f3298559f)
|
|
Jeremy.
(This used to be commit 4b7a60e95e8f972df05d162769f0c441a4442e56)
|
|
(This used to be commit f629bffb1a6b8c2ea54fcfe33865b43559abbc77)
|
|
desired_access passed in to the lsa open policy routine. Use a default
value that netapps and windows likes as well.
(This used to be commit 9c3cffaf22c69b8c7fae12adf02aa1679de546b3)
|
|
- remove 'if(mem_ctx)' tests prior to 'talloc_destroy' call to make
consistent with other modules; 'talloc_destroy' already test for NULL
anyway.
- initialize PyObject* result pointers to NULL in function
declarations; enables removal of redundant NULL assignments.
- use local scope TALLOC_CTX in lsa_lookup_names to prevent unbounded
memory growth during python policy object lifetime.
- change context name string used in lsa_lookup_sids from
'lsa_open_policy' to 'lsa_lookup_sids' (cut'npaste oversight from
previous patch)
- change docstring to match module name (apparently another cut'npaste
situation)
(This used to be commit 98cac74c67c454f636df5c1ea2baa029c482e402)
|
|
context for data that is only needed on a per-call basis.
(This used to be commit 3cb39ddee456f55b96e593c67c86082bbd590d86)
|
|
(This used to be commit 0308a0a11265050f53fc7e8e03f8e17b04adb45d)
|
|
(This used to be commit 606bb47f241d2916d039b38f48b50474a3e0dadc)
|
|
Jeremy.
(This used to be commit aa8439a49ec4b9f433745fefa1e769e45398f4df)
|
|
(This used to be commit 0310e539bb41f569c7ae77b2d131e966adefa27b)
|
|
(This used to be commit 2f46bdeb4fa1d32fe948af5d7fa80480ff2d2c86)
|
|
(This used to be commit 77be88668d9669a0aaa331c4bbb0faad978f0990)
|
|
Added {get,set}_debuglevel() and setup_logging() functions.
(This used to be commit b6e860546a622e6da238faf56d7c1567c6cf63a5)
|
|
A compile fix for enumerating trusted domains.
(This used to be commit fc75c3ccc3bc45ab72db85d46dbedbbdb0e2dff7)
|
|
(This used to be commit 63e2c7c5fe6eca86222a7a76d81ce1ee93ebde22)
|
|
(This used to be commit 179c68bd0db7c2631fcf052a746acacedf3c47ac)
|
|
- removed dodgy fprintf() error handling
- return an error string from open_pipe_creds() so the appropriate
exception can be raised by the caller
- reformatting
(This used to be commit d35cad359df3bd53e6bb49f6655d4c7b9993abb0)
|
|
(This used to be commit 36ed06cb5078429445f3bbb0f69baa2e0f8356a4)
|
|
(This used to be commit 18aeadc591b69bbbd874b7285ecaed50ff587e68)
|
|
just a single string.
(This used to be commit 775549b70e1d2770619c2fe1ed39418a8788dbfe)
|
|
(This used to be commit 3a11ce31ca3eed23f3bf82c46b2ebd2423be737d)
|
|
Added lookup_names() and lookup_sids() functions.
(This used to be commit 2d2c925014374605b29e052729e959c0fd690586)
|
|
(This used to be commit 7f2c814237f1df7008c9a91b7cf3b1de01e6ed87)
|
|
(This used to be commit d35770d06f7bc396cf32337a4e1104b5fe8a3ca8)
|