summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-04-071-1/+1
* Make sure that we only propogate the INHERITED flag when we are allowed to.Richard Sharpe2013-04-021-1/+2
* libcli/smb: smb1cli_inbuf_parse_chain() and smb1cli_conn_dispatch_incoming() ...Jeremy Allison2013-03-211-2/+2
* libcli/smb: defer failing for missing NEGOTIATE_SECURITY_SIGNATURES_ENABLEDStefan Metzmacher2013-03-211-0/+9
* libcli/smb: add SMB_CAP_LEGACY_CLIENT_MASK defineStefan Metzmacher2013-03-211-0/+10
* Fix bug #9674 - Samba denies owner Read Control when there is a DENY entry wh...Richard Sharpe2013-02-261-3/+3
* libcli/security: calculate INHERIT_ONLY correcty for AUDIT and ALARM aces (bu...Stefan Metzmacher2013-01-281-4/+16
* libcli-acl: add documentationMatthieu Patou2013-01-281-1/+19
* security: Add documentationMatthieu Patou2013-01-281-0/+9
* libcli-security: Add documentation for object_tree_modify_accessMatthieu Patou2013-01-281-2/+12
* libcli/security: remove useless if (root->num_of_children > 0) statementsAndrew Bartlett2013-01-281-8/+4
* libcli/security: add init_mask to existing children in insert_in_object_treeStefan Metzmacher2013-01-281-0/+1
* libcli/security: handle node initialisation in one spot in insert_in_object_t...Andrew Bartlett2013-01-282-38/+37
* libcli/security: avoid usage of dom_sid_parse_talloc() in sec_access_check_ds()Stefan Metzmacher2013-01-281-8/+4
* libcli/security: simplify get_ace_object_type()Stefan Metzmacher2013-01-281-8/+4
* libcli/security: fix formating in access_check.cStefan Metzmacher2013-01-281-8/+12
* libcli/security: fix whitespaces in access_check.cStefan Metzmacher2013-01-281-98/+100
* libcli/security: don't look at the inherited type in get_ace_object_type()Stefan Metzmacher2013-01-281-2/+0
* libcli/security: Ensure to fill in remaining_access for the initial case (bug...Andrew Bartlett2013-01-141-0/+1
* libcli/security: calculate the correct inherited_object GUIDStefan Metzmacher2012-12-111-1/+7
* libcli/security: implement object_in_list()Stefan Metzmacher2012-12-111-2/+23
* libcli/auth: support AES decryption in netlogon_creds_decrypt_samlogon().Günther Deschner2012-12-101-0/+14
* libcli/auth: remove trailing whitespace.Günther Deschner2012-12-101-38/+38
* libcli/auth: add netlogon_creds_aes_{en|de}crypt routines.Günther Deschner2012-12-102-0/+30
* libcli/security: remove duplicate aces in se_create_child_secdesc()Stefan Metzmacher2012-12-031-0/+34
* Fix Bug 9422 - large read requests cause server to issue malformed replyVolker Lendecke2012-11-291-1/+1
* libcli/smb: add smbXcli_session_set_disconnect_expired() (bug #9175)Stefan Metzmacher2012-11-052-0/+35
* libcli/smb: fix unitialized padding in smb2_create_blob_push_one() (bug #9209)Stefan Metzmacher2012-10-291-1/+1
* libcli/dns: Time out requests after a whileKai Blin2012-10-151-0/+8
* Fix bug #9209 - Parse of invalid SMB2 create blob can cause smbd crash.Jeremy Allison2012-10-021-3/+2
* libcli/smb: fix padding in smb2_create_blob*Stefan Metzmacher2012-10-021-11/+30
* libcli/echo: validate the message lengthStefan Metzmacher2012-09-281-0/+5
* waf: Rename nmblookup manpage to nmblookup4.Andreas Schneider2012-09-072-66/+66
* Factor out privilege checking code into se_file_access_check() which takes a ...Jeremy Allison2012-08-312-10/+87
* Fix bug #9124 - Samba fails to set "inherited" bit on inherited ACE's.Jeremy Allison2012-08-301-3/+7
* libcli/smb: split out a smb_transport private libraryStefan Metzmacher2012-08-251-3/+15
* libcli/smb: wscript_build => wscriptStefan Metzmacher2012-08-251-1/+2
* Remove useless bool "upper_case_domain" parameter from ntv2_owf_gen().Jeremy Allison2012-08-243-13/+3
* Remove useless bool "upper_case_domain" parameter.Jeremy Allison2012-08-241-13/+2
* Move uppercasing the domain out of smb_pwd_check_ntlmv2()Jeremy Allison2012-08-241-9/+21
* libcli: fix value of NT_STATUS_FILE_NOT_AVAILABLEBjörn Jacke2012-08-221-1/+1
* libcli/smb: make sure the SMB2_TRANSFORM pdu is completeStefan Metzmacher2012-08-171-3/+12
* libcli/smb: support broken OS/2 error responses bug #9096Stefan Metzmacher2012-08-161-3/+57
* libcli/smb: verify decrypted SMB2 pdus correctlyStefan Metzmacher2012-08-151-2/+38
* libcli/smb: fix parsing of compounded messages within a SMB2_TRANSFORM pduStefan Metzmacher2012-08-151-5/+12
* libcli/smb: fix smb2cli_req_compound_submit for multiple encrypted messagesStefan Metzmacher2012-08-151-63/+104
* libcli/smb: all flags except SMB2_HDR_FLAG_ASYNC should be cleared in a cance...Stefan Metzmacher2012-08-151-0/+6
* build: rename security → samba-securityBjörn Jacke2012-08-101-2/+2
* libcli/smb: do not set SMB2_TF_MSG_SIZE in the callerStefan Metzmacher2012-08-081-3/+0
* libcli/smb: smb2_signing_[en|de]crypt_pdu() check and set SMB2_TF_MSG_SIZEStefan Metzmacher2012-08-081-6/+16