Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r18996: merge from samba4: | Stefan Metzmacher | 2 | -12/+37 |
2007-10-10 | r18993: merge from samba4: | Stefan Metzmacher | 1 | -29/+83 |
2007-10-10 | r18991: Fix bug 4133 -- Thanks to Olaf Flebbe | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r18963: * Move parts of registry headers that were still in | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r18961: merge from samba4: | Stefan Metzmacher | 2 | -20/+20 |
2007-10-10 | r18958: merge from samba4: | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r18953: sync socket_wrapper with samba4 | Stefan Metzmacher | 3 | -0/+46 |
2007-10-10 | r18952: fix compiler warning (merge from samba4) | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18939: don't rely on the umask being right in ldb creation. Both Samba3 and | Andrew Tridgell | 2 | -2/+4 |
2007-10-10 | r18920: merge socket_wrapper changes from samba4 | Stefan Metzmacher | 1 | -21/+58 |
2007-10-10 | r18910: Change ldb_msg_add_string() to not actually add an attribute if the | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r18901: try to fix the samba3 build without having ldap | Stefan Metzmacher | 4 | -4/+6 |
2007-10-10 | r18900: Next attempt to fix the Solaris build. Not sure about whether to merg... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r18897: Fix valgrind bug found by Volker. | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r18889: Add some const. What's the policy here? Should I do this in Samba4 as... | Volker Lendecke | 1 | -5/+5 |
2007-10-10 | r18866: Jeremy and Volker have given the go-ahead on the group mapping ldb | Andrew Tridgell | 126 | -0/+37877 |
2007-10-10 | r18864: merge lib/replace changes from samba4 | Andrew Tridgell | 4 | -6/+40 |
2007-10-10 | r18810: use a copy of samba4's talloc under lib/talloc/ | Stefan Metzmacher | 16 | -112/+5131 |
2007-10-10 | r18793: Fix BE string handling in the auto-generated | Jeremy Allison | 3 | -39/+52 |
2007-10-10 | r18787: Fix the strlen_m and strlen_m_term code by merging | Jeremy Allison | 2 | -23/+128 |
2007-10-10 | r18784: hopefully fix the BOOL bug on AIX | Stefan Metzmacher | 1 | -0/+11 |
2007-10-10 | r18745: Use the Samba4 data structures for security descriptors and security ... | Jelmer Vernooij | 5 | -67/+58 |
2007-10-10 | r18709: add some useful function from samba4 | Stefan Metzmacher | 1 | -0/+25 |
2007-10-10 | r18707: Fix the build when you have libnscd installed (which apparently no host | Günther Deschner | 2 | -21/+42 |
2007-10-10 | r18705: not all compilers like this | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r18703: Fix the annoying effect that happens when nscd is running: | Günther Deschner | 1 | -0/+21 |
2007-10-10 | r18698: this stuff isn't needed anymore | Stefan Metzmacher | 1 | -183/+0 |
2007-10-10 | r18687: sync the lib/interfaces.c with lib/socket/netif.c from samba4 | Stefan Metzmacher | 1 | -23/+25 |
2007-10-10 | r18673: define the macros even if we don't define bool ourself | Stefan Metzmacher | 1 | -2/+10 |
2007-10-10 | r18672: fix the build on Tru64 | Stefan Metzmacher | 1 | -1/+8 |
2007-10-10 | r18671: try to fix the build on solaris 10 and maybe some other hosts | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r18669: fix the samba3 build... | Stefan Metzmacher | 1 | -2/+5 |
2007-10-10 | r18661: C++ warnings | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r18654: Rename "struct uuid" => "struct GUID" for consistency. | Jelmer Vernooij | 2 | -10/+10 |
2007-10-10 | r18652: libreplace has replacements for strndup and strnlen | Stefan Metzmacher | 1 | -43/+0 |
2007-10-10 | r18649: the PRINTF_ATTRIUTE() macro is provided by libreplace | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18646: now we can have the socket_wrapper.c completely in sync with samba4 | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r18644: bring in libreplace in lib/replace | Stefan Metzmacher | 50 | -509/+8068 |
2007-10-10 | r18640: move to socket_wrapper to lib/socket_wrapper/ | Stefan Metzmacher | 3 | -77/+301 |
2007-10-10 | r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END() | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r18597: A C++ warning | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r18534: Fix grammar | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r18530: typos | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r18529: warn the user that putting the machine host name on the | Simo Sorce | 1 | -0/+8 |
2007-10-10 | r18473: Once we go online, trigger a "get krb5 ticket event" | Jeremy Allison | 1 | -1/+16 |
2007-10-10 | r18457: Argl :-) | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r18449: Attempt to fix the build on non-linux platforms: Many of those don't ... | Volker Lendecke | 1 | -0/+15 |
2007-10-10 | r18313: Nobody said "no" (yet.... gd?), so commit it: | Volker Lendecke | 1 | -125/+42 |
2007-10-10 | r18312: Change gencache_get slightly: Delete expired keys, and only strdup th... | Volker Lendecke | 1 | -1/+10 |
2007-10-10 | r18311: Simplify gencache_get by using strtol instead of sscanf | Volker Lendecke | 1 | -50/+28 |