summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* CVE-2016-2019: libcli/smb: don't allow guest sessions if we require signingStefan Metzmacher2016-07-071-2/+17
* libcli/auth: remove unused variable in msrpc_parse()Stefan Metzmacher2016-07-061-7/+0
* libcli/smb: Fix compiler errors when building with --address-sanitizerAndrew Bartlett2016-06-161-2/+2
* libcli/auth: let msrpc_parse() return talloc'ed empty stringsStefan Metzmacher2016-05-091-4/+20
* typo: mplementation => implementationGarming Sam2016-05-065-5/+5
* libcli/security: implement SECURITY_GUESTStefan Metzmacher2016-04-284-0/+12
* libcli/smb: add smbXcli_session_is_guest() helper functionStefan Metzmacher2016-04-282-0/+25
* libcli/smb: add SMB1 session setup action flagsStefan Metzmacher2016-04-281-0/+6
* libcli/smb: add smb1cli_session_set_action() helper functionStefan Metzmacher2016-04-282-0/+9
* libcli/smb: fix NULL pointer derreference in smbXcli_session_is_authenticated().Günther Deschner2016-04-281-0/+4
* libcli:smb2: Use constant time memcmp() to verify the signatureAndreas Schneider2016-04-191-1/+1
* CVE-2015-5370: libcli/smb: use a max timeout of 1 second in tstream_smbXcli_n...Stefan Metzmacher2016-04-121-0/+4
* CVE-2016-2115: s3:libsmb: add signing constant SMB_SIGNING_IPC_DEFAULTRalph Boehme2016-04-122-0/+2
* CVE-2016-2114: libcli/smb: let mandatory signing imply allowed signingRalph Boehme2016-04-121-0/+4
* CVE-2016-2111: libcli/auth: add NTLMv2_RESPONSE_verify_netlogon_creds() helpe...Stefan Metzmacher2016-04-122-1/+138
* CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher2016-04-122-9/+28
* CVE-2016-2110: libcli/auth: add SPNEGO_REQUEST_MIC to enum spnego_negResultStefan Metzmacher2016-04-121-1/+5
* CVE-2016-2110: libcli/auth: use enum spnego_negResult instead of uint8_tStefan Metzmacher2016-04-122-2/+5
* libcli:smb:smbXcli_base: add smb2cli_session_current_channel_sequence() call.Günther Deschner2016-03-222-0/+6
* ASN1: use a talloc context in read_contextSimpleDouglas Bagnall2016-03-091-5/+5
* s3:smbd: rework negprot remote arch detectionJustin Maggard2016-03-031-1/+0
* netlogon_creds_cli: use dbwrap_purge instead of dbwrap_delete where appropriateMichael Adam2016-03-011-10/+4
* libcli: Fix debug message, print sid string for new_ace trustee.Noel Power2016-02-161-1/+1
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-063-8/+7
* spnego: Some simplificationsVolker Lendecke2016-02-031-4/+3
* ldap: Correctly check asn1_tag_remaining retvalVolker Lendecke2016-02-031-1/+1
* libcli/smb: add define SMB_ENCRYPTION_GSSAPI for CIFS encryption typeRalph Boehme2016-01-221-1/+1
* security: Add Asserted Identity sids (S-1-18)Günther Deschner2016-01-152-0/+11
* Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij2016-01-134-5/+7
* libcli: Make headers for private libraries private.Jelmer Vernooij2016-01-132-5/+4
* Add a new header file for functions in lib/util/util.c.Jelmer Vernooij2016-01-131-0/+2
* Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2016-01-131-0/+1
* samdb: Add explicit dependency on ldb.Jelmer Vernooij2016-01-131-1/+1
* libcli: Remove a reference to asn1->ofsVolker Lendecke2016-01-061-7/+5
* lib: Use asn1_current_ofs()Volker Lendecke2016-01-061-2/+4
* lib: Use asn1_has_nestingVolker Lendecke2016-01-061-1/+1
* lib: Use asn1_extract_blob()Volker Lendecke2016-01-062-6/+9
* lib: Use asn1_set_error()Volker Lendecke2016-01-061-10/+10
* lib: Use asn1_has_error()Volker Lendecke2016-01-062-17/+21
* asn1: Make asn1_peek_full_tag return 0/errnoVolker Lendecke2016-01-061-1/+8
* CVE-2015-5296: libcli/smb: make sure we require signing when we demand encryp...Stefan Metzmacher2015-12-161-0/+11
* libdns: Small cleanupVolker Lendecke2015-12-081-2/+0
* libdns: Convert dns_udp_request to 0/errnoVolker Lendecke2015-12-082-21/+20
* libdns: Properly set ENOMEMVolker Lendecke2015-12-081-0/+1
* libdns: tsocket returns -1 and sets errnoVolker Lendecke2015-12-081-3/+3
* libcli/smb: fix BUFFER_OVERFLOW handling in tstream_smbXcli_npStefan Metzmacher2015-12-011-3/+10
* libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb1cli_readx*Stefan Metzmacher2015-12-011-18/+35
* libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb2cli_query_info*Stefan Metzmacher2015-12-011-5/+19
* libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb2cli_read*Stefan Metzmacher2015-12-011-5/+21
* libcli/smb: make sure we have a body size of 0x31 before dereferencing an ioc...Stefan Metzmacher2015-12-011-37/+47