1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/libsmb
Derrell Lipman e317034997 r7168: Updating file times from libsmbclient was not working for win98. Although
the function that was being used to set attributes is a core protocol
function (SMBsetatr = 0x09), it does not appear to work on win98.  As a
temporary measure, when file times are to be set, this version opens the
file and uses SMBsetattrE = 0x22 instead.  (The other advantage of this
function over the original one is that it supports setting access time as
well as modification time.)

The next step, the proper solution if it can be made to work, is to write
functions that use TRANS2_SET_PATH_INFO instead.
(This used to be commit bab0bf7f4f)
2007-10-10 10:57:04 -05:00
..
asn1.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
cliconnect.c r6225: get rid of warnings from my compiler about nested externs 2007-10-10 10:56:30 -05:00
clidfs.c r6706: * fix bug that prevented smbclient from creating directories 2007-10-10 10:56:52 -05:00
clidgram.c r1560: Not that anybody uses this stuff (yet...), but at least get it correct :-) 2007-10-10 10:52:14 -05:00
clientgen.c r6225: get rid of warnings from my compiler about nested externs 2007-10-10 10:56:30 -05:00
clierror.c r547: Add entry for NT_STATUS_DUPLICATE_NAME in the ntstatus to unix error mapping 2007-10-10 10:51:28 -05:00
clifile.c r6753: Fixes bug 2663. cli_getattrE() and cli_setattrE() were not formatting or 2007-10-10 10:56:53 -05:00
clifsinfo.c r6120: Added "volume" command to smbclient that prints out the volume name and 2007-10-10 10:56:23 -05:00
clikrb5.c r6586: get rid of a few more compiler warnings 2007-10-10 10:56:46 -05:00
clilist.c r7157: Ensure we abort a directory listing if we see the same 2007-10-10 10:57:04 -05:00
climessage.c Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_conv" 2004-03-11 22:48:24 +00:00
clioplock.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
cliprint.c r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopen 2007-10-10 10:55:43 -05:00
cliquota.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
clirap2.c r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather than 2007-10-10 10:56:40 -05:00
clirap.c r6125: smbc_stat() returned incorrect timestamps IFF it used cli_qpathinfo2() to 2007-10-10 10:56:23 -05:00
clireadwrite.c r4212: Ensure we only look at the bottom bit of large_readx. 2007-10-10 10:53:37 -05:00
clisecdesc.c r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes. 2007-10-10 10:55:07 -05:00
clispnego.c r7139: trying to reduce the number of diffs between trunk and 3.0; changing version to 3.0.20pre1 2007-10-10 10:57:02 -05:00
clistr.c Whitespace syncup. 2003-04-14 02:27:41 +00:00
clitrans.c r5840: Fix findfirst/findnext with protocol level < NT1. 2007-10-10 10:56:04 -05:00
conncache.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
credentials.c Add a dash of const here and there... 2002-03-02 04:41:55 +00:00
doserr.c r6051: finish off 2007-10-10 10:56:19 -05:00
errormap.c r6447: Add missing error mapping for EMLINK to NT_STATUS_TOO_MANY_LINKS (we have it the other direction 2007-10-10 10:56:41 -05:00
libsmb_cache.c r5752: implement derrell's solution for binary compatibilty in the _SMBCCTX structure; note that we break compat with 3.0.11 but are ok with earlier versions 2007-10-10 10:55:59 -05:00
libsmb_compat.c r7168: Updating file times from libsmbclient was not working for win98. Although 2007-10-10 10:57:04 -05:00
libsmbclient.c r7168: Updating file times from libsmbclient was not working for win98. Although 2007-10-10 10:57:04 -05:00
namecache.c large change: 2003-06-25 17:41:05 +00:00
namequery_dc.c r539: Mem leak fixes from kawasa_r@itg.hitachi.co.jp 2007-10-10 10:51:28 -05:00
namequery.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
nmblib.c r6225: get rid of warnings from my compiler about nested externs 2007-10-10 10:56:30 -05:00
nterr.c r2575: Return correct error codes on old SEARCH call (from Samba4 torture tester). 2007-10-10 10:52:47 -05:00
ntlm_check.c r3525: Fix a memleak 2007-10-10 10:53:08 -05:00
ntlmssp_parse.c Fix for possible crash bug from Sebastian Krahmer (SuSE). 2004-02-10 02:21:38 +00:00
ntlmssp_sign.c r5432: compile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS 2340 2007-10-10 10:55:40 -05:00
ntlmssp.c r5455: Remove bogus DEBUG messages (dump for a failure to parse NTLMSSP, 2007-10-10 10:55:40 -05:00
passchange.c r1581: 'NULL' NTLMSSP is both a pain to get right, and compleatly and utterly 2007-10-10 10:52:15 -05:00
pwd_cache.c Remove more unused portions of the 'password cache'. 2004-02-08 05:31:01 +00:00
samlogon_cache.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
smb_signing.c r5806: * fix a couple more segvs in spoolss 2007-10-10 10:56:02 -05:00
smbdes.c r7033: Call a spade a spade :-). 2007-10-10 10:57:00 -05:00
smbencrypt.c r7033: Call a spade a spade :-). 2007-10-10 10:57:00 -05:00
smberr.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
spnego.c r7139: trying to reduce the number of diffs between trunk and 3.0; changing version to 3.0.20pre1 2007-10-10 10:57:02 -05:00
trustdom_cache.c r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather than 2007-10-10 10:56:40 -05:00
trusts_util.c r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather than 2007-10-10 10:56:40 -05:00
unexpected.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00