Age | Commit message (Collapse) | Author | Files | Lines |
|
This is to provide a change sequence number to users, so that they
can use it to detect change in the config and trigger a reload.
Michael
(This used to be commit a0b12f4d815fa92c8826954e6d73546c8a751583)
|
|
That's what it actually is.
Michael
(This used to be commit 9d3c27f55726dbdce41fcf71c8bc1a7829340268)
|
|
Guenther
(This used to be commit f4581e9f4482566fba9436d5ae058b8d840fa394)
|
|
rpccli_samr_SetUserInfo (see the opcode mixup in rpc_samr.h).
Guenther
(This used to be commit bdc49185036060ebb9c727767dce52e4b01bd8b4)
|
|
(This used to be commit d9cec295bf55b3a7e16f548cc4bf64ce474b41e9)
|
|
Guenther
(This used to be commit d1e5a5a7f9dfb5756398e99cf09a4712d2b42682)
|
|
Guenther
(This used to be commit e62bfd2deea81f188cd4b5274218c3df64782aa7)
|
|
Guenther
(This used to be commit 28ef55cbf1662dfe6b64a837ade830f5c864b4b9)
|
|
Guenther
(This used to be commit ddc2fc16bf18fe3ab8a0fc0021826253d5f4ed32)
|
|
Guenther
(This used to be commit bdf8d562621e1a09bf83e2009dec24966e7fdf22)
|
|
Guenther
(This used to be commit 701af69118c9634c7dc0d5c10152ce776787694d)
|
|
Guenther
(This used to be commit da90eb7653554d242da83ed98adae35ced3a2938)
|
|
Guenther
(This used to be commit e4e9d72724d547e1405b2ed4cec509d50ec88c8d)
|
|
Guenther
(This used to be commit 64f0889401855ab76953bfae5db4fe4df19ad8a5)
|
|
Guenther
(This used to be commit fd490d236b1fb73a75c457b75128c9b98719418f)
|
|
them with different
names. Matt, Jeremy, please check.
Guenther
(This used to be commit d4a9e46edf7336f673c001c559af96eb0ecf9f6f)
|
|
patch for adding acct_flags to rpccli_samr_create_dom_user().
Jerry please test.
Jeremy.
(This used to be commit 7d94f97947b7edfcf3ec52f0125e4593d6d54c05)
|
|
Michael
(This used to be commit 196e4ce8c5dd5aab518aaa7d170eb1fb5d66bcd1)
|
|
Don't print only the last component.
Michael
(This used to be commit 654e96208ec847e32797cbd2442ef9e73c014567)
|
|
Michael
(This used to be commit 4d734106b70b9b6029b537fe11f8b3c1aebd42cf)
|
|
Michael
(This used to be commit bdc49b07cc6de36c9319254a131858c9a7f9dd53)
|
|
Michael
(This used to be commit c5a7d421c512a6221b0300549d7b5de0368d252e)
|
|
Guenther
(This used to be commit 622109895c56ed7cc02dac006f02cac89424b569)
|
|
Guenther
(This used to be commit 05cf1413cc92e15bbe7ba0477df282ad31e40412)
|
|
Guenther
(This used to be commit 357a393b106fe88629bf5f6c634d16c0fc47cee9)
|
|
Guenther
(This used to be commit 08c1720509dffa2886ed057e2d14907699122f3c)
|
|
Guenther
(This used to be commit 15d0e574386e39a4d2fa61cd268b48dfa5c84dcb)
|
|
Guenther
(This used to be commit d94bd3a03b574b3fdddd62add25b0c04673500a3)
|
|
Guenther
(This used to be commit f21871c6d60e02ed53f060abbbfb2ef656cdc311)
|
|
Guenther
(This used to be commit 1a5b72daa36073cc0604211248d869bf0d7546c6)
|
|
Guenther
(This used to be commit 99e3e4b0dd0b0755189c1c740f2975bc75a0e28d)
|
|
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)
|
|
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)
|
|
Guenther
(This used to be commit 57368f883fb217b4196858bb2255c0eea59a8917)
|
|
Guenther
(This used to be commit 40e8caa2d81168be3e48ececf5746d8f659a96d6)
|
|
Guenther
(This used to be commit 8af80976a3a8dd9d02a6763e48b2c1d8003ae4dd)
|
|
by DC.
Guenther
(This used to be commit 4a7acf4a2374138b20a5cdebdcc721668bbd865b)
|
|
status string.
Guenther
(This used to be commit a9b76c9e2d93c8aa482dbee54f29d7e1503abe4f)
|
|
Guenther
(This used to be commit b76250f1cf7238613658901b961d68a0da592712)
|
|
Guenther
(This used to be commit 48f638a45525c01db9855e3ef809f08ce65da8d8)
|
|
Michael, please have a look.
Guenther
(This used to be commit 9f4506e5e2828e0f23bc37586770995c3424b208)
|
|
Guenther
(This used to be commit 93084487952f4ef23209401d689b3be3af6c9e6e)
|
|
Guenther
(This used to be commit 82bd6322b691506ddea2b274973e614fa8c6ee5e)
|
|
This is ist still in preparation and will follow soon. Soory!
Michael
(This used to be commit 75acdb54a454ffda9d422fcafb573c8f5581d2e8)
|