summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/libsmbclient.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an uninitialized variableVolker Lendecke2007-12-011-1/+1
* Fix missing error cleanup noticed by Derrell.Jeremy Allison2007-11-301-3/+6
* Removed all pstrings from libsmbclient. Derryl pleaseJeremy Allison2007-11-301-46/+65
* Add talloc versions of all the next_token() functions.Jeremy Allison2007-11-301-605/+728
* Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison2007-11-291-98/+71
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-7/+21
* Add stackframes to public libsmbclient functionsVolker Lendecke2007-11-191-64/+245
* Fix some warningsVolker Lendecke2007-11-091-1/+2
* Fix for bug 5021Volker Lendecke2007-11-011-1/+5
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-271-3/+3
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-52/+54
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-41/+41
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-5/+5
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-33/+43
* r24981: - Use the formal syntax for calling functions through pointers. I've...Derrell Lipman2007-10-101-52/+56
* r24969: Fwd port "open" patchSimo Sorce2007-10-101-2/+2
* r24864: - Correct failure of libsmbclient against a version of Windows found ...Derrell Lipman2007-10-101-24/+2
* r24750: Fix one more caller of name_resolve_bcast().Michael Adam2007-10-101-1/+3
* r24543: Apply missing portion of correction for bug 4750Derrell Lipman2007-10-101-0/+5
* r24466: - Sort ACEs according to http://support.microsoft.com/kb/269175 so thatDerrell Lipman2007-10-101-10/+72
* r24462: - Removing all ACEs was causing removal of the DACL entirely. Win200...Derrell Lipman2007-10-101-4/+0
* r24410: - I got tricked by function naming. Contrary to what seemed obvious ...Derrell Lipman2007-10-101-4/+0
* r24388: - ACL retrieval provided incomplete information because the buffer po...Derrell Lipman2007-10-101-9/+22
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-101-1/+1
* r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison2007-10-101-8/+11
* r23001: - Fix but #4634. Type of the size parameter to getpeername was wrong.Derrell Lipman2007-10-101-1/+1
* r22914: - Fixes bug 4599. A missing <code>if</code> statement forced subseqe...Derrell Lipman2007-10-101-4/+8
* r22850: - Fixes bug 4601. smbc_getxattr() would not, in one case, properly r...Derrell Lipman2007-10-101-1/+1
* r21932: fix compiler warning.Stefan Metzmacher2007-10-101-1/+1
* r21768: Fix the client dfs code such that smbclient canJeremy Allison2007-10-101-15/+0
* r21239: if the workgroup name is longer than 16 chars we get garbage in the s...Simo Sorce2007-10-101-6/+7
* r21132: - Fixes bug 4366. Documentation for smbc_utimes() was incorrect.Derrell Lipman2007-10-101-3/+31
* r20832: Remove extra pointers previously added to unique [out] pointers. Inst...Jelmer Vernooij2007-10-101-2/+1
* r20333: Fix a couple of Coverity errors in one run, this was a potential NULL...Volker Lendecke2007-10-101-5/+8
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2007-10-101-0/+3
* r19797: Convert the remaining pipes to the "new" unique out ptr handlingVolker Lendecke2007-10-101-8/+4
* r19469: Another user of NetShareEnumVolker Lendecke2007-10-101-0/+4
* r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. ItAndrew Tridgell2007-10-101-3/+3
* r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij2007-10-101-22/+13
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-101-30/+30
* r18271: Big change:Gerald Carter2007-10-101-2/+2
* r18013: Fix for "bug" (enhancement) 3684.Derrell Lipman2007-10-101-1/+14
* r18012: Should fix bug 4018.Derrell Lipman2007-10-101-1/+9
* r18011: Should fix bug 3835.Derrell Lipman2007-10-101-4/+28
* r18009: Fixes bug 4026.Derrell Lipman2007-10-101-157/+419
* r17800: Start using struct timespec internally for file timesJeremy Allison2007-10-101-37/+47
* r17761: Handle times consistently across all client utils.Jeremy Allison2007-10-101-2/+2
* r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke2007-10-101-8/+8