Age | Commit message (Expand) | Author | Files | Lines |
2012-09-12 | Avoid overriding default ccache for ads operations. | Simo Sorce | 1 | -1/+1 |
2012-08-09 | Check error returns from strupper_m() (in all reasonable places). | Jeremy Allison | 1 | -1/+3 |
2012-08-04 | s3:libsmb: add EXTENDED_SIGNATURE support in cli_tcon_andx*() | Stefan Metzmacher | 1 | -0/+5 |
2012-08-01 | s3:libsmb: add a optional_support helper variable | Stefan Metzmacher | 1 | -1/+6 |
2012-08-01 | s3:libsmb: add a tcon_flags helper variable | Stefan Metzmacher | 1 | -1/+4 |
2012-08-01 | s3:libsmb: remove unused cli_state->user_session_key | Stefan Metzmacher | 1 | -19/+0 |
2012-08-01 | s3:libsmb: make use of smb1cli_session_set_session_key() | Stefan Metzmacher | 1 | -0/+24 |
2012-07-24 | s3:libsmb: make use of cli_state_[g|s]et_tid() | Stefan Metzmacher | 1 | -3/+4 |
2012-06-12 | s3: Add cli_state->pw_nt_hash | Volker Lendecke | 1 | -1/+5 |
2012-06-06 | s3-libsmb: Fix error messages to correctly mention PLAINTEXT not LM | Andrew Bartlett | 1 | -6/+6 |
2012-06-05 | s3:libsmb: change cli_sesssetup_blob_* to use uint8_t instead of char for inbuf | Stefan Metzmacher | 1 | -8/+8 |
2012-06-05 | s3:libsmb: use inhdr instead of inbuf in tree connect related functions | Stefan Metzmacher | 1 | -5/+5 |
2012-06-05 | s3:libsmb: use inhdr instead of inbuf in session setup related functions | Stefan Metzmacher | 1 | -34/+36 |
2012-06-03 | s3:libsmb: get rid of cli_smb_req_*,cli_smb_wct_ofs,cli_smb_chain_send | Luk Claes | 1 | -2/+2 |
2012-05-30 | s3:libsmb: use cli_tree_connect() instead of cli_tcon_andx() | Stefan Metzmacher | 1 | -2/+2 |
2012-05-30 | s3:libsmb: fallback to SMBtcon for old servers | Stefan Metzmacher | 1 | -1/+15 |
2012-05-28 | s3:libsmb: get rid of cli_ucs2 | Luk Claes | 1 | -25/+25 |
2012-05-28 | s3:libsmb: get rid of clisigning routines | Luk Claes | 1 | -7/+7 |
2012-05-28 | s3:libsmb: get rid of cli_has_async_calls | Luk Claes | 1 | -9/+9 |
2012-05-28 | s3:libsmb: get rid of cli_negprot | Luk Claes | 1 | -22/+2 |
2012-05-28 | s3:libsmb: get rid of cli_state_security_mode | Luk Claes | 1 | -3/+3 |
2012-05-28 | s3:libsmb: get rid of cli_state_server_gss_blob | Luk Claes | 1 | -1/+1 |
2012-05-28 | s3:libsmb: get rid of cli_state_server_challenge | Luk Claes | 1 | -5/+5 |
2012-05-28 | s3:libsmb: get rid of cli_state_server_session_key | Luk Claes | 1 | -4/+4 |
2012-05-28 | s3:libsmb: get rid of cli_state_capabilities | Luk Claes | 1 | -2/+2 |
2012-05-28 | s3:libsmb: get rid of cli_state_protocol | Luk Claes | 1 | -14/+14 |
2012-05-28 | s3:libsmb: get rid of cli_state_remote_name | Luk Claes | 1 | -2/+2 |
2012-04-23 | Make krb5 wrapper library common so they can be used all over | Simo Sorce | 1 | -1/+2 |
2012-04-17 | s3:libsmb/cliconnect: make use of ntlmssp_is_anonymous() | Stefan Metzmacher | 1 | -1/+1 |
2012-04-16 | s3:libsmb: fix anonymous session setups against windows servers | Stefan Metzmacher | 1 | -0/+16 |
2012-02-28 | s3:libsmb:smb2: pass previous session ID to session setup, not previous session | Michael Adam | 1 | -1/+1 |
2012-02-27 | libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the signi... | Stefan Metzmacher | 1 | -2/+2 |
2012-02-01 | s3-lib: Fix util_cmdline which doesn't use popt. | Andreas Schneider | 1 | -1/+1 |
2012-01-05 | s3-libads Factor out a new routine kerberos_get_principal_from_service_hostna... | Andrew Bartlett | 1 | -36/+10 |
2011-12-20 | s3: Fix some False/NULL hickups | Volker Lendecke | 1 | -1/+1 |
2011-11-24 | s3:libsmb: add cli_tree_connect() for a generic tree connect | Stefan Metzmacher | 1 | -0/+15 |
2011-11-24 | s3:libsmb: add SMB2 support to cli_session_setup() | Stefan Metzmacher | 1 | -20/+122 |
2011-11-24 | s3:libsmb: implement cli_state based functions on top of smbXcli_conn/smbXcli... | Stefan Metzmacher | 1 | -443/+7 |
2011-11-21 | s3:libsmb: close fd on error in cli_connect_nb() | Stefan Metzmacher | 1 | -0/+2 |
2011-11-16 | Revert "Fix bug #8453 - smbclient segfaults when dialect option -m is used fo... | Stefan Metzmacher | 1 | -13/+0 |
2011-11-08 | s3:libsmb: correctly parse the LANMAN2.1 negprot response from OS/2 (bug #8584) | Stefan Metzmacher | 1 | -4/+30 |
2011-11-08 | s3:libsmb: key_len is 8bit only in the NT1 case | Stefan Metzmacher | 1 | -1/+1 |
2011-11-04 | s3:libsmb: also remember the optional server name from the negprot response | Stefan Metzmacher | 1 | -2/+23 |
2011-11-04 | s3:libsmb: the workgroup in the non-extended-security negprot is not aligned ... | Stefan Metzmacher | 1 | -2/+5 |
2011-11-03 | s3:libsmb: s/Undefined/SMB_SIGNING_DEFAULT/ | Stefan Metzmacher | 1 | -1/+1 |
2011-10-24 | libcli/smb: move source3/libsmb/read_smb.* to the toplevel | Stefan Metzmacher | 1 | -1/+0 |
2011-10-18 | ntlmssp: Move ntlmssp code to auth/ntlmssp | Andrew Bartlett | 1 | -1/+1 |
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-28 | s3:libsmb: remove unused TALLOC_FREE(subreq) calls in | Stefan Metzmacher | 1 | -5/+0 |