summaryrefslogtreecommitdiff
path: root/source3/libsmb/clifile.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-16Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison1-2/+2
2002-01-16Added CIFS UNIX extension code to client.Jeremy Allison1-0/+164
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-26/+26
2001-11-04Got serious about const again.Jeremy Allison1-68/+65
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-3/+3
2001-09-17fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell1-3/+12
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+2
2001-09-05use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell1-19/+15
2001-08-23use 32 bit locking if client doesn't do 64 bitAndrew Tridgell1-0/+8
2001-08-21string terminate in mkdirAndrew Tridgell1-1/+1
2001-08-10A rewrite of the error handling in the libsmb client code. I've separatedTim Potter1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-13/+13
2001-07-02Insure caught the fact that PTRDIFFs were being done between two unrelatedJeremy Allison1-1/+1
2001-06-21Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell1-2/+4
2001-05-17Fix a small warning about char * vs unsigned char * that gets some compilersRichard Sharpe1-1/+1
2001-04-22merging from 2.2 to headAndrew Tridgell1-8/+45
2001-03-30This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison1-4/+4
2001-03-29Added cli_nt_delete_on_close() call to allow flag to be set for torture tests.Jeremy Allison1-0/+41
2001-03-29Added cli_nt_create_full() as a way to get at all the ntcreate parameters.Jeremy Allison1-6/+20
2001-03-14simpler clistr interface which handles individual packets havingAndrew Tridgell1-1/+1
2001-03-10to use the same macros in the client and server rename the CLISTR_Andrew Tridgell1-11/+11
2001-02-22cope better with broken filer expectationsAndrew Tridgell1-2/+2
2001-02-21the unicode conversion of our client code is complete enough to beAndrew Tridgell1-50/+0
2001-02-20yipee! client unicode now works well with ntAndrew Tridgell1-3/+9
2001-02-20converted a bunch more fnsAndrew Tridgell1-15/+25
2001-02-20converted nt_create and setatrAndrew Tridgell1-9/+10
2001-02-20- neater setting of bccAndrew Tridgell1-13/+14
2001-02-20converted cli_open()Andrew Tridgell1-7/+8
2001-02-20converted cli_chkpath()Andrew Tridgell1-3/+4
2001-02-20converted cli_mkdir()Andrew Tridgell1-3/+4
2000-12-21Added a cli_nt_create_uni() to do a ntcreate&x with a unicode filename,Tim Potter1-2/+49
2000-12-04pass the desired access into cli_nt_create()Andrew Tridgell1-3/+3
2000-12-04fixed indentationAndrew Tridgell1-1/+1
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison1-1/+4
2000-09-29added cli_lock64() and cli_unlock64()Andrew Tridgell1-0/+96
2000-04-25split clientgen.c into several partsAndrew Tridgell1-0/+609