index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
libsmbclient.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an uninitialized variable
Volker Lendecke
2007-12-01
1
-1
/
+1
*
Fix missing error cleanup noticed by Derrell.
Jeremy Allison
2007-11-30
1
-3
/
+6
*
Removed all pstrings from libsmbclient. Derryl please
Jeremy Allison
2007-11-30
1
-46
/
+65
*
Add talloc versions of all the next_token() functions.
Jeremy Allison
2007-11-30
1
-605
/
+728
*
Remove PSTRING_LEN from smbd/ nmbd/.
Jeremy Allison
2007-11-29
1
-98
/
+71
*
Remove the explicit TALLOC_CTX * from cli_struct.
Jeremy Allison
2007-11-29
1
-7
/
+21
*
Add stackframes to public libsmbclient functions
Volker Lendecke
2007-11-19
1
-64
/
+245
*
Fix some warnings
Volker Lendecke
2007-11-09
1
-1
/
+2
*
Fix for bug 5021
Volker Lendecke
2007-11-01
1
-1
/
+5
*
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
2007-10-27
1
-3
/
+3
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-52
/
+54
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-41
/
+41
*
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
2007-10-10
1
-5
/
+5
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-33
/
+43
*
r24981: - Use the formal syntax for calling functions through pointers. I've...
Derrell Lipman
2007-10-10
1
-52
/
+56
*
r24969: Fwd port "open" patch
Simo Sorce
2007-10-10
1
-2
/
+2
*
r24864: - Correct failure of libsmbclient against a version of Windows found ...
Derrell Lipman
2007-10-10
1
-24
/
+2
*
r24750: Fix one more caller of name_resolve_bcast().
Michael Adam
2007-10-10
1
-1
/
+3
*
r24543: Apply missing portion of correction for bug 4750
Derrell Lipman
2007-10-10
1
-0
/
+5
*
r24466: - Sort ACEs according to http://support.microsoft.com/kb/269175 so that
Derrell Lipman
2007-10-10
1
-10
/
+72
*
r24462: - Removing all ACEs was causing removal of the DACL entirely. Win200...
Derrell Lipman
2007-10-10
1
-4
/
+0
*
r24410: - I got tricked by function naming. Contrary to what seemed obvious ...
Derrell Lipman
2007-10-10
1
-4
/
+0
*
r24388: - ACL retrieval provided incomplete information because the buffer po...
Derrell Lipman
2007-10-10
1
-9
/
+22
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().
Günther Deschner
2007-10-10
1
-1
/
+1
*
r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.
Jeremy Allison
2007-10-10
1
-8
/
+11
*
r23001: - Fix but #4634. Type of the size parameter to getpeername was wrong.
Derrell Lipman
2007-10-10
1
-1
/
+1
*
r22914: - Fixes bug 4599. A missing <code>if</code> statement forced subseqe...
Derrell Lipman
2007-10-10
1
-4
/
+8
*
r22850: - Fixes bug 4601. smbc_getxattr() would not, in one case, properly r...
Derrell Lipman
2007-10-10
1
-1
/
+1
*
r21932: fix compiler warning.
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r21768: Fix the client dfs code such that smbclient can
Jeremy Allison
2007-10-10
1
-15
/
+0
*
r21239: if the workgroup name is longer than 16 chars we get garbage in the s...
Simo Sorce
2007-10-10
1
-6
/
+7
*
r21132: - Fixes bug 4366. Documentation for smbc_utimes() was incorrect.
Derrell Lipman
2007-10-10
1
-3
/
+31
*
r20832: Remove extra pointers previously added to unique [out] pointers. Inst...
Jelmer Vernooij
2007-10-10
1
-2
/
+1
*
r20333: Fix a couple of Coverity errors in one run, this was a potential NULL...
Volker Lendecke
2007-10-10
1
-5
/
+8
*
r20269: merge -r20264:20267 from SAMBA_3_0_24
Herb Lewis
2007-10-10
1
-0
/
+3
*
r19797: Convert the remaining pipes to the "new" unique out ptr handling
Volker Lendecke
2007-10-10
1
-8
/
+4
*
r19469: Another user of NetShareEnum
Volker Lendecke
2007-10-10
1
-0
/
+4
*
r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. It
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r18802: Use the pidl-generated code for the srvsvc interface, both client and...
Jelmer Vernooij
2007-10-10
1
-22
/
+13
*
r18745: Use the Samba4 data structures for security descriptors and security ...
Jelmer Vernooij
2007-10-10
1
-30
/
+30
*
r18271: Big change:
Gerald Carter
2007-10-10
1
-2
/
+2
*
r18013: Fix for "bug" (enhancement) 3684.
Derrell Lipman
2007-10-10
1
-1
/
+14
*
r18012: Should fix bug 4018.
Derrell Lipman
2007-10-10
1
-1
/
+9
*
r18011: Should fix bug 3835.
Derrell Lipman
2007-10-10
1
-4
/
+28
*
r18009: Fixes bug 4026.
Derrell Lipman
2007-10-10
1
-157
/
+419
*
r17800: Start using struct timespec internally for file times
Jeremy Allison
2007-10-10
1
-37
/
+47
*
r17761: Handle times consistently across all client utils.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS
Volker Lendecke
2007-10-10
1
-8
/
+8
[next]