Age | Commit message (Collapse) | Author | Files | Lines |
|
How ever could this compile ?
Guenther
(This used to be commit 02f5f35e5ed3b061cfd020d0b13014c72fced5f4)
|
|
Guenther
(This used to be commit aae4d91e726ef8dcad173cdd1d6f719d94462948)
|
|
Guenther
(This used to be commit 9cfce2229508c2145c3527074ac76520544e5d25)
|
|
Guenther
(This used to be commit 0216e55fa87a14fc45c320268f0511eb6638460b)
|
|
Guenther
(This used to be commit 27780e984152e38c8f80e1c67ddf13b73a2b220d)
|
|
Guenther
(This used to be commit a47642011a5d4732afa939a9162c232922a29f61)
|
|
Guenther
(This used to be commit e8cea4db013de63ec0eb9f8c9db530688483e5b6)
|
|
Guenther
(This used to be commit 922ff9d01668c2c2ad10decfd09c0e7b3f0d7592)
|
|
metze
(This used to be commit 83b6da7c52a6f5285a9765d22d13a53fe9dc80e5)
|
|
pull.
Jeremy.
(This used to be commit f4a1fdaac0dd6b1b241fac9879416c8ad4403eff)
|
|
Guenther
(This used to be commit 6f239df3f5a57c9549f1637e53fd42d2ed604c3f)
|
|
Guenther
(This used to be commit 394bdb89ef350db0ab6aca093054e1048a8ffe1f)
|
|
This allows to switch on the cli->fallback_after_kerberos switch.
Guenther
(This used to be commit 15ba45e567d910c1b2336dcc0c475e12b082f30f)
|
|
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.
(This used to be commit a0cefd44009d414fa00ec6e08c70d21b74acdbcb)
|
|
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.
(This used to be commit 1faa97d5cc51277abbc6cb5c37d31c429bea04e4)
|
|
Karolin, please pull once Volker has reviewed. Thanks.
Jeremy.
(This used to be commit 09852899cadc48abe2f2651ecbceaf881198e648)
|
|
Guenther
(This used to be commit a4e3bc2bade8bf74696e1c6ced74da563ff2df7b)
|
|
Guenther
(This used to be commit 78da087b3a04f25bd0ea3195debf5c46731bac74)
|
|
Guenther
(This used to be commit c098714ac4bac8a7e27be761979a96190b77de1f)
|
|
Guenther
(This used to be commit 5231a135068a64aedbe2643a9168f2a14c40b139)
|
|
(This used to be commit 3ed2c65bde0c2e5ad10cf777dae8a2d3e626a42c)
|
|
Ignore optional req_flags. Use the Kerberos mechanism OID negotiated
with the client rather than hardcoding OID_KERBEROS5_OLD.
(This used to be commit 59a2bcf30fef14ecc826271862b645dd3a61cb48)
|
|
bool to get the declarations picked up by the prototype parser.
(This used to be commit fd168e7b5065ba15b1cf56522b6810b8e6fdd7d5)
|
|
TALLOC_FREE(rec) before transaction_cancel also in dbwrap_trans_delete().
Michael
(This used to be commit 04cd914a1f12691d27ddc67887a757cd813848a7)
|
|
if (!&new_glist) would always be skipped, if (new_glist == NULL) is
what must have been meant...
Michael
(This used to be commit c1b60cdecff2a53f0a75a432a1ad7730eb734908)
|
|
cannot login until the cache expires even if a connection
to a DC has been restored.
(This used to be commit 8671f9767d7d93a86712741303d6046937c3aae8)
|
|
metze
(This used to be commit df8c100c2b53575a0d425a2daf52e2d59904746a)
|
|
metze
(This used to be commit 404a865a34c3a7c67131b3f99e92c11b2abe3e39)
|
|
get_file_infos()
This means we need to fetch the record only once.
metze
(This used to be commit 4130b873291d39e363184fe4e38dc1f24ebe5056)
|
|
metze
(This used to be commit 5df34634317633820993c9ef924d694a8fe1c4fe)
|
|
We now never call file_ntimes() directly, every update
is done via smb_set_file_time().
This let samba3 pass the BASE-DELAYWRITE test.
The write time is only updated 2 seconds after the
first write() on any open handle to the current time
(not the time of the first write).
Each handle which had write requests updates the write
time to the current time on close().
If the write time is set explicit via setfileinfo or setpathinfo
the write time is visible directly and a following close
on the same handle doesn't update the write time.
metze
(This used to be commit 2eab212ea2e1bfd8fa716c2c89b2c042f7ba12ea)
|
|
This is needed to implement the strange write time update
logic later. We need to store 2 time timestamps to
distinguish between the time the file system had before
the first client opened the file and a forced timestamp update.
metze
(This used to be commit 6aaa2ce0eeb46f6735ec984a2e7aadde7a7f456d)
|
|
(This used to be commit 8b2d9ee8c54ed84f83fdecf04e656dd66b622abb)
|
|
on Solaris when we do this on an already resetted connection.
(This used to be commit 42bc4ff7fd6bfc92bde015ae8f3a9fb62d443cd5)
|
|
Thanks to Moskvin for testing
(This used to be commit d3c31aa36c451f0a19496cd33c0b055b466e6b09)
|
|
(This used to be commit 494b32197f0872b115f0cd1a35421d00a89360a6)
|
|
wbcGetGroups()
metze
(This used to be commit 31375c02631cb3f37a8bbd4ea17d3ef69c4d07bf)
|
|
metze
(This used to be commit 4f712452e911db1f0aa74e3ccd636c1a18bdf9ef)
|
|
metze
(This used to be commit c78f4dc043523842cf42f1a3fd4e8f3855518efa)
|
|
metze
(This used to be commit 596d030b976102e7476a2460fce355914c4e8210)
|
|
(This used to be commit c274fe7d21badb42ca8d4d1115ae6bffdb19485f)
|
|
(This used to be commit 18bf2b2028e64403a79b7cc06d3185a3e526d97d)
|
|
(This used to be commit 3130fb7b32285b8501f5ee8cbc62b478c09cccd3)
|
|
(This used to be commit 26218826c327d85c2ef8d0d1addaef24d249d6bf)
|
|
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.
(This used to be commit 1e7e7d86a1ae1cd2c3cc3de9f36b7326ad249b82)
|
|
Guenther
(This used to be commit 624371ce32a7c0816963745059e743e5b3e92e2a)
|
|
Guenther
(This used to be commit 1cde9579f10ab8c43c25dfd6e5c658c7653f9a37)
|
|
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.
(This used to be commit 92d9f20852d5384e92a93dd0b051034718840ca8)
|
|
Michael
(This used to be commit 0dc9840cefb08b2732d294eb45508ce687ded324)
|
|
Michael
(This used to be commit 26e3d71cd0b2d1bb31c50627ea71267328d52448)
|