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: Remove some unused code
Volker Lendecke
2011-04-03
1
-7
/
+0
*
Fix for servers that don't put a path separator at the end of the service.
Larry Reid
2011-04-03
1
-4
/
+13
*
s3: only include ntioctl.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-messages: make ndr_messaging.h part of messages.h.
Günther Deschner
2011-03-30
2
-2
/
+0
*
s3-messages: only include messages.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-libsmb: put namequery headers to nmblib.h
Günther Deschner
2011-03-30
13
-0
/
+61
*
s3-passdb: add passdb.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
3
-0
/
+3
*
s3-trans2: only include trans2.h where needed.
Günther Deschner
2011-03-30
7
-0
/
+7
*
s3-winbind: remove global inclusion of libwbclient.
Günther Deschner
2011-03-30
2
-1
/
+1
*
s3-libsmb: remove duplicate NTSTATUS variable.
Günther Deschner
2011-03-29
1
-1
/
+0
*
Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfa...
Jeremy Allison
2011-03-28
1
-3
/
+11
*
s3: Convert cli_raw_tcon to cli_smb
Volker Lendecke
2011-03-27
1
-24
/
+22
*
s3: Replace cli_negprot_sendsync() by cli_negprot_send()
Volker Lendecke
2011-03-27
1
-35
/
+0
*
s3: Remove a use of cli_send_smb
Volker Lendecke
2011-03-27
1
-36
/
+47
*
s3: Fix Coverity ID 2326, CHECKED_RETURN
Volker Lendecke
2011-03-26
1
-1
/
+1
*
s3-libsmb: work our correct length for EA strings
Andrew Tridgell
2011-03-25
1
-1
/
+1
*
s3-dfs: removed the last user of sec_len==-1 in pull_*_base_talloc()
Andrew Tridgell
2011-03-25
1
-1
/
+2
*
lib: remove unused pieces of string_wrappers.h
Andrew Tridgell
2011-03-25
1
-7
/
+7
*
s3: Fix some errno assignments in SMBC_opendir_ctx
Volker Lendecke
2011-03-24
1
-13
/
+13
*
s3: Fix Coverity ID 2325: RESOURCE_LEAK
Volker Lendecke
2011-03-24
1
-0
/
+4
*
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
2011-03-24
4
-11
/
+9
*
s3-safe_str: Futher simplify the macros by removing indirection
Andrew Bartlett
2011-03-23
1
-13
/
+13
*
s3-lib Remove the clobber_region() code.
Andrew Bartlett
2011-03-23
2
-26
/
+8
*
s3-build: only include asn1 headers where actually needed.
Günther Deschner
2011-03-16
2
-0
/
+2
*
s3: Fix Coverity ID 2147, FORWARD_NULL
Volker Lendecke
2011-03-16
1
-1
/
+1
*
s3-msdfs: avoid global inclusion of msdfs.h.
Günther Deschner
2011-03-16
1
-0
/
+1
*
s3-build: stop including ldap and lber headers everywhere in the code.
Günther Deschner
2011-03-16
1
-0
/
+1
*
s3-includes: avoid global include of gssapi headers.
Günther Deschner
2011-03-16
1
-0
/
+8
*
s3-libsmb: move smb encryption structs into own header.
Günther Deschner
2011-03-16
3
-0
/
+3
*
s3-libsmb: only include rap client when needed.
Günther Deschner
2011-03-15
7
-0
/
+214
*
s3: Fix bug 8009 - net rap session cannot get username
Volker Lendecke
2011-03-14
1
-1
/
+1
*
Revert "s3: Fix bug 8009"
Volker Lendecke
2011-03-13
1
-1
/
+1
*
s3: Fix bug 8009
Volker Lendecke
2011-03-12
1
-1
/
+1
*
nsswitch: wbcFreeMemory deals fine with NULL
Volker Lendecke
2011-03-05
1
-3
/
+1
*
s3-nterr: use strcasecmp in nt_status_string_to_code().
Günther Deschner
2011-03-04
1
-1
/
+2
*
s3-nterr: within nt_errstr() compare codes using NT_STATUS_V().
Günther Deschner
2011-03-04
1
-1
/
+2
*
nterr: make sure both nt_err_desc structs are the same.
Günther Deschner
2011-03-04
1
-0
/
+3
*
nterr: make sure both nt_errs structs are the same.
Günther Deschner
2011-03-04
1
-4
/
+16
*
s3-nterr: make nt_err_desc static const.
Günther Deschner
2011-03-04
1
-1
/
+1
*
nterr: remove space indents (use tabs instead), following coding standards.
Günther Deschner
2011-03-04
1
-12
/
+12
*
nterr: remove trailing whitespace.
Günther Deschner
2011-03-04
1
-15
/
+15
*
s3-build __FUNCTION__ is always available, always use it
Andrew Bartlett
2011-03-01
1
-2
/
+2
*
s3-rpc_client: Move client pipe functions to own header.
Andreas Schneider
2011-02-28
4
-0
/
+4
*
s3: Remove unused receive_packet
Stefan Metzmacher
2011-02-28
1
-33
/
+0
*
s3: Make is_zero_addr take a sockaddr_storage
Volker Lendecke
2011-02-27
4
-10
/
+10
*
s3-errormap: move (unused) map_nt_error_from_wbcErr out of errormap.
Günther Deschner
2011-02-25
3
-39
/
+66
*
s3:libsmb only log a dead connection if it was not closed
Christian Ambach
2011-02-23
1
-7
/
+12
*
lib/util/charset Add back setlocale(), but only when called from binaries
Andrew Bartlett
2011-02-18
1
-1
/
+1
*
s3: Fix a C++ warning
Volker Lendecke
2011-02-14
1
-1
/
+1
[next]