summaryrefslogtreecommitdiffstats
path: root/libcli
Commit message (Collapse)AuthorAgeFilesLines
* libcli/auth: add support for AES/HMAC-SHA256 to the netlogon schannel sign/sealStefan Metzmacher2012-07-171-51/+137
| | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org>
* libcli/auth: add support for AES/HMAC-SHA256 schannel session key supportStefan Metzmacher2012-07-171-3/+63
| | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org>
* s4:librpc/rpc/dcerpc_schannel: just append NETLOGON_NEG_RODC_PASSTHROUGH as rodcStefan Metzmacher2012-07-171-2/+0
| | | | | | | | The RODC stuff doesn't depend on the schannel algorithm. metze Signed-off-by: Günther Deschner <gd@samba.org>
* libcli/smb: add SMB2_CAP_DIRECTORY_LEASING to SMB2_CAP_ALLStefan Metzmacher2012-06-291-0/+1
| | | | | | metze Signed-off-by: Michael Adam <obnox@samba.org>
* Fix warning: variable ‘XX’ set but not used.Jeremy Allison2012-06-191-7/+0
|
* libcli: use tdb directly, not tdb_compat.Rusty Russell2012-06-191-2/+2
| | | | | Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* libcli/nbt: remove unused system/network.h from libnbt.hStefan Metzmacher2012-06-111-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
* build: rename build targets nmblookup -> nmblookup4 and nmblookup3 -> nmblookupMichael Adam2012-05-311-1/+1
|
* libcli/dns: Rename UDP-based calls to reflect their useKai Blin2012-05-301-6/+6
| | | | | Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Wed May 30 02:35:27 CEST 2012 on sn-devel-104
* libcli/smb: add some more FSCTL_* definesStefan Metzmacher2012-05-291-0/+8
| | | | metze
* s3:smb2cli_ioctl: fix requests without output_buffer.length > 0 against windowsStefan Metzmacher2012-05-291-1/+1
| | | | | | This fixes DCERPC over SMB2 against windows servers. metze
* dns_hosts_file: move to a separate subsystemAlexander Bokovoy2012-05-252-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
* libcli/dns: make 'clidns' private library out of DNS code in WAF buildAlexander Bokovoy2012-05-232-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.
* Move source3/libads/dns.c to lib/addnsSimo Sorce2012-05-232-2/+6
|
* libcli: make it easier to understand that a control was not correctly encodedMatthieu Patou2012-05-191-1/+1
|
* libcli/smb: move smb2cli_ioctl.c from source3 to the toplevelBjörn Baumbach2012-05-153-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
* libcli/smb: move smb2cli_query_directory.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+241
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* libcli/smb: move smb2cli_query_info.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+284
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* libcli/smb: move smb2cli_set_info.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+207
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* libcli/smb: move smb2cli_flush.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+148
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* libcli/smb: move smb2cli_write.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+188
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* libcli/smb: move smb2cli_read.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+216
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* libcli/smb: move smb2cli_close.c from source3 to the toplevelStefan Metzmacher2012-05-153-0/+154
| | | | metze
* libcli/smb: move smb2cli_create.c from source3 to the toplevelStefan Metzmacher2012-05-153-0/+315
| | | | metze
* libcli/smb: move smb2cli_logoff_* from source3 to the top levelStefan Metzmacher2012-05-142-0/+110
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon May 14 17:02:46 CEST 2012 on sn-devel-104
* libcli/smb: git mv smb2_session.c smb2cli_session.cStefan Metzmacher2012-05-142-1/+1
| | | | metze
* libcli/nbt: no longer use old 'event_' tevent compat symbolsStefan Metzmacher2012-05-141-24/+24
| | | | metze
* libcli/smb/smb_constants: add FSCTL_VALIDATE_NEGOTIATE_INFO*Stefan Metzmacher2012-05-111-0/+8
| | | | metze
* libcli/smb/smbXcli: add support for PROTOCOL_SMB3_00Stefan Metzmacher2012-05-061-0/+1
| | | | metze
* libcli/smb: add #define PROTOCOL_LATEST PROTOCOL_SMB3_00Stefan Metzmacher2012-05-061-0/+1
| | | | metze
* libcli/smb: add PROTOCOL_SMB3_00Stefan Metzmacher2012-05-061-1/+2
| | | | metze
* libcli/smb: add SMB3_DIALECT_REVISION_300Stefan Metzmacher2012-05-061-0/+1
| | | | metze
* UTIL_TDB: lowercase name.Jelmer Vernooij2012-05-031-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu May 3 20:18:22 CEST 2012 on sn-devel-104
* libcli/smb: move SMB2_IOCTL_FLAG_IS_FSCTL to smb2_constants.hStefan Metzmacher2012-04-271-0/+3
| | | | metze
* libcli: Use data_blob_nullVolker Lendecke2012-04-251-1/+1
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Apr 25 18:54:51 CEST 2012 on sn-devel-104
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into ↵Alexander Bokovoy2012-04-251-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
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-235-312/+3
|
* libcli/smb: move smb2cli_session_setup_*() prototypes to the code.Stefan Metzmacher2012-04-161-0/+15
| | | | metze
* libcli/smb: add smb2cli_session_get_flags()Stefan Metzmacher2012-04-162-0/+6
| | | | metze
* libcli/smb: we should not force a session key for anonymous connectionsStefan Metzmacher2012-04-161-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
* libcli/smb: make use of data_blob_string_const_null()Stefan Metzmacher2012-04-161-12/+6
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Apr 16 12:21:17 CEST 2012 on sn-devel-104
* krb5_wrap: krb5_string_to_key / krb5_encrypt_block are deprecated.Simo Sorce2012-04-121-4/+4
| | | | | | Remove checks and replace with krb5_c_string_to_key(). Signed-off-by: Andreas Schneider <asn@samba.org>
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-122-81/+0
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* auth-krb: Make functions static.Simo Sorce2012-04-121-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>
* auth-krb: Nove oid packet check to gensec_util.Simo Sorce2012-04-121-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>
* krb5_wrap: remove duplicate declaration and dead ifdefSimo Sorce2012-04-121-4/+0
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* s4 dns: Add a simple async client libraryKai Blin2012-03-273-0/+230
|
* smb2: Move smb2cli session setup code to cli_smb_common.Jelmer Vernooij2012-03-252-0/+234
|
* libcli/smb: Stop generating unused proto file.Jelmer Vernooij2012-03-251-1/+0
|
* Fix bug #8811 - sd_has_inheritable_components segfaults on an SD that ↵Jeremy Allison2012-03-141-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