summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* 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
* libcli/smb: add some more FSCTL_* definesStefan Metzmacher2012-05-291-0/+8
* s3:smb2cli_ioctl: fix requests without output_buffer.length > 0 against windowsStefan Metzmacher2012-05-291-1/+1
* dns_hosts_file: move to a separate subsystemAlexander Bokovoy2012-05-252-6/+8
* libcli/dns: make 'clidns' private library out of DNS code in WAF buildAlexander Bokovoy2012-05-232-8/+6
* 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
* libcli/smb: move smb2cli_query_directory.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+241
* libcli/smb: move smb2cli_query_info.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+284
* libcli/smb: move smb2cli_set_info.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+207
* libcli/smb: move smb2cli_flush.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+148
* libcli/smb: move smb2cli_write.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+188
* libcli/smb: move smb2cli_read.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+216
* libcli/smb: move smb2cli_close.c from source3 to the toplevelStefan Metzmacher2012-05-153-0/+154
* libcli/smb: move smb2cli_create.c from source3 to the toplevelStefan Metzmacher2012-05-153-0/+315
* libcli/smb: move smb2cli_logoff_* from source3 to the top levelStefan Metzmacher2012-05-142-0/+110
* libcli/smb: git mv smb2_session.c smb2cli_session.cStefan Metzmacher2012-05-142-1/+1
* libcli/nbt: no longer use old 'event_' tevent compat symbolsStefan Metzmacher2012-05-141-24/+24
* libcli/smb/smb_constants: add FSCTL_VALIDATE_NEGOTIATE_INFO*Stefan Metzmacher2012-05-111-0/+8
* libcli/smb/smbXcli: add support for PROTOCOL_SMB3_00Stefan Metzmacher2012-05-061-0/+1
* libcli/smb: add #define PROTOCOL_LATEST PROTOCOL_SMB3_00Stefan Metzmacher2012-05-061-0/+1
* libcli/smb: add PROTOCOL_SMB3_00Stefan Metzmacher2012-05-061-1/+2
* libcli/smb: add SMB3_DIALECT_REVISION_300Stefan Metzmacher2012-05-061-0/+1
* UTIL_TDB: lowercase name.Jelmer Vernooij2012-05-031-1/+1
* libcli/smb: move SMB2_IOCTL_FLAG_IS_FSCTL to smb2_constants.hStefan Metzmacher2012-04-271-0/+3
* libcli: Use data_blob_nullVolker Lendecke2012-04-251-1/+1
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-251-1/+1
* 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
* libcli/smb: add smb2cli_session_get_flags()Stefan Metzmacher2012-04-162-0/+6
* libcli/smb: we should not force a session key for anonymous connectionsStefan Metzmacher2012-04-161-4/+4
* libcli/smb: make use of data_blob_string_const_null()Stefan Metzmacher2012-04-161-12/+6
* krb5_wrap: krb5_string_to_key / krb5_encrypt_block are deprecated.Simo Sorce2012-04-121-4/+4
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-122-81/+0
* auth-krb: Make functions static.Simo Sorce2012-04-121-4/+0
* auth-krb: Nove oid packet check to gensec_util.Simo Sorce2012-04-121-1/+0
* krb5_wrap: remove duplicate declaration and dead ifdefSimo Sorce2012-04-121-4/+0
* 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 se_acce...Jeremy Allison2012-03-141-0/+4
* Fix bug #8795 - Samba does not handle the Owner Rights permissions at allRichard Sharpe2012-03-143-6/+49
* tdb_wrap: Move to specific directory.Jelmer Vernooij2012-03-101-1/+1
* Fix bug #8797 - Samba does not correctly handle DENY ACEs when privileges apply.Richard Sharpe2012-03-101-26/+28
* libcli:smb: define SMB2_HDR_FLAG_REPLAY_OPERATIONMichael Adam2012-03-041-0/+1
* smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2Michael Adam2012-03-032-3/+11
* libcli:smb: define SMB2_DHANDLE_FLAG_PERSISTENTMichael Adam2012-03-031-0/+5
* libcli:smb: add new SMB2 share flagsMichael Adam2012-03-031-1/+5