summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* remove unnecessary use of pass.Jelmer Vernooij2011-01-031-8/+0
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Jan 3 08:21:12 CET 2011 on sn-devel-104
* pyldb: Fix memory reference error.Jelmer Vernooij2011-01-032-2/+6
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Jan 3 02:34:05 CET 2011 on sn-devel-104
* Use TestCase.get_credentials() where possible.Jelmer Vernooij2011-01-034-7/+6
|
* pyldb: Always return -1, 0, or 1 in tp_compare functions.Jelmer Vernooij2011-01-031-6/+9
|
* Revert broken destructor changes.Jelmer Vernooij2011-01-031-1/+1
|
* pyldb: Fix memory context, add more OOM checks.Jelmer Vernooij2011-01-032-7/+11
|
* pyldb: Some more OOM checks.Jelmer Vernooij2011-01-031-4/+28
|
* Make all functions in pyldb.c private, as they can't be used anyway.Jelmer Vernooij2011-01-032-26/+27
|
* s4-python: Add missing prototypes.Jelmer Vernooij2011-01-032-0/+4
|
* pyldb: Use pytalloc-util.Jelmer Vernooij2011-01-032-1/+2
|
* ldb: Remove duplicate definition of check_special, use PyObject_New.Jelmer Vernooij2011-01-031-5/+4
|
* s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij2011-01-031-1/+1
|
* s4: Happy New Year 2011Stefan Metzmacher2011-01-021-1/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Jan 2 18:42:12 CET 2011 on sn-devel-104
* heimdal_build: Add missing dependencies when building with system heimdal.Jelmer Vernooij2011-01-013-3/+4
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jan 1 04:46:35 CET 2011 on sn-devel-104
* heimdal_build: Support using system gssapi library.Jelmer Vernooij2011-01-011-0/+2
|
* heimdal_build: Support using system hdb and kdc libraries.Jelmer Vernooij2011-01-011-0/+5
|
* heimdal_build: Add conditionals for all libraries.Jelmer Vernooij2011-01-011-110/+105
|
* heimdal_build: Allow using system krb5.Jelmer Vernooij2011-01-012-70/+72
|
* heimdal_build: Allow using system heimntlm.Jelmer Vernooij2011-01-012-12/+16
|
* heimdal_build: Look for asn1_compile (but by default, don't use it).Jelmer Vernooij2011-01-012-10/+31
|
* s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij2011-01-015-20/+16
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jan 1 03:39:58 CET 2011 on sn-devel-104
* s4-python: Add more prototypes.Jelmer Vernooij2011-01-013-0/+6
|
* s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij2011-01-012-6/+7
|
* s4:ldb: setup TEST_DATA_PREFIX for make testStefan Metzmacher2010-12-271-1/+5
| | | | metze
* s4:ldb:python/api: use filename() instead of hardcoded filenamesStefan Metzmacher2010-12-271-6/+6
| | | | metze
* s4:ldb/tests: there's no need to copy samba4.pngStefan Metzmacher2010-12-272-4/+1
| | | | metze
* s4:selftest: specify the gentest_seeds.dat locationStefan Metzmacher2010-12-271-1/+1
| | | | metze
* s4:selftest: selftest.pl already sets TEST_DATA_PREFIXStefan Metzmacher2010-12-271-3/+2
| | | | metze
* s4:ldb:python/api: use only one ldb file in test_contains()Stefan Metzmacher2010-12-241-2/+3
| | | | metze
* s4:ldb:python/api: use filename() instead of hardcoded filenamesStefan Metzmacher2010-12-241-6/+7
| | | | | | | This makes sure we use files under $SELFTEST_PREFIX instead of the source directory. metze
* Start on alpha 15.Jelmer Vernooij2010-12-241-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Dec 24 12:59:49 CET 2010 on sn-devel-104
* Typo fix in KDC parameters.Brad Hards2010-12-241-3/+3
| | | | | | | Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Dec 24 12:09:00 CET 2010 on sn-devel-104
* mkrelease: Simplify further.Jelmer Vernooij2010-12-241-7/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Dec 24 02:01:10 CET 2010 on sn-devel-104
* s4:acl LDB module - "acl_rename" - memory contexts fixupMatthias Dieter Wallnöfer2010-12-231-5/+19
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Dec 23 22:49:41 CET 2010 on sn-devel-104
* s4:acl LDB module - add a missing "talloc_free(tmp_ctx)" in an error pathMatthias Dieter Wallnöfer2010-12-231-0/+1
| | | | | | | Just for consistency. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Dec 23 21:46:38 CET 2010 on sn-devel-104
* s4:torture/ndr/spoolss.c - add a "ULL" suffix for a 64 bit unsigned integer ↵Matthias Dieter Wallnöfer2010-12-231-1/+1
| | | | | | | | | literal To quiet a warning on Solaris Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Dec 23 13:43:57 CET 2010 on sn-devel-104
* s4-smbtorture: always skip addprinter{ex} level 1 tests for now.Günther Deschner2010-12-221-4/+6
| | | | Guenther
* s4-smbtorture: fix expected driver date REG_SZ string.Günther Deschner2010-12-221-0/+5
| | | | | | | This resolves the "WARNING!: ../torture/rpc/spoolss.c:4688: str was 01/01/1601, expected 01/01/1970: "DriverDate" - driver_date mismatch" warnings. Guenther
* s4-smbtorture: check the returned driver date is equal to the one we passed in.Günther Deschner2010-12-221-0/+4
| | | | Guenther
* s4-smbtorture: interesting, DriverDate and DriverVersion are different in ↵Günther Deschner2010-12-221-2/+25
| | | | | | | | w2k3 and w2k8r2. While in w2k8 they are REG_SZ date or numerical strings, they are 8 byte REG_BINARY blobs in w2k3. Guenther
* dsdb:ldap.py - transform a test call into the new "msg.add" syntaxMatthias Dieter Wallnöfer2010-12-221-8/+5
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Dec 22 13:05:53 CET 2010 on sn-devel-104
* ldb:pyldb.c - remove unused variableMatthias Dieter Wallnöfer2010-12-221-1/+1
|
* s4-tests: Tests for Validated-SPN implementation.Nadezhda Ivanova2010-12-221-14/+274
| | | | | | | Test setting spn on RWDC, RODC and regular computer object. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Wed Dec 22 12:20:24 CET 2010 on sn-devel-104
* s4-acl: Implementation of Validated-SPN validated writeNadezhda Ivanova2010-12-221-0/+215
| | | | | | If this right is granted to a user, they may modify the SPN of an object with some value restrictions serviceName can be set only if the object is a DC, and then only to the default domain and netbios name, or ntds_guid._msdsc_.forest_domain. If the serviceType is GC, only to the forest root domain. If the serviceType is ldap, then to forest_domain or netbiosname. InstanceType can be samAccountName or dnsHostName.
* s4-dsdb: Added a helper function to get the default dns domain as string.Nadezhda Ivanova2010-12-221-0/+19
|
* dns: fixed dns record formatAndrew Tridgell2010-12-221-4/+9
| | | | | | | based on new WSPP docs from Bryan Burgin Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 22 04:45:46 CET 2010 on sn-devel-104
* heimdal_build: Use consistent name for heimbase.Jelmer Vernooij2010-12-221-5/+5
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Dec 22 02:24:24 CET 2010 on sn-devel-104
* heimdal_build: When using system hbase/hcrypto, don't compile our own versions.Jelmer Vernooij2010-12-221-18/+19
|
* heimdal_build: Allow using system hbase and hcrypto.Jelmer Vernooij2010-12-221-0/+3
|
* s4-devel/pfm_verify: Move schemaInfo getter into separate functionKamen Mazdrashki2010-12-221-4/+12
| | | | | | | | so it can be used against Windows DC without fetching prefixMap Fetching prefixMap doesn't work against WinDCs for some reason at the moment Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Dec 22 01:28:49 CET 2010 on sn-devel-104