summaryrefslogtreecommitdiffstats
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* libsmb: Put the "smb2_lease" struct into idlVolker Lendecke2014-06-123-20/+5
* s3-winbindd: Listen on IRPC and do forwarded DNS updates on an RODCAndrew Bartlett2014-06-112-0/+279
* libcli: Add a NULL check in dom_sid_stringVolker Lendecke2014-06-101-0/+3
* libcli/security: remove sec_ace_equalDavid Disseldorp2014-05-292-33/+0
* secdesc: use security_ace_equal instead of sec_ace_equalDavid Disseldorp2014-05-291-1/+1
* libcli/security: cleanup security_ace_equal()David Disseldorp2014-05-291-8/+20
* libcli/security: remove unused sec_ace_del_sid()David Disseldorp2014-05-292-33/+0
* libcli/security: remove unused sec_desc_del_sid()David Disseldorp2014-05-292-37/+0
* libcli/security: remove dup_sec_acl()David Disseldorp2014-05-292-13/+0
* libcli/security: clean up and fix make_sec_descDavid Disseldorp2014-05-291-48/+29
* libcli/secdesc: remove dup_sec_desc()David Disseldorp2014-05-282-21/+0
* libcli/secdesc: replace dup_sec_desc() usageDavid Disseldorp2014-05-281-2/+5
* libcli/sd: remove redundant sec_ace_add_sid()David Disseldorp2014-05-282-27/+0
* libcli/sd: remove redundant sec_desc_add_sid()David Disseldorp2014-05-282-38/+0
* libcli: Simplify desc_ace_has_generic()Volker Lendecke2014-05-271-9/+6
* libcli: Simplify desc_expand_generic()Volker Lendecke2014-05-271-13/+6
* libcli: Avoid an explicit memset callVolker Lendecke2014-05-271-4/+4
* libcli: Avoid a talloc/freeVolker Lendecke2014-05-271-4/+6
* libcli: Avoid a talloc/freeVolker Lendecke2014-05-271-4/+6
* libcli: Fix a memleakVolker Lendecke2014-05-271-5/+3
* add FSCTL_SET_ZERO_ON_DEALLOCATION defineBjörn Jacke2014-05-151-0/+1
* add FSCTL_SET_ZERO_DATA fsctl defineBjörn Jacke2014-05-151-0/+1
* s3: client - rename 'struct smb2_create_returns' to 'struct smb_create_return...Jeremy Allison2014-05-093-7/+7
* libcli/smb: add smb_signing_is_desired()Stefan Metzmacher2014-04-162-0/+6
* Do not install smbclient4 and nmblookup4Jeroen Dekkers2014-04-151-1/+2
* Typo: s/preceeded/preceded/Jelmer Vernooij2014-04-141-3/+3
* Add error codes and message descriptions for NTSTATUSNoel Power2014-04-022-0/+4238
* Use correct error code value for NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGENoel Power2014-04-021-1/+1
* Add autogenerated HRESULT error codes and descriptions from MS_ERREFNoel Power2014-04-023-2/+14741
* libcli/lsarpc: add struct trustAuthInOutBlob; forward declarationStefan Metzmacher2014-04-021-0/+1
* libcli/auth: s/encrypt/do_encryptStefan Metzmacher2014-04-021-6/+6
* libcli/security: s/remove/remove_ace/Stefan Metzmacher2014-04-021-3/+3
* libcli/smb: reuse tstream_smbXcli_np_disconnect_send/recv as helperStefan Metzmacher2014-03-251-60/+14
* libcli/smb: add tstream_smbXcli_np_disconnect_cleanup() to handle talloc_free...Stefan Metzmacher2014-03-251-0/+58
* libcli/smb: make TSTREAM_SMBXCLI_NP_MAX_BUF_SIZE publicStefan Metzmacher2014-03-252-20/+20
* libcli/smb: keep references to smbXcli_{conn,session,tcon} in tstream_smbXcli_npStefan Metzmacher2014-03-251-9/+53
* smbreadline: switch to new-style readline typedefGustavo Zacarias2014-03-131-1/+1
* libcli/smb: add SMB_BUFFER_SIZE_MIN/MAX definesStefan Metzmacher2014-03-051-0/+8
* libcli: Add warning about flow control changing macros in ntstatus.hAndrew Bartlett2014-03-051-0/+8
* libcli: Overflow array index read possible, in auth code.Ira Cooper2014-02-241-1/+1
* Revert "libcli: Overflow array index read possible, in auth code."Ira Cooper2014-02-241-2/+2
* libcli: Overflow array index read possible, in auth code.Ira Cooper2014-02-241-2/+2
* libcli: use DBWRAP_LOCK_ORDER_NONE when opening schannel_store.tdbMichael Adam2014-02-071-1/+2
* dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam2014-02-072-2/+3
* libcli/auth: reject computer_name longer than 15 charsStefan Metzmacher2014-01-221-0/+8
* libcli/auth: don't alter the computer_name in cluster mode.Stefan Metzmacher2014-01-221-19/+3
* libcli/auth: add netlogon_creds_cli_set_global_db()Stefan Metzmacher2014-01-222-0/+12
* libcli: Fix the comment for the address.Andreas Schneider2014-01-171-1/+1
* libcli/smb: make use of tevent_req_set_cleanup_fn()Stefan Metzmacher2014-01-171-10/+16
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-091-4/+0