Age | Commit message (Expand) | Author | Files | Lines |
2011-07-22 | s3:libsmb: move cli_state->outgoing to cli_state->conn.outgoing | Stefan Metzmacher | 1 | -2/+2 |
2011-07-22 | s3:libsmb: move cli_state->pending to cli_state->conn.pending | Stefan Metzmacher | 1 | -3/+3 |
2011-07-22 | s3:libsmb: fix compiler warnings in cli_state_create() | Stefan Metzmacher | 1 | -5/+5 |
2011-07-21 | s3:libsmb: replace cli_initialise[_ex]() by cli_state_create() | Stefan Metzmacher | 1 | -8/+29 |
2011-07-21 | s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind cli_state_[g|s]... | Stefan Metzmacher | 1 | -2/+14 |
2011-07-21 | s3:libsmb: add cli_state_encryption_on() | Stefan Metzmacher | 1 | -0/+6 |
2011-07-20 | s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind cli_state_[g|s]... | Stefan Metzmacher | 1 | -2/+23 |
2011-07-20 | s3:libsmb: move cli->pid to cli->smb1.pid and hide it behind cli_[g|s]etpid() | Stefan Metzmacher | 1 | -5/+10 |
2011-07-20 | s3:libsmb: add cli->smb1.vc_num and hide it behind cli_state_get_vc_num() | Stefan Metzmacher | 1 | -0/+6 |
2011-07-20 | s3:libsmb: move cli->mid to cli->smb1.mid | Stefan Metzmacher | 1 | -2/+3 |
2011-07-12 | s3:libsmb: remove unused cli_oplock_handler() | Stefan Metzmacher | 1 | -1/+0 |
2011-07-11 | s3:libsmb: remove unused cli_set_port() | Stefan Metzmacher | 1 | -10/+0 |
2011-07-08 | s3:libsmb: remove unused cli->inbuf and cli->bufsize | Stefan Metzmacher | 1 | -11/+1 |
2011-07-08 | s3:libsmb: don't use the cli->inbuf to store the last error | Stefan Metzmacher | 1 | -0/+1 |
2011-07-08 | s3:libsmb: don't call cli_set_error() in cli_echo() | Stefan Metzmacher | 1 | -3/+0 |
2011-07-08 | s3:libsmb: remove unused enum smb_read_errors infrastructure | Stefan Metzmacher | 1 | -7/+1 |
2011-07-07 | s3:libsmb: finally remove unused cli_state->outbuf | Stefan Metzmacher | 1 | -5/+1 |
2011-06-10 | s3:libsmb: remove unused cli_state_seqnum infrastructure | Stefan Metzmacher | 1 | -32/+0 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 |
2011-05-22 | s3: Remove cli_send/receive_smb | Volker Lendecke | 1 | -282/+0 |
2011-05-21 | s3: Remove unused cli_setup_bcc | Volker Lendecke | 1 | -9/+0 |
2011-05-20 | s3: Remove unused cli_setup_packet() | Volker Lendecke | 1 | -5/+0 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 |
2011-04-29 | s3-tevent: only include ../lib/util/tevent wrappers where needed. | Günther Deschner | 1 | -0/+1 |
2011-04-26 | s3: Remove cli_write | Volker Lendecke | 1 | -45/+0 |
2011-03-23 | s3-lib Remove the clobber_region() code. | Andrew Bartlett | 1 | -7/+0 |
2011-03-01 | s3-build __FUNCTION__ is always available, always use it | Andrew Bartlett | 1 | -2/+2 |
2011-02-23 | s3:libsmb only log a dead connection if it was not closed | Christian Ambach | 1 | -7/+12 |
2011-01-17 | s3: Make passing up "result_parent" from cli_smb optional | Volker Lendecke | 1 | -1/+1 |
2011-01-17 | s3: Remove unused cli_send_keepalive | Volker Lendecke | 1 | -19/+0 |
2010-09-20 | s3-build: only include async headers where needed. | Günther Deschner | 1 | -0/+1 |
2010-09-01 | s3: Print the IP of the server that stopped responding | Volker Lendecke | 1 | -1/+5 |
2010-08-18 | s3-build: only include smb_signing.h where needed. | Günther Deschner | 1 | -0/+1 |
2010-08-15 | s3: Remove some unused code | Volker Lendecke | 1 | -31/+0 |
2010-03-29 | s3:libsmb: don't let cli_shutdown() segfault with a NULL cli_state | Stefan Metzmacher | 1 | -0/+3 |
2010-02-22 | s3: Explicitly handle inbuf in cli_echo_done | Volker Lendecke | 1 | -1/+2 |
2010-02-22 | s3: Add a talloc_move for the inbuf to cli_smb_recv | Volker Lendecke | 1 | -2/+4 |
2010-02-20 | s3: Add cli_smb() | Volker Lendecke | 1 | -0/+36 |
2010-02-10 | s3-libsmb: update libsmb to use new DLIST macros | Andrew Tridgell | 1 | -22/+24 |
2009-09-06 | Fix bug 6673 - smbpasswd does not work with "unix password sync = yes". | Jeremy Allison | 1 | -1/+1 |
2009-05-12 | Clean up assignments to iov_base, ensure it's always cast to void *. This sho... | Jeremy Allison | 1 | -2/+2 |
2009-04-30 | Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. | Jeremy Allison | 1 | -1/+1 |
2009-04-06 | Convert cli_echo to tevent_req | Volker Lendecke | 1 | -79/+66 |
2009-04-06 | Add new async libsmb infrastructure | Volker Lendecke | 1 | -0/+12 |
2009-03-23 | s3:libsmb: use new simplified smb_signing code for the client side | Stefan Metzmacher | 1 | -9/+95 |
2009-03-15 | Fix a malloc/talloc mismatch when cli_initialise() fails | Volker Lendecke | 1 | -3/+2 |
2009-03-13 | Remove pwd_cache.c, it was doing nothing. Make user_name, domain, and | Jeremy Allison | 1 | -7/+52 |
2009-03-12 | Remove the static "struct client_connection" mess which is part of | Jeremy Allison | 1 | -1/+27 |
2009-03-06 | s3:libsmb: merge cli_setup_signing_state() into cli_initialise_ex() | Stefan Metzmacher | 1 | -27/+25 |
2009-03-06 | s3:libsmb: remove cli_setup_signing_state() and add struct cli_state *cli_ini... | Stefan Metzmacher | 1 | -2/+8 |