Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-03 | s4-test-dsdb_schema_info.py: Simplify connection SamDB | Kamen Mazdrashki | 1 | -19/+3 | |
by using samba.tests.connect_samdb() helper | |||||
2010-10-03 | s4-test-fsmo.py: Use common implementation for env_get_var_value() | Kamen Mazdrashki | 1 | -8/+2 | |
2010-10-03 | s4-test-delete_object.py: Use common implementation for env_get_var_value() | Kamen Mazdrashki | 1 | -8/+2 | |
2010-10-03 | s4-python-test: Common implementation for getting environment variable value | Kamen Mazdrashki | 1 | -0/+11 | |
Unit-test based python tests require certain input parameters to be set in environment, otherwise they can't be run | |||||
2010-10-03 | s4-python-samba: Remove trailing ';'s | Kamen Mazdrashki | 2 | -29/+29 | |
2010-10-03 | s4-test-fsmo.py: Use common implementation for connect_samdb() | Kamen Mazdrashki | 1 | -22/+2 | |
Connections are restricted to LDAP only (remote), as this test can't be run against local LDBs | |||||
2010-10-03 | s4-test-delete_object.py: Use common implementation for connect_samdb() | Kamen Mazdrashki | 1 | -20/+2 | |
Connections are restricted to LDAP only (remote), as this test can't be run against local LDBs | |||||
2010-10-03 | s4-python-test: Implement global connect_samdb() function | Kamen Mazdrashki | 1 | -0/+46 | |
This helper makes proper ldb url to connect to and is a shorthand for test to create SamDB connections | |||||
2010-10-03 | s4-samba.samdb: Fix masking names from outer context | Kamen Mazdrashki | 1 | -17/+17 | |
- 'filter' is built-in - 'ldb' is a module name we imported | |||||
2010-10-03 | s4-python-samba: 'file' is a built-in | Kamen Mazdrashki | 1 | -3/+3 | |
2010-10-03 | s4-samba.samdb: Fix leading indention and trailing ';' | Kamen Mazdrashki | 1 | -10/+10 | |
2010-10-03 | s4-python-samba: Fix few cosmetics | Kamen Mazdrashki | 1 | -4/+3 | |
- we have sys module already imported - _glue module is part of samba package so be more precise how to import | |||||
2010-10-01 | s4-repl: use the GC principal name for DRS replication connection | Andrew Tridgell | 3 | -6/+76 | |
this is required when talking to RODCs (for notify calls), and is good practice for all DCs Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-01 | s4-rpc: added target_principal binding handle option | Andrew Tridgell | 6 | -4/+16 | |
this allows you to specify a target SPN for a connection Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-01 | s4-dsdb: added dsdb_search_by_dn_guid() | Andrew Tridgell | 1 | -0/+26 | |
this is more efficient than first searching for the DN, then doing a search. We should look at using this in lots of existing code Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-02 | s4:rpc_server/netlogon: don't use dcerpc_binding_handle_call_send/recv() ↵ | Stefan Metzmacher | 1 | -12/+9 | |
directly metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Oct 2 03:11:38 UTC 2010 on sn-devel-104 | |||||
2010-10-02 | s4-gensec Always honour the set server principal | Andrew Bartlett | 1 | -1/+1 | |
The spengo code won't set this unless it is allowed to by this same option, but other callers may need it. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Oct 2 02:27:39 UTC 2010 on sn-devel-104 | |||||
2010-10-02 | s4-drs: fixed comparison login in replicated renames | Andrew Tridgell | 1 | -45/+72 | |
we need to ensure we only ever compare USNs from the same originating invocation ID. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Oct 2 01:45:19 UTC 2010 on sn-devel-104 | |||||
2010-10-02 | s4-kcc: remove stale repsTo entries in the KCC | Andrew Tridgell | 1 | -0/+32 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-02 | s4-kerberos Don't regenerate key values for each alias in keytab | Andrew Bartlett | 1 | -43/+35 | |
Instead, store the same key value under the multiple alias names. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Oct 2 00:16:52 UTC 2010 on sn-devel-104 | |||||
2010-10-02 | s4-kdc Rework 'allowed encryption types' handling in the KDC | Andrew Bartlett | 1 | -28/+44 | |
All DCs and all krbtgt servers are forced to use AES, regardless of the msDS-SecondaryKrbTgtNumber value. Andrew Bartlett | |||||
2010-10-02 | s4-auth Add make_server_info_pac() to include 'resource domain' groups | Andrew Bartlett | 2 | -5/+40 | |
Previously, our PAC code didn't include these groups into the server_info from which we would eventually calculate the full list of tokenGroups. Andrew Bartlett | |||||
2010-10-02 | s4-auth Allocate domain SIDs under the sids array, not server_info | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett | |||||
2010-10-02 | heimdal use returned server entry from HDB to compare realms | Andrew Bartlett | 1 | -1/+1 | |
Some hdb modules (samba4) may change the case of the realm in a returned result. Use that to determine if it matches the krbtgt realm also returned from the DB (the DB will return it in the 'right' case) Andrew Bartlett | |||||
2010-10-01 | samba: share readline wrappers among all buildsystems. | Günther Deschner | 12 | -173/+8 | |
Guenther | |||||
2010-10-01 | samba: share select wrappers. | Günther Deschner | 1 | -45/+0 | |
Guenther | |||||
2010-10-01 | s4-auth: fixed a vagrind error when creating keytabs | Andrew Tridgell | 1 | -0/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-01 | s4-rpmd: fixed a use after realloc bug | Andrew Tridgell | 1 | -2/+8 | |
we could use old_el after the base message had been re allocated, due to adding timestamps. We need to re-find the element before using it Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-01 | s4-dsdb: fail the transaction instead of asserting on error | Andrew Tridgell | 1 | -2/+10 | |
It is more useful to fail the transaction and give the user an error message than to assert when we have an error in the repl_meta_data module Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-01 | s4: Add 'subunit-test' make target. | Jelmer Vernooij | 1 | -0/+3 | |
2010-10-01 | autobuild-remote: Support autobuild.py rather than land.py. | Jelmer Vernooij | 1 | -50/+0 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Oct 1 09:46:37 UTC 2010 on sn-devel-104 | |||||
2010-10-01 | Remove land.py - it's been obsoleted by autobuild.py. | Jelmer Vernooij | 1 | -118/+0 | |
2010-09-30 | heimdal: added verbose logging of hemimdal crypto errors | Andrew Bartlett | 1 | -2/+15 | |
2010-09-30 | s4-rodc: don't set SPECIAL_SECRET_PROCESSING on EXOP_REPL_SECRET | Andrew Tridgell | 1 | -0/+3 | |
otherwise we don't get the secrets! Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-30 | s4-spn: don't try and send an empty SPN list | Andrew Tridgell | 1 | -0/+2 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-01 | selftest: Let selftest provide the tempdir, rather than creating it as ↵ | Jelmer Vernooij | 2 | -6/+2 | |
sideeffect of tests.py. | |||||
2010-09-30 | selftest: fixed a selftest error on sn | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-01 | delete_object: Remove unnecessary pass calls. | Jelmer Vernooij | 1 | -7/+0 | |
2010-10-01 | s4-selftest: Remove unnecessary PYTHONPATH overrides. | Jelmer Vernooij | 1 | -6/+6 | |
2010-10-01 | s4-selftest: Normalize paths. | Jelmer Vernooij | 1 | -5/+5 | |
2010-10-01 | s4-selftest: Finish conversion of selftest.sh to Python. | Jelmer Vernooij | 2 | -104/+104 | |
2010-10-01 | s4-selftest: Convert tests.sh to Python. | Jelmer Vernooij | 2 | -544/+510 | |
2010-09-30 | s4-provision: wipe the old keytabs when provisioning | Andrew Tridgell | 2 | -7/+29 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-30 | s4-rodc: fixed the keyVersionNumber on the RODC account in secrets.keytab | Andrew Tridgell | 1 | -2/+5 | |
we need to fetch the msDS-keyVersionNumber from the writeable DC Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-30 | s4-drs: put the GCSPN flag into the repsTo if requested | Andrew Tridgell | 2 | -0/+8 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-30 | s4-libnet: wipe the old keytab when exporting | Andrew Tridgell | 1 | -0/+2 | |
this prevents confusion with old keytab entries Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-30 | s4-dsdb: silence the domainFunctionality not setup warning | Andrew Tridgell | 1 | -1/+2 | |
2010-09-30 | s4-drs: added support for level 10 of getncchanges | Andrew Tridgell | 2 | -73/+112 | |
added a simple mapping from req8 | |||||
2010-09-30 | LDAPCmp feature to compare nTSecurityDescriptors | Zahari Zahariev | 1 | -34/+252 | |
New feature that enables LDAPCmp users to find unmatched or missing ACEs in objects for the three naming contexts between DCs in one domain (default) or different domains. Comparing security descriptors is not the default action but attribute compatison. So to activate the new mode there is --sd switch. However there are two view modes to the new --sd action which are 'section' (default) or 'collision'. In 'section' mode you can only find differences connected to missing or value unmatched ACEs but not disorder unmatch if ACE values and count are the same. All of the mentioned differences plus disorder ACE unmatch you can observe under 'collision' view however it is more verbose. Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2010-09-30 | s4-selftest: Add some more comments to skip file. | Jelmer Vernooij | 1 | -1/+4 | |