index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libsmb
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:libsmb: only align unicode pipe_name (bug #8586)
Stefan Metzmacher
2011-11-25
1
-7
/
+11
*
s3:libsmb: consistently use state->size in cli_write_andx_create() (bug #5326)
Stefan Metzmacher
2011-11-16
1
-1
/
+1
*
s3:libsmb: fix cli_write_and_x() against OS/2 print shares (bug #5326)
Stefan Metzmacher
2011-11-16
1
-4
/
+15
*
s3:libsmb: the workgroup in the non-extended-security negprot is not aligned ...
Stefan Metzmacher
2011-11-09
1
-4
/
+21
*
Fix bug #8453 - smbclient segfaults when dialect option -m is used for legacy...
Jeremy Allison
2011-09-22
1
-0
/
+13
*
s3:libsmb: check the wct of the incoming SMBnegprot responses
Stefan Metzmacher
2011-09-15
1
-0
/
+10
*
s3: Do central cli_set_error (cherry picked from commit 0645deb1b4a70e45f8811...
Volker Lendecke
2011-08-18
9
-189
/
+2
*
s3: Add a fallback for missing open&x support in OS/X Lion
Volker Lendecke
2011-08-18
1
-19
/
+69
*
Fix bug #8341 - libsmbclient segfault when feed the root of a mounted share v...
Alban Browaeys
2011-08-02
1
-1
/
+2
*
Fix bug #8324 - smbclient cannot list directories from a big-endian machine.
Jeremy Allison
2011-07-27
1
-2
/
+2
*
Fix bug 8305 - nmbd segfaults - when using "smbtree ..." (cherry picked from ...
Günter Kukkukk
2011-07-13
1
-1
/
+1
*
s3:libsmb/clireadwrite: calculate cli_write_max_bufsize() correct based on ma...
Stefan Metzmacher
2011-06-17
1
-8
/
+12
*
s3:libsmb/clireadwrite: calculate cli_read_max_bufsize() correct based on max...
Stefan Metzmacher
2011-06-17
1
-1
/
+12
*
s3:libsmb/clitrans: correctly transfer the seqnum between secondary and prima...
Stefan Metzmacher
2011-06-17
1
-3
/
+8
*
s3:libsmb/clitrans: fix handling of multi pdu [nt]trans[s][2] calls
Stefan Metzmacher
2011-06-17
1
-8
/
+80
*
s3:libsmb/clitrans: use subreq2 as variable for the secondary requests
Stefan Metzmacher
2011-06-17
1
-7
/
+9
*
s3:libsmb/clitrans: move MID handling to the end of cli_trans_send() and add ...
Stefan Metzmacher
2011-06-17
1
-2
/
+11
*
s3:libsmb/clitrans: correctly marshall [nt]trans[s][2] requests
Stefan Metzmacher
2011-06-17
1
-12
/
+41
*
s3:libsmb/clitrans: marshall SMBnttrans[2] as the others
Stefan Metzmacher
2011-06-17
1
-23
/
+23
*
s3:libsmb/clitrans: use uint32_t for param and data variables
Stefan Metzmacher
2011-06-17
1
-3
/
+3
*
s3:libsmb/clitrans: remove unused secondary_request_ctx
Stefan Metzmacher
2011-06-17
1
-2
/
+0
*
s3:libsmb/async_smb: add helpers to get and set the seqnum for signing
Stefan Metzmacher
2011-06-17
1
-0
/
+14
*
s3:libsmb/async_smb: don't remove pending requests if the mid is set
Stefan Metzmacher
2011-06-17
1
-0
/
+15
*
s3:libsmb/async_smb: call cli_smb_req_unset_pending() instead of destructor d...
Stefan Metzmacher
2011-06-17
1
-2
/
+2
*
s3:libsmb/async_smb: let cli_smb_recv() initialize output values for one way ...
Stefan Metzmacher
2011-06-17
1
-0
/
+18
*
s3:libsmb/cli_np_tstream: s/TSTREAM_CLI_NP_BUF_SIZE/TSTREAM_CLI_NP_MAX_BUF_SIZE
Stefan Metzmacher
2011-06-14
1
-6
/
+6
*
s3:libsmb:cli_np_tstream: use dynamic talloc buffers
Stefan Metzmacher
2011-06-14
1
-9
/
+30
*
s3:libsmb/cli_np_tstream: use larger buffers to avoid a bug NT4 servers (bug ...
Stefan Metzmacher
2011-06-14
1
-2
/
+17
*
source3/libsmb/proto.h: fix licence/copyright
Günther Deschner
2011-06-14
1
-0
/
+8
*
source3/libsmb/nmblib.h: fix licence/copyright
Günther Deschner
2011-06-14
1
-0
/
+27
*
source3/libsmb/libsmb.h: fix licence/copyright
Günther Deschner
2011-06-14
1
-0
/
+5
*
source3/libsmb/errormap_wbc.h: fix licence/copyright
Günther Deschner
2011-06-14
1
-0
/
+26
*
source3/libsmb/clidgram.h: fix licence/copyright
Günther Deschner
2011-06-14
1
-0
/
+26
*
Revert "Fix bug 8196 - Many (newer) header files don't have copyright / GPL h...
Karolin Seeger
2011-06-07
5
-73
/
+0
*
Fix bug 8196 - Many (newer) header files don't have copyright / GPL header co...
Jeremy Allison
2011-06-07
5
-0
/
+73
*
s3: Extract the guest_login field in sesssetup
Volker Lendecke
2011-05-31
1
-4
/
+17
*
s3: Fix wct check in cli_sesssetup_blob_done
Volker Lendecke
2011-05-31
1
-1
/
+1
*
Patch for bug #8156 - net ads join fails to use the user's kerberos ticket.
Jeremy Allison
2011-05-23
1
-10
/
+27
*
s3: Remove two false references to cli->inbuf (cherry picked from commit b1a7...
Volker Lendecke
2011-05-23
1
-2
/
+2
*
s3: Fix a leftover from fstring removal in cli_state
Volker Lendecke
2011-05-23
1
-4
/
+7
*
s3-includes: no need to globally include libads/ads_status.h.
Günther Deschner
2011-05-16
1
-0
/
+1
*
s3-includes: finally only include client.h when libsmb is used.
Günther Deschner
2011-05-16
3
-0
/
+4
*
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
2011-05-16
35
-0
/
+895
*
s3: only include tdb headers where needed.
Günther Deschner
2011-05-16
2
-0
/
+2
*
s3-libsmb: run minimal_includes.pl.
Günther Deschner
2011-05-16
2
-2
/
+0
*
s3:libsmb convert user-specified domain to uppercase
Christian Ambach
2011-05-16
1
-0
/
+1
*
s3: Paranoia in smbsock_connect_state_destructor
Volker Lendecke
2011-05-14
1
-0
/
+1
*
s3: Use tevent_req_ntstatus properly in a few places
Volker Lendecke
2011-05-10
1
-58
/
+29
*
async_smb.c: convert cli->timeout properly
Rusty Russell
2011-05-10
1
-1
/
+2
*
s3: Filter out duplicates in name_query()
Volker Lendecke
2011-05-03
1
-2
/
+18
[next]