summaryrefslogtreecommitdiff
path: root/source/libsmb/clifile.c
Commit message (Expand)AuthorAgeFilesLines
* syncing files for rc3Gerald Carter2003-09-081-2/+3
* starting to sync for 3.0beta2Gerald Carter2003-07-011-2/+2
* smbcquota patch from metzeGerald Carter2003-04-111-7/+10
* added simple tests for SMBchkpath and SMBioctlAndrew Tridgell2003-03-301-1/+31
* Found by metze with the clobber-region check - if it's a pstring, use pstrcpy().Andrew Bartlett2003-03-141-1/+1
* win2000 can take much longer than the specified time to respond to aAndrew Tridgell2003-03-131-1/+1
* Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison2003-03-121-6/+6
* Do my janitorial duties to encourage others to do so.Richard Sharpe2003-03-031-1/+1
* Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatibleJelmer Vernooij2002-08-211-1/+1
* Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison2002-06-211-1/+1
* added cli_locktype() for testing different lockingX lock typesAndrew Tridgell2002-03-111-0/+54
* better handling of a zero timeout in cli_lockAndrew Tridgell2002-03-101-2/+6
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison2002-01-161-2/+2
* Added CIFS UNIX extension code to client.Jeremy Allison2002-01-161-0/+164
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-26/+26
* Got serious about const again.Jeremy Allison2001-11-041-68/+65
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-3/+3
* fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell2001-09-171-3/+12
* move to SAFE_FREE()Simo Sorce2001-09-171-2/+2
* use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell2001-09-051-19/+15
* use 32 bit locking if client doesn't do 64 bitAndrew Tridgell2001-08-231-0/+8
* string terminate in mkdirAndrew Tridgell2001-08-211-1/+1
* A rewrite of the error handling in the libsmb client code. I've separatedTim Potter2001-08-101-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-13/+13
* Insure caught the fact that PTRDIFFs were being done between two unrelatedJeremy Allison2001-07-021-1/+1
* Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell2001-06-211-2/+4
* Fix a small warning about char * vs unsigned char * that gets some compilersRichard Sharpe2001-05-171-1/+1
* merging from 2.2 to headAndrew Tridgell2001-04-221-8/+45
* This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison2001-03-301-4/+4
* Added cli_nt_delete_on_close() call to allow flag to be set for torture tests.Jeremy Allison2001-03-291-0/+41
* Added cli_nt_create_full() as a way to get at all the ntcreate parameters.Jeremy Allison2001-03-291-6/+20
* simpler clistr interface which handles individual packets havingAndrew Tridgell2001-03-141-1/+1
* to use the same macros in the client and server rename the CLISTR_Andrew Tridgell2001-03-101-11/+11
* cope better with broken filer expectationsAndrew Tridgell2001-02-221-2/+2
* the unicode conversion of our client code is complete enough to beAndrew Tridgell2001-02-211-50/+0
* yipee! client unicode now works well with ntAndrew Tridgell2001-02-201-3/+9
* converted a bunch more fnsAndrew Tridgell2001-02-201-15/+25
* converted nt_create and setatrAndrew Tridgell2001-02-201-9/+10
* - neater setting of bccAndrew Tridgell2001-02-201-13/+14
* converted cli_open()Andrew Tridgell2001-02-201-7/+8
* converted cli_chkpath()Andrew Tridgell2001-02-201-3/+4
* converted cli_mkdir()Andrew Tridgell2001-02-201-3/+4
* Added a cli_nt_create_uni() to do a ntcreate&x with a unicode filename,Tim Potter2000-12-211-2/+49
* pass the desired access into cli_nt_create()Andrew Tridgell2000-12-041-3/+3
* fixed indentationAndrew Tridgell2000-12-041-1/+1
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-161-1/+4
* added cli_lock64() and cli_unlock64()Andrew Tridgell2000-09-291-0/+96
* split clientgen.c into several partsAndrew Tridgell2000-04-251-0/+609