summaryrefslogtreecommitdiff
path: root/libcli
AgeCommit message (Expand)AuthorFilesLines
2016-04-28libcli/security: implement SECURITY_GUESTStefan Metzmacher4-0/+12
2016-04-28libcli/smb: add smbXcli_session_is_guest() helper functionStefan Metzmacher2-0/+25
2016-04-28libcli/smb: add SMB1 session setup action flagsStefan Metzmacher1-0/+6
2016-04-28libcli/smb: add smb1cli_session_set_action() helper functionStefan Metzmacher2-0/+9
2016-04-28libcli/smb: fix NULL pointer derreference in smbXcli_session_is_authenticated().Günther Deschner1-0/+4
2016-04-19libcli:smb2: Use constant time memcmp() to verify the signatureAndreas Schneider1-1/+1
2016-04-12CVE-2015-5370: libcli/smb: use a max timeout of 1 second in tstream_smbXcli_n...Stefan Metzmacher1-0/+4
2016-04-12CVE-2016-2115: s3:libsmb: add signing constant SMB_SIGNING_IPC_DEFAULTRalph Boehme2-0/+2
2016-04-12CVE-2016-2114: libcli/smb: let mandatory signing imply allowed signingRalph Boehme1-0/+4
2016-04-12CVE-2016-2111: libcli/auth: add NTLMv2_RESPONSE_verify_netlogon_creds() helpe...Stefan Metzmacher2-1/+138
2016-04-12CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher2-9/+28
2016-04-12CVE-2016-2110: libcli/auth: add SPNEGO_REQUEST_MIC to enum spnego_negResultStefan Metzmacher1-1/+5
2016-04-12CVE-2016-2110: libcli/auth: use enum spnego_negResult instead of uint8_tStefan Metzmacher2-2/+5
2016-03-22libcli:smb:smbXcli_base: add smb2cli_session_current_channel_sequence() call.Günther Deschner2-0/+6
2016-03-09ASN1: use a talloc context in read_contextSimpleDouglas Bagnall1-5/+5
2016-03-03s3:smbd: rework negprot remote arch detectionJustin Maggard1-1/+0
2016-03-01netlogon_creds_cli: use dbwrap_purge instead of dbwrap_delete where appropriateMichael Adam1-10/+4
2016-02-16libcli: Fix debug message, print sid string for new_ace trustee.Noel Power1-1/+1
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam3-8/+7
2016-02-03spnego: Some simplificationsVolker Lendecke1-4/+3
2016-02-03ldap: Correctly check asn1_tag_remaining retvalVolker Lendecke1-1/+1
2016-01-22libcli/smb: add define SMB_ENCRYPTION_GSSAPI for CIFS encryption typeRalph Boehme1-1/+1
2016-01-15security: Add Asserted Identity sids (S-1-18)Günther Deschner2-0/+11
2016-01-13Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij4-5/+7
2016-01-13libcli: Make headers for private libraries private.Jelmer Vernooij2-5/+4
2016-01-13Add a new header file for functions in lib/util/util.c.Jelmer Vernooij1-0/+2
2016-01-13Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij1-0/+1
2016-01-13samdb: Add explicit dependency on ldb.Jelmer Vernooij1-1/+1
2016-01-06libcli: Remove a reference to asn1->ofsVolker Lendecke1-7/+5
2016-01-06lib: Use asn1_current_ofs()Volker Lendecke1-2/+4
2016-01-06lib: Use asn1_has_nestingVolker Lendecke1-1/+1
2016-01-06lib: Use asn1_extract_blob()Volker Lendecke2-6/+9
2016-01-06lib: Use asn1_set_error()Volker Lendecke1-10/+10
2016-01-06lib: Use asn1_has_error()Volker Lendecke2-17/+21
2016-01-06asn1: Make asn1_peek_full_tag return 0/errnoVolker Lendecke1-1/+8
2015-12-16CVE-2015-5296: libcli/smb: make sure we require signing when we demand encryp...Stefan Metzmacher1-0/+11
2015-12-08libdns: Small cleanupVolker Lendecke1-2/+0
2015-12-08libdns: Convert dns_udp_request to 0/errnoVolker Lendecke2-21/+20
2015-12-08libdns: Properly set ENOMEMVolker Lendecke1-0/+1
2015-12-08libdns: tsocket returns -1 and sets errnoVolker Lendecke1-3/+3
2015-12-01libcli/smb: fix BUFFER_OVERFLOW handling in tstream_smbXcli_npStefan Metzmacher1-3/+10
2015-12-01libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb1cli_readx*Stefan Metzmacher1-18/+35
2015-12-01libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb2cli_query_info*Stefan Metzmacher1-5/+19
2015-12-01libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb2cli_read*Stefan Metzmacher1-5/+21
2015-12-01libcli/smb: make sure we have a body size of 0x31 before dereferencing an ioc...Stefan Metzmacher1-37/+47
2015-11-18libcli/smb: Use helper function for finding sessionChristof Schmitt1-19/+18
2015-10-26repl: Give an error if we get a secret when not expecting oneAndrew Bartlett2-0/+7
2015-10-14lib: cli: Add accessor function smb2cli_tcon_flags() to get tcon flags.Jeremy Allison2-0/+6
2015-10-14libdap: Fix a '\0' vs NULL mixupVolker Lendecke1-1/+1
2015-10-07Change the libreadline word-break character set to only space, TAB and NL so ...Richard Sharpe1-0/+6