Age | Commit message (Collapse) | Author | Files | Lines |
|
address of a local variable.
(This used to be commit a861ff20917eeca303e2d36de71cd8614e937d5f)
|
|
This only detects if the tdb sequence number has changed
since the data has last been read.
Michael
(This used to be commit 3f081ebeadf30a7943723703ecae479e0412c60c)
|
|
Guenther
(This used to be commit 558ce4ec3eaa93c827316d92c346f35c140fadf0)
|
|
Guenther
(This used to be commit 44d67e84625a2a1a93baecef0e418b48e982443b)
|
|
Guenther
(This used to be commit 94693755a291993217b5cb74794504a8593eae30)
|
|
Guenther
(This used to be commit 8b63a1665795d2739b54144212926113d9be7f09)
|
|
Guenther
(This used to be commit be8071779fa14d964e86810f5fb16bc52aea4e36)
|
|
Guenther
(This used to be commit 33f6eff92b6bdf804d54c84375cece8a867933f2)
|
|
Guenther
(This used to be commit b37b2b77edec72fc3f53b3461aa1c210e4366c1b)
|
|
Guenther
(This used to be commit add28753b2e740804c48db5f6235cb2f8908d82b)
|
|
Guenther
(This used to be commit dceb9a4c80fb241e12fafc6229aa8e81f5d2df1a)
|
|
Guenther
(This used to be commit 99dd28da84c270f46535bd2ffa6bfef96d2e2eed)
|
|
Michael
(This used to be commit dcb5034acd35d219106e1d855f4c4d36b3c8d83b)
|
|
Guenther
(This used to be commit 54bdd22a07e885f896a8f784bc12096f65afac75)
|
|
domain secrets.
Guenther
(This used to be commit aa3de6f9f5b5375ca9f1e8a60a378afba1c0848b)
|
|
(rpccli_lsa_open_trusted_domain,
rpccli_lsa_query_trusted_domain_info,
cli_lsa_query_domain_info_policy).
Guenther
(This used to be commit 5bfb33f1c5a16d10f77cb76962df4a949626a062)
|
|
rpccli_lsa_open_trusted_domain_by_name,
rpccli_lsa_query_trusted_domain_info_by_sid and
rpccli_lsa_query_trusted_domain_info_by_name).
Guenther
(This used to be commit f2fb3473455f20e7314a9d33f5a1c923d3057d97)
|
|
Guenther
(This used to be commit 153e4dd162423a846dbd4a9a1be1fd747792bdbf)
|
|
Michael
(This used to be commit 9a435b510f8ccfd0ca3b3d100d6176e643273578)
|
|
This reverts commit 0093f618e91f7dcc69d57dbd09d23acc614999aa.
(This used to be commit ad6cb9afc9794b226e3453d36865edfe5a15f572)
|
|
Guenther
(This used to be commit 0093f618e91f7dcc69d57dbd09d23acc614999aa)
|
|
(This used to be commit 9f002eeff9bcf33a00e5641cb14338e866a17afe)
|
|
(This used to be commit c91e9c785b5bf4b0c479edf8eb33da22bf615387)
|
|
Michael
(This used to be commit 3eedb8928413da102446b76aa64d1feaecb95b52)
|
|
This will reveal the currently breaking tdbtorture to the build farm...
Michael
(This used to be commit 50f65c3c5500da8d657d5fc340e666ee8cfe148e)
|
|
Michael
(This used to be commit b3afc8391d40745328172ba012f0ffc166d75aa9)
|
|
It has been removed from libnet_conf_set_parameter().
Michael
(This used to be commit b5c533b06cba9a8ffd28a1fb3bc56ab248340775)
|
|
Michael
(This used to be commit aed01fd28c8e896e993239cbe9b2681132ddf980)
|
|
Create the [global] section if it does not yet exist.
Michael
(This used to be commit 90fa2981c949e21f66a44d634ebe9d661819f0a3)
|
|
It creates the [global] section if it does not yet exist.
Michael
(This used to be commit 627a29b690c30f1096a4746186089cd9a1c92407)
|
|
Also remove the "convenience function" section comment.
The set_global_parameter function now has a right to exist
in the api.
Michael
(This used to be commit fd99c1804ae04b7c2a2b0a605e83ba88fa362edb)
|
|
Michael
(This used to be commit c050b148d00c79571ef0e85c6e7c86d551ca6efd)
|
|
Michael
(This used to be commit ad2497cfac90b2e91be6995931629453fd6ed5fa)
|
|
Günther, I wanted to have this as atomic as possible.
I will add this behaviour to libnet_conf_set_global_parameter() next
with the justification that [global] should exist transparently.
Michael
(This used to be commit e2b34e9c028d712c7c8b22aade2c11d347ae176d)
|
|
(This used to be commit 4aaf4e7e73a5c7fa97ef730fbff5c7cb12df2d6c)
|
|
Michael
(This used to be commit edaf52a301a38824c8beb30c49fba27c8fb0461a)
|
|
The libnet_conf_ctx stores the information necessary to interoperate
with the configuration. It is created by calling libnet_conf_open()
and destroyed by calling libnet_conf_close(). The context is passed
to all the libnet_conf functions. It currently stores the token to
access the registry. Later, it could store more data, e.g. the server
to connect to, credentials, and so on. For support of other backends
than registry or support of remote configuration, only the open
function will have to be changed.
In net_conf, the calls to the actual net_conf functions is wrapped
into a function that calls libnet_conf_open()/_close(). Thus an
individual variant of net_conf_runfunction2() and functable2 is
used to cope with functions being called by the wrapper with the
additional libnet_conf_ctx argument.
Michael
(This used to be commit c2a9346faa26e79af5948197a1b322e545f0ed09)
|
|
(This used to be commit 7e75acfdd1910b3b5908c02d5f343f014eb77841)
|
|
We now refer directly to the file name in the tdb data, so don't delete it.
(This used to be commit 71de4946cf00cf8b7bb2f2d92832166bee12e84a)
|
|
(This used to be commit 616bc34744487450edd47e212a29c0f57eabb722)
|
|
(This used to be commit 24e719a1d432d5de022ab903457df0dd67c24b85)
|
|
(This used to be commit 883f7415769ad1e714f636e9d6fbd1f075e69d1e)
|
|
This cuts some mallocs on NtCreate&X
(This used to be commit 8e64107b7846d8f9cce71aabc95b28b7488d01ce)
|
|
In this low-level code, play tricks to reduce the number of allocations to the
possible minimum. I would not recommend this for higher-level code, but here it
pays off.
(This used to be commit 71b1e6ff1595fbaa8dd49b996c45541531c7e98c)
|
|
(This used to be commit 10b6f52910b4d29da4ea74740a174654dd1d8e8e)
|
|
(This used to be commit 85fe7f3f6ed4aae76e5cf31ab689b2dfacfd74de)
|
|
(This used to be commit 9ff79f231f1206631662b5c521ecddf5df9141c0)
|
|
module.
Jeremy.
(This used to be commit 8809eaeb154ea12543455f589e31172dc905d83a)
|
|
Jeremy.
(This used to be commit c79e9414c4baed6e61fc6a3f766395b873bcc4ea)
|
|
Jeremy.
(This used to be commit 2e75f3ecdf9890b9d7d4bd03f3fa15ef74816d5d)
|