Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-25 | Implement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INFORMATION (and move ↵ | Jeremy Allison | 1 | -0/+2 | |
definition to correct place). Thanks to Nick Meier @ Microsoft for finding this @ Connectathon. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Feb 25 00:40:52 CET 2011 on sn-devel-104 | |||||
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -11/+0 | |
The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | |||||
2010-09-22 | s4:libcli:smb2 Rename pending_id to async_id and make 64-bit | Steven Danneman | 1 | -1/+4 | |
Match MS-SMB2 - 2.2.1.1 SMB2 Packet Header - ASYNC | |||||
2010-05-21 | Make DFS work over SMB2. | Jeremy Allison | 1 | -0/+9 | |
Jeremy. | |||||
2010-04-06 | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 1 | -3/+0 | |
we won't be using the mk -> wscript generator again | |||||
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+10 | |
2009-08-15 | libcli/smb: add smb2_create_blob_find() | Stefan Metzmacher | 2 | -0/+23 | |
metze | |||||
2009-08-12 | libcli/smb: move smb2_create_blob code to libcli/smb/ | Stefan Metzmacher | 4 | -0/+249 | |
I want to use this in source3/smbd/ metze | |||||
2009-08-12 | libcli: move some common SMB and SMB2 stuff into libcli/smb/ | Stefan Metzmacher | 2 | -0/+202 | |
This will hold code that's shared between source3 and source4. metze |