summaryrefslogtreecommitdiff
path: root/source3/libsmb/clifile.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-06Convert cli_open to tevent_reqVolker Lendecke1-46/+102
2009-04-06Convert cli_close to tevent_reqVolker Lendecke1-20/+66
2009-04-06Convert cli_ntcreate to tevent_reqVolker Lendecke1-38/+68
2009-02-01Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke1-3/+3
2009-01-30Add async cli_ntcreateVolker Lendecke1-0/+132
2009-01-29Add the strlen to push to smb_bytes_push_str, return the converted sizeVolker Lendecke1-8/+11
2009-01-26Decouple clistr_pull from struct cli_state->inbufVolker Lendecke1-1/+1
2009-01-25Fix an error path memleakVolker Lendecke1-0/+1
2009-01-25Make smb_bytes_push_str deal with a NULL buf returning NULLVolker Lendecke1-1/+6
2008-12-19Pass "bytes_alignment" up through cli_request_sendVolker Lendecke1-2/+2
2008-12-08Simplify async programming a bit with helper routinesVolker Lendecke1-6/+5
2008-11-18libsmb: Fix up pointer passed to cli_send_trans in cli_link_internalKai Blin1-1/+1
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-6/+6
2008-09-09make smb_bytes_push_str publicVolker Lendecke1-1/+1
2008-09-01Fix typoVolker Lendecke1-1/+1
2008-08-28Add cli_pull_replyVolker Lendecke1-5/+15
2008-08-28Remove cli->event_ctx, pass it explicitlyVolker Lendecke1-11/+33
2008-08-28Add async open&xVolker Lendecke1-33/+117
2008-08-28Add async cli_closeVolker Lendecke1-13/+38
2008-08-01Fix a typoVolker Lendecke1-5/+5
2008-02-26add a function to truncate a file to a specified sizeDerrell Lipman1-0/+49
2008-02-20Fix memory leaks on error pathTim Potter1-1/+8
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-22/+22
2007-12-08Fix C++ warningsVolker Lendecke1-9/+9
2007-12-05Remove arbitrary 1k limit on pathnames. Malloc them.Jeremy Allison1-181/+281
2007-12-01Fix some C++ warningsVolker Lendecke1-1/+1
2007-11-29Remove pstrings from clifile.c.Jeremy Allison1-25/+36
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-43/+43
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-22/+22
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23347: Fix Coverity 363. Dead code elimination.Jeremy Allison1-7/+3
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-1/+1
2007-10-10r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-3/+7
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-22/+22
2007-10-10r21777: As Stevef requested and the Apple guys agreed, makeJeremy Allison1-3/+4
2007-10-10r21750: Sync up with SAMBA_3_0_25. Only client changes are in libsmbclientJeremy Allison1-2/+11
2007-10-10r21703: fix build when O_SYNC not definedHerb Lewis1-0/+2
2007-10-10r21644: Allow mkdir on platforms with no O_DIRECTORY.Jeremy Allison1-9/+17
2007-10-10r21643: Put the correct bits on the wire for posix_mkdir.Jeremy Allison1-1/+2
2007-10-10r21640: Fix the build for broken platoforms without O_DIRECT or O_DIRECTORY.Jeremy Allison1-0/+9
2007-10-10r21639: Add in implementations of POSIX open/mkdir/unlink/rmdir.Jeremy Allison1-0/+176
2007-10-10r21604: I got this wrong also in libsmb :-(.Jeremy Allison1-0/+2
2007-10-10r20744: Fix the build (I missed some chkpth -> checkpath renames).Jeremy Allison1-1/+1
2007-10-10r18009: Fixes bug 4026.Derrell Lipman1-14/+18
2007-10-10r17902: Fix possible null deref caught by Stanford checker.Jeremy Allison1-1/+3
2007-10-10r17800: Start using struct timespec internally for file timesJeremy Allison1-3/+4
2007-10-10r17333: Some C++ warningsVolker Lendecke1-2/+2
2007-10-10r15028: Fix logic error checking valid args to POSIX lockJeremy Allison1-1/+1
2007-10-10r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison1-1/+104