Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | build: another missing subsystem ..... | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 | |
| | ||||||
* | build: started to split up wafsamba.py into separate modules | Andrew Tridgell | 2010-04-06 | 2 | -0/+8 | |
| | ||||||
* | build: added ASN1, PIDL and ET build rules | Andrew Tridgell | 2010-04-06 | 3 | -2/+22 | |
| | | | | also added selftest example command | |||||
* | build: added build groups | Andrew Tridgell | 2010-04-06 | 1 | -0/+5 | |
| | ||||||
* | build: DEFUN->DEFINE, and fixed CFLAGS handling | Andrew Tridgell | 2010-04-06 | 1 | -3/+4 | |
| | ||||||
* | build: heimdal_build waf support | Andrew Tridgell | 2010-04-06 | 4 | -5/+469 | |
| | | | | heimdal now mostly builds | |||||
* | build: run the lib/replace rules first | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 | |
| | ||||||
* | build: don't distinguish system and local libs in wscript files | Andrew Tridgell | 2010-04-06 | 1 | -2/+1 | |
| | ||||||
* | build: add heimdal_build | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 | |
| | ||||||
* | build: LIBLDB hack not needed any more | Andrew Tridgell | 2010-04-06 | 1 | -8/+0 | |
| | ||||||
* | build: on the fly dependency checking | Andrew Tridgell | 2010-04-06 | 1 | -3/+0 | |
| | ||||||
* | build: check for circular build dependencies | Andrew Tridgell | 2010-04-06 | 1 | -0/+3 | |
| | ||||||
* | build: added BUILD_SUBDIR() wrapper | Andrew Tridgell | 2010-04-06 | 2 | -64/+64 | |
| | ||||||
* | build: LIBLDB alias | Andrew Tridgell | 2010-04-06 | 1 | -0/+8 | |
| | ||||||
* | build: added top level script | Andrew Tridgell | 2010-04-06 | 1 | -0/+64 | |
| | ||||||
* | build: s4 wants config.h in include/ | Andrew Tridgell | 2010-04-06 | 1 | -13/+1 | |
| | ||||||
* | build: added ADD_CFLAGS() and started of Samba4 build | Andrew Tridgell | 2010-04-06 | 2 | -2/+36 | |
| | ||||||
* | build: added waf build rules for ldb | Andrew Tridgell | 2010-04-06 | 1 | -14/+20 | |
| | ||||||
* | build: added target directory options | Andrew Tridgell | 2010-04-06 | 1 | -0/+43 | |
| | ||||||
* | s4-smbtorture: fix correct result error code in SetForm spoolss test. | Günther Deschner | 2010-04-06 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s4-smbtorture: fix two context arguments in RPC-SAMSYNC test. | Günther Deschner | 2010-04-06 | 1 | -2/+2 | |
| | | | | Guenther | |||||
* | Revert "s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is ↵ | Matthias Dieter Wallnöfer | 2010-04-05 | 1 | -5/+0 | |
| | | | | | | | | available" This reverts commit 3e091a82167f51b7d9abf00755bede9354932c6b. This should be fixed through the new build system when it lands in "master". | |||||
* | s4:python/samba/__init__.py - import "sys" for "ensure_external_module" method | Matthias Dieter Wallnöfer | 2010-04-05 | 1 | -1/+1 | |
| | ||||||
* | s4-python: Move dsdb_convert_schema_to_openldap to dsdb. | Jelmer Vernooij | 2010-04-04 | 3 | -26/+31 | |
| | ||||||
* | s4-python: Move set_opaque_integer -> dsdb. | Jelmer Vernooij | 2010-04-04 | 3 | -69/+73 | |
| | ||||||
* | s4-python: Avoid importing glue directly. | Jelmer Vernooij | 2010-04-04 | 4 | -16/+20 | |
| | ||||||
* | s4-python: Remove convenience macro PyErr_SetStringError. | Jelmer Vernooij | 2010-04-04 | 3 | -6/+3 | |
| | | | | This macro assumed that all errors were runtime errors. | |||||
* | s4-python: Move samdb_server_site_name to dsdb module. | Jelmer Vernooij | 2010-04-04 | 3 | -30/+40 | |
| | ||||||
* | s4-python: Move dsdb constants to a separate python module. | Jelmer Vernooij | 2010-04-04 | 11 | -127/+105 | |
| | ||||||
* | s4-python: Remove remaining constants. | Jelmer Vernooij | 2010-04-03 | 1 | -6/+0 | |
| | ||||||
* | s4-python: Remove unused imports, duplicate definitions of SECINFO_ constants. | Jelmer Vernooij | 2010-04-03 | 2 | -13/+5 | |
| | ||||||
* | s4-python: Remove duplicate definition of GUID_DRS_* constants. | Jelmer Vernooij | 2010-04-03 | 4 | -43/+10 | |
| | ||||||
* | selftest: for clarity, rename test to testsuite | Jelmer Vernooij | 2010-04-03 | 1 | -106/+106 | |
| | ||||||
* | s4-rpc: fixed a talloc loop in continue_ntlmssp_connection() | Andrew Tridgell | 2010-04-02 | 1 | -0/+24 | |
| | | | | | We were creating a memory loop which caused havoc when the connection was torn down. | |||||
* | s4-python: added --debuglevel to our python scripts | Andrew Tridgell | 2010-04-02 | 1 | -0/+10 | |
| | | | | | very useful for debugging our cPython extensions, such as dcerpc modules | |||||
* | s4-pyglue: setup talloc logging in python modules | Andrew Tridgell | 2010-04-02 | 1 | -0/+2 | |
| | ||||||
* | pyrpc: do the pipe connect on a real memory context | Andrew Tridgell | 2010-04-02 | 1 | -1/+1 | |
| | ||||||
* | talloc: change talloc minor version to 2.0.2 | Andrew Tridgell | 2010-04-02 | 1 | -1/+1 | |
| | | | | this has the talloc_is_parent() bugfix | |||||
* | s4-python: Ensure __init__ exists in samba.external, or importing will fail. | Jelmer Vernooij | 2010-04-01 | 1 | -0/+1 | |
| | ||||||
* | s4-python: Install external packages to a different directory but import into | Jelmer Vernooij | 2010-04-01 | 3 | -8/+14 | |
| | | | | the normal namespace when the system doesn't have it available. | |||||
* | subunitrun: Find testtools and subunit when they're not provided by the | Jelmer Vernooij | 2010-04-01 | 1 | -3/+5 | |
| | | | | system. | |||||
* | s4-python: Install external included packages only if they're not present on ↵ | Jelmer Vernooij | 2010-03-31 | 6 | -24/+19 | |
| | | | | the system. | |||||
* | installmisc: Support DESTDIR for Python directories. | Jelmer Vernooij | 2010-03-31 | 1 | -3/+3 | |
| | ||||||
* | samba_external: Simplify script to find missing external packages; include ↵ | Jelmer Vernooij | 2010-03-31 | 1 | -4/+10 | |
| | | | | subunit and testtools as well. | |||||
* | smbtorture: Report number of available tests in a testsuite using subunit. | Jelmer Vernooij | 2010-03-31 | 1 | -1/+7 | |
| | ||||||
* | s4-selftest: Fix xfail for base.delete. | Jelmer Vernooij | 2010-03-31 | 1 | -3/+3 | |
| | ||||||
* | selftest: Use absolute tests names in knownfail. | Jelmer Vernooij | 2010-03-31 | 1 | -43/+43 | |
| | ||||||
* | selftest: Convert filter-subunit to Python so the subunit Python module | Jelmer Vernooij | 2010-03-31 | 1 | -1/+1 | |
| | | | | can be used later. | |||||
* | s4-torture: removed more uses of typeof() | Andrew Tridgell | 2010-03-31 | 1 | -64/+59 | |
| | | | | not portable | |||||
* | s4-torture: using typeof() is not portable | Andrew Tridgell | 2010-03-31 | 1 | -17/+10 | |
| | | | | this failed to compile on solaris8 with cc |