Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-11 | libcli/smb Move CSC_POLICY_* definition to smb_constants.h | Andrew Bartlett | 1 | -0/+8 | |
This removes the duplicate definition between smb.h and lib/param/loadparm.c which in turn allows this file to be compiled with the s3 includes.h Andrew Bartlett | |||||
2011-10-11 | lib/param move source4 param code to the top level | Andrew Bartlett | 1 | -0/+4 | |
This is done so that the lpcfg_ functions are available across the whole build, either with the struct loadparm_context loaded from an smb.conf directly or as a wrapper around the source3 param code. This is not the final, merged loadparm, but simply one step to make it easier to solve other problems while we make our slow progress on this difficult problem. Andrew Bartlett | |||||
2011-09-28 | smb_unix_ext.h: Protect against multiple inclusion. | Jelmer Vernooij | 1 | -0/+4 | |
2011-09-28 | Install headers included by smb_common.h. | Jelmer Vernooij | 1 | -2/+2 | |
2011-09-24 | libcli/smb: Get rid of set but unused variable | Kai Blin | 1 | -1/+3 | |
2011-09-22 | Remove extraneous debug code. | Jeremy Allison | 1 | -3/+0 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Sep 22 00:22:12 CEST 2011 on sn-devel-104 | |||||
2011-09-21 | Fix bug #8474 - SMB2 create doesn't cope with an Apple client using NULL ↵ | Jeremy Allison | 1 | -3/+7 | |
blob in create Cope with zero length data_offset and data_length values. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Sep 21 22:12:40 CEST 2011 on sn-devel-104 | |||||
2011-09-16 | libcli/smb: add SMB2_DIALECT_REVISION_222 | Stefan Metzmacher | 1 | -0/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Sep 16 19:51:47 CEST 2011 on sn-devel-104 | |||||
2011-09-16 | libcli/smb: add PROTOCOL_SMB2_22 | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-09-10 | libcli/smb: s/FLAGS2_UNKNOWN_BIT4/FLAGS2_SMB_SECURITY_SIGNATURES_REQUIRED | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Sep 10 00:34:50 CEST 2011 on sn-devel-104 | |||||
2011-09-06 | smb2_constants: add SMB2_WRITEFLAG_WRITE_THROUGH define | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2011-09-05 | libcli/smb: add PROTOCOL_SMB2_10 | Stefan Metzmacher | 1 | -1/+2 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Sep 5 14:57:06 CEST 2011 on sn-devel-104 | |||||
2011-09-05 | libcli/smb: remove PROTOCOL_SMB2 alias of PROTOCOL_SMB2_02 | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2011-09-05 | libcli/smb: move smb2_signing.c to the toplevel | Stefan Metzmacher | 4 | -2/+175 | |
metze | |||||
2011-08-30 | smb2_constants: add SMB2_HDR_CREDIT_CHARGE | Stefan Metzmacher | 1 | -1/+2 | |
SMB2_HDR_EPOCH was never used and SMB 2.10 uses it as SMB2_HDR_CREDIT_CHARGE. We keep SMB2_HDR_EPOCH as alias for now, until all callers are fixed. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Aug 30 23:49:56 CEST 2011 on sn-devel-104 | |||||
2011-08-18 | smb_common: Fix include paths. | Jelmer Vernooij | 1 | -5/+5 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Aug 18 16:54:01 CEST 2011 on sn-devel-104 | |||||
2011-08-18 | smb_common: Install some more headers. | Jelmer Vernooij | 1 | -1/+2 | |
2011-07-26 | cli_smb_common: Lowercase name. | Jelmer Vernooij | 1 | -2/+2 | |
2011-07-12 | libcli/smb: add NBSS message types | Stefan Metzmacher | 1 | -0/+10 | |
metze | |||||
2011-07-12 | libcli/smb: add PROTOCOL_SMB2_02 constant | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-07-06 | libcli/smb move FILE_TYPE constants in common | Andrew Bartlett | 1 | -0/+8 | |
This allows us to remove another _SAMBA_BUILD_ conditional Andrew Bartlett | |||||
2011-07-06 | libcli/smb move enum protocol_types to a common header | Andrew Bartlett | 1 | -0/+12 | |
2011-05-18 | waf-build: Add more libraries to avoid duplicate symbols | Andrew Bartlett | 1 | -3/+3 | |
The new source of duplicates is calling libnetapi from inside smbtorture. Andrew Bartlett | |||||
2011-05-06 | libcli/smb Move cifs posix helper functions and headers in common | Andrew Bartlett | 4 | -0/+552 | |
unix_perms_to_wire() was a duplicate symbol in the top level build. Andrew Bartlett | |||||
2011-04-29 | libcli/smb Move attrib_string in common | Andrew Bartlett | 4 | -1/+93 | |
2011-04-29 | libcli/smb Move FILE_ATTRIBUTE defines to the top level | Andrew Bartlett | 1 | -0/+23 | |
2011-03-25 | libcli: created smb_constants.h | Andrew Tridgell | 2 | -0/+40 | |
this starts the (long!) process of moving some of the SMB constants into common files. This just moves the FLAGS2_ defines, which are needed for common string routines (for FLAGS2_UNICODE_STRINGS) | |||||
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 |