index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcli
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcli/smb: move smb2cli_session_setup_*() prototypes to the code.
Stefan Metzmacher
2012-04-16
1
-0
/
+15
*
libcli/smb: add smb2cli_session_get_flags()
Stefan Metzmacher
2012-04-16
2
-0
/
+6
*
libcli/smb: we should not force a session key for anonymous connections
Stefan Metzmacher
2012-04-16
1
-4
/
+4
*
libcli/smb: make use of data_blob_string_const_null()
Stefan Metzmacher
2012-04-16
1
-12
/
+6
*
krb5_wrap: krb5_string_to_key / krb5_encrypt_block are deprecated.
Simo Sorce
2012-04-12
1
-4
/
+4
*
auth-krb: Move pac related util functions in a single place.
Simo Sorce
2012-04-12
2
-81
/
+0
*
auth-krb: Make functions static.
Simo Sorce
2012-04-12
1
-4
/
+0
*
auth-krb: Nove oid packet check to gensec_util.
Simo Sorce
2012-04-12
1
-1
/
+0
*
krb5_wrap: remove duplicate declaration and dead ifdef
Simo Sorce
2012-04-12
1
-4
/
+0
*
s4 dns: Add a simple async client library
Kai Blin
2012-03-27
3
-0
/
+230
*
smb2: Move smb2cli session setup code to cli_smb_common.
Jelmer Vernooij
2012-03-25
2
-0
/
+234
*
libcli/smb: Stop generating unused proto file.
Jelmer Vernooij
2012-03-25
1
-1
/
+0
*
Fix bug #8811 - sd_has_inheritable_components segfaults on an SD that se_acce...
Jeremy Allison
2012-03-14
1
-0
/
+4
*
Fix bug #8795 - Samba does not handle the Owner Rights permissions at all
Richard Sharpe
2012-03-14
3
-6
/
+49
*
tdb_wrap: Move to specific directory.
Jelmer Vernooij
2012-03-10
1
-1
/
+1
*
Fix bug #8797 - Samba does not correctly handle DENY ACEs when privileges apply.
Richard Sharpe
2012-03-10
1
-26
/
+28
*
libcli:smb: define SMB2_HDR_FLAG_REPLAY_OPERATION
Michael Adam
2012-03-04
1
-0
/
+1
*
smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2
Michael Adam
2012-03-03
2
-3
/
+11
*
libcli:smb: define SMB2_DHANDLE_FLAG_PERSISTENT
Michael Adam
2012-03-03
1
-0
/
+5
*
libcli:smb: add new SMB2 share flags
Michael Adam
2012-03-03
1
-1
/
+5
*
libcli:smb: upgrade SMB2_CAP_ALL to include the newly known caps
Michael Adam
2012-03-03
1
-1
/
+8
*
libcli:smb: add defines for SMB2.2 share capabilities
Michael Adam
2012-03-03
1
-1
/
+4
*
libcli:smb: add defines for SMB2.2 global capabilities
Michael Adam
2012-03-03
1
-4
/
+9
*
libcli:smb: define DH2Q and DH2C tags for smb2 extra create blobs
Michael Adam
2012-03-03
1
-0
/
+2
*
smb2_constants: fix a typo
Christian Ambach
2012-03-03
1
-1
/
+1
*
smb2_constants: add SMB2_WATCH_TREE
Christian Ambach
2012-03-02
1
-0
/
+3
*
libcli/smb/smb2_signing: rename smb2_key_deviration -> smb2_key_derivation
Michael Adam
2012-02-29
3
-5
/
+5
*
libcli/smb/smbXcli: use smb2_key_deviration() to setup SMB 2.24 keys
Stefan Metzmacher
2012-02-29
1
-2
/
+41
*
libcli/smb/smb2_signing: implement aes_cmac_128 based signing for SMB 2.24
Stefan Metzmacher
2012-02-29
1
-18
/
+58
*
libcli/smb/smb2_signing: add smb2_key_deviration()
Stefan Metzmacher
2012-02-29
2
-0
/
+37
*
libcli/smb/smb2_signing: pass down 'protocol' to smb2_signing_[sign|check]_pdu()
Stefan Metzmacher
2012-02-27
4
-2
/
+11
*
libcli/smb/smb2_signing: rename session_key to signing_key
Stefan Metzmacher
2012-02-27
2
-9
/
+9
*
libcli/smb/smbXcli: remove unused if statement from smb2cli_conn_dispatch_inc...
Stefan Metzmacher
2012-02-27
1
-3
/
+1
*
libcli/smb/smbXcli: add smb2cli_session_application_key()
Stefan Metzmacher
2012-02-27
2
-0
/
+28
*
libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the signi...
Stefan Metzmacher
2012-02-27
2
-58
/
+131
*
libcli/smb/smbXcli: remove unused checks from smb2cli_session_create_channel()
Stefan Metzmacher
2012-02-27
1
-11
/
+0
*
libcli: Remove a pointless check
Volker Lendecke
2012-02-25
1
-3
/
+1
*
Honor SeTakeOwnershiPrivilege when client asks for SEC_STD_WRITE_OWNER but ha...
Richard Sharpe
2012-02-22
1
-0
/
+5
*
auth: Move the rest of the source4 gensec_ntlmssp code to the top level
Andrew Bartlett
2012-02-17
2
-3
/
+3
*
auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...
Andrew Bartlett
2012-02-17
1
-0
/
+17
*
libcli/smb: Convert struct smb_trans_enc_state to talloc
Andrew Bartlett
2012-01-31
3
-22
/
+2
*
s3-libsmb: Remove unused enum smb_trans_enc_type
Andrew Bartlett
2012-01-31
1
-7
/
+0
*
libcli/util: fix typo in nt_errs[] for NT_STATUS_NETWORK_SESSION_EXPIRED
Stefan Metzmacher
2012-01-29
1
-1
/
+1
*
libcli/smb: fix smbXcli_negprot(..., PROTOCOL_NT1, PROTOCOL_SMB2_02)
Stefan Metzmacher
2012-01-27
1
-3
/
+6
*
lib: use differing NTSTATUS and WERROR struct members
David Disseldorp
2012-01-23
1
-2
/
+2
*
s3-libsmb: Always allow SMB_TRANS_ENC_GSS to be defined
Andrew Bartlett
2012-01-21
1
-4
/
+2
*
s3-libsmb: Remove unused smb_tran_enc_state_gss and gssapi headers
Andrew Bartlett
2012-01-20
1
-15
/
+0
*
s3-libsmb: use struct gensec_security directly
Andrew Bartlett
2012-01-20
2
-7
/
+5
*
s3-libcli Change krb5 smb sealing to call via gensec and gensec_gse
Andrew Bartlett
2012-01-20
2
-199
/
+4
*
auth/kerberos: Remove unused TALLOC_CTX argument to check_pac_checksum
Andrew Bartlett
2012-01-12
1
-2
/
+1
[next]