Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store them | Stefan Metzmacher | 2010-03-24 | 1 | -1/+5 |
| | | | | | | | | Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: remove server_name from ntlmssp_state and fill the server.* ↵ | Stefan Metzmacher | 2010-03-24 | 1 | -1/+1 |
| | | | | | | | | | | fields also for the client Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3: Explicitly handle inbuf in cli_negprot_done | Volker Lendecke | 2010-02-22 | 1 | -2/+3 |
| | |||||
* | s3: Explicitly handle inbuf in cli_tcon_andx_done | Volker Lendecke | 2010-02-22 | 1 | -3/+6 |
| | |||||
* | s3: Explicitly handle inbuf in cli_sesssetup_blob_done | Volker Lendecke | 2010-02-22 | 1 | -5/+4 |
| | |||||
* | s3: Explicitly handle inbuf in cli_session_setup_guest_done | Volker Lendecke | 2010-02-22 | 1 | -5/+4 |
| | |||||
* | s3: Add a talloc_move for the inbuf to cli_smb_recv | Volker Lendecke | 2010-02-22 | 1 | -6/+10 |
| | |||||
* | Fix bug #7079 - cliconnect gets realm wrong with trusted domains. | Jeremy Allison | 2010-01-30 | 1 | -3/+22 |
| | | | | | | | | | | | Passing NULL as dest_realm for cli_session_setup_spnego() was always using our own realm (as for a NetBIOS name). Change this to look for the mapped realm using krb5_get_host_realm() if the destination machine name is a DNS name (contains a '.'). Could get fancier with DNS name detection (length, etc.) but this will do for now. Jeremy. | ||||
* | s3: Add CLI_FULL_CONNECTION_USE_CCACHE | Volker Lendecke | 2010-01-24 | 1 | -0/+3 |
| | |||||
* | s3: Add ccache use to cli_session_setup_ntlmssp | Volker Lendecke | 2010-01-24 | 1 | -0/+4 |
| | |||||
* | s3 torture: Prevent smbcli segfault when running smbtorture3 against an smbd ↵ | Tim Prouty | 2010-01-07 | 1 | -0/+5 |
| | | | | with security=share | ||||
* | s3: Convert cli_ulogoff to the async API | Volker Lendecke | 2010-01-03 | 1 | -14/+77 |
| | |||||
* | s3: Convert cli_tdis to the async API | Volker Lendecke | 2010-01-03 | 1 | -13/+72 |
| | |||||
* | s3: Fix some nonempty blank lines | Volker Lendecke | 2010-01-03 | 1 | -14/+14 |
| | |||||
* | s3: Remove some unused code | Volker Lendecke | 2010-01-03 | 1 | -95/+0 |
| | |||||
* | s3: Convert cli_sesssetup_ntlmssp to the async API | Volker Lendecke | 2010-01-03 | 1 | -92/+196 |
| | |||||
* | s3: Convert cli_session_setup_kerberos to the async API | Volker Lendecke | 2010-01-03 | 1 | -83/+285 |
| | | | | | This is still cheated, acquiring the ticket is not async yet, but the SMB part is | ||||
* | s3:ntlmssp: only include ntlmssp.h where actually needed | Andrew Bartlett | 2009-12-22 | 1 | -0/+1 |
| | | | | Andrew Bartlett | ||||
* | s3: Fix an error case in cli_negprot | Volker Lendecke | 2009-12-20 | 1 | -0/+1 |
| | |||||
* | s3-kerberos: only use krb5 headers where required. | Günther Deschner | 2009-11-27 | 1 | -0/+1 |
| | | | | | | | This seems to be the only way to deal with mixed heimdal/MIT setups during merged build. Guenther | ||||
* | spnego: share spnego_parse. | Günther Deschner | 2009-09-17 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3:libsmb: Attempt to fix bug 6665 | Volker Lendecke | 2009-09-03 | 1 | -0/+6 |
| | | | | | | Before the async libsmb rewrites, we sent tid==0 on negprot. With the rewrite, we send 0xffff. This *should* not matter, but this is one difference in the sniffs I see. | ||||
* | s3/debug: make SPENGO OID list appear under one debug header | Steven Danneman | 2009-08-26 | 1 | -1/+4 |
| | |||||
* | Fix bug #6419 - smbclient -L 127.0.0.1" displays "netbios name" instead of ↵ | Jeremy Allison | 2009-06-01 | 1 | -3/+26 |
| | | | | | | | | "workgroup" Unify the handling of the sessionsetup parsing so we don't get different results when parsing a guest reply than an ntlmssp reply. Jeremy. | ||||
* | s3: return proper error code in cli_smb_req_send | Bo Yang | 2009-05-13 | 1 | -4/+15 |
| | | | | Signed-off-by: Bo Yang <boyang@samba.org> | ||||
* | Clean up assignments to iov_base, ensure it's always cast to void *. This ↵ | Jeremy Allison | 2009-05-12 | 1 | -2/+2 |
| | | | | | | should quieten some warnings with picky compilers on the buildfarm. Jeremy. | ||||
* | Make cli_tcon_andx chainable | Volker Lendecke | 2009-05-07 | 1 | -15/+42 |
| | |||||
* | Make cli_session_setup_guest chainable | Volker Lendecke | 2009-05-07 | 1 | -9/+31 |
| | |||||
* | Merge commit 'origin/master' into libcli-auth-merge-without-netlogond | Andrew Bartlett | 2009-04-20 | 1 | -1/+1 |
|\ | |||||
| * | When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid. | Jeremy Allison | 2009-04-16 | 1 | -1/+1 |
| | | | | | | | | Jeremy. | ||||
* | | More work to adapt to merged libcli/auth function prototypes | Andrew Bartlett | 2009-04-14 | 1 | -4/+5 |
|/ | |||||
* | Add a bad hack to enable level 2 oplocks in torture_open_connection_share | Volker Lendecke | 2009-04-06 | 1 | -0/+4 |
| | |||||
* | Convert cli_tcon_andx to tevent_req | Volker Lendecke | 2009-04-06 | 1 | -54/+69 |
| | |||||
* | Convert cli_negprot to tevent_req | Volker Lendecke | 2009-04-06 | 1 | -36/+68 |
| | |||||
* | Convert cli_session_setup_guest to tevent_req | Volker Lendecke | 2009-04-06 | 1 | -39/+69 |
| | |||||
* | s3:libsmb: use new simplified smb_signing code for the client side | Stefan Metzmacher | 2009-03-23 | 1 | -23/+16 |
| | | | | | | | | | | We store the seqnum/mid mapping in the cli_request structure for async requests and in the cli_state structure for sync calls. We skip the signing check for oplock requests while waiting for async requests coming in. metze | ||||
* | Fix connect to port 139 only -- thanks gd for bugging me :-) | Volker Lendecke | 2009-03-23 | 1 | -4/+3 |
| | |||||
* | Convert open_socket_out_defer to tevent_req | Volker Lendecke | 2009-03-16 | 1 | -22/+37 |
| | |||||
* | Remove pwd_cache.c, it was doing nothing. Make user_name, domain, and | Jeremy Allison | 2009-03-13 | 1 | -7/+28 |
| | | | | | password talloc'ed strings within the cli_struct. Jeremy. | ||||
* | Fix a smbclient segfault against security=share servers | Volker Lendecke | 2009-03-07 | 1 | -3/+10 |
| | |||||
* | s3:libsmb: remove cli_setup_signing_state() and add struct cli_state ↵ | Stefan Metzmacher | 2009-03-06 | 1 | -3/+1 |
| | | | | | | | | *cli_initialise_ex() This prepares the next changes. metze | ||||
* | s3:libsmb: smb signing works the same for extented and non-extended security | Stefan Metzmacher | 2009-03-06 | 1 | -5/+18 |
| | | | | | | This is only cosmetic, but it makes it easier to understand. metze | ||||
* | Convert name_mangle() to use talloc | Volker Lendecke | 2009-02-24 | 1 | -4/+21 |
| | |||||
* | Do not use strlen if not necessary... :-) | Volker Lendecke | 2009-02-10 | 1 | -4/+2 |
| | |||||
* | Fix Coverity ID 870 | Volker Lendecke | 2009-02-03 | 1 | -0/+4 |
| | |||||
* | Split up async_req into a generic and a NTSTATUS specific part | Volker Lendecke | 2009-02-01 | 1 | -4/+4 |
| | |||||
* | Make cli_tcon_andx async | Volker Lendecke | 2009-01-30 | 1 | -50/+147 |
| | |||||
* | Make cli_session_setup_guest async | Volker Lendecke | 2009-01-30 | 1 | -37/+103 |
| | |||||
* | Add the strlen to push to smb_bytes_push_str, return the converted size | Volker Lendecke | 2009-01-29 | 1 | -1/+4 |
| | | | | | The pushed strlen replaces the STR_TERMINATE flag which I personally always find very confusing. | ||||
* | Decouple clistr_pull from struct cli_state->inbuf | Volker Lendecke | 2009-01-26 | 1 | -13/+25 |
| |