index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
libsmb
/
libsmbclient.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial revamp of the libsmbclient interface.
Derrell Lipman
2008-03-01
1
-7233
/
+0
*
add smbc_ftruncate() to emulate POSIX ftruncate()
Derrell Lipman
2008-02-26
1
-0
/
+75
*
Fix some typos.
Karolin Seeger
2008-02-08
1
-1
/
+1
*
Allow clearing all settable DOS mode bits. A mode value of zero is ignored by
Derrell Lipman
2008-01-23
1
-1
/
+9
*
Fix typo that disabled setting group id. Thanks, Henrik.
Derrell Lipman
2008-01-18
1
-1
/
+1
*
Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mapping
Derrell Lipman
2008-01-17
1
-46
/
+37
*
Fix stat results to be consistent between smbc_stat and smbc_fstat.
Derrell Lipman
2008-01-17
1
-1
/
+4
*
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
Derrell Lipman
2008-01-16
1
-272
/
+310
|
\
|
*
Fix the API exported for auth_functions. Ensure we call
Jeremy Allison
2008-01-15
1
-272
/
+310
*
|
Fix smbc_listxattr() and friends (bug #5189)
Derrell Lipman
2008-01-13
1
-4
/
+7
|
/
*
Add the options smb_encrypt_level to set the requested
Jeremy Allison
2008-01-05
1
-0
/
+98
*
s/sid_to_string/sid_to_fstring/
Volker Lendecke
2007-12-15
1
-1
/
+1
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-3
/
+3
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
1
-19
/
+36
*
Don't build rpctorture anymore - not maintained. Just remove.
Jeremy Allison
2007-12-07
1
-7
/
+12
*
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.
samba-misc-tags/initial-v3-2-test
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
[next]