summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/negprot.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-24s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher1-112/+0
2009-12-10s4-libcli: use GUID_to_ndr_blob()Andrew Tridgell1-3/+3
2009-12-10s4-libcli: use new GUID functions in libcliAndrew Tridgell1-4/+3
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+2
2008-02-12converted the out side of SMB2 negprot handlingAndrew Tridgell1-22/+21
2008-02-12fixed up the .in side of SMB2 negprotAndrew Tridgell1-7/+24
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-10r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher1-1/+1
2007-10-10r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher1-14/+17
2007-10-10r11722: make the smb2_push/pull functions take a smb2_request_bufferStefan Metzmacher1-2/+1
2007-10-10r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell1-1/+3
2007-10-10r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...Andrew Tridgell1-1/+0
2007-10-10r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell1-21/+32
2007-10-10r11662: the beginnings of a SMB2 client library. Very hackish, meant for expe...Andrew Tridgell1-0/+82