summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw/rawfileinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure convert_string_XXX is always called with a valid converted_size pointer.Jeremy Allison2011-03-291-1/+3
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-1/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-3/+3
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-1/+1
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-4/+4
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-1/+1
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-1/+0
* fixed parsing of the SMB2 ALL_INFO qfileinfo levelAndrew Tridgell2008-05-221-1/+2
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-4/+5
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+1
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-1/+2
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-211-1/+3
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-5/+7
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21710: Add client support for the UNIX_INFO2 info level in the QueryFile,James Peach2007-10-101-0/+21
* r16871: zero padding bytesStefan Metzmacher2007-10-101-0/+1
* r16667: - use ndr_pull_struct_blob() to make the RAW_FILEINFO_SEC_DESC pull codeStefan Metzmacher2007-10-101-12/+9
* 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-4/+4
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-4/+4
* r11800: - filled in unknown fields in SMB2 all_info levelAndrew Tridgell2007-10-101-4/+4
* r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo callsAndrew Tridgell2007-10-101-10/+54
* r11756: split out the parsers for the pass-through levels of QFSINFO andAndrew Tridgell2007-10-101-87/+174
* r11730: added parsing and tests for a bunch more SMB2 getinfo levelsAndrew Tridgell2007-10-101-28/+46
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-2/+2
* r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machinesAndrew Tridgell2007-10-101-1/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-5/+5
* r4316: - now that the trans2 code properly supports multi-part requests, we c...Andrew Tridgell2007-10-101-2/+2
* r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell2007-10-101-1/+1
* r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfoAndrew Tridgell2007-10-101-10/+54
* r3830: unified the query/set security descriptor code with the rest of theAndrew Tridgell2007-10-101-1/+8
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra...Andrew Tridgell2007-10-101-2/+2
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-101-2/+4
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-1/+1
* r1893: add a commented out lump of code to implement the "by the SPEC"Andrew Tridgell2007-10-101-0/+15
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-59/+59
* 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-10/+20
* thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell2003-09-021-2/+1
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-151-2/+0
* nicer formatting in getattreAndrew Tridgell2003-08-151-6/+6
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+527