summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2/getinfo.c
Commit message (Expand)AuthorAgeFilesLines
* r16406: use the generic smb_handle in smb2_getinfo/smb2_setinfoStefan Metzmacher2007-10-101-3/+3
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2007-10-101-1/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-1/+1
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-3/+3
* r11801: - added basic SMB2 find supportAndrew Tridgell2007-10-101-1/+1
* r11800: - filled in unknown fields in SMB2 all_info levelAndrew Tridgell2007-10-101-1/+4
* r11777: display the security_descriptor in torture_smb2_all_info()Andrew Tridgell2007-10-101-0/+4
* r11771: - split out the setinfo blob construction in the libcli/raw codeAndrew Tridgell2007-10-101-42/+56
* r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo callsAndrew Tridgell2007-10-101-193/+64
* r11755: added names for all of the SMB2 qfs info levels (they all map exactlyAndrew Tridgell2007-10-101-0/+1
* r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher2007-10-101-10/+7
* r11735: fixed the ALL_EAS smb2 level parsingAndrew Tridgell2007-10-101-3/+3
* r11731: fixed typo noticed by metzeAndrew Tridgell2007-10-101-2/+2
* r11730: added parsing and tests for a bunch more SMB2 getinfo levelsAndrew Tridgell2007-10-101-27/+115
* r11722: make the smb2_push/pull functions take a smb2_request_bufferStefan Metzmacher2007-10-101-2/+1
* r11721: Fix warningsVolker Lendecke2007-10-101-1/+1
* r11715: added SMB2 read and write requestsAndrew Tridgell2007-10-101-3/+146
* r11697: - added a generic SMB2 getinfo callAndrew Tridgell2007-10-101-0/+90