summaryrefslogtreecommitdiff
path: root/libcli
AgeCommit message (Expand)AuthorFilesLines
2018-05-16libcli: Fix coverity warning in smb2cli_notify_send()Andreas Schneider1-1/+4
2018-05-12Fix spelling s/conection/connection/Mathieu Parent1-2/+2
2018-05-09libcli: remove unused se_create_child_secdesc_buf()Ralph Boehme2-32/+0
2018-04-30libcli/nbt: Additionally accept unicode as string param in Py2Noel Power1-3/+3
2018-04-24tevent: Fix callers of tevent_req_set_endtimeVolker Lendecke2-2/+0
2018-04-24dbwrap: Remove calls to loadparmVolker Lendecke2-2/+0
2018-04-24libcli: Call dbwrap_local_open with the correct tdb flagsVolker Lendecke1-2/+5
2018-04-24libcli: Call dbwrap_local_open with the correct hash sizeVolker Lendecke1-6/+13
2018-04-24libcli: Call dbwrap_local_open with the correct tdb_flagsVolker Lendecke1-2/+3
2018-04-24libcli: Call dbwrap_local_open with the correct hash sizeVolker Lendecke1-4/+13
2018-04-16tstream: Fix CID 1167981 Unchecked return valueVolker Lendecke1-1/+1
2018-04-16tstream: Fix CID 1167982 Unchecked return valueVolker Lendecke1-1/+1
2018-04-13libnbt: Align data typesVolker Lendecke1-1/+1
2018-04-13libnbt: Add an explicit "mem_ctx" to name_request_sendVolker Lendecke6-8/+10
2018-04-13nbt/pynbt: initialize optional parameter in nbt_name_refreshDouglas Bagnall1-0/+1
2018-04-13nbt/pynbt: initialize optional parameter in nbt_name_registerDouglas Bagnall1-0/+1
2018-04-05libsmb: Handle long-running smb2cli_notifyVolker Lendecke1-9/+45
2018-04-04cldap: Avoid a ZERO_STRUCTPVolker Lendecke1-1/+0
2018-04-04libcli: Fix CID 710748 Resource leakVolker Lendecke1-2/+2
2018-03-23python3 port for netbios moduleNoel Power2-23/+35
2018-03-23libcli/nbt: Fix illegal tuple index access.Noel Power1-1/+1
2018-03-20libcli:smb: Fix size typesAndreas Schneider1-3/+4
2018-03-19libcli/security: add dom_sid_is_valid_account_domain()Stefan Metzmacher2-0/+64
2018-03-16libcli/security: fix some SID values in commentsStefan Metzmacher1-3/+3
2018-03-15libcli/security: only announce a session as GUEST if 'Builtin\Guests' is ther...Ralph Boehme1-7/+11
2018-02-27libsocket: Add "mem_ctx" to socket_create()Volker Lendecke1-3/+2
2018-02-21libcli/security: add dom_sid_lookup_predefined_{sid,name}()Stefan Metzmacher2-0/+512
2018-02-13libnbt: Apply some constVolker Lendecke2-2/+6
2018-02-13libnbt: Use TALLOC_FREEVolker Lendecke1-4/+1
2018-02-08lib: Make g_lock_unlock use TDB_DATAVolker Lendecke1-2/+3
2018-02-08lib: Make g_lock_lock_send use TDB_DATAVolker Lendecke1-2/+2
2018-01-14smbXcli: Add "force_channel_sequence"Volker Lendecke2-1/+18
2018-01-06dnscli: Make a few functions staticVolker Lendecke2-56/+18
2018-01-04libdns: Add dns_cli_requestVolker Lendecke3-2/+209
2018-01-04libdns: dns/tcp clientVolker Lendecke2-0/+229
2018-01-04libdns: Fix a typoVolker Lendecke1-1/+1
2017-11-24lib/smbreadline: detect picky compile issue with readline.hUri Simchoni1-0/+33
2017-11-13lib: Save a few bytes of .textVolker Lendecke1-1/+1
2017-11-13libcli: Fix a signed/unsigned hickupVolker Lendecke1-1/+1
2017-11-10libcli: Fix a typoVolker Lendecke1-1/+1
2017-10-04vfs_fruit: Add Time Machine supportKevin Anderson1-0/+1
2017-09-25netlogon_creds_cli: Pass "capabilities" up from creds_cli_checkVolker Lendecke2-5/+15
2017-09-25netlogon_creds_cli: Protect netlogon_creds_cli_auth by _lckVolker Lendecke1-60/+2
2017-09-25netlogon_creds_cli: Protect netlogon_creds_cli_check by _lckVolker Lendecke1-63/+38
2017-09-25netlogon_creds_cli: Add netlogon_creds_cli_delete_lckVolker Lendecke2-0/+15
2017-09-25netlogon_creds_cli: Add netlogon_creds_cli_lckVolker Lendecke2-0/+163
2017-09-25rpc_client3: Avoid "cli_credentials" in cli_rpc_pipe_open_schannel_with_credsVolker Lendecke1-0/+1
2017-09-25netlogon_creds_cli: Create cli_credentials from netlogon creds ctxVolker Lendecke2-0/+36
2017-09-25netlogon_creds_cli: Factor out netlogon_creds_cli_delete_internalVolker Lendecke1-7/+10
2017-09-25netlogon_creds_cli: Factor out netlogon_creds_cli_store_internalVolker Lendecke1-16/+26