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