Age | Commit message (Expand) | Author | Files | Lines |
2013-10-15 | libcli/smb: add smb2cli_tcon_is_encryption_on() | Michael Adam | 2 | -0/+6 |
2013-10-06 | libcli: Correct smb2_lease_pull | Volker Lendecke | 1 | -4/+4 |
2013-10-06 | libcli: Add const to smb2_lease_pull | Volker Lendecke | 2 | -2/+4 |
2013-09-18 | libcli/smb: only check the SMB2 session setup signature if required and valid | Stefan Metzmacher | 1 | -5/+21 |
2013-09-17 | libcli/smb: fix non mendatory signing against some vendor SMB2 servers. | Stefan Metzmacher | 1 | -1/+10 |
2013-09-17 | libcli/smb: use SMB1 MID=0 for the initial Negprot | Stefan Metzmacher | 1 | -0/+8 |
2013-09-17 | libcli/smb: negotiate SMB3_DIALECT_REVISION_302 if PROTOCOL_SMB3_02 is requested | Stefan Metzmacher | 1 | -0/+1 |
2013-09-17 | libcli/smb: add PROTOCOL_SMB3_02 | Stefan Metzmacher | 1 | -2/+3 |
2013-09-17 | libcli/smb: add SMB3_DIALECT_REVISION_302 | Stefan Metzmacher | 1 | -0/+1 |
2013-08-21 | As SMB3 has transport level encryption, allow smbclient -e to force encryted ... | Jeremy Allison | 2 | -0/+22 |
2013-08-15 | libcli/smb: add smb2cli_conn_req_possible() | Stefan Metzmacher | 2 | -0/+23 |
2013-08-15 | libcli/smb: add smb1cli_conn_req_possible() | Stefan Metzmacher | 2 | -0/+18 |
2013-08-15 | libcli/smb: pass max_dyn_len to smb2cli_req_send() | Stefan Metzmacher | 13 | -16/+50 |
2013-08-15 | libcli/smb: pass max_dyn_len to smb2cli_req_create() | Stefan Metzmacher | 2 | -4/+10 |
2013-08-15 | libcli/smb: calculate the credit charge on the input and output dyn_len | Stefan Metzmacher | 1 | -1/+11 |
2013-08-15 | libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a par... | Jeremy Allison | 3 | -23/+35 |
2013-08-15 | libcli/smb: Fix smb2cli_write_recv() and smb2cli_write() to return the bytes ... | Jeremy Allison | 2 | -7/+29 |
2013-08-15 | libcli/smb: fix the credit handling on a SMB1 => SMB2 negotiate | Stefan Metzmacher | 1 | -1/+6 |
2013-08-12 | libsmb: Remove an unnecessary variable assignment | Volker Lendecke | 1 | -2/+1 |
2013-08-12 | libsmb: Avoid an unnecessary "else" | Volker Lendecke | 1 | -1/+3 |
2013-08-10 | libcli/auth: add more const to spnego_negTokenInit->mechTypes | Stefan Metzmacher | 3 | -13/+18 |
2013-08-10 | libcli/auth: avoid possible mem leak in read_negTokenInit() | Stefan Metzmacher | 1 | -4/+15 |
2013-08-10 | libcli/auth/schannel: remove unused schannel_position | Stefan Metzmacher | 1 | -7/+0 |
2013-08-10 | libcli/auth/schannel: make struct schannel_state private | Stefan Metzmacher | 2 | -13/+12 |
2013-08-10 | libcli/auth: add netsec_create_state() | Stefan Metzmacher | 2 | -0/+26 |
2013-08-10 | libcli/auth: maintain the sequence number for the NETLOGON SSP as 64bit | Stefan Metzmacher | 2 | -5/+14 |
2013-08-09 | lib: add FSCTL_[GET/SET]_COMPRESSION constants | David Disseldorp | 1 | -0/+3 |
2013-08-06 | libcli: Add security_token_system_privilege(). | Andreas Schneider | 2 | -0/+23 |
2013-08-05 | libcli/auth: add netlogon_creds_shallow_copy_logon() | Stefan Metzmacher | 2 | -0/+76 |
2013-08-05 | libcli/auth: add netlogon_creds_[de|en]crypt_samlogon_logon() | Stefan Metzmacher | 2 | -0/+124 |
2013-08-05 | libcli/auth: fix shadowed declaration in netlogon_creds_crypt_samlogon_valida... | Stefan Metzmacher | 1 | -4/+4 |
2013-08-05 | libcli/auth: make netlogon_creds_crypt_samlogon_validation more robust | Stefan Metzmacher | 1 | -1/+5 |
2013-08-05 | libcli/auth: also set secure channel type in netlogon_creds_client_init(). | Günther Deschner | 2 | -0/+3 |
2013-07-31 | libcli: fix conversion logic in dom_sid_string_buf | Jeff Layton | 1 | -10/+18 |
2013-07-31 | libcli: fix conversion logic in dom_sid_parse_endp | Jeff Layton | 1 | -14/+15 |
2013-07-31 | schannel: Fix an unused variable | Volker Lendecke | 1 | -1/+0 |
2013-07-19 | Add error map of STATUS_INVALID_EA_NAME -> ERRDOS, ERRbadfile | Jeremy Allison | 1 | -0/+1 |
2013-06-24 | libcli/ldap: Cope with substring match with no chunks in ldap_push_filter | Andrew Bartlett | 1 | -18/+21 |
2013-06-21 | Add missing SMB2/SMB3 share capability flag define | Steve French | 1 | -0/+1 |
2013-06-19 | build: Build with system md5.h on OpenIndiana | Andrew Bartlett | 5 | -9/+9 |
2013-05-20 | doserr: add mapping for WERR_PRINT_PROCESSOR_ALREADY_INSTALLED. | Günther Deschner | 1 | -0/+1 |
2013-04-30 | libcli: Add smb2_lease marshalling | Volker Lendecke | 3 | -0/+94 |
2013-04-30 | libsmb: Move "struct smb2_lease" to common | Volker Lendecke | 3 | -0/+45 |
2013-04-18 | libcli/smb: add SMB2_LEASE_FLAG_* defines | Stefan Metzmacher | 1 | -0/+4 |
2013-04-12 | schannel_store.tdb: make it schannel_store.ntdb if 'use ntdb'. | Rusty Russell | 1 | -1/+1 |
2013-04-12 | libcli/auth: convert to dbwrap. | Rusty Russell | 3 | -39/+37 |
2013-04-02 | Add a comment about why we are removing the INHERITED bit so people understand. | Richard Sharpe | 1 | -0/+9 |
2013-03-28 | Make sure that we only propogate the INHERITED flag when we are allowed to. | Richard Sharpe | 1 | -1/+2 |
2013-03-28 | libcli/auth: avoid using transactions a chainlock is enough | Stefan Metzmacher | 1 | -10/+26 |
2013-03-20 | libcli/smb: smb1cli_inbuf_parse_chain() and smb1cli_conn_dispatch_incoming() ... | Jeremy Allison | 1 | -2/+2 |