Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-23 | libcli/smb: maintain smb2.should_sign on smbXcli_req_state | Stefan Metzmacher | 1 | -26/+11 | |
metze | |||||
2012-07-23 | libcli/smb: make use of SMB2_HDR_BODY as header size | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-07-23 | libcli/smb: parse the SMB2_TRANSFORM header and decrypt the SMB2 pdu | Stefan Metzmacher | 1 | -0/+63 | |
metze | |||||
2012-07-23 | libcli/smb: create 4 iovecs per request in smb2cli_inbuf_parse_compound() | Stefan Metzmacher | 1 | -16/+25 | |
The first one might hold the SMB2_TRANSFORM Header later. metze | |||||
2012-07-23 | libcli/smb: prepare [en|de]cryption_key for SMB3 | Stefan Metzmacher | 1 | -0/+65 | |
metze | |||||
2012-07-23 | libcli/smb: copy the application_key in smb2cli_session_create_channel() | Stefan Metzmacher | 1 | -0/+6 | |
metze | |||||
2012-07-23 | libcli/smb: check the buffer length in smbXcli_negprot_dispatch_incoming() | Stefan Metzmacher | 1 | -1/+8 | |
metze | |||||
2012-07-23 | libcli/smb: only pass the smb2 buffer to smb2cli_inbuf_parse_compound() | Stefan Metzmacher | 1 | -12/+12 | |
We should hide the transport as much as possible. metze | |||||
2012-07-23 | libcli/smb: add smb2_signing_[en|e]crypt_pdu() | Stefan Metzmacher | 2 | -0/+141 | |
metze | |||||
2012-07-23 | libcli/smb: construct the signing_key before forming the message | Stefan Metzmacher | 1 | -31/+31 | |
metze | |||||
2012-07-23 | libcli/smb: add SMB2_SESSION_FLAG_ENCRYPT_DATA | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-07-23 | libcli/smb: add SMB2_TRANSFORM macros | Stefan Metzmacher | 1 | -0/+15 | |
metze | |||||
2012-07-17 | libcli/auth: add support for AES/HMAC-SHA256 to the netlogon schannel sign/seal | Stefan Metzmacher | 1 | -51/+137 | |
metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2012-07-17 | libcli/auth: add support for AES/HMAC-SHA256 schannel session key support | Stefan Metzmacher | 1 | -3/+63 | |
metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2012-07-17 | s4:librpc/rpc/dcerpc_schannel: just append NETLOGON_NEG_RODC_PASSTHROUGH as rodc | Stefan Metzmacher | 1 | -2/+0 | |
The RODC stuff doesn't depend on the schannel algorithm. metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2012-06-29 | libcli/smb: add SMB2_CAP_DIRECTORY_LEASING to SMB2_CAP_ALL | Stefan Metzmacher | 1 | -0/+1 | |
metze Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-19 | Fix warning: variable ‘XX’ set but not used. | Jeremy Allison | 1 | -7/+0 | |
2012-06-19 | libcli: use tdb directly, not tdb_compat. | Rusty Russell | 1 | -2/+2 | |
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2012-06-11 | libcli/nbt: remove unused system/network.h from libnbt.h | Stefan Metzmacher | 1 | -1/+0 | |
This is not needed and breaks the build on AIX: [ 988/3309] Compiling source4/smb_server/smb/reply.c "../source4/smb_server/smb/reply.c", line 1093.42: 1506-022 (S) "lseek64" is not a member of "union smb_seek". "../source4/smb_server/smb/reply.c", line 1093.42: 1506-022 (S) "lseek64" is not a member of "union smb_seek". "../source4/smb_server/smb/reply.c", line 1093.42: 1506-022 (S) "lseek64" is not a member of "union smb_seek". "../source4/smb_server/smb/reply.c", line 1093.42: 1506-022 (S) "lseek64" is not a member of "union smb_seek". "../source4/smb_server/smb/reply.c", line 1109.13: 1506-022 (S) "lseek64" is not a member of "union smb_seek". "../source4/smb_server/smb/reply.c", line 1110.13: 1506-022 (S) "lseek64" is not a member of "union smb_seek". "../source4/smb_server/smb/reply.c", line 1111.13: 1506-022 (S) "lseek64" is not a member of "union smb_seek". "../source4/smb_server/smb/reply.c", line 1113.38: 1506-022 (S) "lseek64" is not a member of "union smb_seek". Waf: Leaving directory `/opt/home/build/build_farm/samba_4_0_test/bin' Build failed: -> task failed (err #1): {task: cc reply.c -> reply_1.o} metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Mon Jun 11 10:32:51 CEST 2012 on sn-devel-104 | |||||
2012-05-31 | build: rename build targets nmblookup -> nmblookup4 and nmblookup3 -> nmblookup | Michael Adam | 1 | -1/+1 | |
2012-05-30 | libcli/dns: Rename UDP-based calls to reflect their use | Kai Blin | 1 | -6/+6 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Wed May 30 02:35:27 CEST 2012 on sn-devel-104 | |||||
2012-05-29 | libcli/smb: add some more FSCTL_* defines | Stefan Metzmacher | 1 | -0/+8 | |
metze | |||||
2012-05-29 | s3:smb2cli_ioctl: fix requests without output_buffer.length > 0 against windows | Stefan Metzmacher | 1 | -1/+1 | |
This fixes DCERPC over SMB2 against windows servers. metze | |||||
2012-05-25 | dns_hosts_file: move to a separate subsystem | Alexander Bokovoy | 2 | -6/+8 | |
After discussion with Kai move dns_hosts_file to a separate subsystem and merge it into libaddns private library for s3/s4 client use. Also remove dependency in libcli/nbt, the code from libcli/dns subsystems is not used there at all. Autobuild-User: Alexander Bokovoy <ab@samba.org> Autobuild-Date: Fri May 25 22:22:44 CEST 2012 on sn-devel-104 | |||||
2012-05-23 | libcli/dns: make 'clidns' private library out of DNS code in WAF build | Alexander Bokovoy | 2 | -8/+6 | |
After consolidating DNS resolver code to lib/addns, there is one piece that still needs to be moved into a common DNS resolver library: DNS_HOSTS_FILE subsystem. Unfortunately, direct move would require lib/addns to depend on libcli/util/{ntstatus.h,werror.h} (provided by errors subsystem). In addition, moving libcli/dns/* code to lib/addns/ would make conflicting the dns_tkey_record struct. The conflict comes from source4/dns_server/ and is due to use of IDL to define the struct. lib/addns/ library also provides its own definition so we either need to keep them in sync (rewrite code in lib/addns/ a bit) or depend on generated IDL headers. Thus, making a private library and subsystem clidns is an intermediate step that allows to buy some time fore refactoring. | |||||
2012-05-23 | Move source3/libads/dns.c to lib/addns | Simo Sorce | 2 | -2/+6 | |
2012-05-19 | libcli: make it easier to understand that a control was not correctly encoded | Matthieu Patou | 1 | -1/+1 | |
2012-05-15 | libcli/smb: move smb2cli_ioctl.c from source3 to the toplevel | Björn Baumbach | 3 | -0/+370 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue May 15 20:17:01 CEST 2012 on sn-devel-104 | |||||
2012-05-15 | libcli/smb: move smb2cli_query_directory.c from source3 to the toplevel | Björn Baumbach | 3 | -0/+241 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_query_info.c from source3 to the toplevel | Björn Baumbach | 3 | -0/+284 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_set_info.c from source3 to the toplevel | Björn Baumbach | 3 | -0/+207 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_flush.c from source3 to the toplevel | Björn Baumbach | 3 | -0/+148 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_write.c from source3 to the toplevel | Björn Baumbach | 3 | -0/+188 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_read.c from source3 to the toplevel | Björn Baumbach | 3 | -0/+216 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_close.c from source3 to the toplevel | Stefan Metzmacher | 3 | -0/+154 | |
metze | |||||
2012-05-15 | libcli/smb: move smb2cli_create.c from source3 to the toplevel | Stefan Metzmacher | 3 | -0/+315 | |
metze | |||||
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 |