Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-14 | libcli/smb: move smb2cli_logoff_* from source3 to the top level | Stefan Metzmacher | 2 | -0/+110 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon May 14 17:02:46 CEST 2012 on sn-devel-104 | |||||
2012-05-14 | libcli/smb: git mv smb2_session.c smb2cli_session.c | Stefan Metzmacher | 2 | -1/+1 | |
metze | |||||
2012-05-14 | libcli/nbt: no longer use old 'event_' tevent compat symbols | Stefan Metzmacher | 1 | -24/+24 | |
metze | |||||
2012-05-11 | libcli/smb/smb_constants: add FSCTL_VALIDATE_NEGOTIATE_INFO* | Stefan Metzmacher | 1 | -0/+8 | |
metze | |||||
2012-05-06 | libcli/smb/smbXcli: add support for PROTOCOL_SMB3_00 | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-05-06 | libcli/smb: add #define PROTOCOL_LATEST PROTOCOL_SMB3_00 | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-05-06 | libcli/smb: add PROTOCOL_SMB3_00 | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2012-05-06 | libcli/smb: add SMB3_DIALECT_REVISION_300 | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-05-03 | UTIL_TDB: lowercase name. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu May 3 20:18:22 CEST 2012 on sn-devel-104 | |||||
2012-04-27 | libcli/smb: move SMB2_IOCTL_FLAG_IS_FSCTL to smb2_constants.h | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2012-04-25 | libcli: Use data_blob_null | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Apr 25 18:54:51 CEST 2012 on sn-devel-104 | |||||
2012-04-25 | lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into ↵ | Alexander Bokovoy | 1 | -1/+1 | |
lib/replace/system/gssapi.h With waf build include directories are defined by dependencies specified to subsystems. Without proper dependency <gssapi/gssapi.h> cannot be found for embedded Heimdal builds when there are no system-wide gssapi/gssapi.h available. Split out GSSAPI header includes in a separate replacement header and use that explicitly where needed. Autobuild-User: Alexander Bokovoy <ab@samba.org> Autobuild-Date: Wed Apr 25 00:18:33 CEST 2012 on sn-devel-104 | |||||
2012-04-23 | Make krb5 wrapper library common so they can be used all over | Simo Sorce | 5 | -312/+3 | |
2012-04-16 | libcli/smb: move smb2cli_session_setup_*() prototypes to the code. | Stefan Metzmacher | 1 | -0/+15 | |
metze | |||||
2012-04-16 | libcli/smb: add smb2cli_session_get_flags() | Stefan Metzmacher | 2 | -0/+6 | |
metze | |||||
2012-04-16 | libcli/smb: we should not force a session key for anonymous connections | Stefan Metzmacher | 1 | -4/+4 | |
smb2cli_session_set_session_key() should not check for a valid session key, if the connection is a guest or null session. metze | |||||
2012-04-16 | libcli/smb: make use of data_blob_string_const_null() | Stefan Metzmacher | 1 | -12/+6 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Apr 16 12:21:17 CEST 2012 on sn-devel-104 | |||||
2012-04-12 | krb5_wrap: krb5_string_to_key / krb5_encrypt_block are deprecated. | Simo Sorce | 1 | -4/+4 | |
Remove checks and replace with krb5_c_string_to_key(). Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-12 | auth-krb: Move pac related util functions in a single place. | Simo Sorce | 2 | -81/+0 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-12 | auth-krb: Make functions static. | Simo Sorce | 1 | -4/+0 | |
The remaining gssapi_parse functions were used exclusively in gensec_krb5. Move them there and make them static. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-12 | auth-krb: Nove oid packet check to gensec_util. | Simo Sorce | 1 | -1/+0 | |
This is clearly a utiliy function generic to gensec. Also the 3 callers had identical implementations. Provide a generic implementation for all of them and avoid duplicating the code everywhere. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-12 | krb5_wrap: remove duplicate declaration and dead ifdef | Simo Sorce | 1 | -4/+0 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-03-27 | s4 dns: Add a simple async client library | Kai Blin | 3 | -0/+230 | |
2012-03-25 | smb2: Move smb2cli session setup code to cli_smb_common. | Jelmer Vernooij | 2 | -0/+234 | |
2012-03-25 | libcli/smb: Stop generating unused proto file. | Jelmer Vernooij | 1 | -1/+0 | |
2012-03-14 | Fix bug #8811 - sd_has_inheritable_components segfaults on an SD that ↵ | Jeremy Allison | 1 | -0/+4 | |
se_access_check accepts. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Mar 14 05:08:03 CET 2012 on sn-devel-104 | |||||
2012-03-14 | Fix bug #8795 - Samba does not handle the Owner Rights permissions at all | Richard Sharpe | 3 | -6/+49 | |
Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Mar 14 02:26:34 CET 2012 on sn-devel-104 | |||||
2012-03-10 | tdb_wrap: Move to specific directory. | Jelmer Vernooij | 1 | -1/+1 | |
It's a bit confusing to mix low-level and high-level libraries. We had multiple libraries in one directory, and there were have circular dependencies with other libraries outside that directory (in this case, samba-hostconfig). Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Mar 10 23:13:01 CET 2012 on sn-devel-104 | |||||
2012-03-10 | Fix bug #8797 - Samba does not correctly handle DENY ACEs when privileges apply. | Richard Sharpe | 1 | -26/+28 | |
Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Mar 10 01:33:45 CET 2012 on sn-devel-104 | |||||
2012-03-04 | libcli:smb: define SMB2_HDR_FLAG_REPLAY_OPERATION | Michael Adam | 1 | -0/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sun Mar 4 15:10:38 CET 2012 on sn-devel-104 | |||||
2012-03-03 | smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2 | Michael Adam | 2 | -3/+11 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-03-03 | libcli:smb: define SMB2_DHANDLE_FLAG_PERSISTENT | Michael Adam | 1 | -0/+5 | |
2012-03-03 | libcli:smb: add new SMB2 share flags | Michael Adam | 1 | -1/+5 | |
* FORCE_LEVELII_OPLOCKS * ENABLE_HASH_V1 * ENABLE_HASH_V2 * ENCRYPT_DATA | |||||
2012-03-03 | libcli:smb: upgrade SMB2_CAP_ALL to include the newly known caps | Michael Adam | 1 | -1/+8 | |
2012-03-03 | libcli:smb: add defines for SMB2.2 share capabilities | Michael Adam | 1 | -1/+4 | |
* continuous avaliability * cluster * scaleout | |||||
2012-03-03 | libcli:smb: add defines for SMB2.2 global capabilities | Michael Adam | 1 | -4/+9 | |
* multi channel * persistent handles * directory leasing * encryption | |||||
2012-03-03 | libcli:smb: define DH2Q and DH2C tags for smb2 extra create blobs | Michael Adam | 1 | -0/+2 | |
These are the tags for the SMB2_CREATE_DURABLE_HANDLE_REQUEST_V2 and SMB2_CREATE_DURABLE_HANDLE_RECONNECT_V2, the second version of the SMB2_CREATE_DURABLE_HANDLE_REQUEST (DHnQ) and SMB2_CREATE_DURABLE_HANDLE_RECONNECT (DHnC), which are only available for SMB 2.2 (and newer). | |||||
2012-03-03 | smb2_constants: fix a typo | Christian Ambach | 1 | -1/+1 | |
Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Sat Mar 3 09:04:40 CET 2012 on sn-devel-104 | |||||
2012-03-02 | smb2_constants: add SMB2_WATCH_TREE | Christian Ambach | 1 | -0/+3 | |
2012-02-29 | libcli/smb/smb2_signing: rename smb2_key_deviration -> smb2_key_derivation | Michael Adam | 3 | -5/+5 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Feb 29 09:01:54 CET 2012 on sn-devel-104 | |||||
2012-02-29 | libcli/smb/smbXcli: use smb2_key_deviration() to setup SMB 2.24 keys | Stefan Metzmacher | 1 | -2/+41 | |
This uses the key diveration function from "NIST Special Publication 800-108" in counter mode (section 5.1). Thanks to Jeremy, Michael and Volker for the debugging! metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Feb 29 04:54:48 CET 2012 on sn-devel-104 | |||||
2012-02-29 | libcli/smb/smb2_signing: implement aes_cmac_128 based signing for SMB 2.24 | Stefan Metzmacher | 1 | -18/+58 | |
metze | |||||
2012-02-29 | libcli/smb/smb2_signing: add smb2_key_deviration() | Stefan Metzmacher | 2 | -0/+37 | |
This implements a simplified version of "NIST Special Publication 800-108" section 5.1 using hmac-sha256. Thanks to Jeremy, Michael and Volker for the debugging! metze | |||||
2012-02-27 | libcli/smb/smb2_signing: pass down 'protocol' to smb2_signing_[sign|check]_pdu() | Stefan Metzmacher | 4 | -2/+11 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Feb 27 14:26:32 CET 2012 on sn-devel-104 | |||||
2012-02-27 | libcli/smb/smb2_signing: rename session_key to signing_key | Stefan Metzmacher | 2 | -9/+9 | |
metze | |||||
2012-02-27 | libcli/smb/smbXcli: remove unused if statement from ↵ | Stefan Metzmacher | 1 | -3/+1 | |
smb2cli_conn_dispatch_incoming() metze | |||||
2012-02-27 | libcli/smb/smbXcli: add smb2cli_session_application_key() | Stefan Metzmacher | 2 | -0/+28 | |
metze | |||||
2012-02-27 | libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the ↵ | Stefan Metzmacher | 2 | -58/+131 | |
signing_key The signing_key is fix across all channels and is used for session setups on a channel binding. Note: - the last session setup response is signed with the new channel signing key. - the reauth session setups are signed with the channel signing key. It's also not needed to remember the main session key. metze | |||||
2012-02-27 | libcli/smb/smbXcli: remove unused checks from smb2cli_session_create_channel() | Stefan Metzmacher | 1 | -11/+0 | |
metze | |||||
2012-02-25 | libcli: Remove a pointless check | Volker Lendecke | 1 | -3/+1 | |
"n" is size_t, so it is always >=0. |