summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clifile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23347: Fix Coverity 363. Dead code elimination.Jeremy Allison2007-10-101-7/+3
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-1/+1
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-3/+7
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-22/+22
* r21777: As Stevef requested and the Apple guys agreed, makeJeremy Allison2007-10-101-3/+4
* r21750: Sync up with SAMBA_3_0_25. Only client changes are in libsmbclientJeremy Allison2007-10-101-2/+11
* r21703: fix build when O_SYNC not definedHerb Lewis2007-10-101-0/+2
* r21644: Allow mkdir on platforms with no O_DIRECTORY.Jeremy Allison2007-10-101-9/+17
* r21643: Put the correct bits on the wire for posix_mkdir.Jeremy Allison2007-10-101-1/+2
* r21640: Fix the build for broken platoforms without O_DIRECT or O_DIRECTORY.Jeremy Allison2007-10-101-0/+9
* r21639: Add in implementations of POSIX open/mkdir/unlink/rmdir.Jeremy Allison2007-10-101-0/+176
* r21604: I got this wrong also in libsmb :-(.Jeremy Allison2007-10-101-0/+2
* r20744: Fix the build (I missed some chkpth -> checkpath renames).Jeremy Allison2007-10-101-1/+1
* r18009: Fixes bug 4026.Derrell Lipman2007-10-101-14/+18
* r17902: Fix possible null deref caught by Stanford checker.Jeremy Allison2007-10-101-1/+3
* r17800: Start using struct timespec internally for file timesJeremy Allison2007-10-101-3/+4
* r17333: Some C++ warningsVolker Lendecke2007-10-101-2/+2
* r15028: Fix logic error checking valid args to POSIX lockJeremy Allison2007-10-101-1/+1
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-101-1/+104
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-8/+8
* r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We canJeremy Allison2007-10-101-12/+22
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0