summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2010-04-06build: run the lib/replace rules firstAndrew Tridgell1-0/+1
2010-04-06build: don't distinguish system and local libs in wscript filesAndrew Tridgell1-2/+1
2010-04-06build: add heimdal_buildAndrew Tridgell1-0/+1
2010-04-06build: LIBLDB hack not needed any moreAndrew Tridgell1-8/+0
2010-04-06build: on the fly dependency checkingAndrew Tridgell1-3/+0
2010-04-06build: check for circular build dependenciesAndrew Tridgell1-0/+3
2010-04-06build: added BUILD_SUBDIR() wrapperAndrew Tridgell2-64/+64
2010-04-06build: LIBLDB aliasAndrew Tridgell1-0/+8
2010-04-06build: added top level scriptAndrew Tridgell1-0/+64
2010-04-06build: s4 wants config.h in include/Andrew Tridgell1-13/+1
2010-04-06build: added ADD_CFLAGS() and started of Samba4 buildAndrew Tridgell2-2/+36
2010-04-06build: added waf build rules for ldbAndrew Tridgell1-14/+20
2010-04-06build: added target directory optionsAndrew Tridgell1-0/+43
2010-04-06s4-smbtorture: fix correct result error code in SetForm spoolss test.Günther Deschner1-1/+1
2010-04-06s4-smbtorture: fix two context arguments in RPC-SAMSYNC test.Günther Deschner1-2/+2
2010-04-05Revert "s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is avai...Matthias Dieter Wallnöfer1-5/+0
2010-04-05s4:python/samba/__init__.py - import "sys" for "ensure_external_module" methodMatthias Dieter Wallnöfer1-1/+1
2010-04-04s4-python: Move dsdb_convert_schema_to_openldap to dsdb.Jelmer Vernooij3-26/+31
2010-04-04s4-python: Move set_opaque_integer -> dsdb.Jelmer Vernooij3-69/+73
2010-04-04s4-python: Avoid importing glue directly.Jelmer Vernooij4-16/+20
2010-04-04s4-python: Remove convenience macro PyErr_SetStringError.Jelmer Vernooij3-6/+3
2010-04-04s4-python: Move samdb_server_site_name to dsdb module.Jelmer Vernooij3-30/+40
2010-04-04s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij11-127/+105
2010-04-03s4-python: Remove remaining constants.Jelmer Vernooij1-6/+0
2010-04-03s4-python: Remove unused imports, duplicate definitions of SECINFO_ constants.Jelmer Vernooij2-13/+5
2010-04-03s4-python: Remove duplicate definition of GUID_DRS_* constants.Jelmer Vernooij4-43/+10
2010-04-03selftest: for clarity, rename test to testsuiteJelmer Vernooij1-106/+106
2010-04-02s4-rpc: fixed a talloc loop in continue_ntlmssp_connection()Andrew Tridgell1-0/+24
2010-04-02s4-python: added --debuglevel to our python scriptsAndrew Tridgell1-0/+10
2010-04-02s4-pyglue: setup talloc logging in python modulesAndrew Tridgell1-0/+2
2010-04-02pyrpc: do the pipe connect on a real memory contextAndrew Tridgell1-1/+1
2010-04-02talloc: change talloc minor version to 2.0.2Andrew Tridgell1-1/+1
2010-04-01s4-python: Ensure __init__ exists in samba.external, or importing will fail.Jelmer Vernooij1-0/+1
2010-04-01s4-python: Install external packages to a different directory but import intoJelmer Vernooij3-8/+14
2010-04-01subunitrun: Find testtools and subunit when they're not provided by theJelmer Vernooij1-3/+5
2010-03-31s4-python: Install external included packages only if they're not present on ...Jelmer Vernooij6-24/+19
2010-03-31installmisc: Support DESTDIR for Python directories.Jelmer Vernooij1-3/+3
2010-03-31samba_external: Simplify script to find missing external packages; include su...Jelmer Vernooij1-4/+10
2010-03-31smbtorture: Report number of available tests in a testsuite using subunit.Jelmer Vernooij1-1/+7
2010-03-31s4-selftest: Fix xfail for base.delete.Jelmer Vernooij1-3/+3
2010-03-31selftest: Use absolute tests names in knownfail.Jelmer Vernooij1-43/+43
2010-03-31selftest: Convert filter-subunit to Python so the subunit Python moduleJelmer Vernooij1-1/+1
2010-03-31s4-torture: removed more uses of typeof()Andrew Tridgell1-64/+59
2010-03-31s4-torture: using typeof() is not portableAndrew Tridgell1-17/+10
2010-03-30s4:lsa implement lsaRSetForestTrustInformationSimo Sorce1-5/+549
2010-03-30wbclient/wbclient.c - fix a typoMatthias Dieter Wallnöfer1-1/+1
2010-03-30s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is availableMatthias Dieter Wallnöfer1-0/+5
2010-03-30s4:torture/basic/denytest.c - use "typeof" in a better supported syntaxMatthias Dieter Wallnöfer1-5/+5
2010-03-30s4:registry/tests/diff.c - try to make also this test compatible with big-end...Matthias Dieter Wallnöfer1-4/+5
2010-03-30s4:registry/tests/hive.c - make the test compatible with big-endian platformsMatthias Dieter Wallnöfer1-41/+27