Age | Commit message (Expand) | Author | Files | Lines |
2007-11-01 | Add brackets so as not to break the POSIX caps return. | Jeremy Allison | 1 | -2/+2 |
2007-10-31 | Note when we're setting change time, not write time, and send | Jeremy Allison | 3 | -16/+32 |
2007-10-31 | Fix some cases where file_set_dosmode was being passed | Jeremy Allison | 6 | -12/+28 |
2007-10-31 | Fix vfstest link - move socket calls into smbd/process.c | Jeremy Allison | 2 | -288/+288 |
2007-10-31 | Make explicit draining the socket on RECVFILE. Add | Jeremy Allison | 3 | -12/+17 |
2007-10-30 | Handle the disk full error case correctly. | Jeremy Allison | 1 | -1/+1 |
2007-10-30 | Ensure we don't prematurely clean out the bytes read. | Jeremy Allison | 1 | -4/+10 |
2007-10-30 | Add new parameter, "min receivefile size" (by default set | Jeremy Allison | 7 | -53/+482 |
2007-10-30 | start smbd, nmbd and winbindd with the same startup message | Stefan Metzmacher | 1 | -2/+2 |
2007-10-28 | Enable vfs objects = /full/path/to/object.so | Volker Lendecke | 1 | -10/+36 |
2007-10-27 | Two patches | Volker Lendecke | 1 | -1/+1 |
2007-10-25 | Ensure we don't terminate if we fail to bind to a socket, | Jeremy Allison | 1 | -1/+6 |
2007-10-24 | Don't terminate on an invalid address family. | Jeremy Allison | 1 | -1/+1 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 2 | -74/+101 |
2007-10-19 | Add test for "struct in6_addr" to the HAVE_IPV6 configure test. | Gerald (Jerry) Carter | 1 | -1/+1 |
2007-10-19 | Fix the popt / bool issues. Some places we used BOOL | Jeremy Allison | 1 | -11/+32 |
2007-10-19 | fix startup of smbd, nmbd, winbindd | Stefan Metzmacher | 1 | -5/+5 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 47 | -574/+574 |
2007-10-11 | Add const to the get_peer_addr() and get_socket_addr() | Jeremy Allison | 2 | -2/+3 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 1 | -2/+11 |
2007-10-10 | Fix valgrind-found memory overwrite. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 20 | -1164/+389 |
2007-10-10 | r25534: Apply some const | Volker Lendecke | 2 | -2/+2 |
2007-10-10 | r25502: Fix bug 5006 | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25498: Remove checks that are always true. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal with | Jeremy Allison | 3 | -66/+85 |
2007-10-10 | r25391: Fix bug #4978 : Store DOS Attributes fails when copying folders. | Jeremy Allison | 1 | -0/+10 |
2007-10-10 | r25327: Normalize the path we return for 'msdfs proxy' | Volker Lendecke | 1 | -1/+11 |
2007-10-10 | r25324: Fix "msdfs proxy" | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25311: Patch from Heinrich Mislik <Heinrich.Mislik@univie.ac.at> to fix AIX | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r25309: Volker's fix for bug #4984 - samba4 torture test | Jeremy Allison | 1 | -41/+71 |
2007-10-10 | r25286: Fix one more caller of unistr2_to_ascii() that passed | Michael Adam | 1 | -1/+1 |
2007-10-10 | r25184: Fix some C++ warnings and an uninitialized variable | Volker Lendecke | 3 | -4/+4 |
2007-10-10 | r25173: Use the append_buffer version in a loop. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r25167: Fix breakage from mangling rewrite. Use the | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r25163: Fix wrong ctx passed to talloc_asprintf_append(). | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25161: Don't panic if setgroups fails in non-root mode. | James Peach | 1 | -2/+2 |
2007-10-10 | r25142: Panic if setting the group list fails while switching security | James Peach | 1 | -1/+4 |
2007-10-10 | r25141: More pstring removal. | Jeremy Allison | 1 | -3/+14 |
2007-10-10 | r25138: More pstring elimination. Add a TALLOC_CTX parameter | Jeremy Allison | 6 | -42/+49 |
2007-10-10 | r25135: Remove one END_PROFILE(SMBntcreateX) from call_nt_transact_create() w... | Günther Deschner | 1 | -1/+0 |
2007-10-10 | r25118: More pstring elimination. | Jeremy Allison | 3 | -53/+80 |
2007-10-10 | r25117: The mega-patch Jerry was waiting for. Remove all pstrings from | Jeremy Allison | 11 | -468/+731 |
2007-10-10 | r25111: Move to talloced pathnames on most code paths. | Jeremy Allison | 6 | -340/+423 |
2007-10-10 | r25103: Ensure we don't return unwritten memory (valgrind caught). | Jeremy Allison | 2 | -64/+83 |
2007-10-10 | r25102: Rewrite msdfs code to use talloced filenames. Passes make test | Jeremy Allison | 5 | -395/+811 |
2007-10-10 | r25055: Add file_id_string_tos | Volker Lendecke | 7 | -29/+29 |
2007-10-10 | r25011: We don't use mangle_map any more. | Jeremy Allison | 1 | -211/+0 |
2007-10-10 | r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based | Jeremy Allison | 10 | -639/+947 |
2007-10-10 | r24949: Remove some static buffers | Volker Lendecke | 1 | -7/+5 |