summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clifile.c
Commit message (Expand)AuthorAgeFilesLines
...
* Async API needs all parameters to be kept around until sent,Jeremy Allison2009-05-071-55/+15
* Make cli_setatr async.Jeremy Allison2009-05-061-0/+127
* Make cli_setattrE async.Jeremy Allison2009-05-061-24/+96
* Make cli_getatr() async.Jeremy Allison2009-05-051-26/+125
* Make cli_getattrE async.Jeremy Allison2009-05-051-28/+128
* Fix the async calls for the posix_unlink and posix_rmdir.Jeremy Allison2009-05-041-13/+49
* Cause cli_close to return an NTSTATUS.Jeremy Allison2009-04-301-80/+3
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-29/+34
* Make cli_unlink async.Jeremy Allison2009-04-291-26/+91
* More async calls in libsmb/clifile.cJeremy Allison2009-04-291-50/+170
* Doh ! Don't need "int dummy" when we have state :-).Jeremy Allison2009-04-281-1/+0
* Convert cli_rename to async.Jeremy Allison2009-04-281-23/+106
* Convert cli_posix_unlink() and cli_posix_rmdir()Jeremy Allison2009-04-281-63/+190
* find/replace. Change uintX types to uintX_t types to tidy up the code.Jeremy Allison2009-04-241-38/+38
* Make dskattr async.Jeremy Allison2009-04-221-38/+102
* Make cli_chkpath async.Jeremy Allison2009-04-221-0/+121
* s3:libsmb: always use the tevent_req_nomem() for checking allocation failuresStefan Metzmacher2009-04-211-6/+6
* Make rmdir async.Jeremy Allison2009-04-211-57/+91
* Make cli_mkdir async. Change it to return NTSTATUS.Jeremy Allison2009-04-211-0/+110
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-141-4/+4
* Convert cli_open to tevent_reqVolker Lendecke2009-04-061-46/+102
* Convert cli_close to tevent_reqVolker Lendecke2009-04-061-20/+66
* Convert cli_ntcreate to tevent_reqVolker Lendecke2009-04-061-38/+68
* Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke2009-02-011-3/+3
* Add async cli_ntcreateVolker Lendecke2009-01-301-0/+132
* Add the strlen to push to smb_bytes_push_str, return the converted sizeVolker Lendecke2009-01-291-8/+11
* Decouple clistr_pull from struct cli_state->inbufVolker Lendecke2009-01-261-1/+1
* Fix an error path memleakVolker Lendecke2009-01-251-0/+1
* Make smb_bytes_push_str deal with a NULL buf returning NULLVolker Lendecke2009-01-251-1/+6
* Pass "bytes_alignment" up through cli_request_sendVolker Lendecke2008-12-191-2/+2
* Simplify async programming a bit with helper routinesVolker Lendecke2008-12-081-6/+5
* libsmb: Fix up pointer passed to cli_send_trans in cli_link_internalKai Blin2008-11-181-1/+1
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-6/+6
* make smb_bytes_push_str publicVolker Lendecke2008-09-091-1/+1
* Fix typoVolker Lendecke2008-09-011-1/+1
* Add cli_pull_replyVolker Lendecke2008-08-281-5/+15
* Remove cli->event_ctx, pass it explicitlyVolker Lendecke2008-08-281-11/+33
* Add async open&xVolker Lendecke2008-08-281-33/+117
* Add async cli_closeVolker Lendecke2008-08-281-13/+38
* Fix a typoVolker Lendecke2008-08-011-5/+5
* add a function to truncate a file to a specified sizeDerrell Lipman2008-02-261-0/+49
* Fix memory leaks on error pathTim Potter2008-02-201-1/+8
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-22/+22
* Fix C++ warningsVolker Lendecke2007-12-081-9/+9
* Remove arbitrary 1k limit on pathnames. Malloc them.Jeremy Allison2007-12-051-181/+281
* Fix some C++ warningsVolker Lendecke2007-12-011-1/+1
* Remove pstrings from clifile.c.Jeremy Allison2007-11-291-25/+36
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-43/+43
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-22/+22
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1