Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Michael
|
|
Michael
(This used to be commit e65a999989c97c4c7b0af5093e0e89583691e9a8)
|
|
Michael
(This used to be commit 78bb005ee45e7a0be24b5222c3f878058b5cd8ea)
|
|
Michael
(This used to be commit da45fb92f69221758f36db4cbb7d871e3ce60718)
|
|
indent.
Michael
(This used to be commit e97d558c5660e6d235b62528f5527a62ac1252d7)
|
|
callers.
Michael
(This used to be commit 2f4ca62dce50225d67ba8643afba4199e1845c5f)
|
|
Michael
(This used to be commit 4bfc0be55f2a436a9c687ab6ad86e704fcb753d6)
|
|
Michael
(This used to be commit 9841ee7fd429c7ff367dbb43b754cd5b6f53c065)
|
|
Michael
(This used to be commit c9f01aee37165216fa8a5331c64dd93963b38802)
|
|
Michael
(This used to be commit 3f5955d361da5278773b46dccb34c8f63eb04157)
|
|
Michael
(This used to be commit acb9c98dff7dac5e0688a04dbf6d63a7a7f67fd2)
|
|
Michael
(This used to be commit 2e762be0db7a098b6da09756a9c9dfa3931ca3c6)
|
|
There is no need to save the keyname again, we only need to
get the REGISTRY_OPS out of the pathtree.
Furthermore, this makes life easier, since we can now pass
in keynames as temporarily allocated strings.
Michael
(This used to be commit 2f9ee2f782c77ed99669af5ac2ba40cb0978f0da)
|
|
Michael
(This used to be commit 2a278928805f4497e8afa28bdca433cbedc4a8d7)
|
|
This was broken in 331c0d6216e1a1607a49ed7eb4078e10138ec16a
(pstring removal).
Michael
(This used to be commit 7d1e986f3a5ab316a8501ddaca1ba1f0867b4531)
|
|
So reghook_cache_init() does not leak memory when called more
than once.
Also, fix the return value while we are at it.
Michael
(This used to be commit 25f571f40a630bff5a47bba6b01e42d4e0ffed66)
|
|
Jeremy.
(This used to be commit 331c0d6216e1a1607a49ed7eb4078e10138ec16a)
|
|
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
(This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
|
|
Guenther
(This used to be commit 43ca04918a5a1b2379083dc624b346ceb8476a38)
|
|
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
|
|
Jeremy.
(This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
|
|
(This used to be commit be9aaffdaccae06c8c035eaf31862e34b7cfbe38)
|
|
(This used to be commit 8c819cd0c670acfe7be2ecd927ef8de6fa5226f2)
|
|
printmig.exe work
* merge the sys_select_signal(char c) change from trunk
in order to keeo the winbind code in sync
(This used to be commit a112c5570a7f8ddddde1af0fa665f40a6067e8cf)
|
|
* removing the testprns tool
(This used to be commit 81ffb0dbbbd244623507880c323a3c37e2b8dc4d)
|
|
I was going to use this for tracking dfs mounts in smbclient
but found another way. Still the cleanup is valid so commiting it.
should be minimally disruptive since it is not widely used.
(This used to be commit 00738dca3b07083c91545910486a1f30f2b17281)
|
|
allocation
functions so we can funnel through some well known functions. Should help greatly with
malloc checking.
HEAD patch to follow.
Jeremy.
(This used to be commit 620f2e608f70ba92f032720c031283d295c5c06a)
|
|
functions now works :-)
(This used to be commit c5768538f6cf6ee824bc6e105a3391bbc2ea8e46)
|
|
that caused a valid search to fail. The printing registry
view now works again.
(This used to be commit 2050859f03493d5135984ce1e42baf8f1f2566b9)
|
|
use a destroyed TALLOC_CTX*
(This used to be commit 432b9f8d7c20fbf3b2a0906c8a93272abbe43fb6)
|
|
registry values are now passed around in containers
(REGSUBKEY_CTR & REGVAL_CTR) which each possess a TALLOC_CTX.
* removed subkey_specific_fn() from REGISTRY_OPS. Is implemented
in the form of a wrapper
* temporarily broke the printing registry ops.
* implemented inheritence for the data_p of nodes in a SORTED_TREE
* All REGISTRY_KEY instances now store a valid REGISTRY_HOOK since
the default REGOSTRY_OPS structure is stored in the root of the
cache_tree.
* Probably some other change I forgot.... T
(This used to be commit e7b55e8f017e638342d9c8c1a9259000745a0298)
|
|
(This used to be commit a43d9788fa8823d678ee72470421b980165ec2b0)
|