Age | Commit message (Collapse) | Author | Files | Lines |
|
This is a pretty normal situation if you have "include=registry" set but no
configuration options have been set there yet.
(This used to be commit 727127f1dcd49b31b5a48cc3f9314aa2380d60e1)
|
|
talloc_stackframe() panics on NOMEM.
Michael
(This used to be commit dee57ad025e7ad9971e44ea30b6aab3806c06fc6)
|
|
talloc_stackframe panics on NOMEM.
Michael
(This used to be commit 03fd30eef803ff2718e7af618d38944d56ccd329)
|
|
talloc_stackframe() panics on NOMEM.
Michael
(This used to be commit be4f8447ccd044563f6b12793ea64d9f38741861)
|
|
instead of lists of strings and counters directly...
Michael
(This used to be commit 17415e2dc457ce41793a7e28e71f72c538c19c61)
|
|
Michael
(This used to be commit 8118a8348f36b28fa4d46b42a104097cefa33a4d)
|
|
Michael
(This used to be commit 54c0461679642b38653f803e7b21d865472f3f91)
|
|
Michael
(This used to be commit 640b8ae7ad7aa53e05c7124fed072f2312aa91aa)
|
|
...for consistency.
Michael
(This used to be commit 3d1da73f66b8452693262e2d03f986eec438451d)
|
|
Michael
(This used to be commit dd9fe5aec43e60d554f2580a0699fe6e4cfb5d3c)
|
|
Guenther
(This used to be commit a34801d67789340b515c5e575c3fd3175dddbecf)
|
|
Guenther
(This used to be commit ba1d2e87614a98b4f811c75a0d9cfa8491f5cb4d)
|
|
(This used to be commit a30a26d471a572167ee13bf10be1a275a6592851)
|
|
This abstracts away all references to rpc_pipe_client->cli, the only reference
is now in cli_pipe.c.
(This used to be commit c56e1c08cef107ff33a34346ceeca3475a102b19)
|
|
(This used to be commit 4840febcd481563c3d9b2fabc1fe1b2ae5a76cf6)
|
|
This reduces the dependency on cli_state
(This used to be commit 783afab9c891dd7bcb78895b2a639b6f3a0edf5b)
|
|
Thanks to Jason Mader!
Volker
(This used to be commit 87d8a63ce4e6dd91ea3193d0a2574520a5857be2)
|
|
(This used to be commit 825f78d9f12b5b3e835bd91961e00402cab0bf60)
|
|
metze
(This used to be commit 5f6c3a4f6db68c985884cbe9401a4dbe515f756b)
|
|
client tools
metze
(This used to be commit 6f67c4ddf8101b1d06889055e3767a6ce0db360c)
|
|
that created it
metze
(This used to be commit 259786980a3a65fa67a4de12a65d33095fa53ce2)
|
|
changes.
Jeremy.
(This used to be commit b496f133228b74bf613dab81167a5b9670511c51)
|
|
Guenther
(This used to be commit 4ba98dd0cc13984a8dc54e4d4935487fc8938039)
|
|
Guenther
(This used to be commit e06a54aa7da857e006649469e7eb8d76711221c1)
|
|
Discovered by Günther while giving a talk. - Sorry Günther!
Michael
(This used to be commit 518f4d4e6662138a2e71acc2296acedefc7c739a)
|
|
(This used to be commit 359921acd436684a0b4cf76ba15f82a224d2c337)
|
|
Guenther
(This used to be commit 01bc4b6ac03b98c2371b4dfc0948f5ef8d06bcbc)
|
|
Guenther
(This used to be commit 9bbb6cea0b21d98ae13f7a41226b437515bd5a2f)
|
|
Guenther
(This used to be commit 143e2b573043dd04a6404fc91d781e8a727bd092)
|
|
Guenther
(This used to be commit 3fda711f2526914bf18ec004d553453e692b1e85)
|
|
Michael
(This used to be commit 6c1181fda2f040d9555917b10a65bc0dfc1f0593)
|
|
smbconf_create_share().
These are values stored inside the base key for registry.
This is not getting deleted.
Michael
(This used to be commit aa167de8252bb615bd21fb3fd9468383b8357d32)
|
|
Michael
(This used to be commit b50fdf321dc8056caa2b057cbd7f83792dfbcd4d)
|
|
section
Michael
(This used to be commit e1b98f1cbce72d12085d86da834f0949ecbfbf67)
|
|
Michael
(This used to be commit cb23052b2055d77924b2a593ec14f0c1de9a3b51)
|
|
Michael
(This used to be commit a5923bafe9b543d50dca06d251186948baeac8cc)
|
|
Michael
(This used to be commit aba261a9143bc7ab681b1c57ccfc08da0cffcfe7)
|
|
metze
(This used to be commit ccdebe97f85b76378e42d8cf08324228bd19cf32)
|
|
Now we can have multiple events listen on a single fd. The order in which they
are called is naturally not defined, meaning that it is only deterministic if
exactly one event is readable or writeable.
(This used to be commit 61503f822b60f98dd1f7549707ec89b48e32caeb)
|
|
Metze, you might want to check this.
(This used to be commit 3b4a402bc5c3490000581d43a12388883bcf8150)
|
|
The dispatcher takes a config source argument in the form
of "backend:path" where backend can (currently) be one of
"txt" (aka "file") or "reg" (aka "registry").
When the path is omitted, it is up to the backend to provide
a default path.
When there is no separator ":" and the string is not a recognized
backend, then file backend is assumed and the string is passed
in as the path argument.
Michael
(This used to be commit cc613a60eb0f6b92cae98e8669e5e569a1eb9324)
|
|
Michael
(This used to be commit 9efd7b515183fa28f400fe88af63e0b0126e3e00)
|
|
Michael
(This used to be commit f76ec7d87e206426c795374397ba725ecdeec784)
|
|
Always be verbatim for now. Backend config options may be added later
via some private data pointer.
Michael
(This used to be commit e8bafcfbf4a7ab1dc1ce4f2acd24b0eb74933256)
|
|
smbconf_init should be the name of the dispatcher (to be written)
Michael
(This used to be commit 3fb95ab757650712716472ebaccb7119feb27596)
|
|
Don't unconditionally set the kerberos flag for authentication.
Guenther
(This used to be commit 15bef5ae413adf278cccc0e547c4b8ccd180eca2)
|
|
Guenther
(This used to be commit 3c107934acc907e3eedd116b42d1d07ee0574183)
|
|
Guenther
(This used to be commit 5f9332cf1f60bb5a23a16776b95af3a83c5deb40)
|
|
Guenther
(This used to be commit 7fb9991b4c54fd0b9629e47afc1e5bbc2cfc1088)
|
|
Guenther
(This used to be commit 9edb067f62b1e36f1da461b3eb09cb123d2089dd)
|