summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* s4-python: Move dsdb_convert_schema_to_openldap to dsdb.Jelmer Vernooij2010-04-043-26/+31
|
* s4-python: Move set_opaque_integer -> dsdb.Jelmer Vernooij2010-04-043-69/+73
|
* s4-python: Avoid importing glue directly.Jelmer Vernooij2010-04-044-16/+20
|
* s4-python: Remove convenience macro PyErr_SetStringError.Jelmer Vernooij2010-04-043-6/+3
| | | | This macro assumed that all errors were runtime errors.
* s4-python: Move samdb_server_site_name to dsdb module.Jelmer Vernooij2010-04-043-30/+40
|
* s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij2010-04-0411-127/+105
|
* s4-python: Remove remaining constants.Jelmer Vernooij2010-04-031-6/+0
|
* s4-python: Remove unused imports, duplicate definitions of SECINFO_ constants.Jelmer Vernooij2010-04-032-13/+5
|
* s4-python: Remove duplicate definition of GUID_DRS_* constants.Jelmer Vernooij2010-04-034-43/+10
|
* selftest: for clarity, rename test to testsuiteJelmer Vernooij2010-04-031-106/+106
|
* s4-rpc: fixed a talloc loop in continue_ntlmssp_connection()Andrew Tridgell2010-04-021-0/+24
| | | | | We were creating a memory loop which caused havoc when the connection was torn down.
* s4-python: added --debuglevel to our python scriptsAndrew Tridgell2010-04-021-0/+10
| | | | | very useful for debugging our cPython extensions, such as dcerpc modules
* s4-pyglue: setup talloc logging in python modulesAndrew Tridgell2010-04-021-0/+2
|
* pyrpc: do the pipe connect on a real memory contextAndrew Tridgell2010-04-021-1/+1
|
* talloc: change talloc minor version to 2.0.2Andrew Tridgell2010-04-021-1/+1
| | | | this has the talloc_is_parent() bugfix
* s4-python: Ensure __init__ exists in samba.external, or importing will fail.Jelmer Vernooij2010-04-011-0/+1
|
* s4-python: Install external packages to a different directory but import intoJelmer Vernooij2010-04-013-8/+14
| | | | the normal namespace when the system doesn't have it available.
* subunitrun: Find testtools and subunit when they're not provided by theJelmer Vernooij2010-04-011-3/+5
| | | | system.
* s4-python: Install external included packages only if they're not present on ↵Jelmer Vernooij2010-03-316-24/+19
| | | | the system.
* installmisc: Support DESTDIR for Python directories.Jelmer Vernooij2010-03-311-3/+3
|
* samba_external: Simplify script to find missing external packages; include ↵Jelmer Vernooij2010-03-311-4/+10
| | | | subunit and testtools as well.
* smbtorture: Report number of available tests in a testsuite using subunit.Jelmer Vernooij2010-03-311-1/+7
|
* s4-selftest: Fix xfail for base.delete.Jelmer Vernooij2010-03-311-3/+3
|
* selftest: Use absolute tests names in knownfail.Jelmer Vernooij2010-03-311-43/+43
|
* selftest: Convert filter-subunit to Python so the subunit Python moduleJelmer Vernooij2010-03-311-1/+1
| | | | can be used later.
* s4-torture: removed more uses of typeof()Andrew Tridgell2010-03-311-64/+59
| | | | not portable
* s4-torture: using typeof() is not portableAndrew Tridgell2010-03-311-17/+10
| | | | this failed to compile on solaris8 with cc
* s4:lsa implement lsaRSetForestTrustInformationSimo Sorce2010-03-301-5/+549
|
* wbclient/wbclient.c - fix a typoMatthias Dieter Wallnöfer2010-03-301-1/+1
|
* s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is availableMatthias Dieter Wallnöfer2010-03-301-0/+5
| | | | FreeBSD 7.2 needs this.
* s4:torture/basic/denytest.c - use "typeof" in a better supported syntaxMatthias Dieter Wallnöfer2010-03-301-5/+5
| | | | This should make it compatible with the SUN Studio C Compiler.
* s4:registry/tests/diff.c - try to make also this test compatible with ↵Matthias Dieter Wallnöfer2010-03-301-4/+5
| | | | big-endian platforms
* s4:registry/tests/hive.c - make the test compatible with big-endian platformsMatthias Dieter Wallnöfer2010-03-301-41/+27
|
* s4-test: oLschema2ldif doesn't take -H any moreAndrew Tridgell2010-03-301-1/+1
|
* s4-heimdal: use the HAVE_INET_* functions from libreplaceAndrew Tridgell2010-03-301-0/+8
|
* s4-heimdal: for use of libreplace setegid and seteuidAndrew Tridgell2010-03-301-0/+8
|
* s4-heimdal: a better way of handling dirfd()Andrew Tridgell2010-03-302-4/+9
| | | | | This prevents us getting thousands of warnings about dirfd() on solaris
* selftest: Replace perl subunit formatter with python subunit formatter,Jelmer Vernooij2010-03-301-1/+1
| | | | so we can leverage the work happening in python-subunit.
* s4:installmisc.sh - fix location of "dnspython" libraryMatthias Dieter Wallnöfer2010-03-291-1/+1
|
* s4:registry/util.c - remove those "talloc_free"sMatthias Dieter Wallnöfer2010-03-291-3/+0
| | | | They're not really necessary.
* s4:registry/tests/generic.c - fix the DWORD_* types test to work also ↵Matthias Dieter Wallnöfer2010-03-291-6/+6
| | | | against big endian platforms
* s4:registry/ldb.c - Break with "NULL" as an error case when the data doesn't ↵Matthias Dieter Wallnöfer2010-03-291-2/+5
| | | | fit in the "reg_ldb_pack_value" function
* s4:registry/ldb.c - Always check the "name" attribute for != NULLMatthias Dieter Wallnöfer2010-03-291-2/+22
| | | | | If it's NULL return invalid parameter as Windows does. The name is "" if it refers to the default value.
* s4:registry - move the UTF16 length calculation for "reg_key_get_info" into ↵Matthias Dieter Wallnöfer2010-03-292-8/+9
| | | | | | the RPC server code It does fit better there.
* s4:registry/util.c - fix indentationMatthias Dieter Wallnöfer2010-03-291-2/+2
|
* registry: Fix compilation.Jelmer Vernooij2010-03-293-9/+5
|
* Revert reordering from commit 51bedf939568717424edd7732e1e315faa333849Wilco Baan Hofman2010-03-291-3/+3
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Revert "s4:registry - util.c - add harder checks for inputs on ↵Wilco Baan Hofman2010-03-291-15/+11
| | | | | | | | | | | | "reg_val_data_string"" This reverts commit eb8c8a0ecaa9bfd29f090db21fccdad7751767ae. Conflicts: source4/lib/registry/util.c Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Revert "s4:registry - util.c - move the "REG_NONE" case in the conversion ↵Wilco Baan Hofman2010-03-291-6/+6
| | | | | | | | functions on top of the switch" This reverts commit 4e6c0e1f6f37a7e04d10dbf7abbf626f52232aaf. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Revert "s4:registry - util.c - treat unsupported and binary values as the ↵Wilco Baan Hofman2010-03-291-6/+18
| | | | | | | | | | | | same in the conversion functions" This reverts commit cc3eec1681bb6d614e688f51e48bd76f6d513e67. Conflicts: source4/lib/registry/util.c Signed-off-by: Jelmer Vernooij <jelmer@samba.org>