index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
libsmbclient.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-26
add smbc_ftruncate() to emulate POSIX ftruncate()
Derrell Lipman
1
-0
/
+75
2008-02-08
Fix some typos.
Karolin Seeger
1
-1
/
+1
2008-01-23
Allow clearing all settable DOS mode bits. A mode value of zero is ignored by
Derrell Lipman
1
-1
/
+9
2008-01-18
Fix typo that disabled setting group id. Thanks, Henrik.
Derrell Lipman
1
-1
/
+1
2008-01-17
Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mapping
Derrell Lipman
1
-46
/
+37
2008-01-17
Fix stat results to be consistent between smbc_stat and smbc_fstat.
Derrell Lipman
1
-1
/
+4
2008-01-16
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
Derrell Lipman
1
-272
/
+310
2008-01-15
Fix the API exported for auth_functions. Ensure we call
Jeremy Allison
1
-272
/
+310
2008-01-13
Fix smbc_listxattr() and friends (bug #5189)
Derrell Lipman
1
-4
/
+7
2008-01-05
Add the options smb_encrypt_level to set the requested
Jeremy Allison
1
-0
/
+98
2007-12-15
s/sid_to_string/sid_to_fstring/
Volker Lendecke
1
-1
/
+1
2007-12-10
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
1
-3
/
+3
2007-12-07
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
1
-19
/
+36
2007-12-07
Don't build rpctorture anymore - not maintained. Just remove.
Jeremy Allison
1
-7
/
+12
2007-12-01
Fix an uninitialized variable
Volker Lendecke
1
-1
/
+1
2007-11-30
Fix missing error cleanup noticed by Derrell.
Jeremy Allison
1
-3
/
+6
2007-11-30
Removed all pstrings from libsmbclient. Derryl please
Jeremy Allison
1
-46
/
+65
2007-11-30
Add talloc versions of all the next_token() functions.
Jeremy Allison
1
-605
/
+728
2007-11-29
Remove PSTRING_LEN from smbd/ nmbd/.
Jeremy Allison
1
-98
/
+71
2007-11-29
Remove the explicit TALLOC_CTX * from cli_struct.
Jeremy Allison
1
-7
/
+21
2007-11-19
Add stackframes to public libsmbclient functions
Volker Lendecke
1
-64
/
+245
2007-11-09
Fix some warnings
Volker Lendecke
1
-1
/
+2
2007-11-01
Fix for bug 5021
Volker Lendecke
1
-1
/
+5
2007-10-27
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
1
-3
/
+3
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-52
/
+54
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-41
/
+41
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
1
-5
/
+5
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-33
/
+43
2007-10-10
r24981: - Use the formal syntax for calling functions through pointers. I've...
Derrell Lipman
1
-52
/
+56
2007-10-10
r24969: Fwd port "open" patch
Simo Sorce
1
-2
/
+2
2007-10-10
r24864: - Correct failure of libsmbclient against a version of Windows found ...
Derrell Lipman
1
-24
/
+2
2007-10-10
r24750: Fix one more caller of name_resolve_bcast().
Michael Adam
1
-1
/
+3
2007-10-10
r24543: Apply missing portion of correction for bug 4750
Derrell Lipman
1
-0
/
+5
2007-10-10
r24466: - Sort ACEs according to http://support.microsoft.com/kb/269175 so that
Derrell Lipman
1
-10
/
+72
2007-10-10
r24462: - Removing all ACEs was causing removal of the DACL entirely. Win200...
Derrell Lipman
1
-4
/
+0
2007-10-10
r24410: - I got tricked by function naming. Contrary to what seemed obvious ...
Derrell Lipman
1
-4
/
+0
2007-10-10
r24388: - ACL retrieval provided incomplete information because the buffer po...
Derrell Lipman
1
-9
/
+22
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().
Günther Deschner
1
-1
/
+1
2007-10-10
r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.
Jeremy Allison
1
-8
/
+11
2007-10-10
r23001: - Fix but #4634. Type of the size parameter to getpeername was wrong.
Derrell Lipman
1
-1
/
+1
2007-10-10
r22914: - Fixes bug 4599. A missing <code>if</code> statement forced subseqe...
Derrell Lipman
1
-4
/
+8
2007-10-10
r22850: - Fixes bug 4601. smbc_getxattr() would not, in one case, properly r...
Derrell Lipman
1
-1
/
+1
2007-10-10
r21932: fix compiler warning.
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21768: Fix the client dfs code such that smbclient can
Jeremy Allison
1
-15
/
+0
2007-10-10
r21239: if the workgroup name is longer than 16 chars we get garbage in the s...
Simo Sorce
1
-6
/
+7
2007-10-10
r21132: - Fixes bug 4366. Documentation for smbc_utimes() was incorrect.
Derrell Lipman
1
-3
/
+31
2007-10-10
r20832: Remove extra pointers previously added to unique [out] pointers. Inst...
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r20333: Fix a couple of Coverity errors in one run, this was a potential NULL...
Volker Lendecke
1
-5
/
+8
[next]