summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/getinfo.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-02s4:libcli/smb2: s/class/info_classStefan Metzmacher1-5/+6
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2008-02-14updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell1-18/+27
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-10r16406: use the generic smb_handle in smb2_getinfo/smb2_setinfoStefan Metzmacher1-3/+3
2007-10-10r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher1-1/+1
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-1/+1
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-3/+3
2007-10-10r11801: - added basic SMB2 find supportAndrew Tridgell1-1/+1
2007-10-10r11800: - filled in unknown fields in SMB2 all_info levelAndrew Tridgell1-1/+4
2007-10-10r11777: display the security_descriptor in torture_smb2_all_info()Andrew Tridgell1-0/+4
2007-10-10r11771: - split out the setinfo blob construction in the libcli/raw codeAndrew Tridgell1-42/+56
2007-10-10r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo callsAndrew Tridgell1-193/+64
2007-10-10r11755: added names for all of the SMB2 qfs info levels (they all map exactlyAndrew Tridgell1-0/+1
2007-10-10r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher1-10/+7
2007-10-10r11735: fixed the ALL_EAS smb2 level parsingAndrew Tridgell1-3/+3
2007-10-10r11731: fixed typo noticed by metzeAndrew Tridgell1-2/+2
2007-10-10r11730: added parsing and tests for a bunch more SMB2 getinfo levelsAndrew Tridgell1-27/+115
2007-10-10r11722: make the smb2_push/pull functions take a smb2_request_bufferStefan Metzmacher1-2/+1
2007-10-10r11721: Fix warningsVolker Lendecke1-1/+1
2007-10-10r11715: added SMB2 read and write requestsAndrew Tridgell1-3/+146
2007-10-10r11697: - added a generic SMB2 getinfo callAndrew Tridgell1-0/+90