summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2011-01-03remove unnecessary use of pass.Jelmer Vernooij1-8/+0
2011-01-03pyldb: Fix memory reference error.Jelmer Vernooij2-2/+6
2011-01-03Use TestCase.get_credentials() where possible.Jelmer Vernooij4-7/+6
2011-01-03pyldb: Always return -1, 0, or 1 in tp_compare functions.Jelmer Vernooij1-6/+9
2011-01-03Revert broken destructor changes.Jelmer Vernooij1-1/+1
2011-01-03pyldb: Fix memory context, add more OOM checks.Jelmer Vernooij2-7/+11
2011-01-03pyldb: Some more OOM checks.Jelmer Vernooij1-4/+28
2011-01-03Make all functions in pyldb.c private, as they can't be used anyway.Jelmer Vernooij2-26/+27
2011-01-03s4-python: Add missing prototypes.Jelmer Vernooij2-0/+4
2011-01-03pyldb: Use pytalloc-util.Jelmer Vernooij2-1/+2
2011-01-03ldb: Remove duplicate definition of check_special, use PyObject_New.Jelmer Vernooij1-5/+4
2011-01-03s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij1-1/+1
2011-01-02s4: Happy New Year 2011Stefan Metzmacher1-1/+1
2011-01-01heimdal_build: Add missing dependencies when building with system heimdal.Jelmer Vernooij3-3/+4
2011-01-01heimdal_build: Support using system gssapi library.Jelmer Vernooij1-0/+2
2011-01-01heimdal_build: Support using system hdb and kdc libraries.Jelmer Vernooij1-0/+5
2011-01-01heimdal_build: Add conditionals for all libraries.Jelmer Vernooij1-110/+105
2011-01-01heimdal_build: Allow using system krb5.Jelmer Vernooij2-70/+72
2011-01-01heimdal_build: Allow using system heimntlm.Jelmer Vernooij2-12/+16
2011-01-01heimdal_build: Look for asn1_compile (but by default, don't use it).Jelmer Vernooij2-10/+31
2011-01-01s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij5-20/+16
2011-01-01s4-python: Add more prototypes.Jelmer Vernooij3-0/+6
2011-01-01s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij2-6/+7
2010-12-27s4:ldb: setup TEST_DATA_PREFIX for make testStefan Metzmacher1-1/+5
2010-12-27s4:ldb:python/api: use filename() instead of hardcoded filenamesStefan Metzmacher1-6/+6
2010-12-27s4:ldb/tests: there's no need to copy samba4.pngStefan Metzmacher2-4/+1
2010-12-27s4:selftest: specify the gentest_seeds.dat locationStefan Metzmacher1-1/+1
2010-12-27s4:selftest: selftest.pl already sets TEST_DATA_PREFIXStefan Metzmacher1-3/+2
2010-12-24s4:ldb:python/api: use only one ldb file in test_contains()Stefan Metzmacher1-2/+3
2010-12-24s4:ldb:python/api: use filename() instead of hardcoded filenamesStefan Metzmacher1-6/+7
2010-12-24Start on alpha 15.Jelmer Vernooij1-1/+1
2010-12-24Typo fix in KDC parameters.Brad Hards1-3/+3
2010-12-24mkrelease: Simplify further.Jelmer Vernooij1-7/+1
2010-12-23s4:acl LDB module - "acl_rename" - memory contexts fixupMatthias Dieter Wallnöfer1-5/+19
2010-12-23s4:acl LDB module - add a missing "talloc_free(tmp_ctx)" in an error pathMatthias Dieter Wallnöfer1-0/+1
2010-12-23s4:torture/ndr/spoolss.c - add a "ULL" suffix for a 64 bit unsigned integer l...Matthias Dieter Wallnöfer1-1/+1
2010-12-22s4-smbtorture: always skip addprinter{ex} level 1 tests for now.Günther Deschner1-4/+6
2010-12-22s4-smbtorture: fix expected driver date REG_SZ string.Günther Deschner1-0/+5
2010-12-22s4-smbtorture: check the returned driver date is equal to the one we passed in.Günther Deschner1-0/+4
2010-12-22s4-smbtorture: interesting, DriverDate and DriverVersion are different in w2k...Günther Deschner1-2/+25
2010-12-22dsdb:ldap.py - transform a test call into the new "msg.add" syntaxMatthias Dieter Wallnöfer1-8/+5
2010-12-22ldb:pyldb.c - remove unused variableMatthias Dieter Wallnöfer1-1/+1
2010-12-22s4-tests: Tests for Validated-SPN implementation.Nadezhda Ivanova1-14/+274
2010-12-22s4-acl: Implementation of Validated-SPN validated writeNadezhda Ivanova1-0/+215
2010-12-22s4-dsdb: Added a helper function to get the default dns domain as string.Nadezhda Ivanova1-0/+19
2010-12-22dns: fixed dns record formatAndrew Tridgell1-4/+9
2010-12-22heimdal_build: Use consistent name for heimbase.Jelmer Vernooij1-5/+5
2010-12-22heimdal_build: When using system hbase/hcrypto, don't compile our own versions.Jelmer Vernooij1-18/+19
2010-12-22heimdal_build: Allow using system hbase and hcrypto.Jelmer Vernooij1-0/+3
2010-12-22s4-devel/pfm_verify: Move schemaInfo getter into separate functionKamen Mazdrashki1-4/+12