summaryrefslogtreecommitdiff
path: root/libcli
AgeCommit message (Expand)AuthorFilesLines
2013-01-27libcli/security: calculate INHERIT_ONLY correcty for AUDIT and ALARM aces (bu...Stefan Metzmacher1-4/+16
2013-01-22libcli/auth: fix void function cannot return value errorAndrew Bartlett1-2/+2
2013-01-22libcli-acl: add documentationMatthieu Patou1-1/+19
2013-01-21security: Add documentationMatthieu Patou1-0/+9
2013-01-21libcli-security: Add documentation for object_tree_modify_accessMatthieu Patou1-2/+12
2013-01-21libcli/security: remove useless if (root->num_of_children > 0) statementsAndrew Bartlett1-8/+4
2013-01-21libcli/security: add init_mask to existing children in insert_in_object_treeStefan Metzmacher1-0/+1
2013-01-21libcli/security: handle node initialisation in one spot in insert_in_object_t...Andrew Bartlett2-38/+37
2013-01-21libcli/security: avoid usage of dom_sid_parse_talloc() in sec_access_check_ds()Stefan Metzmacher1-8/+4
2013-01-21libcli/security: simplify get_ace_object_type()Stefan Metzmacher1-8/+4
2013-01-21libcli/security: fix formating in access_check.cStefan Metzmacher1-8/+12
2013-01-21libcli/security: fix whitespaces in access_check.cStefan Metzmacher1-98/+100
2013-01-17libcli/security: don't look at the inherited type in get_ace_object_type()Stefan Metzmacher1-2/+0
2013-01-16smb2_ioctl: split ioctl handler code on device typeDavid Disseldorp1-0/+2
2013-01-15libcli/security: Ensure to fill in remaining_access for the initial case (bug...Andrew Bartlett1-0/+1
2012-12-21libcli: Fix smb2cli_ioctl_send() if clause.Andreas Schneider1-1/+1
2012-12-21libcli: Check schannel state return value of tdb_transaction_commit().Andreas Schneider1-1/+5
2012-12-15libcli/auth: add netlogon_creds_encrypt_samlogon_validation().Günther Deschner2-6/+44
2012-12-15libcli/auth: rename netlogon_creds_decrypt_samlogon() to netlogon_creds_decry...Günther Deschner2-6/+9
2012-12-11libcli/security: calculate the correct inherited_object GUIDStefan Metzmacher1-1/+7
2012-12-11libcli/security: implement object_in_list()Stefan Metzmacher1-2/+23
2012-12-09libcli/auth: support AES decryption in netlogon_creds_decrypt_samlogon().Günther Deschner1-0/+14
2012-12-09libcli/auth: remove trailing whitespace.Günther Deschner1-38/+38
2012-12-09libcli/auth: add netlogon_creds_aes_{en|de}crypt routines.Günther Deschner2-0/+30
2012-12-02libcli/security: remove duplicate aces in se_create_child_secdesc()Stefan Metzmacher1-0/+34
2012-11-30Fix Bug 9422 - large read requests cause server to issue malformed replyVolker Lendecke1-1/+1
2012-11-01libcli/smb: add smbXcli_session_set_disconnect_expired() (bug #9175)Stefan Metzmacher2-0/+35
2012-10-27libcli/smb: fix unitialized padding in smb2_create_blob_push_one() (bug #9209)Stefan Metzmacher1-1/+1
2012-10-16libcli/dns: Time out requests after a whileKai Blin1-0/+8
2012-09-29libcli/smb: add smb1cli_echo*Stefan Metzmacher3-0/+181
2012-09-29libcli/smb: add smb2cli_echo*Stefan Metzmacher3-0/+130
2012-09-29libcli/smb: use an explicit TALLOC_FREE(subreq) in smb2cli_*Stefan Metzmacher9-0/+9
2012-09-27Fix bug #9209 - Parse of invalid SMB2 create blob can cause smbd crash.Jeremy Allison1-3/+2
2012-09-22libcli/echo: validate the message lengthStefan Metzmacher1-0/+5
2012-09-19libcli: add a define for the APP_INSTANCE_ID smb2 create contextMichael Adam1-0/+1
2012-09-19libcli/smb: fix padding in smb2_create_blob*Stefan Metzmacher1-11/+30
2012-09-07waf: Rename nmblookup manpage to nmblookup4.Andreas Schneider2-66/+66
2012-08-31Factor out privilege checking code into se_file_access_check() which takes a ...Jeremy Allison2-10/+87
2012-08-30Fix bug #9124 - Samba fails to set "inherited" bit on inherited ACE's.Jeremy Allison1-3/+7
2012-08-25libcli/smb: split out a smb_transport private libraryStefan Metzmacher1-3/+15
2012-08-25libcli/smb: wscript_build => wscriptStefan Metzmacher1-1/+2
2012-08-24Remove useless bool "upper_case_domain" parameter from ntv2_owf_gen().Jeremy Allison3-13/+3
2012-08-24Remove useless bool "upper_case_domain" parameter.Jeremy Allison1-13/+2
2012-08-24Move uppercasing the domain out of smb_pwd_check_ntlmv2()Jeremy Allison1-9/+21
2012-08-22libcli: fix value of NT_STATUS_FILE_NOT_AVAILABLEBjörn Jacke1-1/+1
2012-08-17libcli/smb: make sure the SMB2_TRANSFORM pdu is completeStefan Metzmacher1-3/+12
2012-08-16libcli/smb: support broken OS/2 error responses bug #9096Stefan Metzmacher1-3/+57
2012-08-15libcli/smb: verify decrypted SMB2 pdus correctlyStefan Metzmacher1-2/+38
2012-08-15libcli/smb: fix parsing of compounded messages within a SMB2_TRANSFORM pduStefan Metzmacher1-5/+12
2012-08-15libcli/smb: fix smb2cli_req_compound_submit for multiple encrypted messagesStefan Metzmacher1-63/+104