summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw/rawfile.c
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli/raw/raw*.c - add unhandled enum valuesMatthias Dieter Wallnöfer2011-06-111-0/+1
* libcli/smb Move attrib_string in commonAndrew Bartlett2011-04-291-46/+0
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+1
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-2/+2
* s4-libcli: fixed structure element bug in ntcreatexreadxAndrew Tridgell2009-10-151-1/+1
* s4-smb: declare root_fid as a file handleAndrew Tridgell2009-10-151-3/+3
* s4/torture: Add two new SMB RAW-OPEN testsAravind Srinivasan2009-10-011-0/+74
* s4:libcli/raw: we don't need to include "smb.h" explicitStefan Metzmacher2009-08-071-1/+0
* libcli: fix a "not handled in switch" compile warningBjörn Jacke2009-04-221-0/+1
* util_str: setup the correct talloc name for stringsStefan Metzmacher2009-01-191-0/+2
* Fix prototype for attrib_string().Jelmer Vernooij2008-11-011-1/+1
* Move SMB-specific attribute function to SMB client library.Jelmer Vernooij2008-10-191-0/+44
* pass in the required alignment to the EA construction routinesAndrew Tridgell2008-05-221-2/+2
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-12/+13
* libcli/raw: add RAW_RENAME_NTTRANS supportStefan Metzmacher2008-03-111-0/+26
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-141-2/+2
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-1/+1
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-5/+5
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-101-1/+1
* r15835: fixed locking in the client libraryAndrew Tridgell2007-10-101-0/+1
* r15814: add SMB2 Lock interface structureStefan Metzmacher2007-10-101-0/+2
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-101-0/+10
* r15737: fix a typos and commentStefan Metzmacher2007-10-101-1/+1
* r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher2007-10-101-1/+11
* r14973: req cannot be NULL in smb_raw_t2open_recv() (found by IBM checker)Andrew Tridgell2007-10-101-1/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-17/+17
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-35/+32
* r14160: don't write behind the bufferStefan Metzmacher2007-10-101-1/+0
* r14141: fixed bugzilla 2921, forcing correct alignment when in ascii modeAndrew Tridgell2007-10-101-2/+4
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
* r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell2007-10-101-1/+1
* r4364: - added support for testing of chained SMB operations in smbtortureAndrew Tridgell2007-10-101-1/+77
* r4182: fixed trans2 mkdir, allowing mkdir with an initial EA listAndrew Tridgell2007-10-101-2/+2
* r4173: - new t2open code, that can cope with "create with EAs". Many thanksAndrew Tridgell2007-10-101-6/+6
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-1/+1
* r3826: - added testing of ea lists in NTTRANS CREATEAndrew Tridgell2007-10-101-5/+5
* r3821: added client side code and test code for NTTRANS_CREATEAndrew Tridgell2007-10-101-0/+133
* r3458: more solaris portability fixes, the main one being that we can't use aAndrew Tridgell2007-10-101-10/+10
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2007-10-101-6/+0
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-3/+3
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-112/+112
* r1631: don't use req->transport after req has been destroyedAndrew Tridgell2007-10-101-2/+2
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-4/+4
* r152: a quick airport commit ....Andrew Tridgell2007-10-101-9/+18