Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | r18904: * Revert previous fix for building out of tree and | Gerald Carter | 2006-09-25 | 1 | -6/+8 | |
| | | | | | | | | | | | | | | | add a better one which fixes the network interface detection breakage (caused by the previous commit). | |||||
| | * | r18902: Also dump mS-DS-CreatorSID. | Günther Deschner | 2006-09-25 | 1 | -0/+1 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r18901: try to fix the samba3 build without having ldap | Stefan Metzmacher | 2006-09-25 | 5 | -4/+7 | |
| | | | | | | | | | | | | | | | | | | vl: you were a few seconds faster than me...:-) metze | |||||
| | * | r18900: Next attempt to fix the Solaris build. Not sure about whether to ↵ | Volker Lendecke | 2006-09-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | merge this one. Tridge? Metze? Volker | |||||
| | * | r18899: remove check for root when running configure since it does not ↵ | Gerald Carter | 2006-09-25 | 1 | -9/+0 | |
| | | | | | | | | | | | | appear to be used anymore | |||||
| | * | r18898: Fix for bug #4100 from Udo Eberhardt <udo.eberhardt@thesycon.de>. | Jeremy Allison | 2006-09-25 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | Ensure we initialize values for smb_io_notify_info_data_strings to fix crash. Jeremy. | |||||
| | * | r18897: Fix valgrind bug found by Volker. | Jeremy Allison | 2006-09-25 | 1 | -1/+5 | |
| | | | | | | | | | | | | Jeremy. | |||||
| | * | r18896: * Fix out of tree builds after libreplace merge | Gerald Carter | 2006-09-25 | 2 | -8/+8 | |
| | | | | | | | | | | | | * Remove unused -D define in Makefile | |||||
| | * | r18895: AIX need to call pidl with --uint-enums as the compiler doesn't | Stefan Metzmacher | 2006-09-25 | 2 | -0/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | like negative values in the generated code. I'm not sure how we can solve that in samba3 as the generated code is commited Maybe we need to alsways pass --uint-enums metze | |||||
| | * | r18893: Attempt to fix the Solaris build | Volker Lendecke | 2006-09-25 | 1 | -1/+6 | |
| | | | ||||||
| | * | r18892: Copy over the Samba4 valgrind suppressions | Volker Lendecke | 2006-09-25 | 1 | -0/+64 | |
| | | | ||||||
| | * | r18891: Fix "double const" warning from host opi | Volker Lendecke | 2006-09-25 | 1 | -1/+1 | |
| | | | ||||||
| | * | r18889: Add some const. What's the policy here? Should I do this in Samba4 ↵ | Volker Lendecke | 2006-09-25 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | as well? Volker | |||||
| | * | r18888: Fix a 64-bit warning | Volker Lendecke | 2006-09-25 | 1 | -1/+2 | |
| | | | ||||||
| | * | r18886: First, RPC_SRVSVC is called RPC-SRVSVC and second, we're so far off ↵ | Volker Lendecke | 2006-09-25 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | on that one that there's no point yet to run this in the build farm. Volker | |||||
| | * | r18879: Fix crash for "net ads gpo list". | Günther Deschner | 2006-09-24 | 2 | -10/+14 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r18878: With the recent checkins for me Samba3 compiles again with the ↵ | Volker Lendecke | 2006-09-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | NTSTATUS/WERROR checks enabled. I'll look at the build farm in a couple of hours and fix it if not. Volker | |||||
| | * | r18877: More WERROR/NTSTATUS bugs | Volker Lendecke | 2006-09-24 | 1 | -4/+5 | |
| | | | ||||||
| | * | r18876: Fix smbclient -L | Volker Lendecke | 2006-09-24 | 1 | -1/+4 | |
| | | | ||||||
| | * | r18875: The comment field can be empty | Volker Lendecke | 2006-09-24 | 1 | -2/+6 | |
| | | | ||||||
| | * | r18874: Fix some NTSTATUS/WERROR mixups | Volker Lendecke | 2006-09-24 | 1 | -31/+31 | |
| | | | ||||||
| | * | r18871: Fix copy/paste mixup. | Günther Deschner | 2006-09-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r18870: - enable the ldb ldap backend properly based on configure tests for | Andrew Tridgell | 2006-09-24 | 3 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | ldap - use ldb_global_init() instead of the backend specific ldb_tdb_init(). | |||||
| | * | r18869: two build fixes for systems without ldap | Andrew Tridgell | 2006-09-24 | 3 | -6/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the first is to not enable the ldap ldb backend just yet. This will need configure tests to conditionally include. We should be able to use the m4 files from lib/ldb/ The 2nd is to fix libads/gpo.o not to publicly prototype a function that needs ldap.h | |||||
| | * | r18868: just in case there is a disaster (with our code? never ...) use a | Andrew Tridgell | 2006-09-24 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rename to group_mapping.tdb.upgraded rather than an unlink when upgrading. So if we absolutely have to go back to the tdb, we can change mapping_ldb.o to mapping_tdb.o in Makefile.in and recover peoples group mappings. We could go one step futher and make the backend configurable. Any opinions on that? | |||||
| | * | r18867: change the group mapping code to use ldb instead of tdb | Andrew Tridgell | 2006-09-24 | 7 | -667/+1676 | |
| | | | | | | | | | | | | See the discussion of this on the samba-technical list | |||||
| | * | r18866: Jeremy and Volker have given the go-ahead on the group mapping ldb | Andrew Tridgell | 2006-09-24 | 126 | -0/+37877 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code. Yay! This first commit copies lib/ldb/ from Samba4. A huge congratulations should go to Simo on this - he has put an enormous amount of work into ldb, and it's great to see it go into the Samba3 tree. | |||||
| | | * | r18862: as andrew pointed our on irc, if we are going to define _TRUE, then | Andrew Tridgell | 2006-09-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | better make it be true :) | |||||
| | | * | r18861: merge from samba3 | Andrew Tridgell | 2006-09-24 | 1 | -0/+11 | |
| | | | | ||||||
| | | * | r18860: fixed some code that bitrotted while we didn't have the safety check | Andrew Tridgell | 2006-09-24 | 3 | -8/+8 | |
| | | | | | | | | | | | | | | | | with NTSTATUS, WERROR etc. | |||||
| | | * | r18859: finally worked out what is going wrong with immediate structures. The | Andrew Tridgell | 2006-09-24 | 1 | -0/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | problem is that the AC_PROG_CC_C99 macro ends up selecting either -std=std99 or -std=gnu99 for gcc. Ironically enough, that breaks constant structure initialisers! So, simplest solution is to not try that configure test if we know we are using gcc | |||||
| | | * | r18851: Some C++ warnings | Volker Lendecke | 2006-09-23 | 1 | -8/+8 | |
| | | | | ||||||
| | | * | r18850: add strspn() function i ejs | Derrell Lipman | 2006-09-23 | 1 | -0/+17 | |
| | | | | ||||||
| | | * | r18849: a bit of help for the new user, to figure out how to do initial setup | Derrell Lipman | 2006-09-23 | 1 | -0/+4 | |
| | | | | ||||||
| | | * | r18848: Save the json library before I start hacking on it. I'm going to be | Derrell Lipman | 2006-09-23 | 46 | -0/+43812 | |
| | | | | | | | | | | | | | | | | | | | | converting it to natively use ejs objects, instead of its own internal format. | |||||
| | | * | r18847: Add WERR_NO_SYSTEM_RESOURCES showing up in dfs torture testing. | Günther Deschner | 2006-09-23 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18844: Workaround win2k behaviour (which returns WERR_NO_MORE_ITEMS instead of | Günther Deschner | 2006-09-23 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | WERR_OK) in the dfs torture test. Guenther | |||||
| | | * | r18843: Got DFS_MANAGER_VERSION_NT4 wrong. | Günther Deschner | 2006-09-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18840: make these compatible with g++ warnings | Andrew Tridgell | 2006-09-23 | 2 | -15/+15 | |
| | | | | ||||||
| | | * | r18839: align all directory search blobs on an 8 byte boundary to keep the | Andrew Tridgell | 2006-09-23 | 1 | -4/+15 | |
| | | | | | | | | | | | | | | | | current vista release happy. | |||||
| | | * | r18838: make sure we cleanup after SMB2-MAXWRITE (it creates a large file) | Andrew Tridgell | 2006-09-23 | 1 | -7/+17 | |
| | | | | ||||||
| | | * | r18837: ignore .po files in ldb/common | Andrew Tridgell | 2006-09-23 | 0 | -0/+0 | |
| | | | | ||||||
| | | * | r18836: ignore .po files in ldb | Andrew Tridgell | 2006-09-23 | 0 | -0/+0 | |
| | | | | ||||||
| | | * | r18835: expand IO limits on SMB2. Samba4 now tops out at 16.7MB IOs. | Andrew Tridgell | 2006-09-23 | 4 | -10/+4 | |
| | | | | ||||||
| | | * | r18834: get the log context code right | Andrew Tridgell | 2006-09-23 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | r18833: darn, forgot to commit this | Andrew Tridgell | 2006-09-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | sorry about the build breakage | |||||
| | | * | r18832: fixed standalone build | Andrew Tridgell | 2006-09-22 | 1 | -19/+19 | |
| | | | | ||||||
| | | * | r18831: minor build changes for samba3. The logging changes will be removed | Andrew Tridgell | 2006-09-22 | 5 | -4/+41 | |
| | | | | | | | | | | | | | | | | when the tdb api is updated | |||||
| | | * | r18830: ensure backends aren't added twice (needed for samba3) | Andrew Tridgell | 2006-09-22 | 1 | -13/+19 | |
| | | | | ||||||
| | | * | r18829: Print a nice welcome message when we enter the test environment. | Andrew Bartlett | 2006-09-22 | 2 | -1/+12 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett |