summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* r18924: Minor cleanup.Günther Deschner2007-10-101-8/+8
* r18923: Fix more memleaks.Günther Deschner2007-10-103-7/+23
* r18922: Apply some const.Günther Deschner2007-10-102-10/+10
* r18921: Fix some c++ warnings.Günther Deschner2007-10-101-7/+7
* r18920: merge socket_wrapper changes from samba4Stefan Metzmacher2007-10-101-21/+58
* r18919: * Get the new rpccli_winreg_XXXX() functions into the treeGerald Carter2007-10-108-2858/+206
* r18912: we don't need the special case for comments now in theAndrew Tridgell2007-10-101-5/+1
* r18910: Change ldb_msg_add_string() to not actually add an attribute if theAndrew Tridgell2007-10-101-0/+5
* r18907: W00t. My original fix was correct after all :-).Jeremy Allison2007-10-101-1/+1
* r18906: Fix 'make clean' to deal with new lib/ldb/ directory structure.Gerald Carter2007-10-101-2/+3
* r18905: I'm not really proud of this but I don't want to maintainGerald Carter2007-10-101-1/+4
* r18904: * Revert previous fix for building out of tree andGerald Carter2007-10-101-6/+8
* r18902: Also dump mS-DS-CreatorSID.Günther Deschner2007-10-101-0/+1
* r18901: try to fix the samba3 build without having ldapStefan Metzmacher2007-10-105-4/+7
* r18900: Next attempt to fix the Solaris build. Not sure about whether to merg...Volker Lendecke2007-10-101-1/+1
* r18899: remove check for root when running configure since it does not appear...Gerald Carter2007-10-101-9/+0
* r18898: Fix for bug #4100 from Udo Eberhardt <udo.eberhardt@thesycon.de>.Jeremy Allison2007-10-101-0/+3
* r18897: Fix valgrind bug found by Volker.Jeremy Allison2007-10-101-1/+5
* r18896: * Fix out of tree builds after libreplace mergeGerald Carter2007-10-102-8/+8
* r18895: AIX need to call pidl with --uint-enums as the compiler doesn'tStefan Metzmacher2007-10-102-0/+34
* r18893: Attempt to fix the Solaris buildVolker Lendecke2007-10-101-1/+6
* r18892: Copy over the Samba4 valgrind suppressionsVolker Lendecke2007-10-101-0/+64
* r18891: Fix "double const" warning from host opiVolker Lendecke2007-10-101-1/+1
* r18889: Add some const. What's the policy here? Should I do this in Samba4 as...Volker Lendecke2007-10-101-5/+5
* r18888: Fix a 64-bit warningVolker Lendecke2007-10-101-1/+2
* r18886: First, RPC_SRVSVC is called RPC-SRVSVC and second, we're so far off o...Volker Lendecke2007-10-101-1/+2
* r18879: Fix crash for "net ads gpo list".Günther Deschner2007-10-102-10/+14
* r18878: With the recent checkins for me Samba3 compiles again with the NTSTAT...Volker Lendecke2007-10-101-2/+2
* r18877: More WERROR/NTSTATUS bugsVolker Lendecke2007-10-101-4/+5
* r18876: Fix smbclient -LVolker Lendecke2007-10-101-1/+4
* r18875: The comment field can be emptyVolker Lendecke2007-10-101-2/+6
* r18874: Fix some NTSTATUS/WERROR mixupsVolker Lendecke2007-10-101-31/+31
* r18871: Fix copy/paste mixup.Günther Deschner2007-10-101-1/+1
* r18870: - enable the ldb ldap backend properly based on configure tests forAndrew Tridgell2007-10-103-4/+8
* r18869: two build fixes for systems without ldapAndrew Tridgell2007-10-103-6/+13
* r18868: just in case there is a disaster (with our code? never ...) use aAndrew Tridgell2007-10-101-2/+7
* r18867: change the group mapping code to use ldb instead of tdbAndrew Tridgell2007-10-107-667/+1676
* r18866: Jeremy and Volker have given the go-ahead on the group mapping ldbAndrew Tridgell2007-10-10126-0/+37877
* r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. ItAndrew Tridgell2007-10-105-39/+39
* r18864: merge lib/replace changes from samba4Andrew Tridgell2007-10-104-6/+40
* r18863: the test for immediate structures has moved to lib/replace/Andrew Tridgell2007-10-101-22/+1
* r18858: arrgh! - since HAVE_IMMEDIATE_STRUCTURES were last enabled the codeAndrew Tridgell2007-10-103-4/+4
* r18857: Re-enable the CC checks from libreplace after Tridge's fix. Thanks fo...Volker Lendecke2007-10-101-1/+1
* r18856: fixed HAVE_IMMEDIATE_STRUCTURES and thus checking of NTSTATUS/BOOLAndrew Tridgell2007-10-101-1/+1
* r18855: Tell the diff between WERROR and NTSTATUSVolker Lendecke2007-10-101-2/+2
* r18854: Disable the AC_LIBREPLACE_CC_CHECKS, this breaks the HAVE_IMMEDIATE_S...Volker Lendecke2007-10-101-1/+1
* r18853: Fix remaining warnings. Volker, should be fine now.Günther Deschner2007-10-102-2/+2
* r18852: Fix compiler warning (thanks Volker).Günther Deschner2007-10-101-2/+2
* r18846: Fix the same bug Volker noticed when marshalling/unmarshallingJeremy Allison2007-10-101-1/+10
* r18845: Fix a type-punned warning that turned out to be a real bug: The secdescVolker Lendecke2007-10-101-2/+20