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
...
*
Fix broken pipe handling
Volker Lendecke
2009-05-18
1
-2
/
+2
*
s3: tevent_req_poll() loops forever when pipe is broken
Bo Yang
2009-05-19
1
-0
/
+8
*
What to do about debugging in a multi-threaded application?
Derrell Lipman
2009-05-13
1
-7
/
+10
*
Thread-safe protection: libsmbclient initialization
Derrell Lipman
2009-05-13
1
-94
/
+133
*
s3:libsmb: move read_smb_send/recv() static in async_smb.c
Stefan Metzmacher
2009-05-13
1
-0
/
+87
*
s3:libsmb: let cli_smb_chain_send() also return NTSTATUS
Stefan Metzmacher
2009-05-13
1
-9
/
+12
*
s3:libsmb: return NT_STATUS_CONNECTION_INVALID if the fd is -1
Bo Yang
2009-05-13
1
-5
/
+7
*
s3: return proper error code in cli_smb_req_send
Bo Yang
2009-05-13
5
-38
/
+82
*
Clean up assignments to iov_base, ensure it's always cast to void *. This sho...
Jeremy Allison
2009-05-12
6
-18
/
+18
*
Provide a libsmbclient interface for programs requiring threads
Derrell Lipman
2009-05-10
2
-0
/
+176
*
s3:libsmb: fix layering of cli_ntrename_internal and its callers
Stefan Metzmacher
2009-05-09
1
-29
/
+35
*
Async API needs all parameters to be kept around until sent,
Jeremy Allison
2009-05-07
1
-55
/
+15
*
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
*
s3-credentials: protect netlogon_creds_server_step() against NULL creds.
Günther Deschner
2009-05-07
1
-0
/
+4
*
Make cli_setatr async.
Jeremy Allison
2009-05-06
3
-2
/
+129
*
Make cli_setattrE async.
Jeremy Allison
2009-05-06
2
-26
/
+98
*
Make cli_getatr() async.
Jeremy Allison
2009-05-05
2
-27
/
+126
*
Make cli_getattrE async.
Jeremy Allison
2009-05-05
3
-33
/
+132
*
Fix the async calls for the posix_unlink and posix_rmdir.
Jeremy Allison
2009-05-04
1
-13
/
+49
*
Cause cli_close to return an NTSTATUS.
Jeremy Allison
2009-04-30
2
-81
/
+4
*
Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.
Jeremy Allison
2009-04-30
10
-73
/
+72
*
Make cli_unlink async.
Jeremy Allison
2009-04-29
2
-28
/
+93
*
More async calls in libsmb/clifile.c
Jeremy Allison
2009-04-29
1
-50
/
+170
*
s3: fix crash in winbindd
Bo Yang
2009-04-29
1
-0
/
+4
*
Doh ! Don't need "int dummy" when we have state :-).
Jeremy Allison
2009-04-28
1
-1
/
+0
*
Convert cli_rename to async.
Jeremy Allison
2009-04-28
2
-25
/
+108
*
Convert cli_posix_unlink() and cli_posix_rmdir()
Jeremy Allison
2009-04-28
1
-63
/
+190
*
Fix a type-punned warning
Volker Lendecke
2009-04-28
1
-1
/
+1
*
[FIX Bug 6235] domain enumeration breaks if master browser has space in name
Derrell Lipman
2009-04-27
1
-1
/
+2
*
find/replace. Change uintX types to uintX_t types to tidy up the code.
Jeremy Allison
2009-04-24
1
-38
/
+38
*
errormap: Change the WBC_ERR_UNKNOWN_ERROR to map to NT_STATUS_UNSUCCESSFUL
Kai Blin
2009-04-23
1
-1
/
+1
*
Make dskattr async.
Jeremy Allison
2009-04-22
1
-38
/
+102
*
Make cli_chkpath async.
Jeremy Allison
2009-04-22
1
-0
/
+121
*
errormap: Add wbcErr to NTSTATUS mappings
Kai Blin
2009-04-22
1
-0
/
+41
*
s3:libsmb: always use the tevent_req_nomem() for checking allocation failures
Stefan Metzmacher
2009-04-21
1
-6
/
+6
*
Make rmdir async.
Jeremy Allison
2009-04-21
2
-59
/
+92
*
Make cli_mkdir async. Change it to return NTSTATUS.
Jeremy Allison
2009-04-21
2
-2
/
+111
*
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.
Günther Deschner
2009-04-21
1
-1
/
+1
*
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
*
|
s3:ntlmssp Remove use of talloc(NULL) in NTLMSSP code
Andrew Bartlett
2009-04-20
2
-12
/
+12
*
|
s3:ntlmssp Fix segfault: msrpc_gen now uses talloc()
Andrew Bartlett
2009-04-20
1
-46
/
+8
*
|
Fix crash bug in NTLMSSP caused by msrpc_parse() moving to talloc
Andrew Bartlett
2009-04-16
1
-4
/
+2
*
|
More work to adapt to merged libcli/auth function prototypes
Andrew Bartlett
2009-04-14
4
-16
/
+19
*
|
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
2009-04-14
8
-2266
/
+26
|
/
*
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
2009-04-14
4
-18
/
+18
*
Solve some of the conflict between Samba3 and Samba4 push_string
Andrew Bartlett
2009-04-14
3
-21
/
+23
*
Fix a bug in smbclient not sending the correct called name
Volker Lendecke
2009-04-12
1
-1
/
+5
*
Convert cli_push to tevent_req
Volker Lendecke
2009-04-08
1
-69
/
+58
[prev]
[next]