samba-svnmirror.git
2007-12-25 jelmerRemove existing files to prevent errors.
2007-12-25 jelmerProvide dir variable with current basedir in Makefile.
2007-12-25 jelmerAttempt to also support provisioning using Python in...
2007-12-25 jelmerSimplify the way Python tests are run.
2007-12-25 jelmerAttempt to provide alternative for hosts that don't...
2007-12-25 jelmerFixed upgrade.py.
2007-12-25 jelmerFix includes for hosts without gssapi as system header.
2007-12-25 jelmerAdd right paths to the Python sys.path setting so we...
2007-12-25 jelmer- More work on the python versions of samba3dump and...
2007-12-25 jelmerFinish fixing the samba3dump script.
2007-12-24 jelmerGet the first bits of samba3dump to work again.
2007-12-24 jelmerParsing routines for the smbpasswd file and idmap database.
2007-12-24 kaitorture: Add non-const version of torture_tcase_add_sim...
2007-12-24 kaiJanitorial: Rename torture_*_add_*test to torture_...
2007-12-24 jelmerFix reading Samba 3 WINS database and initial work...
2007-12-24 jelmerRename fetch to get for consistency with the Python...
2007-12-24 jelmerFix samba3.python tests.
2007-12-24 jelmerFix exception handling in ldb constructor.
2007-12-24 jelmerThrow a proper exception in the python code when tdb_op...
2007-12-24 jelmerUse the same swig flags everywhere.
2007-12-24 idraMake ldb_wait uniform, so that it is easy to remove...
2007-12-24 jelmerInclude sentinel in build.h, in case the list is empty.
2007-12-24 jelmerFix the typo that breaks the code coverage build.
2007-12-24 jelmerEnsure directory exists.
2007-12-24 jelmerFix the standalone ldb build.
2007-12-23 jelmerAllow the static module loading code to be used for...
2007-12-23 jelmerBuild a private copy of the Python executable for Samba...
2007-12-23 idraDo not call functions in the variable declaration,...
2007-12-23 jelmerFix warnings.
2007-12-23 jelmerFix warnings in the Python code.
2007-12-23 jelmerHide warnings about unused macros and casting qualifier...
2007-12-23 jelmer- Trim size of the swig-generated Python bindings by...
2007-12-23 vlendecJelmer tells me that ldb must inevitably be build as...
2007-12-23 vlendecRevert r26482
2007-12-22 jelmerAllow registering new ldb modules from python.
2007-12-22 jelmerFix member provision when using python.
2007-12-22 jelmerFix python registry bindings. 'PROVISION_PYTHON=yes...
2007-12-22 jelmerMore python bindings for registry code.
2007-12-22 jelmerFix reg_diff_apply argument order.
2007-12-22 jelmerFix provisioning using Python.
2007-12-22 jelmerFix make gdbtest, valgrindtest and testenv for shared...
2007-12-22 jelmerAdd script for running in valgrind.
2007-12-22 jelmerMake the provision function a bit smaller.
2007-12-21 gdAdd IDL for netr_GetForestTrustInformation().
2007-12-21 abartletsync WHATSNEW with release branch of Samba4
2007-12-21 abartletMake Fedora DS consistant use FEDORA_DS_ROOT, now we...
2007-12-21 jelmerUse python-config utility to find python compile/link...
2007-12-20 jelmerFix test for getifaddr on FreeBSD. Patch by Timur Bakeyev.
2007-12-20 jelmerFix html output.
2007-12-20 jelmerremove unused state variable, use dot as path separator...
2007-12-20 jpeachMake sure NULL is defined before using it to test for...
2007-12-20 metzelibreplace: fallback to __ss_family of struct sockaddr_...
2007-12-20 jelmerRemove suite-specific bits.
2007-12-20 jelmerRemove remaining variables from state hash.
2007-12-20 jelmerMake testsuites less special during subunit handling.
2007-12-20 jelmerRather than having a gazillion targets, add output...
2007-12-20 jelmerSync output with ejs.
2007-12-20 jelmerRevert my previous commit after concerns raised by...
2007-12-19 jelmerRemove unnecessary statics.
2007-12-19 jelmerPass path generation function around rather than base...
2007-12-19 jelmerSupport ldb.add({'dn': 'dc=foo,bar=bla', ...}).
2007-12-19 jelmerMore tests for provisioning code.
2007-12-19 jelmerGet rid of all-knowing ProvisionSettings object.
2007-12-19 metzeconfigure: using == in shell scripts isn't portable
2007-12-19 metzelibreplace: hopefully fix the share library/module...
2007-12-19 mimirFix mistake in assignment.
2007-12-19 mimirPrevent from displaying the results if the function
2007-12-19 mimirAdd NET-API-GROUPLIST test.
2007-12-19 abartletIndeed, this belongs in the schema module. Ranged...
2007-12-18 kaidsdb: Fix a warning.
2007-12-18 jelmerStart on tests for provision.
2007-12-18 jelmerFix argument value.
2007-12-18 jelmerConsistency in the API.
2007-12-18 jelmerImport self join.
2007-12-18 jelmerRefactor provisioning code.
2007-12-18 jelmerFix warnings on SamDB connect from Python, simplify...
2007-12-18 jelmerFix newlines.
2007-12-18 jelmerMore Python updates.
2007-12-18 mimirAdd libnet_GroupList function. Totally untested (yet...
2007-12-17 jelmerFix provision of registry using Python.
2007-12-17 jelmerAdd functions for setting and getting parameters on...
2007-12-17 jelmerFix line splitting in subunitrun.
2007-12-17 kainsswitch: Get rid of a pstring
2007-12-17 kaiRevert the talloc.c part of r26511, as talloc.h already...
2007-12-17 jelmerUpdate substitution dictionary for ldifs.
2007-12-17 jelmerAnother attempt at fixing darwin
2007-12-17 kaiJanitorial: Fix a warning for the 'printf' attribute...
2007-12-17 jelmerattempt to fix shld flags for darwin.
2007-12-17 jelmerDon't make boolean options eat the next argument.
2007-12-17 jelmerTighter dependencies in an attempt to fix missing symbo...
2007-12-17 jelmerFix function signature for freeifaddrs.
2007-12-17 jelmerStart running (really trivial) tests for upgrade script.
2007-12-17 jelmerAdd python bindings for some samdb-related functions...
2007-12-17 jelmerDon't rely on system-provided kerberos headers.
2007-12-17 jelmerChange order of arguments in param interface so it...
2007-12-17 jelmerRevert accidently removed pkg-config path change. Thank...
2007-12-17 kaiREADME: Samba4 is not a technical preview anymore.
2007-12-17 jelmerAllow testing python provision by setting the PROVISION...
2007-12-17 jelmerFix memory leak in iconv code.
2007-12-17 jelmerFix return type for freeifaddrs().
next