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