Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -10/+10 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25027: Fix more warnings. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24994: Fix some C++ warnings. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r22866: handle incoming chained smb2 requests in our server code to let | Stefan Metzmacher | 1 | -12/+12 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17083: - implement SMB2 Cancel in the client | Stefan Metzmacher | 1 | -2/+9 |
2007-10-10 | r16873: - grow the buffer with the correct size, we maybe had 1 byte prealloc... | Stefan Metzmacher | 1 | -8/+8 |
2007-10-10 | r16734: the 2 bytes after the opcode and before the flags, | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r16705: fix a bug found by valgrind... | Stefan Metzmacher | 1 | -8/+25 |
2007-10-10 | r16566: add pull function for a site32/offset32 blob | Stefan Metzmacher | 1 | -0/+24 |
2007-10-10 | r15770: when there's a dynamic body, we need to send the first byte even if the | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r15744: convert_string_talloc() handles src_len == 0 as error | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0 | Stefan Metzmacher | 1 | -3/+14 |
2007-10-10 | r15191: Avoid uint_t as it's not standard. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14434: use the right enum type | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r11780: it turns out that the MxAc tag isn't a security descriptor, its a | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11775: added support for creating files on SMB2 with initial EA lists and an... | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r11771: - split out the setinfo blob construction in the libcli/raw code | Andrew Tridgell | 1 | -0/+51 |
2007-10-10 | r11754: make the SMB2 blob push routines take offsets, so they fit better with | Andrew Tridgell | 1 | -80/+92 |
2007-10-10 | r11751: fixed the req->out.size calculation (it needs to be the complete | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r11743: - push the length at the correct offset | Stefan Metzmacher | 1 | -2/+9 |
2007-10-10 | r11742: fix pushing of 0 length blobs | Stefan Metzmacher | 1 | -0/+18 |
2007-10-10 | r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the length | Stefan Metzmacher | 1 | -44/+246 |
2007-10-10 | r11722: make the smb2_push/pull functions take a smb2_request_buffer | Stefan Metzmacher | 1 | -32/+27 |
2007-10-10 | r11721: Fix warnings | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r11715: added SMB2 read and write requests | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r11697: - added a generic SMB2 getinfo call | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11692: added a full composite (async) spnego session setup for SMB2. This | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r11679: opening/creating files in SMB2 now works. Lots of unknown parameters | Andrew Tridgell | 1 | -0/+16 |
2007-10-10 | r11675: a more general way of getting rid of compiler warnings and errors | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11674: SMB2 tree connect now works. We do 2 session setups and 2 tree | Andrew Tridgell | 1 | -0/+37 |
2007-10-10 | r11670: fix the build | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r11668: yay! we get a successful session setup with SMB2, and get back a 64bi... | Andrew Tridgell | 1 | -2/+54 |
2007-10-10 | r11665: started to put some meat on the structure used for the SMB2 library | Andrew Tridgell | 1 | -16/+0 |
2007-10-10 | r11662: the beginnings of a SMB2 client library. Very hackish, meant for expe... | Andrew Tridgell | 1 | -0/+171 |