summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* r18842: Protect against "winbind cache time = 0" on two other occasions.Günther Deschner2007-10-101-2/+2
* r18841: Protect against potential event loop when someone is using "winbindGünther Deschner2007-10-101-2/+2
* r18823: Fix some errors in the srsvc handling code and start running the RPC-...Jelmer Vernooij2007-10-102-5/+9
* r18820: Comment out some unused functions.Günther Deschner2007-10-101-2/+17
* r18819: Fix build without LDAP.Günther Deschner2007-10-104-1/+13
* r18818: Forgot header file.Günther Deschner2007-10-101-0/+1
* r18817: Enable the build of the gpo tool but do not make it available yet.Günther Deschner2007-10-103-5/+8
* r18816: Fix some build warnings.Günther Deschner2007-10-101-4/+4
* r18814: diable immediate structs for now until we completely build with them ...Stefan Metzmacher2007-10-101-1/+1
* r18813: the generated rpccli_ functions give NTSTATUSStefan Metzmacher2007-10-101-3/+2
* r18812: newer compilers don't allow non consts in static arraysStefan Metzmacher2007-10-101-1/+1
* r18811: rename stat field to avoid compiler warnings aboutGerald Carter2007-10-107-21/+21
* r18810: use a copy of samba4's talloc under lib/talloc/Stefan Metzmacher2007-10-1019-117/+4972
* r18809: add a valgrind suppression file to prepare running make testStefan Metzmacher2007-10-101-0/+0
* r18804: resume_hnd isn't a ref pointer and can be NULLStefan Metzmacher2007-10-101-1/+3
* r18803: remove unused functionGerald Carter2007-10-101-18/+0
* r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij2007-10-1019-6792/+916
* r18801: Fix (at least the build of) python bindings.Günther Deschner2007-10-101-7/+7
* r18799: Prepare query_disp_info to use the next idx from the last result entryGünther Deschner2007-10-101-0/+18
* r18798: use libreplace headers in pam and nss modulesStefan Metzmacher2007-10-103-69/+8
* r18797: fix the loading of pam_winbind.so and libnss_winbind.soStefan Metzmacher2007-10-101-2/+2
* r18796: Fix the build. Sorry.Jeremy Allison2007-10-101-2/+2
* r18794: Make ENumKey() work again in the registry serverGerald Carter2007-10-101-2/+4
* r18793: Fix BE string handling in the auto-generatedJeremy Allison2007-10-106-58/+69
* r18792: small fix for server QueryValue codeGerald Carter2007-10-101-2/+1
* r18791: print the error string and not the raw valueGerald Carter2007-10-101-1/+1
* r18790: Correct the IDL (still a bug in pidl) for QueryValue()Gerald Carter2007-10-107-72/+15
* r18789: Replace the winreg server code with the libndr parsing code.Gerald Carter2007-10-1012-875/+486
* r18788: updating the IDL for QueryValueGerald Carter2007-10-106-53/+84
* r18787: Fix the strlen_m and strlen_m_term code by mergingJeremy Allison2007-10-107-29/+169
* r18785: Check in Peter Somogyis build fixVolker Lendecke2007-10-101-5/+5
* r18784: hopefully fix the BOOL bug on AIXStefan Metzmacher2007-10-106-11/+21
* r18778: Fix comparison.Jelmer Vernooij2007-10-101-1/+1