Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r20269: merge -r20264:20267 from SAMBA_3_0_24 | Herb Lewis | 1 | -0/+3 |
2007-10-10 | r19797: Convert the remaining pipes to the "new" unique out ptr handling | Volker Lendecke | 1 | -8/+4 |
2007-10-10 | r19469: Another user of NetShareEnum | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. It | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r18802: Use the pidl-generated code for the srvsvc interface, both client and... | Jelmer Vernooij | 1 | -22/+13 |
2007-10-10 | r18745: Use the Samba4 data structures for security descriptors and security ... | Jelmer Vernooij | 1 | -30/+30 |
2007-10-10 | r18271: Big change: | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r18013: Fix for "bug" (enhancement) 3684. | Derrell Lipman | 1 | -1/+14 |
2007-10-10 | r18012: Should fix bug 4018. | Derrell Lipman | 1 | -1/+9 |
2007-10-10 | r18011: Should fix bug 3835. | Derrell Lipman | 1 | -4/+28 |
2007-10-10 | r18009: Fixes bug 4026. | Derrell Lipman | 1 | -157/+419 |
2007-10-10 | r17800: Start using struct timespec internally for file times | Jeremy Allison | 1 | -37/+47 |
2007-10-10 | r17761: Handle times consistently across all client utils. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS | Volker Lendecke | 1 | -8/+8 |
2007-10-10 | r17333: Some C++ warnings | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -113/+111 |
2007-10-10 | r16644: Fix bug #3887 reported by jason@ncac.gwu.edu | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r16552: Fix bug 3849. | Derrell Lipman | 1 | -3/+3 |
2007-10-10 | r16550: Fix bug 3866. Thanks for the report! | Derrell Lipman | 1 | -6/+41 |
2007-10-10 | r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607 | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r16287: Use intptr_t to return an integer of an unknown type cast | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r14664: r13868@cabra: derrell | 2006-03-22 17:04:30 -0500 | Derrell Lipman | 1 | -14/+89 |
2007-10-10 | r14418: Try and fix Coverity #39 and #40 by making the | Jeremy Allison | 1 | -2/+10 |
2007-10-10 | r14279: Fix coverity #86, 87, 88, 89: | Jim McDonough | 1 | -10/+27 |
2007-10-10 | r14241: Fix Coverity bug # 146 | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r14236: Fix Coverity bug # 90 | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r14235: Fix Coverity bug # 91 | Volker Lendecke | 1 | -0/+12 |
2007-10-10 | r14234: Fix Coverity bug # 93 | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r14158: Fix coverity CID #147 -- do not dereference pointers before checking ... | Alexander Bokovoy | 1 | -2/+4 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r13495: Derell, I'm removing that double setup_logging(), just a typo. | Günther Deschner | 1 | -1/+0 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -10/+3 |
2007-10-10 | r13216: r12422@cabra: derrell | 2006-01-28 23:57:35 -0500 | Derrell Lipman | 1 | -33/+0 |
2007-10-10 | r13214: r12420@cabra: derrell | 2006-01-28 19:10:58 -0500 | Derrell Lipman | 1 | -44/+57 |
2007-10-10 | r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 | Derrell Lipman | 1 | -3/+3 |
2007-10-10 | r12579: r12122@cabra: derrell | 2005-12-29 12:03:00 -0500 | Derrell Lipman | 1 | -1/+9 |
2007-10-10 | r12576: r12115@cabra: derrell | 2005-12-29 11:16:03 -0500 | Derrell Lipman | 1 | -2/+28 |
2007-10-10 | r12570: r12084@cabra: derrell | 2005-12-29 10:05:16 -0500 | Derrell Lipman | 1 | -25/+56 |
2007-10-10 | r12569: r12083@cabra: derrell | 2005-12-29 09:39:45 -0500 | Derrell Lipman | 1 | -255/+526 |