summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2/negprot.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-241-112/+0
| | | | metze
* s4-libcli: use GUID_to_ndr_blob()Andrew Tridgell2009-12-101-3/+3
|
* s4-libcli: use new GUID functions in libcliAndrew Tridgell2009-12-101-4/+3
|
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+2
| | | | (This used to be commit 47ffbbf67435904754469544390b67d34c958343)
* converted the out side of SMB2 negprot handlingAndrew Tridgell2008-02-121-22/+21
| | | | | | This follows the SMB2 PFIF docs. Current versions of Vista can now connect to Samba4 as a SMB2 server and do basic operations (This used to be commit 9dc284770df9393a1a619735dc7a148713936fa7)
* fixed up the .in side of SMB2 negprotAndrew Tridgell2008-02-121-7/+24
| | | | | fixed the input side of the SMB2 negprot structure and parsers according to the documentation (This used to be commit 55af8acc7b32c24e4b1187e9d8d1c8f060e914b0)
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2007-10-101-1/+1
| | | | | | | also if the dynamic flag should be set metze (This used to be commit 7829100e1ee79f4f5d24004af221288e19c09b3e)
* r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher2007-10-101-14/+17
| | | | | | | | | | | | | of the fixed body part, and +1 if there's a dynamic part - there're 3 types of dynamic blobs with uint16_t offset/uint16_t size with uint16_t offset/uint32_t size with uint32_t offset/uint32_t size /* aligned to 8 bytes */ - strings are transmitted in UTF-16 with no termination and packet into a uint16/uint16 blob metze (This used to be commit 79103c51e5c752fbdb4d25a0047b65002828df89)
* r11722: make the smb2_push/pull functions take a smb2_request_bufferStefan Metzmacher2007-10-101-2/+1
| | | | | | | | and the pull ones also a TALLOC_CTX, then we can reuse this functions in the server later metze (This used to be commit 9b616516cae269f0870e9b9a9cecd8ee3f0a9095)
* r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell2007-10-101-1/+3
| | | | (This used to be commit 26ed781375c03958241d8c93324e04e948944d01)
* r11668: yay! we get a successful session setup with SMB2, and get back a ↵Andrew Tridgell2007-10-101-1/+0
| | | | | | 64bit uid (This used to be commit 72b34a7c1b66af6be02f66639efc55a19c73e387)
* r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell2007-10-101-21/+32
| | | | | | the call definitions will be in smb2_calls.h, which will play a similar role that smb_interfaces.h plays for the old SMB protocol (This used to be commit 4ef3902a8a99a0b8caa81a07ba07830d7cbbc32c)
* r11662: the beginnings of a SMB2 client library. Very hackish, meant for ↵Andrew Tridgell2007-10-101-0/+82
experimentation (This used to be commit 68422dc73f6ea51bf906f3db223ae8abf077aba1)