summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* s4:provision: don't use hardcoded values for 'nextRid' and 'rIDAvailablePool'Stefan Metzmacher2010-06-265-6/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | On Windows dcpromo imports nextRid from the local SAM, which means it's not hardcoded to 1000. The initlal rIDAvailablePool starts at nextRid + 100. I also found that the RID Set of the local dc should be created via provision and not at runtime, when the first rid is needed. (Tested with dcpromo on w2k8r2, while disabling the DNS check box). After provision we should have this (assuming nextRid=1000): rIDAllocationPool: 1100-1599 rIDPrevAllocationPool: 1100-1599 rIDUsedPool: 0 rIDNextRID: 1100 rIDAvailablePool: 1600-1073741823 Because provision sets rIDNextRid=1100, the first created account (typically DNS related accounts) will get 1101 as rid! metze
* s4:provision: pass relax control also to modify_ldifStefan Metzmacher2010-06-261-2/+2
| | | | metze
* s4/net-drs: Fix error messages typo and formattingKamen Mazdrashki2010-06-261-7/+7
|
* s4/drs-test: Fix whitespaces and permissions for delete_object.py testKamen Mazdrashki2010-06-261-5/+5
| | | | Sorry I've missed to do this before
* s4:schannel Open the schannel_store.tdb at startupAndrew Bartlett2010-06-251-0/+8
| | | | | | This will allow TDB_CLEAR_IF_FIRST behaviour in future Signed-off-by: Jeremy Allison <jra@samba.org>
* s4 python: Add unit tests related to PyLong/PyInt handlingMatthieu Patou2010-06-251-2/+11
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* ldb: Fix a wrong changetype in unit testMatthieu Patou2010-06-251-1/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* smbtorture: Fix loading of --load-list.Jelmer Vernooij2010-06-252-10/+13
|
* s4:lib/registry/ldb.c - cosmetic - fix commentMatthias Dieter Wallnöfer2010-06-251-1/+1
|
* s4:lib/registry/ldb.c - cosmetic - wrap linesMatthias Dieter Wallnöfer2010-06-251-3/+2
|
* s4 upgradeprovision: Try to support older Pythons.Michael Wood2010-06-251-1/+1
| | | | | | Use "...".split(sep, 1) instead of "...".partition(sep). Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
* s4/drs: DsReplicaSync should search partition to SyncKamen Mazdrashki2010-06-252-6/+38
| | | | | by any valid DSName attribute given, be it - partition DN, partition GUID or partition SID
* s4/utils: fix few 'net drs replicate' error messagesKamen Mazdrashki2010-06-251-6/+8
| | | | mainly for the output to be more informative
* s4/drs-test: Tests Deleted objects replicationKamen Mazdrashki2010-06-251-0/+222
| | | | | | | | Tests how deleted objects are replicated between two DCs. Currently the test exploits following vulnerabilities: - DsReplicaSync is not correctly implemented - a 'deleted object' is restored (kind of) in case DC1 replicates from DC2 before the 'deleted object' is replicated
* selftest: Store the output of the last test run in st/subunit.Jelmer Vernooij2010-06-251-3/+10
| | | | | If a testrepository repository is present, add the test output when it has completed.
* s4 torture: Warn on NOT_IMPLEMENTED in addition to NOT_SUPPORTED for ↵Aravind Srinivasan2010-06-241-3/+9
| | | | | | RAW-QFILEINFO Signed-off-by: Tim Prouty <tprouty@samba.org>
* Revert "s4:provision.ldif - fix the number of available RIDs"Matthias Dieter Wallnöfer2010-06-241-1/+1
| | | | | | This reverts commit 41cdcd54b7b7e3fb70fdb220e74a1daf30e1891a. As per request of metze revert this (cause written on the mailing list).
* s4:auth/gensec/gensec_gssapi.c - reorder constructorMatthias Dieter Wallnöfer2010-06-241-30/+38
| | | | To have the same order as in the structure definition.
* s4-ldb: use CHECK_XSLTPROC_MANPAGES()Andrew Tridgell2010-06-241-1/+1
|
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-2466-66/+66
| | | | | | | | Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:provision.ldif - fix the number of available RIDsMatthias Dieter Wallnöfer2010-06-241-1/+1
| | | | There should be 4611686014132422209 and not 4611686014132422109.
* s4:provision.ldif - this Win2003 revision level seems always to be "9" on ↵Matthias Dieter Wallnöfer2010-06-241-1/+1
| | | | Windows Server 2008 machines
* s4:provision_users.ldif - change a group description to be correctMatthias Dieter Wallnöfer2010-06-241-1/+1
|
* s4:upgradeprovision - fix include order for "ldb"Matthias Dieter Wallnöfer2010-06-241-1/+1
| | | | Patch originally posted on the list by Matthieu Patou.
* s4/ldb: ldb_msg_el_map_remote() should rename the remote attribute names ↵Endi S. Dewata2010-06-241-1/+15
| | | | into local names as defined in simple_ldap_map.c.
* s4:setup/provision.reg - raise version to Windows Server 2008 R2Matthias Dieter Wallnöfer2010-06-241-1/+1
|
* s4:libnet_join.c - always use LDB constantsMatthias Dieter Wallnöfer2010-06-241-5/+5
|
* s4-smbtorture: test more valid key names in RPC-WINREG.Günther Deschner2010-06-231-0/+61
| | | | Guenther
* s4-smbtorture: more work on test values WINREG test.Günther Deschner2010-06-231-2/+10
| | | | Guenther
* Fix to undo nasty hack for for grouptype conversionLukasz Zalewski2010-06-231-1/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Per Andrews request, revertJelmer Vernooij2010-06-233-626/+579
| | | | | | | "heimdal/waf: Initial work on making it possible to use the system" as the hdb_check_s4u2self function handling is incorrect. This reverts commit b099631f428d0ecc641d59bd3c94674e6348dde9.
* s4-smbtorture: add test for different winreg SetValue value names.Günther Deschner2010-06-231-0/+51
| | | | Guenther
* s4:selftest Fix up netbios names for rpc_echo testAndrew Bartlett2010-06-231-1/+1
|
* s4:selftest Add 2003 and 2008R2 test environments and testsAndrew Bartlett2010-06-231-42/+42
| | | | | | | These tests were chosen particularly because they are known to test things that vary across the functional levels. Andrew Bartlett
* s4:net Remove warnings for 2000 native mode and Samba4.Andrew Bartlett2010-06-231-5/+5
| | | | | | We now support 2000 native mode, and so we just need to warn about mixed mode. Andrew Bartlett
* s4:provision Raise default max functional level to 2008R2Andrew Bartlett2010-06-232-5/+5
| | | | | | | | | We don't support many of the extra features, but that applies across many other parts of AD. Allow the admin to join a 2008R2 domain if he or she wants. This also makes it possible to test 2008R2 domain code in 'make test' Andrew Bartlett
* s4:provision Remove am_rodc from SchemaAndrew Bartlett2010-06-232-5/+5
| | | | | The SamDB created in the schema code isn't real enough to care if it's an rodc or not.
* s4:libnet When joining a domain, update msDS-SupportedEncryptionTypesAndrew Bartlett2010-06-231-0/+32
| | | | We need this for our DC to have clients use AES keys to us
* libds:common Remove DS_DC_* domain functionality flagsAndrew Bartlett2010-06-235-30/+16
| | | | | | These are just a subset of the DS_DOMAIN_ functionality flags, are compared and often confused with each other. Just make them one set. Andrew Bartlett
* s4:kdc Use msDS-SupportedEncTypes in our KDCAndrew Bartlett2010-06-231-30/+54
| | | | | | | We need to honour this, otherwise we will send AES-encrypted tickets to unprepared Kerberos targets. Andrew Bartlett
* s4-smbtorture: Fix test_SetPrinterDataEx_keys and test_SetPrinterDataEx_values.Günther Deschner2010-06-231-6/+6
| | | | | | We want to continue, not to skip here. Guenther
* s4:operational LDB module - fix a misleading commentMatthias Dieter Wallnöfer2010-06-231-1/+2
|
* s4:samr RPC server - make use of LDB constants in macrosMatthias Dieter Wallnöfer2010-06-221-7/+7
|
* s4:password_hash LDB module - fix another problem regarding the lanman hashMatthias Dieter Wallnöfer2010-06-221-13/+16
| | | | | | When a user only provides only the lanman hash (and nothing else) and the lanman authentication is deactivated then we end in an account with no password attribute at all! Lock this down.
* s4-smbtorture: add "printerdata_values" test to RPC-SPOOLSS-PRINTER.Günther Deschner2010-06-221-0/+88
| | | | Guenther
* s4-smbtorture: also test keynames with '/' in it in SetPrinterDataEx keyname ↵Günther Deschner2010-06-221-1/+8
| | | | | | tests. Guenther
* s4-smbtorture: activate all keys in SetPrinterData keys test.Günther Deschner2010-06-221-7/+10
| | | | | | (just skip some of them still against s3). Guenther
* s4-smbtorture: split out a "printerdata_keys" test for RPC-SPOOLSS-PRINTER.Günther Deschner2010-06-221-53/+120
| | | | | | | This separates key and value tests for SetPrinterDataEx and GetPrinterDataEx (and also speeds up the whole testsuite). Guenther
* s4/dsdb-test: fix usage commentKamen Mazdrashki2010-06-221-2/+2
|
* s4/test: fix DC password in selftest-vars.shKamen Mazdrashki2010-06-221-2/+2
|