summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * r18904: * Revert previous fix for building out of tree and Gerald Carter2006-09-251-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 Deschner2006-09-251-0/+1
| | | | | | | | | | | | Guenther
| | * r18901: try to fix the samba3 build without having ldapStefan Metzmacher2006-09-255-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 Lendecke2006-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | merge this one. Tridge? Metze? Volker
| | * r18899: remove check for root when running configure since it does not ↵Gerald Carter2006-09-251-9/+0
| | | | | | | | | | | | appear to be used anymore
| | * r18898: Fix for bug #4100 from Udo Eberhardt <udo.eberhardt@thesycon.de>.Jeremy Allison2006-09-251-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 Allison2006-09-251-1/+5
| | | | | | | | | | | | Jeremy.
| | * r18896: * Fix out of tree builds after libreplace mergeGerald Carter2006-09-252-8/+8
| | | | | | | | | | | | * Remove unused -D define in Makefile
| | * r18895: AIX need to call pidl with --uint-enums as the compiler doesn'tStefan Metzmacher2006-09-252-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 buildVolker Lendecke2006-09-251-1/+6
| | |
| | * r18892: Copy over the Samba4 valgrind suppressionsVolker Lendecke2006-09-251-0/+64
| | |
| | * r18891: Fix "double const" warning from host opiVolker Lendecke2006-09-251-1/+1
| | |
| | * r18889: Add some const. What's the policy here? Should I do this in Samba4 ↵Volker Lendecke2006-09-251-5/+5
| | | | | | | | | | | | | | | | | | as well? Volker
| | * r18888: Fix a 64-bit warningVolker Lendecke2006-09-251-1/+2
| | |
| | * r18886: First, RPC_SRVSVC is called RPC-SRVSVC and second, we're so far off ↵Volker Lendecke2006-09-251-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 Deschner2006-09-242-10/+14
| | | | | | | | | | | | Guenther
| | * r18878: With the recent checkins for me Samba3 compiles again with the ↵Volker Lendecke2006-09-241-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 bugsVolker Lendecke2006-09-241-4/+5
| | |
| | * r18876: Fix smbclient -LVolker Lendecke2006-09-241-1/+4
| | |
| | * r18875: The comment field can be emptyVolker Lendecke2006-09-241-2/+6
| | |
| | * r18874: Fix some NTSTATUS/WERROR mixupsVolker Lendecke2006-09-241-31/+31
| | |
| | * r18871: Fix copy/paste mixup.Günther Deschner2006-09-241-1/+1
| | | | | | | | | | | | Guenther
| | * r18870: - enable the ldb ldap backend properly based on configure tests forAndrew Tridgell2006-09-243-4/+8
| | | | | | | | | | | | | | | | | | | | | ldap - use ldb_global_init() instead of the backend specific ldb_tdb_init().
| | * r18869: two build fixes for systems without ldapAndrew Tridgell2006-09-243-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 aAndrew Tridgell2006-09-241-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 tdbAndrew Tridgell2006-09-247-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 ldbAndrew Tridgell2006-09-24126-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, thenAndrew Tridgell2006-09-241-2/+2
| | | | | | | | | | | | | | | | better make it be true :)
| | | * r18861: merge from samba3Andrew Tridgell2006-09-241-0/+11
| | | |
| | | * r18860: fixed some code that bitrotted while we didn't have the safety checkAndrew Tridgell2006-09-243-8/+8
| | | | | | | | | | | | | | | | with NTSTATUS, WERROR etc.
| | | * r18859: finally worked out what is going wrong with immediate structures. TheAndrew Tridgell2006-09-241-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++ warningsVolker Lendecke2006-09-231-8/+8
| | | |
| | | * r18850: add strspn() function i ejsDerrell Lipman2006-09-231-0/+17
| | | |
| | | * r18849: a bit of help for the new user, to figure out how to do initial setupDerrell Lipman2006-09-231-0/+4
| | | |
| | | * r18848: Save the json library before I start hacking on it. I'm going to beDerrell Lipman2006-09-2346-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 Deschner2006-09-232-0/+2
| | | | | | | | | | | | | | | | Guenther
| | | * r18844: Workaround win2k behaviour (which returns WERR_NO_MORE_ITEMS instead ofGünther Deschner2006-09-231-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | WERR_OK) in the dfs torture test. Guenther
| | | * r18843: Got DFS_MANAGER_VERSION_NT4 wrong.Günther Deschner2006-09-231-1/+1
| | | | | | | | | | | | | | | | Guenther
| | | * r18840: make these compatible with g++ warningsAndrew Tridgell2006-09-232-15/+15
| | | |
| | | * r18839: align all directory search blobs on an 8 byte boundary to keep theAndrew Tridgell2006-09-231-4/+15
| | | | | | | | | | | | | | | | current vista release happy.
| | | * r18838: make sure we cleanup after SMB2-MAXWRITE (it creates a large file)Andrew Tridgell2006-09-231-7/+17
| | | |
| | | * r18837: ignore .po files in ldb/commonAndrew Tridgell2006-09-230-0/+0
| | | |
| | | * r18836: ignore .po files in ldbAndrew Tridgell2006-09-230-0/+0
| | | |
| | | * r18835: expand IO limits on SMB2. Samba4 now tops out at 16.7MB IOs.Andrew Tridgell2006-09-234-10/+4
| | | |
| | | * r18834: get the log context code rightAndrew Tridgell2006-09-231-2/+2
| | | |
| | | * r18833: darn, forgot to commit thisAndrew Tridgell2006-09-231-1/+1
| | | | | | | | | | | | | | | | sorry about the build breakage
| | | * r18832: fixed standalone buildAndrew Tridgell2006-09-221-19/+19
| | | |
| | | * r18831: minor build changes for samba3. The logging changes will be removedAndrew Tridgell2006-09-225-4/+41
| | | | | | | | | | | | | | | | when the tdb api is updated
| | | * r18830: ensure backends aren't added twice (needed for samba3)Andrew Tridgell2006-09-221-13/+19
| | | |
| | | * r18829: Print a nice welcome message when we enter the test environment. Andrew Bartlett2006-09-222-1/+12
| | | | | | | | | | | | | | | | Andrew Bartlett