summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmbclient.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis1-0/+3
2007-10-10r19797: Convert the remaining pipes to the "new" unique out ptr handlingVolker Lendecke1-8/+4
2007-10-10r19469: Another user of NetShareEnumVolker Lendecke1-0/+4
2007-10-10r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. ItAndrew Tridgell1-3/+3
2007-10-10r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij1-22/+13
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij1-30/+30
2007-10-10r18271: Big change:Gerald Carter1-2/+2
2007-10-10r18013: Fix for "bug" (enhancement) 3684.Derrell Lipman1-1/+14
2007-10-10r18012: Should fix bug 4018.Derrell Lipman1-1/+9
2007-10-10r18011: Should fix bug 3835.Derrell Lipman1-4/+28