Age | Commit message (Expand) | Author | Files | Lines |
2008-02-12 | converted the out side of SMB2 negprot handling | Andrew Tridgell | 1 | -29/+30 |
2008-02-12 | fixed up the .in side of SMB2 negprot | Andrew Tridgell | 1 | -5/+35 |
2008-01-05 | r26672: Janitorial: Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 1 | -1/+1 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26430: require explicit specification of loadparm context. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26353: Remove use of global_loadparm. | Jelmer Vernooij | 1 | -0/+2 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr... | Jelmer Vernooij | 3 | -4/+4 |
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 2 | -0/+3 |
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 1 | -10/+14 |
2007-10-10 | r25551: Convert to standard bool type. | Jelmer Vernooij | 8 | -39/+39 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 2 | -2/+3 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 3 | -3/+5 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 9 | -27/+18 |
2007-10-10 | r23067: use 'const union smb_search_data *file' also in the server code to ge... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r23045: forward SMB2 oplock breaks to the client | Stefan Metzmacher | 2 | -3/+50 |
2007-10-10 | r23044: - use uint32_t for handle id's | Stefan Metzmacher | 1 | -12/+18 |
2007-10-10 | r23020: a better fix for the memory leak - this one doesn't stuff up spnego :) | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r22866: handle incoming chained smb2 requests in our server code to let | Stefan Metzmacher | 5 | -30/+135 |
2007-10-10 | r22843: pass smb2 lock requests to the ntvfs layer | Stefan Metzmacher | 1 | -1/+32 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 2 | -1/+4 |
2007-10-10 | r18686: Fix typo protocl->protocol | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r18301: I discovered how to load the warnings from a build farm build into | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r17360: add some comments | Stefan Metzmacher | 1 | -3/+23 |
2007-10-10 | r17341: pass a messaging context to auth_context_create() | Stefan Metzmacher | 2 | -4/+8 |
2007-10-10 | r17297: Some compilers don't seem to like the ;; | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r17268: change the smb2 session setup to use the new gensec_update_send/recv(... | Stefan Metzmacher | 1 | -61/+91 |
2007-10-10 | r17206: Add a modular API for share configuration. | Simo Sorce | 1 | -13/+14 |
2007-10-10 | r17084: implement SMB2 Cancel in the server, | Stefan Metzmacher | 3 | -11/+108 |
2007-10-10 | r17012: don't try to send any data when the socket is gone already... | Stefan Metzmacher | 1 | -0/+13 |
2007-10-10 | r17009: set the protocol version correct | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r16989: implement SMB2 Notify in the frontend | Stefan Metzmacher | 1 | -1/+75 |
2007-10-10 | r16950: remove the smb mid from the ntvfs layer and keep a list of pending | Stefan Metzmacher | 2 | -2/+0 |
2007-10-10 | r16918: the SMB2 Ioctls are sometimes called with a wildcard handle | Stefan Metzmacher | 1 | -4/+19 |
2007-10-10 | r16913: better return the same values as vista beta2 | Stefan Metzmacher | 1 | -2/+16 |
2007-10-10 | r16912: I messed up the numbers for ipc and print shares... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r16911: the TID is only 32 bits...don't overwrite parts of the UID field | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16910: - don't search the wildcard handle | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r16889: implement SMB2 Ioctl in the frontend | Stefan Metzmacher | 1 | -1/+38 |
2007-10-10 | r16875: implement SMB2 Find in the frontend | Stefan Metzmacher | 3 | -5/+168 |
2007-10-10 | r16872: when we know the data length we can preallocate the buffer | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16870: copy over the status from the ntvfs request to the smb2 request | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r16869: - if we know the blob length, we can preallocated the memory | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r16740: just say the directory is empty | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16738: vista beta2 use FILE_CLOSED as error for an invalid file handle | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16734: the 2 bytes after the opcode and before the flags, | Stefan Metzmacher | 3 | -11/+12 |