| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Michael
(cherry picked from commit 2a8029985f9bde4da8ca20bc24d937150eab444c)
|
|
|
|
|
| |
Michael
(cherry picked from commit 5f6c730cbeddd1ac2f515bd985c08ceb4ca9bc47)
|
|
|
|
|
|
|
| |
This enables us to fetch multi_sz values from registry...
Michael
(cherry picked from commit a8cedfef27a0400c6aa05ddb5e51308ce0b789bd)
|
|
|
|
|
| |
Michael
(cherry picked from commit 118cf3813336122a060916848e37d2d5d25bff92)
|
|
|
|
|
| |
metze
(cherry picked from commit 596d030b976102e7476a2460fce355914c4e8210)
|
|
|
|
| |
(cherry picked from commit 3130fb7b32285b8501f5ee8cbc62b478c09cccd3)
|
|
|
|
|
| |
metze
(cherry picked from commit fee3806326b9ba214e35868271e6481c0c8b9c4b)
|
|
|
|
|
| |
metze
(cherry picked from commit de2e8d5db93d32e5ebf04a2018a08f766eb9a233)
|
|
|
|
|
| |
metze
(cherry picked from commit 7a4de23aa318bd24948e576a5582a5c74d335154)
|
|
|
|
|
| |
metze
(cherry picked from commit df127f0b40d36ea8ee605c24ea88558c7d40a7fe)
|
|
|
|
|
| |
metze
(cherry picked from commit 38007a387a1f1b53877ef9ea518f83ecf026f4f3)
|
|
|
|
| |
(cherry picked from commit 3ed2c65bde0c2e5ad10cf777dae8a2d3e626a42c)
|
|
|
|
|
|
| |
Ignore optional req_flags. Use the Kerberos mechanism OID negotiated
with the client rather than hardcoding OID_KERBEROS5_OLD.
(cherry picked from commit 59a2bcf30fef14ecc826271862b645dd3a61cb48)
|
|
|
|
|
| |
bool to get the declarations picked up by the prototype parser.
(cherry picked from commit fd168e7b5065ba15b1cf56522b6810b8e6fdd7d5)
|
|
|
|
|
|
|
|
|
| |
This is the same as already implemented for "net registry".
usage: net rpc registry getvalue <key> <valuename>
Michael
(cherry picked from commit ba59383437aed9058a58bdeedcf61a0076a94924)
|
|
|
|
|
|
|
| |
usage: "net registry getvalue <keyname> <valuename>"
Michael
(cherry picked from commit 77f049943e133986dc47d25fff2415def1cec32f)
|
|
|
|
|
|
|
|
| |
This renames print_registry_value() to print_registry_value_with_name().
The new function is called print_registry_value().
Michael
(cherry picked from commit 88c4851ad7240bc4f72a5ef92e21629e6a4c99c6)
|
|
|
|
|
|
|
| |
wbcGetGroups()
metze
(cherry picked from commit 31375c02631cb3f37a8bbd4ea17d3ef69c4d07bf)
|
|
|
|
|
| |
metze
(cherry picked from commit 4f712452e911db1f0aa74e3ccd636c1a18bdf9ef)
|
|
|
|
|
| |
Michael
(cherry picked from commit 0dc9840cefb08b2732d294eb45508ce687ded324)
|
|
|
|
|
| |
Michael
(cherry picked from commit 26e3d71cd0b2d1bb31c50627ea71267328d52448)
|
|
|
|
|
|
|
| |
instead of returning a pointer into another string.
Michael
(cherry picked from commit 68d08ecf92be3444b759300237b2b7cf5238d022)
|
|
|
|
|
|
|
|
| |
THis allows to specify keys in the form "HKLM/Software/samba",
i.e. "/" instead of "\\".
Michael
(cherry picked from commit 61d09caef340d2fee303e429f6f25d011cb3023c)
|
|
|
|
|
| |
Michael
(cherry picked from commit 3d039b518f04b9dd3c87b9af2ec816e049554e27)
|
|
|
|
|
| |
Michael
(cherry picked from commit cc1da3ee2c369181efa6d150c966571d0aff0728)
|
|
|
|
|
| |
Michael
(cherry picked from commit 3bf890783fadd245c59280173627a6caca2dbefe)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
current_timestring used to return a string talloced to talloc_tos().
When called by DEBUG from a TALLOC_FREE, this produced messages
"no talloc stackframe around, leaking memory". For example when
used from net conf.
This also adds a temporary talloc context to alloc_sub_basic().
For this purpose, the exit strategy is slightly altered: a common
exit point is used for success and failure.
Michael
(cherry picked from commit 16b5800d4e3a8b88bac67b2550d14e0aaaa302a9)
|
|
|
|
|
|
|
| |
I leave the more explicit error path in the "if (cmd == 0)" block.
Michael
(cherry picked from commit 2ae19b5fb89e0a992962af14a81b641bf13b7892)
|
|
|
|
|
|
|
|
| |
This is not a proper bug but the code is clearer now
and we are tracking failure of open separate from that of close.
Michael
(cherry picked from commit 451fc9ae05f841883081a334e179cf31625a772c)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Coverity ID 545 falsely classified this as a NULL dereferencing bug.
By putting the loop of walking the list of aces more naturely not using
additional counters, it becomes much more obvious that it is not entered
when dir_ace == NULL.
The same modifications are done for the file_ace loop.
Michael
(cherry picked from commit 6dab6cf0647d7db01e5e472f8b5cf21395b7dbf0)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
originally, the cache was cleared before calling validate, but
this way, we skipt the validation of the database when not in
offline logon mode.
This is put into a new wrapper function winbindd_cache_validate_and_initialize()
which is now called in winbindd.c instead calling validate and
initialize functions separately.
Michael
(cherry picked from commit 641b5e3fecfce9581536de8daf6d7e6ecbefaf34)
|
|
|
|
|
|
|
|
| |
if (!&new_glist) would always be skipped, if (new_glist == NULL) is
what must have been meant...
Michael
(cherry picked from commit c1b60cdecff2a53f0a75a432a1ad7730eb734908)
|
|
|
|
|
|
| |
My NT4SP6 which my DC here trusts sends 0x15 instead of 0x13, from looking at
the sniff at least the DC name is at the same place.
(cherry picked from commit 79bc6796b81395d591fc6ef389f153dd981fe68b)
|
|
|
|
|
|
|
| |
... if there's no trust password
Attempt to fix bug 5350
(cherry picked from commit 99f6b63f3c637457fdda7ed930c6666171b25b61)
|
|
|
|
|
| |
Karolin
(cherry picked from commit b865b8a79afd8f3b43bb3adcdcbcbca623dc76a2)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 42fbbeb1caf93e4e17bb62f31ff90a853bd169fb)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 6cee34703503fbf3629057345fe221b866560648)
|
|
|
|
|
|
|
|
| |
DMAPI session is precious resource maintained at kernel level. We open one of them and use across multiple smbd daemons
but once last of them exits, DMAPI session needs to be destroyed. There are some HSM implementations which fail to
shutdown when opened DMAPI sessions left. Ensure we shutdown our session when it is really not needed anymore.
This is what recommended by DMAPI specification anyway.
(cherry picked from commit a0cefd44009d414fa00ec6e08c70d21b74acdbcb)
|
|
|
|
|
|
| |
pull.
Jeremy.
(cherry picked from commit f4a1fdaac0dd6b1b241fac9879416c8ad4403eff)
|
|
|
|
|
|
|
|
| |
Allow to specify value of DMAPI attribute returned during offline file checks, 'tsmsm: dmapi value'.
Previously tsmsm module has supported only IBM TSM SM engine which reports file state by *existence*
of a certain DMAPI attribute. Other HSM systems report a certain value as DMAPI request's result.
Port from Tridge's v3-0-ctdb git tree.
(cherry picked from commit 1faa97d5cc51277abbc6cb5c37d31c429bea04e4)
|
|
|
|
|
|
| |
Karolin, please pull once Volker has reviewed. Thanks.
Jeremy.
(cherry picked from commit 09852899cadc48abe2f2651ecbceaf881198e648)
|
|
|
|
|
|
|
|
|
| |
the server when searching for a name for the location and comment fields can
take so much time the client times out. When searching for a name we don't
use these fields anyway, so add a function get_a_printer_search() which
doesn't contact the CUPS server.
Jeremy.
(cherry picked from commit 92d9f20852d5384e92a93dd0b051034718840ca8)
|
|
|
|
|
|
|
|
|
|
| |
the space taken by the unicode password to be one byte too
long (as we're on an odd byte boundary here). Reduce the
count by 1 to cope with this. Fixes smbclient against NetApp
servers which can't cope. Fix from
bryan.kolodziej@allenlund.com in bug #3840.
Jeremy.
(cherry picked from commit 1e7e7d86a1ae1cd2c3cc3de9f36b7326ad249b82)
|
|
|
|
|
| |
Thanks to Moskvin for testing
(cherry picked from commit d3c31aa36c451f0a19496cd33c0b055b466e6b09)
|
|
|
|
| |
(cherry picked from commit 494b32197f0872b115f0cd1a35421d00a89360a6)
|
|
|
|
|
|
|
| |
db->traverse_read returns the number of traversed object on success.
Michael
(cherry picked from commit 2be2188a97060f04c2dea3ca9ed0fd3db0b3df7c)
|
|
|
|
|
|
|
| |
Macro is no expanded inside literal string.
Michael
(cherry picked from commit 872a3d3d38287ab9cbb260d05777481d94e03539)
|
|
|
|
| |
(cherry picked from commit 75eb30884a83266fd7331d8f1e3905a0245bb3d8)
|
|
|
|
|
|
| |
Michael
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
|
| |
Michael
(cherry picked from commit c04a234f8f6fbdf8e54c69414024d84aa71fec45)
|