Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -33/+43 |
2007-10-10 | r24981: - Use the formal syntax for calling functions through pointers. I've... | Derrell Lipman | 1 | -52/+56 |
2007-10-10 | r24969: Fwd port "open" patch | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r24864: - Correct failure of libsmbclient against a version of Windows found ... | Derrell Lipman | 1 | -24/+2 |
2007-10-10 | r24750: Fix one more caller of name_resolve_bcast(). | Michael Adam | 1 | -1/+3 |
2007-10-10 | r24543: Apply missing portion of correction for bug 4750 | Derrell Lipman | 1 | -0/+5 |
2007-10-10 | r24466: - Sort ACEs according to http://support.microsoft.com/kb/269175 so that | Derrell Lipman | 1 | -10/+72 |
2007-10-10 | r24462: - Removing all ACEs was causing removal of the DACL entirely. Win200... | Derrell Lipman | 1 | -4/+0 |
2007-10-10 | r24410: - I got tricked by function naming. Contrary to what seemed obvious ... | Derrell Lipman | 1 | -4/+0 |
2007-10-10 | r24388: - ACL retrieval provided incomplete information because the buffer po... | Derrell Lipman | 1 | -9/+22 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
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 |