Age | Commit message (Expand) | Author | Files | Lines |
2008-02-14 | Convert SMB and SMB2 code to use a common buffer handling structure | Andrew Tridgell | 1 | -47/+47 |
2007-10-10 | r25551: Convert to standard bool type. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r17283: use the async calls of auth_check_password() and gensec_update() | Stefan Metzmacher | 1 | -109/+128 |
2007-10-10 | r16979: - ntcancel should compare TID,UID,MID and PID | Stefan Metzmacher | 1 | -3/+10 |
2007-10-10 | r16950: remove the smb mid from the ntvfs layer and keep a list of pending | Stefan Metzmacher | 1 | -5/+18 |
2007-10-10 | r15827: fixed a spelling error | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r15734: This is a major change to the NTVFS subsystem: | Stefan Metzmacher | 1 | -84/+145 |
2007-10-10 | r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l... | Stefan Metzmacher | 1 | -1/+9 |
2007-10-10 | r14644: fix SMBecho, used by w2k clients, failing this, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14541: separate smbsrv_request and ntvfs_request, | Stefan Metzmacher | 1 | -483/+273 |
2007-10-10 | r14502: Supply both needed arguments for the backend logoff processing. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r14487: split smbsrv_request into two parts, one will be moved to ntvfs_request | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r14485: mark smb commands as need session and need tcon explicit, | Stefan Metzmacher | 1 | -43/+0 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14256: - rename smb_file -> smb_handle | Stefan Metzmacher | 1 | -41/+41 |
2007-10-10 | r14208: removed use of req->flags2 inside the ntvfs layer. This should help | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r14173: change smb interface structures to always use | Stefan Metzmacher | 1 | -47/+47 |
2007-10-10 | r14157: - pass a struct ntvfs_request to the ntvfs layer | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r14016: use type safe talloc when constructing operation structures in smb se... | Andrew Tridgell | 1 | -38/+43 |
2007-10-10 | r13877: remove smbsrv_send_dos_error() and use smbsrv_send_error(..,NT_STATUS... | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r13872: fix typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13870: prefix more functions with smbsrv_ | Stefan Metzmacher | 1 | -114/+114 |
2007-10-10 | r13868: remove useless talloc_free() wrapper | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r13866: prefix more functions with smbsrv_ | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r13865: prefix functions with smbsrv_ | Stefan Metzmacher | 1 | -57/+57 |
2007-10-10 | r13862: rename chain_reply -> smbsrv_chain_reply | Stefan Metzmacher | 1 | -10/+10 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12102: for SMB2 we need to allocate tcons per session | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r11786: move all SMB protocol specific stuff to smb_server/smb/ | Stefan Metzmacher | 1 | -0/+2461 |