summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* pynet: fixed ref count error on Py_NoneAndrew Tridgell2010-09-021-1/+1
| | | | | | ensure we don't run out of None ... Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* s4-net: use CommandError() in net rodcAndrew Tridgell2010-09-021-4/+4
| | | | | | this integrates better with the net command Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* s4:dsdb Fix attribute being searched for in dereference against Fedora DSAndrew Bartlett2010-09-021-1/+1
| | | | | | | The problem here is that these attributes are not mapped in the simple_ldap_map, and they were changed a while back. Andrew Bartlett
* s4:dsdb Make the dereference control critical if input is criticalAndrew Bartlett2010-09-021-1/+3
| | | | | | | | This helps us ensure that the backend knows about and respects the dereference control if our caller has asked that the extended DN control be considered critical. Andrew Bartlett
* s4:dsdb Don't reload the schema against OpenLDAP backendAndrew Bartlett2010-09-022-3/+13
| | | | | | | The schema should be considered read-only when we are using the OL backend, as we can't update the backend schema in real time anyway. Andrew Bartlett
* s4:provision Allow OpenLDAP backend to provision againAndrew Bartlett2010-09-021-0/+2
| | | | | | OpenLDAP does not have any post-setup requirements at the moment. Andrew Bartlett
* s4:provision Improved error handling in provisionbackendZahari Zahariev2010-09-021-2/+3
| | | | | | | When using OpenLDAP as a backend with Samba4 we get failure during provision and this patch will help better determining the real error. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-test-dssync: Print the reason for skipping FetchNT4Data testKamen Mazdrashki2010-09-011-3/+6
|
* s4/ldb: fix standalone buildBjörn Jacke2010-09-011-2/+6
|
* Revert "s4/heimdal_build: use GetTimeOfDay macro instead of gettimeofday"Björn Jacke2010-08-311-1/+0
| | | | | This reverts commit 659829851703797b47d398d3c71ad971b2c5dab7 which later on needs some tweeks to not break some builds
* s4/heimdal_build: use GetTimeOfDay macro instead of gettimeofdayBjörn Jacke2010-08-311-0/+1
|
* s4: use GetTimeOfDay macro instead of gettimeofdayBjörn Jacke2010-08-311-1/+1
|
* s4/torture: use monotonic clock for time deltas in denytestBjörn Jacke2010-08-311-15/+15
|
* s4/ldb: use monotonic clock for time deltas in ldbtestBjörn Jacke2010-08-311-4/+4
|
* s4:process_thread: use monotonic time for time deltasBjörn Jacke2010-08-311-9/+10
|
* libreplace: move gettimeofday TZ arg check hereBjörn Jacke2010-08-311-1/+0
|
* s4:lib/messaging: add some const to messaging_send()Stefan Metzmacher2010-08-302-2/+2
| | | | metze
* s4-drs-test: Skip a check that may possibly failKamen Mazdrashki2010-08-301-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
* s4-util: Print more informative error messages in 'net drs replicate'Kamen Mazdrashki2010-08-301-4/+13
|
* s4-drs-test: Use dns hostnames to run 'net drs replicate' commandKamen Mazdrashki2010-08-301-5/+5
|
* s4-kcc: Notify dreplsrv that Topology has changedKamen Mazdrashki2010-08-281-0/+29
|
* s4-dreplsrv: Implement irpc stub to be used to force dreplsrv to update ↵Kamen Mazdrashki2010-08-282-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.
* s4-dreplsrv: Move partition cache update before scheduling another set of ↵Kamen Mazdrashki2010-08-281-3/+7
| | | | replications
* s4-kcc: Assert when unexpected repsFromToBlob version is passedKamen Mazdrashki2010-08-281-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
* s4:torture/rpc/winreg.c - set "error_message" to NULL in "test_HKLM_wellknown"Matthias Dieter Wallnöfer2010-08-271-9/+18
| | | | Hopefully this fixes the build on Solaris 8.
* s4:torture/spoolss_access.c - fix discarded const warningMatthias Dieter Wallnöfer2010-08-271-2/+3
| | | | "discard_const_p" seems the most appropriate here.
* s4:torture/raw/notify.c - freeable stuff shouldn't be "const"Matthias Dieter Wallnöfer2010-08-271-1/+1
|
* s4:ntvfs/posix/pvfs_*.c - quiet Solaris warningsMatthias Dieter Wallnöfer2010-08-273-15/+13
| | | | Fix the function argument of "pvfs_xattr_ndr_load/save".
* s4:credentials_krb5.c - quiet a Solaris warningMatthias Dieter Wallnöfer2010-08-271-1/+2
|
* s4-dsdb: Fixed a compiler warning.Nadezhda Ivanova2010-08-271-1/+0
|
* s4-pynet: pynet depends on pyrpc_utilAndrew Tridgell2010-08-271-1/+1
|
* pyrpc: Add py_check_dcerpc_type().Jelmer Vernooij2010-08-274-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>
* s4:ntlm/auth.c - add a whitespace in a debug outputMatthias Dieter Wallnöfer2010-08-261-1/+1
|
* s4:dsdb_module_find_dsheuristics - free the "DN" also on other exit casesMatthias Dieter Wallnöfer2010-08-261-0/+2
|
* s4-dsdb: Removed an unnecessary space in dsdb_module_find_dsheuristics()Nadezhda Ivanova2010-08-261-1/+1
|
* s4-dsdb: Added utility functions for retrieving dSHeuristics from the module ↵Nadezhda Ivanova2010-08-261-0/+47
| | | | | | stack Also a function to check dsHeuristics value to determine of anonymous access should be blocked
* s4-devel: added enumprivs developer scriptAndrew Tridgell2010-08-261-0/+58
| | | | | | this enumerates all LSA privileges on a server Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-net: fixed docstring on spn commandAndrew Tridgell2010-08-261-1/+1
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-net: added "net rodc preload" commandAndrew Tridgell2010-08-262-0/+125
| | | | | | | this command will preload the credentials for an account from the full domain controller Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-drs: split out drs utility python functionsAndrew Tridgell2010-08-262-135/+167
| | | | these will be re-used by other net commands
* s4-pyrpc: convert rpc_talloc.py test to unittest frameworkAndrew Tridgell2010-08-262-46/+60
| | | | | | This fits in better with our test framework Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* s4-pynet: some systems don't have Py_TYPE()Andrew Tridgell2010-08-251-0/+4
| | | | we need a better method than this ....
* s4-pyrpc: added a test for talloc behaviour in pidl python codeAndrew Tridgell2010-08-252-0/+57
|
* s4-pyglue: added talloc_total_blocks() python callAndrew Tridgell2010-08-252-2/+23
|
* s4-rodc: removed python memory workaroundAndrew Tridgell2010-08-251-2/+1
| | | | we can now assign pidl generates structures directly without errors
* s4-pyglue: pyglue now depends on pytallocAndrew Tridgell2010-08-251-1/+1
|
* s4-rodc: setup secrets database at end of RODC joinAndrew Tridgell2010-08-251-5/+33
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-pyglue: added talloc_report_full() and talloc_enable_null_tracking()Andrew Tridgell2010-08-252-0/+32
| | | | | | these are useful for tracking down leaks and bugs in python scripts Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* s4-repl: load RODC partitions using msDS-hasFullReplicaNCsAndrew Tridgell2010-08-252-4/+28
| | | | | | we mark these as incoming_only Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-smbtorture: Added a torture test for forest trustsSumit Bose2010-08-255-2/+841
| | | | Signed-off-by: Günther Deschner <gd@samba.org>