summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12784: implement a simplified version of verifying old active replicas, with...Stefan Metzmacher1-32/+124
2007-10-10r12783: add a comment about matching more than 1 handler per message (andrewAndrew Tridgell1-0/+4
2007-10-10r12782: Don't segfault if we cannot setup messaging.Andrew Bartlett1-0/+10
2007-10-10r12780: propagate local records, when replicas are rejected on conflictsStefan Metzmacher1-1/+55
2007-10-10r12779: allow static tomstonesStefan Metzmacher1-9/+3
2007-10-10r12778: export TEST_DATA_PREFIX in make testStefan Metzmacher1-0/+3
2007-10-10r12777: use TEST_DATA_PREFIX if availableStefan Metzmacher1-5/+6
2007-10-10r12776: use $ENV{TEST_DATA_PREFIX} for test files if availableStefan Metzmacher1-2/+9
2007-10-10r12775: free elements early...Stefan Metzmacher1-0/+3
2007-10-10r12774: - fix the build on OpenBSDStefan Metzmacher1-0/+4
2007-10-10r12773: - remove unused variable, fix the build with some old compilersStefan Metzmacher1-3/+0
2007-10-10r12772: - create variables for the %(patsubst ...) statements for the idl filesStefan Metzmacher4-8/+22
2007-10-10r12770: Remove the alloca.h header as it is not used in the code afaicsSimo Sorce1-1/+0
2007-10-10r12769: Make ldb_next_request() evident, I was much confused on first sightSimo Sorce1-4/+6
2007-10-10r12767: Add some trusted lookupsVolker Lendecke1-5/+67
2007-10-10r12766: fix the buildVolker Lendecke1-1/+1
2007-10-10r12765: Revert an accidential commitVolker Lendecke1-86/+1
2007-10-10r12764: Add a test for lsa_lookup. This will be expanded when I get around to...Volker Lendecke4-1/+352
2007-10-10r12763: Oops. If you call ldb_search from within an ldb module's searchAndrew Bartlett1-1/+3
2007-10-10r12762: Simo correctly asked that the policy logic (which attributes containAndrew Bartlett2-26/+71
2007-10-10r12761: get the TIME_T_MIN and TIME_T_MAX right again, merging from samba3 wa...Stefan Metzmacher1-4/+16
2007-10-10r12755: check the return value of ldb_timestring(), as this fails,Stefan Metzmacher1-4/+13
2007-10-10r12754: - sync TIME_T_MAX calculation from samba3Stefan Metzmacher1-12/+4
2007-10-10r12753: Try to fix the build after a 'make clean'. (the wildcards will notAndrew Bartlett2-3/+4
2007-10-10r12752: Clean up compile_et and asn1_compile as well.Andrew Bartlett1-0/+1
2007-10-10r12751: Another make clean fix.Andrew Bartlett1-1/+1
2007-10-10r12750: Clean up more asn1 generated files (pointed out by <HotaruT>).Andrew Bartlett2-3/+2
2007-10-10r12749: Fix the newuser script.Andrew Bartlett2-7/+10
2007-10-10r12748: Fix wrong handling of separation characters for RDNsSimo Sorce1-5/+15
2007-10-10r12747: Add a couple more token tests, used by the kludge ACL module.Andrew Bartlett1-0/+30
2007-10-10r12746: An initial version of the kludge_acls module.Andrew Bartlett8-11/+257
2007-10-10r12745: Initial work to support a syntax to pass over controls viaSimo Sorce4-11/+107
2007-10-10r12744: For correctly written scripts, we don't need this anymore. Only useAndrew Bartlett1-3/+1
2007-10-10r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce21-115/+142
2007-10-10r12739: Add support for using credentials in the provision process.Andrew Bartlett2-17/+25
2007-10-10r12738: Use a talloc_reference to ensure this doesn't get free()'ed too early.Andrew Bartlett1-0/+3
2007-10-10r12734: forgot to add qsortSimo Sorce1-0/+256
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce53-100/+1870
2007-10-10r12732: This option does nothing.Andrew Bartlett1-2/+1
2007-10-10r12731: Simplify and re-implemenet support for --parameter-name=fooAndrew Bartlett2-26/+17
2007-10-10r12730: Reimplement --parameter-name, and bring in common samba options.Andrew Bartlett2-7/+50
2007-10-10r12729: Implement the --section-name option, for dumping only one section.Andrew Bartlett3-19/+55
2007-10-10r12728: Revive testparm.Andrew Bartlett4-3/+240
2007-10-10r12725: some minor updatesStefan Metzmacher4-4/+4
2007-10-10r12724: fix warningsStefan Metzmacher1-5/+5
2007-10-10r12720: By metze's request, rename the ntPwdHistory attribute toAndrew Bartlett3-48/+48
2007-10-10r12719: Rename unicodePwd -> sambaPassword.Andrew Bartlett6-48/+35
2007-10-10r12718: We don't use unicodePwd directly any more.Andrew Bartlett1-1/+0
2007-10-10r12717: Always compile the skel module, so we know when we break it.Andrew Bartlett2-28/+28
2007-10-10r12716: Tridge points out that the request argument to ldb_next_request mustAndrew Bartlett2-42/+78