summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmbclient.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r18009: Fixes bug 4026.Derrell Lipman1-157/+419
2007-10-10r17800: Start using struct timespec internally for file timesJeremy Allison1-37/+47
2007-10-10r17761: Handle times consistently across all client utils.Jeremy Allison1-2/+2
2007-10-10r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke1-8/+8
2007-10-10r17333: Some C++ warningsVolker Lendecke1-4/+4
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-113/+111
2007-10-10r16644: Fix bug #3887 reported by jason@ncac.gwu.eduJeremy Allison1-2/+2
2007-10-10r16552: Fix bug 3849.Derrell Lipman1-3/+3
2007-10-10r16550: Fix bug 3866. Thanks for the report!Derrell Lipman1-6/+41
2007-10-10r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607Volker Lendecke1-1/+3
2007-10-10r16287: Use intptr_t to return an integer of an unknown type castJeremy Allison1-0/+4
2007-10-10r14664: r13868@cabra: derrell | 2006-03-22 17:04:30 -0500Derrell Lipman1-14/+89
2007-10-10r14418: Try and fix Coverity #39 and #40 by making theJeremy Allison1-2/+10
2007-10-10r14279: Fix coverity #86, 87, 88, 89:Jim McDonough1-10/+27
2007-10-10r14241: Fix Coverity bug # 146Volker Lendecke1-1/+3
2007-10-10r14236: Fix Coverity bug # 90Volker Lendecke1-0/+1
2007-10-10r14235: Fix Coverity bug # 91Volker Lendecke1-0/+12
2007-10-10r14234: Fix Coverity bug # 93Volker Lendecke1-0/+1
2007-10-10r14158: Fix coverity CID #147 -- do not dereference pointers before checking ...Alexander Bokovoy1-2/+4
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-1/+1
2007-10-10r13495: Derell, I'm removing that double setup_logging(), just a typo.Günther Deschner1-1/+0
2007-10-10r13316: Let the carnage begin....Gerald Carter1-10/+3
2007-10-10r13216: r12422@cabra: derrell | 2006-01-28 23:57:35 -0500Derrell Lipman1-33/+0
2007-10-10r13214: r12420@cabra: derrell | 2006-01-28 19:10:58 -0500Derrell Lipman1-44/+57
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-3/+3
2007-10-10r12579: r12122@cabra: derrell | 2005-12-29 12:03:00 -0500Derrell Lipman1-1/+9
2007-10-10r12576: r12115@cabra: derrell | 2005-12-29 11:16:03 -0500Derrell Lipman1-2/+28