summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* libcli: Use data_blob_nullVolker Lendecke2012-04-251-1/+1
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-251-1/+1
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-235-312/+3
* libcli/smb: move smb2cli_session_setup_*() prototypes to the code.Stefan Metzmacher2012-04-161-0/+15
* libcli/smb: add smb2cli_session_get_flags()Stefan Metzmacher2012-04-162-0/+6
* libcli/smb: we should not force a session key for anonymous connectionsStefan Metzmacher2012-04-161-4/+4
* libcli/smb: make use of data_blob_string_const_null()Stefan Metzmacher2012-04-161-12/+6
* krb5_wrap: krb5_string_to_key / krb5_encrypt_block are deprecated.Simo Sorce2012-04-121-4/+4
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-122-81/+0
* auth-krb: Make functions static.Simo Sorce2012-04-121-4/+0
* auth-krb: Nove oid packet check to gensec_util.Simo Sorce2012-04-121-1/+0
* krb5_wrap: remove duplicate declaration and dead ifdefSimo Sorce2012-04-121-4/+0
* s4 dns: Add a simple async client libraryKai Blin2012-03-273-0/+230
* smb2: Move smb2cli session setup code to cli_smb_common.Jelmer Vernooij2012-03-252-0/+234
* libcli/smb: Stop generating unused proto file.Jelmer Vernooij2012-03-251-1/+0
* Fix bug #8811 - sd_has_inheritable_components segfaults on an SD that se_acce...Jeremy Allison2012-03-141-0/+4
* Fix bug #8795 - Samba does not handle the Owner Rights permissions at allRichard Sharpe2012-03-143-6/+49
* tdb_wrap: Move to specific directory.Jelmer Vernooij2012-03-101-1/+1
* Fix bug #8797 - Samba does not correctly handle DENY ACEs when privileges apply.Richard Sharpe2012-03-101-26/+28
* libcli:smb: define SMB2_HDR_FLAG_REPLAY_OPERATIONMichael Adam2012-03-041-0/+1
* smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2Michael Adam2012-03-032-3/+11
* libcli:smb: define SMB2_DHANDLE_FLAG_PERSISTENTMichael Adam2012-03-031-0/+5
* libcli:smb: add new SMB2 share flagsMichael Adam2012-03-031-1/+5
* libcli:smb: upgrade SMB2_CAP_ALL to include the newly known capsMichael Adam2012-03-031-1/+8
* libcli:smb: add defines for SMB2.2 share capabilitiesMichael Adam2012-03-031-1/+4
* libcli:smb: add defines for SMB2.2 global capabilitiesMichael Adam2012-03-031-4/+9
* libcli:smb: define DH2Q and DH2C tags for smb2 extra create blobsMichael Adam2012-03-031-0/+2
* smb2_constants: fix a typoChristian Ambach2012-03-031-1/+1
* smb2_constants: add SMB2_WATCH_TREEChristian Ambach2012-03-021-0/+3
* libcli/smb/smb2_signing: rename smb2_key_deviration -> smb2_key_derivationMichael Adam2012-02-293-5/+5
* libcli/smb/smbXcli: use smb2_key_deviration() to setup SMB 2.24 keysStefan Metzmacher2012-02-291-2/+41
* libcli/smb/smb2_signing: implement aes_cmac_128 based signing for SMB 2.24Stefan Metzmacher2012-02-291-18/+58
* libcli/smb/smb2_signing: add smb2_key_deviration()Stefan Metzmacher2012-02-292-0/+37
* libcli/smb/smb2_signing: pass down 'protocol' to smb2_signing_[sign|check]_pdu()Stefan Metzmacher2012-02-274-2/+11
* libcli/smb/smb2_signing: rename session_key to signing_keyStefan Metzmacher2012-02-272-9/+9
* libcli/smb/smbXcli: remove unused if statement from smb2cli_conn_dispatch_inc...Stefan Metzmacher2012-02-271-3/+1
* libcli/smb/smbXcli: add smb2cli_session_application_key()Stefan Metzmacher2012-02-272-0/+28
* libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the signi...Stefan Metzmacher2012-02-272-58/+131
* libcli/smb/smbXcli: remove unused checks from smb2cli_session_create_channel()Stefan Metzmacher2012-02-271-11/+0
* libcli: Remove a pointless checkVolker Lendecke2012-02-251-3/+1
* Honor SeTakeOwnershiPrivilege when client asks for SEC_STD_WRITE_OWNER but ha...Richard Sharpe2012-02-221-0/+5
* auth: Move the rest of the source4 gensec_ntlmssp code to the top levelAndrew Bartlett2012-02-172-3/+3
* auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...Andrew Bartlett2012-02-171-0/+17
* libcli/smb: Convert struct smb_trans_enc_state to tallocAndrew Bartlett2012-01-313-22/+2
* s3-libsmb: Remove unused enum smb_trans_enc_typeAndrew Bartlett2012-01-311-7/+0
* libcli/util: fix typo in nt_errs[] for NT_STATUS_NETWORK_SESSION_EXPIREDStefan Metzmacher2012-01-291-1/+1
* libcli/smb: fix smbXcli_negprot(..., PROTOCOL_NT1, PROTOCOL_SMB2_02)Stefan Metzmacher2012-01-271-3/+6
* lib: use differing NTSTATUS and WERROR struct membersDavid Disseldorp2012-01-231-2/+2
* s3-libsmb: Always allow SMB_TRANS_ENC_GSS to be definedAndrew Bartlett2012-01-211-4/+2
* s3-libsmb: Remove unused smb_tran_enc_state_gss and gssapi headersAndrew Bartlett2012-01-201-15/+0