summaryrefslogtreecommitdiff
path: root/libcli
AgeCommit message (Expand)AuthorFilesLines
2014-04-14Typo: s/preceeded/preceded/Jelmer Vernooij1-3/+3
2014-04-02Add error codes and message descriptions for NTSTATUSNoel Power2-0/+4238
2014-04-02Use correct error code value for NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGENoel Power1-1/+1
2014-04-02Add autogenerated HRESULT error codes and descriptions from MS_ERREFNoel Power3-2/+14741
2014-04-02libcli/lsarpc: add struct trustAuthInOutBlob; forward declarationStefan Metzmacher1-0/+1
2014-04-02libcli/auth: s/encrypt/do_encryptStefan Metzmacher1-6/+6
2014-04-02libcli/security: s/remove/remove_ace/Stefan Metzmacher1-3/+3
2014-03-25libcli/smb: reuse tstream_smbXcli_np_disconnect_send/recv as helperStefan Metzmacher1-60/+14
2014-03-25libcli/smb: add tstream_smbXcli_np_disconnect_cleanup() to handle talloc_free...Stefan Metzmacher1-0/+58
2014-03-25libcli/smb: make TSTREAM_SMBXCLI_NP_MAX_BUF_SIZE publicStefan Metzmacher2-20/+20
2014-03-25libcli/smb: keep references to smbXcli_{conn,session,tcon} in tstream_smbXcli_npStefan Metzmacher1-9/+53
2014-03-13smbreadline: switch to new-style readline typedefGustavo Zacarias1-1/+1
2014-03-05libcli/smb: add SMB_BUFFER_SIZE_MIN/MAX definesStefan Metzmacher1-0/+8
2014-03-05libcli: Add warning about flow control changing macros in ntstatus.hAndrew Bartlett1-0/+8
2014-02-24libcli: Overflow array index read possible, in auth code.Ira Cooper1-1/+1
2014-02-24Revert "libcli: Overflow array index read possible, in auth code."Ira Cooper1-2/+2
2014-02-24libcli: Overflow array index read possible, in auth code.Ira Cooper1-2/+2
2014-02-07libcli: use DBWRAP_LOCK_ORDER_NONE when opening schannel_store.tdbMichael Adam1-1/+2
2014-02-07dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam2-2/+3
2014-01-22libcli/auth: reject computer_name longer than 15 charsStefan Metzmacher1-0/+8
2014-01-22libcli/auth: don't alter the computer_name in cluster mode.Stefan Metzmacher1-19/+3
2014-01-22libcli/auth: add netlogon_creds_cli_set_global_db()Stefan Metzmacher2-0/+12
2014-01-17libcli: Fix the comment for the address.Andreas Schneider1-1/+1
2014-01-17libcli/smb: make use of tevent_req_set_cleanup_fn()Stefan Metzmacher1-10/+16
2014-01-09samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer1-4/+0
2014-01-08libcli/auth: fix usage of an uninitialized variable in netlogon_creds_cli_che...Stefan Metzmacher1-2/+2
2014-01-07libcli/auth: remove unused netlogon_creds_cli_context_copy()Stefan Metzmacher2-51/+0
2014-01-07libcli/auth: make use of real options in netlogon_creds_cli_context_global()Stefan Metzmacher1-15/+3
2014-01-07libcli/auth: use unique key_name values in netlogon_creds_cli_context_common()Stefan Metzmacher1-10/+48
2014-01-07libcli/auth: add netlogon_creds_cli* infrastructureStefan Metzmacher3-0/+2738
2014-01-07libcli/smb: s/tstream_cli_np/tstream_smbXcli_npStefan Metzmacher2-224/+226
2014-01-07libcli/smb: s/TSTREAM_CLI_NP/TSTREAM_SMBXCLI_NPStefan Metzmacher1-11/+11
2014-01-07libcli/smb: move source3/libsmb/cli_np_tstream.c to tstream_smbXcli_np.cStefan Metzmacher3-0/+1389
2014-01-07libcli/smb: add smb1cli_readx*Gregor Beck3-0/+238
2014-01-07libcli/smb: add smb1cli_writex*Gregor Beck3-0/+312
2014-01-07libcli/smb: add smb1cli_close*Gregor Beck3-0/+206
2014-01-07libcli/smb: add smb1cli_ntcreatex*Gregor Beck3-0/+405
2014-01-07libcli/smb: move some *TRANSACT_* flags to smb_constants.hStefan Metzmacher1-0/+34
2014-01-07libcli/smb: move some FILE_* flags to smb_constants.hStefan Metzmacher1-0/+50
2014-01-07auth/gensec: move libcli/auth/schannel_sign.c into schannel.cStefan Metzmacher3-419/+1
2013-12-24libcli/auth: try to use the current timestamp creds->sequenceStefan Metzmacher1-0/+22
2013-12-24libcli/auth: remove bogus comment regarding replay attacksStefan Metzmacher1-2/+0
2013-12-24libcli/auth: set the return_authenticator->timestamp = 0Stefan Metzmacher1-1/+1
2013-12-14secacl: Slightly simplify make_sec_aclVolker Lendecke1-3/+6
2013-12-13secacl: Fix a memleak in an error pathVolker Lendecke1-0/+1
2013-12-13secacl: Don't use talloc_zeroVolker Lendecke1-1/+4
2013-12-13secacl: Fix whitespaceVolker Lendecke1-11/+11
2013-12-12libcli: fix compiler warningsChristian Ambach1-0/+1
2013-12-12lib/clap fix compiler warningsChristian Ambach1-2/+1
2013-12-09CVE-2013-4408:libcli/util: add some size verification to tstream_read_pdu_blo...Stefan Metzmacher1-0/+5