summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* 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
* libcli/auth: fix usage of an uninitialized variable in netlogon_creds_cli_che...Stefan Metzmacher2014-01-081-2/+2
* libcli/auth: remove unused netlogon_creds_cli_context_copy()Stefan Metzmacher2014-01-072-51/+0
* libcli/auth: make use of real options in netlogon_creds_cli_context_global()Stefan Metzmacher2014-01-071-15/+3
* libcli/auth: use unique key_name values in netlogon_creds_cli_context_common()Stefan Metzmacher2014-01-071-10/+48
* libcli/auth: add netlogon_creds_cli* infrastructureStefan Metzmacher2014-01-073-0/+2738
* libcli/smb: s/tstream_cli_np/tstream_smbXcli_npStefan Metzmacher2014-01-072-224/+226
* libcli/smb: s/TSTREAM_CLI_NP/TSTREAM_SMBXCLI_NPStefan Metzmacher2014-01-071-11/+11
* libcli/smb: move source3/libsmb/cli_np_tstream.c to tstream_smbXcli_np.cStefan Metzmacher2014-01-073-0/+1389
* libcli/smb: add smb1cli_readx*Gregor Beck2014-01-073-0/+238
* libcli/smb: add smb1cli_writex*Gregor Beck2014-01-073-0/+312
* libcli/smb: add smb1cli_close*Gregor Beck2014-01-073-0/+206
* libcli/smb: add smb1cli_ntcreatex*Gregor Beck2014-01-073-0/+405
* libcli/smb: move some *TRANSACT_* flags to smb_constants.hStefan Metzmacher2014-01-071-0/+34
* libcli/smb: move some FILE_* flags to smb_constants.hStefan Metzmacher2014-01-071-0/+50
* auth/gensec: move libcli/auth/schannel_sign.c into schannel.cStefan Metzmacher2014-01-073-419/+1
* libcli/auth: try to use the current timestamp creds->sequenceStefan Metzmacher2013-12-241-0/+22
* libcli/auth: remove bogus comment regarding replay attacksStefan Metzmacher2013-12-241-2/+0
* libcli/auth: set the return_authenticator->timestamp = 0Stefan Metzmacher2013-12-241-1/+1
* secacl: Slightly simplify make_sec_aclVolker Lendecke2013-12-141-3/+6
* secacl: Fix a memleak in an error pathVolker Lendecke2013-12-131-0/+1
* secacl: Don't use talloc_zeroVolker Lendecke2013-12-131-1/+4
* secacl: Fix whitespaceVolker Lendecke2013-12-131-11/+11
* libcli: fix compiler warningsChristian Ambach2013-12-121-0/+1