summaryrefslogtreecommitdiffstats
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* auth/gensec: move libcli/auth/schannel_sign.c into schannel.cStefan Metzmacher2014-01-073-419/+1
* libcli/auth: try to use the current timestamp creds->sequenceStefan Metzmacher2013-12-241-0/+22
* libcli/auth: remove bogus comment regarding replay attacksStefan Metzmacher2013-12-241-2/+0
* libcli/auth: set the return_authenticator->timestamp = 0Stefan Metzmacher2013-12-241-1/+1
* secacl: Slightly simplify make_sec_aclVolker Lendecke2013-12-141-3/+6
* secacl: Fix a memleak in an error pathVolker Lendecke2013-12-131-0/+1
* secacl: Don't use talloc_zeroVolker Lendecke2013-12-131-1/+4
* secacl: Fix whitespaceVolker Lendecke2013-12-131-11/+11
* libcli: fix compiler warningsChristian Ambach2013-12-121-0/+1
* lib/clap fix compiler warningsChristian Ambach2013-12-121-2/+1
* CVE-2013-4408:libcli/util: add some size verification to tstream_read_pdu_blo...Stefan Metzmacher2013-12-091-0/+5
* docs: remove duplicate word "name" in nmblookup4 manpage.Günther Deschner2013-11-191-1/+1
* libcli/cldap: Add utility to create netlogon filterBenjamin Franzke2013-11-112-40/+52
* libcli/smb: fix smb2cli_ioctl*() against Windows 2008.Stefan Metzmacher2013-10-311-4/+29
* libcli: Add tstream_npa_socketpair() function.Andreas Schneider2013-10-292-0/+67
* s4-dsacl: Fixed incorrect handling of privileges in sec_access_check_dsNadezhda Ivanova2013-10-251-8/+4
* libcli/smb: add SMB2_HDR_FLAG_DFS for SMB2 Create operations on dfs sharesStefan Metzmacher2013-10-171-1/+9
* libcli/smb: add FLAG_CASELESS_PATHNAMES based on FILE_CASE_SENSITIVE_SEARCH t...Stefan Metzmacher2013-10-171-0/+7
* libcli/smb: move Filesystem Attributes defines to smb_constants.hStefan Metzmacher2013-10-171-0/+19
* libcli/smb: add FLAGS2_DFS_PATHNAMES for SMB1 operations against dfs sharesStefan Metzmacher2013-10-171-0/+6
* libcli/smb: add smbXcli_tcon_{set,get}_fs_attributes()Stefan Metzmacher2013-10-172-0/+17
* libcli/smb: add smbXcli_tcon_is_dfs_share()Stefan Metzmacher2013-10-172-0/+27
* libcli/smb: Introduce smbXcli_conn_dfs_supportedLuk Claes2013-10-172-0/+11
* libcli/smb: add smb2cli_tcon_is_encryption_on()Michael Adam2013-10-152-0/+6
* libcli: Correct smb2_lease_pullVolker Lendecke2013-10-061-4/+4
* libcli: Add const to smb2_lease_pullVolker Lendecke2013-10-062-2/+4
* libcli/smb: only check the SMB2 session setup signature if required and validStefan Metzmacher2013-09-181-5/+21
* libcli/smb: fix non mendatory signing against some vendor SMB2 servers.Stefan Metzmacher2013-09-171-1/+10
* libcli/smb: use SMB1 MID=0 for the initial NegprotStefan Metzmacher2013-09-171-0/+8
* libcli/smb: negotiate SMB3_DIALECT_REVISION_302 if PROTOCOL_SMB3_02 is requestedStefan Metzmacher2013-09-171-0/+1
* libcli/smb: add PROTOCOL_SMB3_02Stefan Metzmacher2013-09-171-2/+3
* libcli/smb: add SMB3_DIALECT_REVISION_302Stefan Metzmacher2013-09-171-0/+1
* As SMB3 has transport level encryption, allow smbclient -e to force encryted ...Jeremy Allison2013-08-212-0/+22
* libcli/smb: add smb2cli_conn_req_possible()Stefan Metzmacher2013-08-152-0/+23
* libcli/smb: add smb1cli_conn_req_possible()Stefan Metzmacher2013-08-152-0/+18
* libcli/smb: pass max_dyn_len to smb2cli_req_send()Stefan Metzmacher2013-08-1513-16/+50
* libcli/smb: pass max_dyn_len to smb2cli_req_create()Stefan Metzmacher2013-08-152-4/+10
* libcli/smb: calculate the credit charge on the input and output dyn_lenStefan Metzmacher2013-08-151-1/+11
* libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a par...Jeremy Allison2013-08-153-23/+35
* libcli/smb: Fix smb2cli_write_recv() and smb2cli_write() to return the bytes ...Jeremy Allison2013-08-152-7/+29
* libcli/smb: fix the credit handling on a SMB1 => SMB2 negotiateStefan Metzmacher2013-08-151-1/+6
* libsmb: Remove an unnecessary variable assignmentVolker Lendecke2013-08-121-2/+1
* libsmb: Avoid an unnecessary "else"Volker Lendecke2013-08-121-1/+3
* libcli/auth: add more const to spnego_negTokenInit->mechTypesStefan Metzmacher2013-08-103-13/+18
* libcli/auth: avoid possible mem leak in read_negTokenInit()Stefan Metzmacher2013-08-101-4/+15
* libcli/auth/schannel: remove unused schannel_positionStefan Metzmacher2013-08-101-7/+0
* libcli/auth/schannel: make struct schannel_state privateStefan Metzmacher2013-08-102-13/+12
* libcli/auth: add netsec_create_state()Stefan Metzmacher2013-08-102-0/+26
* libcli/auth: maintain the sequence number for the NETLOGON SSP as 64bitStefan Metzmacher2013-08-102-5/+14
* lib: add FSCTL_[GET/SET]_COMPRESSION constantsDavid Disseldorp2013-08-091-0/+3