Age | Commit message (Expand) | Author | Files | Lines |
2007-11-01 | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | Gerald (Jerry) Carter | 1 | -0/+1 |
2007-11-01 | Add missing recvfile_bytes element - noticed by Kukks. | Jeremy Allison | 1 | -0/+1 |
2007-11-01 | Patch from Debian Samba package maintainers: | Gerald (Jerry) Carter | 1 | -0/+4 |
2007-10-30 | Add new parameter, "min receivefile size" (by default set | Jeremy Allison | 1 | -0/+1 |
2007-10-29 | Add in the recvfile entry to the VFS layer with a default | Jeremy Allison | 3 | -0/+11 |
2007-10-29 | Fix the setup_kaddr() call to cope with IPv6. | Jeremy Allison | 1 | -1/+1 |
2007-10-29 | Change our DNS code to cope with AAAA records. A6 records | Jeremy Allison | 1 | -3/+3 |
2007-10-27 | Two patches | Volker Lendecke | 1 | -0/+36 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 5 | -8/+7 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 38 | -227/+207 |
2007-10-18 | remove reference to removed code | Stefan Metzmacher | 1 | -4/+0 |
2007-10-15 | Add WERR_SERVICE_ALREADY_RUNNING. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 2 | -17/+10 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 16 | -131/+928 |
2007-10-10 | r25534: Apply some const | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal with | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25474: Try and fix the build on Mac OS X 10.4.9. | Jeremy Allison | 1 | -4/+0 |
2007-10-10 | r25472: Fix the interfaces code to detect IPv6 interfaces, using the | Jeremy Allison | 2 | -2/+17 |
2007-10-10 | r25434: Add the option to print the debug class (DBGC_CLASS) in the debug hea... | Michael Adam | 1 | -5/+5 |
2007-10-10 | r25416: Add registry debug class. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree. | Gerald Carter | 1 | -2/+0 |
2007-10-10 | r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags, | Gerald Carter | 1 | -0/+2 |
2007-10-10 | r25399: Excise uint - > uint32 (where appropriate) or unsigned int. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25325: Rename some defines. | Günther Deschner | 1 | -3/+3 |
2007-10-10 | r25128: _XOPEN_SOURCE_EXTENDED and socklen_t are always provided by libreplace | Stefan Metzmacher | 1 | -6/+0 |
2007-10-10 | r25118: More pstring elimination. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25103: Ensure we don't return unwritten memory (valgrind caught). | Jeremy Allison | 1 | -3/+0 |
2007-10-10 | r25102: Rewrite msdfs code to use talloced filenames. Passes make test | Jeremy Allison | 1 | -7/+7 |
2007-10-10 | r25092: Add support for storing trusted domain passwords in LDAP for | Michael Adam | 1 | -0/+1 |
2007-10-10 | r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based | Jeremy Allison | 1 | -5/+10 |
2007-10-10 | r24969: Fwd port "open" patch | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r24843: Add a "validate-cache" control message to winbindd. | Michael Adam | 1 | -0/+1 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 2 | -0/+56 |
2007-10-10 | r24804: As a temporary workaround, also try to guess the server's principal i... | Günther Deschner | 1 | -0/+2 |
2007-10-10 | r24803: For some funny reason us4/gcc seems to fall over the ' | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24762: Fix the build, missed TALLOC_SIZE -> talloc_named_const. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r24759: Comment out the _nonnull calls for 3.2.x, as agreed with tridge. | Jeremy Allison | 1 | -2/+22 |
2007-10-10 | r24552: merge from SAMBA_4_0: | Stefan Metzmacher | 1 | -18/+0 |
2007-10-10 | r24541: merge from SAMBA_4_0: | Stefan Metzmacher | 1 | -12/+2 |
2007-10-10 | r24538: merge from SAMBA_4_0: | Stefan Metzmacher | 1 | -13/+1 |
2007-10-10 | r24533: merge from SAMBA_4_0: | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24464: Now Volker removed the readbmpx we don't need cached errors any more. | Jeremy Allison | 2 | -18/+0 |
2007-10-10 | r24419: Hm, I think this protoype is not required here. | Günther Deschner | 1 | -5/+0 |
2007-10-10 | r24413: Minor edits for libgpo. | Günther Deschner | 1 | -12/+15 |
2007-10-10 | r24321: Attempt to fix the "hape" cc build | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r24311: add a reply_force_nterror() macro | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r24304: patch from Bjoern JAcke <bj@SerNet.DE>: | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r24250: Merge W_ERROR_HAVE_NO_MEMORY macro from Samba 4. | Günther Deschner | 1 | -0/+6 |
2007-10-10 | r24158: SE_GROUP_RESOURCE in the other_sids list apparently means a | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r24133: Explicitly pass flags2 down to push_string_fn | Volker Lendecke | 1 | -1/+1 |