Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-31 | s4: use GetTimeOfDay macro instead of gettimeofday | Björn Jacke | 1 | -1/+1 | |
2010-08-31 | s4/torture: use monotonic clock for time deltas in denytest | Björn Jacke | 1 | -15/+15 | |
2010-08-31 | s4/ldb: use monotonic clock for time deltas in ldbtest | Björn Jacke | 1 | -4/+4 | |
2010-08-31 | s4:process_thread: use monotonic time for time deltas | Björn Jacke | 1 | -9/+10 | |
2010-08-31 | libreplace: move gettimeofday TZ arg check here | Björn Jacke | 1 | -1/+0 | |
2010-08-30 | s4:lib/messaging: add some const to messaging_send() | Stefan Metzmacher | 2 | -2/+2 | |
metze | |||||
2010-08-30 | s4-drs-test: Skip a check that may possibly fail | Kamen Mazdrashki | 1 | -1/+7 | |
This check may fail due to automatic replication between DCs during the test execution. Ideally we should block automatic replications (somehow) during this test. But until then, we need just to skip this check, it is not *that* important anyway | |||||
2010-08-30 | s4-util: Print more informative error messages in 'net drs replicate' | Kamen Mazdrashki | 1 | -4/+13 | |
2010-08-30 | s4-drs-test: Use dns hostnames to run 'net drs replicate' command | Kamen Mazdrashki | 1 | -5/+5 | |
2010-08-28 | s4-kcc: Notify dreplsrv that Topology has changed | Kamen Mazdrashki | 1 | -0/+29 | |
2010-08-28 | s4-dreplsrv: Implement irpc stub to be used to force dreplsrv to update ↵ | Kamen Mazdrashki | 2 | -0/+31 | |
internal cache This IRPC calls is to be used whenever repsFrom/repsTo are changed by administrative tool or KCC (i.e. Topology changes). At present, only KCC may change topology. | |||||
2010-08-28 | s4-dreplsrv: Move partition cache update before scheduling another set of ↵ | Kamen Mazdrashki | 1 | -3/+7 | |
replications | |||||
2010-08-28 | s4-kcc: Assert when unexpected repsFromToBlob version is passed | Kamen Mazdrashki | 1 | -2/+4 | |
At present we only support v1 structures (Win2k3 and earlier), so it is good to make it obvious. In case we start supporting v2 we will be able to notice this function should be refactored right away | |||||
2010-08-27 | s4:torture/rpc/winreg.c - set "error_message" to NULL in "test_HKLM_wellknown" | Matthias Dieter Wallnöfer | 1 | -9/+18 | |
Hopefully this fixes the build on Solaris 8. | |||||
2010-08-27 | s4:torture/spoolss_access.c - fix discarded const warning | Matthias Dieter Wallnöfer | 1 | -2/+3 | |
"discard_const_p" seems the most appropriate here. | |||||
2010-08-27 | s4:torture/raw/notify.c - freeable stuff shouldn't be "const" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-08-27 | s4:ntvfs/posix/pvfs_*.c - quiet Solaris warnings | Matthias Dieter Wallnöfer | 3 | -15/+13 | |
Fix the function argument of "pvfs_xattr_ndr_load/save". | |||||
2010-08-27 | s4:credentials_krb5.c - quiet a Solaris warning | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
2010-08-27 | s4-dsdb: Fixed a compiler warning. | Nadezhda Ivanova | 1 | -1/+0 | |
2010-08-27 | s4-pynet: pynet depends on pyrpc_util | Andrew Tridgell | 1 | -1/+1 | |
2010-08-27 | pyrpc: Add py_check_dcerpc_type(). | Jelmer Vernooij | 4 | -8/+98 | |
This function checks whether the type of a PyObject matches a DCE/RPC Python type. Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> | |||||
2010-08-26 | s4:ntlm/auth.c - add a whitespace in a debug output | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-08-26 | s4:dsdb_module_find_dsheuristics - free the "DN" also on other exit cases | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
2010-08-26 | s4-dsdb: Removed an unnecessary space in dsdb_module_find_dsheuristics() | Nadezhda Ivanova | 1 | -1/+1 | |
2010-08-26 | s4-dsdb: Added utility functions for retrieving dSHeuristics from the module ↵ | Nadezhda Ivanova | 1 | -0/+47 | |
stack Also a function to check dsHeuristics value to determine of anonymous access should be blocked | |||||
2010-08-26 | s4-devel: added enumprivs developer script | Andrew Tridgell | 1 | -0/+58 | |
this enumerates all LSA privileges on a server Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-08-26 | s4-net: fixed docstring on spn command | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-08-26 | s4-net: added "net rodc preload" command | Andrew Tridgell | 2 | -0/+125 | |
this command will preload the credentials for an account from the full domain controller Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-08-26 | s4-drs: split out drs utility python functions | Andrew Tridgell | 2 | -135/+167 | |
these will be re-used by other net commands | |||||
2010-08-26 | s4-pyrpc: convert rpc_talloc.py test to unittest framework | Andrew Tridgell | 2 | -46/+60 | |
This fits in better with our test framework Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-08-25 | s4-pynet: some systems don't have Py_TYPE() | Andrew Tridgell | 1 | -0/+4 | |
we need a better method than this .... | |||||
2010-08-25 | s4-pyrpc: added a test for talloc behaviour in pidl python code | Andrew Tridgell | 2 | -0/+57 | |
2010-08-25 | s4-pyglue: added talloc_total_blocks() python call | Andrew Tridgell | 2 | -2/+23 | |
2010-08-25 | s4-rodc: removed python memory workaround | Andrew Tridgell | 1 | -2/+1 | |
we can now assign pidl generates structures directly without errors | |||||
2010-08-25 | s4-pyglue: pyglue now depends on pytalloc | Andrew Tridgell | 1 | -1/+1 | |
2010-08-25 | s4-rodc: setup secrets database at end of RODC join | Andrew Tridgell | 1 | -5/+33 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-08-25 | s4-pyglue: added talloc_report_full() and talloc_enable_null_tracking() | Andrew Tridgell | 2 | -0/+32 | |
these are useful for tracking down leaks and bugs in python scripts Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-08-25 | s4-repl: load RODC partitions using msDS-hasFullReplicaNCs | Andrew Tridgell | 2 | -4/+28 | |
we mark these as incoming_only Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-08-25 | s4-smbtorture: Added a torture test for forest trusts | Sumit Bose | 5 | -2/+841 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-25 | s4-smbtorture: Make test_SetupCredentials3 public | Sumit Bose | 2 | -1/+25 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-25 | s4-smbtorture: fill in trust_domain_passwords_check_in in NDR lsa test. | Günther Deschner | 1 | -7/+35 | |
Guenther | |||||
2010-08-25 | Fix RPC-LSA-TRUSTED-DOMAINS for changed IDL | Sumit Bose | 1 | -0/+10 | |
2010-08-25 | s4-trusts: fix trustDomainPasswords drsblobs IDL and server side support. | Günther Deschner | 2 | -49/+19 | |
Also remove bogus trustCurrentPasswords struct which we just had because our IDL was incorrect. Guenther | |||||
2010-08-25 | s4-dsdb: make more of the UF_* flags available on pydsdb | Andrew Tridgell | 1 | -0/+28 | |
this really should be moved to IDL | |||||
2010-08-25 | s4-rodc: broke up RODC join into separate functions | Andrew Tridgell | 1 | -186/+194 | |
this also removes some of the magic constants | |||||
2010-08-25 | s4-rodc: added REPL_SECRET exop replication of accounts | Andrew Tridgell | 1 | -11/+58 | |
During a RODC join, we need to fetch the secrets for the machine account and krbtgt account using GetNCChanges DRSUAPI_EXOP_REPL_SECRET calls Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-08-25 | s4-dsdb: add more DS flags to the dsdb module | Andrew Tridgell | 1 | -0/+15 | |
These are from libds/common/flags.h Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-08-25 | s4-dsdb: added get_attid_from_lDAPDisplayName() on samdb | Andrew Tridgell | 2 | -0/+49 | |
This can be used to form the partial_attribute_set list for GetNCChanges Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-08-25 | s4-rodc: next step in RODC join code | Andrew Tridgell | 1 | -126/+218 | |
a RODC net join can now replicate the schame, config and base partitions, by calling the net.replicate*() python hooks, and driving the GetNCChanges calls from python Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-08-25 | s4-pynet: added replicate_init() and replicate_chunk() calls | Andrew Tridgell | 1 | -35/+134 | |
these calls allow python code to pass chunks from DRS replication calls into the code that applies the chunks to a database Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |