summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-13waf: Simplify handling of python modules.Jelmer Vernooij2-21/+6
2011-11-13Revert 9a5ae8edd6d006c078b3af8fdfd84677a63276b1.Jelmer Vernooij1-3/+0
2011-11-13pytdb: Shorter description which fits on a single line.Jelmer Vernooij1-1/+2
2011-11-13testtools: Import new upstream snapshot.Jelmer Vernooij6-8/+30
2011-11-13subunit: Import new upstream snapshot.Jelmer Vernooij7-22/+92
2011-11-13wafsamba: Support allow_undefined_symbols in SAMBA_SUBSYSTEM.Jelmer Vernooij1-4/+10
2011-11-13wafsambaa: Support libraries that don't have the same name as their pkg-confi...Jelmer Vernooij1-1/+1
2011-11-13ldb: Only check for pkg-config file when checking for system ldb.Jelmer Vernooij1-2/+2
2011-11-13tevent: Only check for pkg-config file when checking for system tevent.Jelmer Vernooij1-1/+1
2011-11-13tdb: Only check for pkg-config file when checking for system tdb.Jelmer Vernooij1-1/+1
2011-11-13talloc: Only check for pkg-config file when checking for system talloc.Jelmer Vernooij1-2/+2
2011-11-13subunit: Only check for pkg-config file and use proper pkg-config file name.Jelmer Vernooij1-1/+1
2011-11-13wafsamba: add CHECK_BUNDLED_SYSTEM_PKG function.Jelmer Vernooij1-8/+64
2011-11-13tevent: Only build pytevent if the system doesn't provide it.Jelmer Vernooij1-5/+8
2011-11-13ldb: Use pyembed rather than pyext for ldb-util library.Jelmer Vernooij2-2/+6
2011-11-13tevent: remove unnecessary enablement.Jelmer Vernooij1-1/+0
2011-11-13pytalloc-util: Don't mark as python extension, use pyembed instead.Jelmer Vernooij1-1/+1
2011-11-13waf: Don't link python modules against libpython2.x, consistent with other Py...Jelmer Vernooij3-6/+5
2011-11-13upgrade: use logger.warning.Jelmer Vernooij1-4/+4
2011-11-13samba-tool: allow dbcheck to correct the originating_change_time of the delet...Matthieu Patou1-0/+34
2011-11-13s4-dsdb: initialize correctly the value of originating_change_time for the De...Matthieu Patou1-2/+52
2011-11-13s4-drs: check if we have a domain level >= 2k8r2 as before the isRecycled do ...Matthieu Patou1-7/+24
2011-11-13samba-tool: dbcheck avoid problems with deleted objectsMatthieu Patou1-1/+1
2011-11-11s4: Simple test script to create lots of contacts to stress the LDBMatthieu Patou1-0/+96
2011-11-11s4-librpc: do not limit to the first IP when trying to do a rpc connectionMatthieu Patou1-7/+25
2011-11-11s4-socket: allow connect_multi_next_socket to try all the IP for a given hostMatthieu Patou1-12/+21
2011-11-11py_passdb: Cannot steal an item pointer from an arrayAmitay Isaacs1-4/+9
2011-11-11policy/tests: Fix import of TestCase.Jelmer Vernooij1-2/+3
2011-11-10selftesthelper: Fix argument order.Jelmer Vernooij1-1/+1
2011-11-10selftest: Make planoldpythontestsuite arguments consistent with planpythontes...Jelmer Vernooij1-1/+1
2011-11-10selftesthelpers: Fix syntax error.Jelmer Vernooij1-1/+1
2011-11-10selftest: Simplify calling of python tests.Jelmer Vernooij1-14/+39
2011-11-10selftest: Allow passing arbitrary number of additional python path values.Jelmer Vernooij2-5/+3
2011-11-10ldb: Re-apply pyldb fixes from Tridge and Amity, using unittest ratherJelmer Vernooij2-34/+38
2011-11-10subunitrun: Add notes about subunitrun being deprecated.Jelmer Vernooij1-0/+12
2011-11-10selftest: re-implement directory option for planpythontestsuite.Jelmer Vernooij1-7/+11
2011-11-10Revert "test: added directory option to planpythontestsuite()"Jelmer Vernooij1-12/+5
2011-11-10Revert "test: added -D option to subunitrun"Jelmer Vernooij1-5/+0
2011-11-10Revert "pyldb: fixed ldb API test"Jelmer Vernooij1-36/+39
2011-11-10libcli/cldap/cldap.c - remove outdated commentMatthias Dieter Wallnöfer1-2/+0
2011-11-10s3: server_id.pid has turned 64 (bits, that is)Volker Lendecke1-4/+11
2011-11-10s3: Avoid a race with the async echo handlerVolker Lendecke1-33/+28
2011-11-10libcli/cldap: fix a crash bug in cldap_socket_recv_dgram() (bug #8593)Stefan Metzmacher1-10/+25
2011-11-10s4:finddcs_cldap: debug the correct server address instead of NULLStefan Metzmacher1-1/+2
2011-11-10s3:smbd: don't limit the number of open dptrs for smb2 (bug #8592)Stefan Metzmacher1-3/+12
2011-11-10s3:smbd: fully construct the dptr before allocating a dnum in the bitmapStefan Metzmacher1-27/+29
2011-11-10s3:smbd: avoid string_set() in dir.cStefan Metzmacher1-2/+9
2011-11-10Fix -Wunused-but-set-variable compiler warnings in tevent_signal.cMartin Schwenke1-4/+2
2011-11-10s4: samba-tool time --help documentation improvementsTheresa Halloran1-1/+14
2011-11-10s4: samba-tool group --help documentation improvementsTheresa Halloran1-4/+75