Age | Commit message (Expand) | Author | Files | Lines |
2011-12-04 | Revert fac5c654e2fe17c2c11d150b16088e8a51f6be20 | Jeremy Allison | 1 | -68/+19 |
2011-12-03 | Move the callers that need to use the new cli_open() back to calling | Jeremy Allison | 1 | -2/+2 |
2011-12-03 | Add cli_open() back as a synchronous wrapper function the calls | Jeremy Allison | 2 | -0/+116 |
2011-12-03 | Rename cli_open -> cli_openx. Prelude to replacing generic cli_open() | Jeremy Allison | 3 | -25/+25 |
2011-12-02 | s3: Use autogenerated open_files.idl | Volker Lendecke | 1 | -0/+30 |
2011-12-02 | Ensure we map our own Samba return of ERRSRV, ERRunknownsmb | Jeremy Allison | 1 | -0/+1 |
2011-12-01 | After a discussion with Volker, sdd a backup_intent state to the client struct. | Jeremy Allison | 4 | -4/+20 |
2011-11-25 | s3: Add some const | Volker Lendecke | 1 | -2/+2 |
2011-11-24 | s3:smb2cli: zero tid in smb2cli_tdis* | Stefan Metzmacher | 1 | -0/+6 |
2011-11-24 | s3:smb2cli: free session in smb2cli_logoff* | Stefan Metzmacher | 1 | -1/+7 |
2011-11-24 | s3:libsmb: make use of cli_tree_connect() | Stefan Metzmacher | 3 | -9/+11 |
2011-11-24 | s3:libsmb: add cli_tree_connect() for a generic tree connect | Stefan Metzmacher | 2 | -0/+17 |
2011-11-24 | s3:smb2cli: remove unused smb2cli_sesssetup_ntlmssp* | Stefan Metzmacher | 2 | -213/+0 |
2011-11-24 | s3:libsmb: add SMB2 support to cli_session_setup() | Stefan Metzmacher | 1 | -20/+122 |
2011-11-24 | s3:libsmb: implement cli_trans* on top of smb1cli_trans* | Stefan Metzmacher | 1 | -687/+120 |
2011-11-24 | s3:smb2cli: remove unused smb2cli_negprot() | Stefan Metzmacher | 2 | -32/+0 |
2011-11-24 | s3:smb2cli: pass struct smbXcli_conn directly to smb2cli_req_create/_send() | Stefan Metzmacher | 8 | -75/+15 |
2011-11-24 | s3:libsmb: implement cli_state based functions on top of smbXcli_conn/smbXcli... | Stefan Metzmacher | 10 | -1633/+243 |
2011-11-24 | s3:smb2cli: add forward declaration for struct cli_state | Stefan Metzmacher | 1 | -0/+1 |
2011-11-24 | s3:smb2cli: make smb2cli_session_setup_send/recv non-static | Stefan Metzmacher | 2 | -5/+23 |
2011-11-24 | s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 si... | Stefan Metzmacher | 9 | -65/+176 |
2011-11-24 | s3:smb2cli: implement smb2cli_negprot() on top of smbXcli_negprot() | Stefan Metzmacher | 2 | -151/+15 |
2011-11-24 | smbXcli: pass client_guid to smbXcli_conn_create() | Stefan Metzmacher | 1 | -1/+2 |
2011-11-24 | s3:smb2cli: replace smb2cli_base.c code with the more generic smbXcli_base.c ... | Stefan Metzmacher | 2 | -780/+35 |
2011-11-21 | s3:libsmb: close fd on error in cli_connect_nb() | Stefan Metzmacher | 1 | -0/+2 |
2011-11-18 | s3:libsmb: verify num_setup for SMBnttrans in cli_pull_trans() | Stefan Metzmacher | 1 | -0/+4 |
2011-11-18 | s3:libsmb: fix compiler warning in cli_pull_trans() | Stefan Metzmacher | 1 | -1/+3 |
2011-11-18 | s3:libsmb: only align unicode pipe_name (bug #8586) | Stefan Metzmacher | 1 | -7/+11 |
2011-11-16 | s3-libsmb/passchange.c: remove some cli_nt_error() calls | Björn Baumbach | 1 | -2/+0 |
2011-11-16 | s3-libsmb/clidfs.c: remove cli_nt_error() | Björn Baumbach | 1 | -2/+2 |
2011-11-16 | s3-libsmb: introduce option to disable dos error mapping | Björn Baumbach | 2 | -1/+3 |
2011-11-16 | Revert "Fix bug #8453 - smbclient segfaults when dialect option -m is used fo... | Stefan Metzmacher | 1 | -13/+0 |
2011-11-16 | s3:libsmb: always init cli->{server_os,server_domain,server_type} | Stefan Metzmacher | 1 | -0/+13 |
2011-11-09 | s3:libsmb: consistently use state->size in cli_write_andx_create() (bug #5326) | Stefan Metzmacher | 1 | -1/+1 |
2011-11-08 | s3:libsmb: fix cli_write_and_x() against OS/2 print shares (bug #5326) | Stefan Metzmacher | 1 | -4/+15 |
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-07 | s3:libsmb: return NT_STATUS_OK for if a request is not the last one in the chain | Stefan Metzmacher | 1 | -0/+6 |
2011-11-07 | s3:libsmb: make sure have_andx_command() returns false for non AndX commands | Stefan Metzmacher | 1 | -3/+7 |
2011-11-07 | s3:libsmb: remember the seqnum on all chained requests | Stefan Metzmacher | 1 | -0/+6 |
2011-11-07 | s3:libsmb: get cmd of the chained request before changing wct_ofs | Stefan Metzmacher | 1 | -2/+1 |
2011-11-06 | s3:smb2cli: ignore the NBT/Length header in smb2cli_inbuf_parse_compound() | Stefan Metzmacher | 1 | -7/+7 |
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 | nbt: trim down header dependencies of nbt.idl. | Günther Deschner | 1 | -0/+1 |
2011-11-03 | librpc: remove nbt dependency to samr. | Günther Deschner | 1 | -0/+1 |
2011-11-03 | s3:libsmb: make use of SMB_SIGNING_* constants | Stefan Metzmacher | 1 | -4/+4 |
2011-11-03 | s3:libsmb: make use of SMB_SIGNING_* constants | Stefan Metzmacher | 1 | -5/+5 |
2011-11-03 | s3:libsmb: s/Undefined/SMB_SIGNING_DEFAULT/ | Stefan Metzmacher | 4 | -6/+6 |
2011-11-03 | s3:param: the behavior of "client/server signing = auto" is the same as "true" | Stefan Metzmacher | 1 | -1/+0 |