Age | Commit message (Collapse) | Author | Files | Lines |
|
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)
|
|
instead of returning a pointer into another string.
Michael
(This used to be commit 68d08ecf92be3444b759300237b2b7cf5238d022)
|
|
THis allows to specify keys in the form "HKLM/Software/samba",
i.e. "/" instead of "\\".
Michael
(This used to be commit 61d09caef340d2fee303e429f6f25d011cb3023c)
|
|
Michael
(This used to be commit 3d039b518f04b9dd3c87b9af2ec816e049554e27)
|
|
Michael
(This used to be commit cc1da3ee2c369181efa6d150c966571d0aff0728)
|
|
Michael
(This used to be commit 3bf890783fadd245c59280173627a6caca2dbefe)
|
|
db->traverse_read returns the number of traversed object on success.
Michael
(This used to be commit 2be2188a97060f04c2dea3ca9ed0fd3db0b3df7c)
|
|
Michael
(This used to be commit 7b16cb1023abd4fb2b2f08cf723d38c8c6ae68a0)
|
|
Macro is no expanded inside literal string.
Michael
(This used to be commit 872a3d3d38287ab9cbb260d05777481d94e03539)
|
|
Guenther
(This used to be commit 65b4cb20ea3fb806cfd50281e08f32bea70fafce)
|
|
Not that I think it is of any importance...
Guenther
(This used to be commit 352f8440c74bc22416e21783e1dc5fecf5869902)
|
|
Guenther
(This used to be commit c7ae1a9b53ef578cf4dfdf8e05915817c69896b5)
|
|
Guenther
(This used to be commit f550cdb6f240830ee1e3a2dfe5f4128bca0cf836)
|
|
Guenther
(This used to be commit 37091859126167e84e55afe8a32025ac0f65065e)
|
|
Guenther
(This used to be commit bf960f57e7adf09cdf096f2c72065ea1ff8b0daa)
|
|
Guenther
(This used to be commit d62676cf886d910334b3d6f7ce0147b75ef53aec)
|
|
Guenther
(This used to be commit fe8acb064433b286938e0b572ca1faa8a54414b7)
|
|
Guenther
(This used to be commit ea2175ee0e6288ccb132e86b9dd0bf8a0e4169c9)
|