Age | Commit message (Expand) | Author | Files | Lines |
2011-10-20 | s3:libsmb/async_smb: in cli_state_notify_pending() we always disconnect | Stefan Metzmacher | 1 | -7/+5 |
2011-10-19 | s3:libsmb/smb_seal: move smb_set_enclen() to smb_seal.c and make it static there | Stefan Metzmacher | 1 | -0/+13 |
2011-10-19 | s3:libsmb/smb_seal: s/uint16/uint16_t | Stefan Metzmacher | 1 | -3/+3 |
2011-10-19 | s3:include: move smb_seal.c prototypes to smb_crypt.h | Stefan Metzmacher | 2 | -9/+1 |
2011-10-19 | s3:libsmb/smb_seal: make common_ntlm_[en|de]crypt_buffer static | Stefan Metzmacher | 2 | -7/+2 |
2011-10-19 | s3: Remove duplicate fsctl function definitions | David Disseldorp | 1 | -1/+0 |
2011-10-19 | s3: Avoid a winbind 100% cpu loop | Volker Lendecke | 1 | -0/+8 |
2011-10-18 | s3-libsmb Use a gensec module to provide the ntlmssp client in ntlmssp_wrap.c | Andrew Bartlett | 1 | -82/+193 |
2011-10-18 | s3-ntlmssp split auth_ntlmssp_client_start() into two parts | Andrew Bartlett | 2 | -11/+16 |
2011-10-18 | gensec: move event context from gensec_*_init() to gensec_update() | Andrew Bartlett | 1 | -1/+1 |
2011-10-18 | ntlmssp: Move ntlmssp code to auth/ntlmssp | Andrew Bartlett | 6 | -8/+8 |
2011-10-18 | s3-auth Add my copyright | Andrew Bartlett | 1 | -1/+1 |
2011-10-18 | libsmbclient: initial ABI signatures | Andrew Tridgell | 1 | -0/+170 |
2011-10-18 | libsmbclient: add ABI checking and pc file | Andrew Tridgell | 1 | -0/+11 |
2011-10-14 | Fix const warning. | Jeremy Allison | 1 | -1/+1 |
2011-10-12 | s3:utils change data_blob_dup_talloc() to take a DATA_BLOB by value | Gregor Beck | 1 | -1/+1 |
2011-09-30 | s3: Fix an uninitialized variable warning | Volker Lendecke | 1 | -1/+1 |
2011-09-29 | s3:smb2cli: fix the num_expected == 0 logic in smb2cli_req_recv() | Stefan Metzmacher | 1 | -3/+7 |
2011-09-28 | s3:libsmb: remove unused TALLOC_FREE(subreq) calls in | Stefan Metzmacher | 1 | -5/+0 |
2011-09-28 | s3:libsmb: call TALLOC_FREE(subreq) directly after cli_sesssetup_blob_recv() | Stefan Metzmacher | 1 | -3/+2 |
2011-09-22 | s3: Fix Coverity ID 2619: UNINIT | Volker Lendecke | 1 | -0/+2 |
2011-09-22 | s3: Fix Coverity ID 2618: UNINIT | Volker Lendecke | 1 | -0/+2 |
2011-09-21 | Try and fix bug #8472 - Crash in asn.1 parsing code. | Jeremy Allison | 1 | -1/+6 |
2011-09-21 | s3: Further fix for bug 8338 | Volker Lendecke | 1 | -2/+9 |
2011-09-19 | s3:smb2cli: remove unused struct ntlmssp_state from smb2cli_session_setup_state | Stefan Metzmacher | 1 | -1/+0 |
2011-09-19 | s3:smb2cli: s/smb2cli_sesssetup_blob/smb2cli_session_setup/ | Stefan Metzmacher | 1 | -15/+15 |
2011-09-18 | s3:smb2cli: s/smb2cli_sesssetup/smb2cli_sesssetup_ntlmssp/ | Stefan Metzmacher | 2 | -17/+17 |
2011-09-18 | s3:smb2cli: pass timeout to smb2cli_req_create/send() | Stefan Metzmacher | 11 | -0/+25 |
2011-09-18 | s3:smb2cli: pass an array of expected status/body_size pairs to smb2cli_req_r... | Stefan Metzmacher | 11 | -17/+153 |
2011-09-18 | s3:smb2cli: only use tevent_req_defer_callback() if we have more than one smb... | Stefan Metzmacher | 1 | -1/+12 |
2011-09-18 | s3:smb2cli: ignore async interim responses and store the async_id | Stefan Metzmacher | 1 | -0/+12 |
2011-09-18 | s3:smb2cli: check the response has the SMB2_HDR_FLAG_REDIRECT flag | Stefan Metzmacher | 1 | -0/+8 |
2011-09-18 | s3:smb2cli: validate the opcode from the server is as expected | Stefan Metzmacher | 1 | -3/+14 |
2011-09-18 | s3:smb2cli: initialize status if we got an unexpected response | Stefan Metzmacher | 1 | -0/+1 |
2011-09-18 | s3:libsmb: return INTERNAL_ERROR if the request is in bad state when the call... | Stefan Metzmacher | 1 | -0/+8 |
2011-09-18 | s3:libsmb: return if tevent_req_set_endtime() fails | Stefan Metzmacher | 1 | -2/+4 |
2011-09-18 | s3:smb2cli: SMB2_FLUSH responses have a body size of 4 | Stefan Metzmacher | 1 | -1/+1 |
2011-09-16 | s3:libsmb: forward declaration for struct smb_trans_enc_state | Stefan Metzmacher | 1 | -0/+2 |
2011-09-15 | s3:libsmb: remove unused cli_*encryption* functions | Stefan Metzmacher | 2 | -48/+0 |
2011-09-15 | s3:libsmb: s/cli_encryption_on/cli_state_encryption_on() | Stefan Metzmacher | 2 | -4/+4 |
2011-09-15 | s3:libsmb: move cli->server{zone,time} to cli->conn.smb1.server.{time_zone,sy... | Stefan Metzmacher | 2 | -10/+16 |
2011-09-15 | s3:libsmb: split cli->secblob into cli->conn.smb1.server.{guid,gss_blob,chall... | Stefan Metzmacher | 2 | -21/+77 |
2011-09-15 | s3:libsmb: make use of cli_state_server_gss_blob() | Stefan Metzmacher | 1 | -5/+9 |
2011-09-15 | s3:libsmb: make use of cli_state_server_challenge() | Stefan Metzmacher | 1 | -11/+8 |
2011-09-15 | s3:libsmb: add cli_state_server_challenge() and cli_state_server_gss_blob() | Stefan Metzmacher | 2 | -0/+18 |
2011-09-15 | s3:libsmb: remove the guid from the cli->secblob in spnego mode | Stefan Metzmacher | 1 | -4/+8 |
2011-09-15 | s3:libsmb: make sure cli->secblob.length is 8 if we get a challenge | Stefan Metzmacher | 1 | -2/+2 |
2011-09-15 | s3:libsmb: restructure cli_negprot_done() secblob handling a bit | Stefan Metzmacher | 1 | -10/+13 |
2011-09-15 | s3:libsmb: move cli->sesskey to cli->conn.smb1.server.session_key | Stefan Metzmacher | 2 | -3/+6 |
2011-09-15 | s3:libsmb: detect lock_read and write_unlock support | Stefan Metzmacher | 1 | -0/+15 |