Avoid using setup.py for intsallation.
[samba.git] / source4 /
2008-02-12 Jelmer VernooijAvoid using setup.py for intsallation.
2008-02-11 Jelmer VernooijManually compile python files rather than use setup.py.
2008-02-11 Jelmer VernooijManually compile python files rather than using setup.py.
2008-02-11 Jelmer VernooijFix out of tree builds.
2008-02-11 Jelmer VernooijSplit actual content out of tdb Makefile into a separat...
2008-02-11 Jelmer VernooijSplit actual content out of talloc Makefile into talloc.mk.
2008-02-11 Jelmer VernooijMove some more rules to rules.mk
2008-02-11 Jelmer VernooijSplit rules.mk out of Makefile.
2008-02-11 Jelmer VernooijSplit rules out of tdb Makefile.
2008-02-11 Jelmer Vernooijldb: Split up the Makefile so it will be possible later...
2008-02-11 Jelmer VernooijUse make variables in cflags file (now supported by...
2008-02-11 Jelmer VernooijSupport including files in the cflags.pl script.
2008-02-11 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-11 Jelmer VernooijTORTUREDIR as target dir for binaries is no longer...
2008-02-11 Jelmer VernooijClean up data.mk file in distclean.
2008-02-11 Jelmer VernooijPrint warning when config.status doesn't exist and...
2008-02-11 Jelmer VernooijRemove unused function.
2008-02-11 Jelmer VernooijMove pidl bits to a separate file.
2008-02-11 Jelmer VernooijFix typo.
2008-02-11 Jelmer VernooijAvoid autogenerating the Makefile but rather include...
2008-02-11 Michael AdamMake versions in lib/talloc/config.mk and lib/talloc...
2008-02-11 Volker LendeckeFix a c++ warning
2008-02-11 Volker Lendecketalloc_free_children can only reset pool if it's empty
2008-02-11 Volker LendeckeMark talloc_pool memory for valgrind
2008-02-11 Volker LendeckeImplement talloc_pool()
2008-02-11 Michael AdamAdd a comment.
2008-02-11 Michael AdamFix talloctort: move size check after referenced ptr...
2008-02-11 Volker LendeckeDon't shrink a talloc area if we have less than 1k...
2008-02-11 Jelmer VernooijMake data about what subsystems/libraries are enabled...
2008-02-11 Michael AdamFix the build: remove reference to inexistent header...
2008-02-11 Jelmer VernooijFix accidently introduced typo.
2008-02-11 Jelmer VernooijRemove Samba 3 backwards compatibility code in C.
2008-02-11 Jelmer VernooijRemove tests for Samba 3 EJS code.
2008-02-11 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-11 Jelmer VernooijUse SMB_CONF_PATH environment variable inside tests...
2008-02-11 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-11 Jelmer VernooijFix typo.
2008-02-11 Kai Blinautoconf: We build Samba from git now, not from SVN.
2008-02-11 Jelmer VernooijFix switching of hives in regshell (#5254)
2008-02-11 Kai Blinprovision: Fix new user creation.
2008-02-11 Stefan Metzmacherpidl/Samba3::ServerNDR: use talloc_tos() instead of...
2008-02-11 Jelmer VernooijAvoid autogenerating the Makefile but rather include...
2008-02-11 Jelmer VernooijFix case.
2008-02-11 Jelmer VernooijMove some more variables to static .mk file.
2008-02-10 Jelmer VernooijAutomatically write AC_SUBST() vars to mkconfig.mk...
2008-02-10 Jelmer VernooijMove some variables to a separate .mk file that could...
2008-02-10 Jelmer VernooijStart working on generating .mk file from configure...
2008-02-09 Jelmer VernooijMore syntax fixes, use more standard python functions.
2008-02-09 Jelmer VernooijStart working on python conversion of minschema.
2008-02-09 Jelmer VernooijAdd tests for upgrade of WINS database.
2008-02-09 Jelmer VernooijRemove unused define.
2008-02-09 Jelmer VernooijMerge branch 'v4-0-trivial' into v4-0-python
2008-02-09 Jelmer VernooijFix typo.
2008-02-09 Jelmer VernooijMerge branch 'v4-0-trivial' into v4-0-python
2008-02-09 Jelmer VernooijFix tests.
2008-02-09 Jelmer VernooijSplit up tests a bit, output subunit.
2008-02-09 Jelmer VernooijAdd docstring.
2008-02-09 Jelmer VernooijFix syntax of docstrings, set project name when generat...
2008-02-09 Jelmer Vernooijregistry: Fix warning.
2008-02-09 Jelmer VernooijMove nmblookup blackbox test closer to the code it...
2008-02-09 Jelmer VernooijMove first_prereq test to m4 code.
2008-02-09 Jelmer VernooijMove some static makefile variables to rules.mk.
2008-02-09 Julien Kerihuelpidl: Allow fixed size arrays inside unions.
2008-02-09 Jelmer VernooijFix test count after pointer_default_top() removal.
2008-02-09 Jelmer VernooijMove more make code to rules.mk
2008-02-09 Jelmer VernooijUse mkinclude (makes the Makefile a bit shorter), use...
2008-02-09 Jelmer VernooijSupport 'mkinclude' command in .mk files.
2008-02-09 Jelmer VernooijRemove unused path update.
2008-02-09 Jelmer VernooijRe-enable python support in BECOME-DC test.
2008-02-09 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-09 Jelmer VernooijIgnore kinit with pkinit test failures for now.
2008-02-09 Jelmer Vernooijtorture: Merge util.c into util_smb.c
2008-02-09 Jelmer VernooijMove nt_time_equal() to libutil.
2008-02-09 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-09 Andrew BartlettRemove the forced 'krb5' from the NET-API-BECOME-DC...
2008-02-09 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-09 Andrew BartlettGive a more useful error when the templates.ldb can...
2008-02-09 Andrew BartlettMake the provision test more real, use a foo.example...
2008-02-09 Jelmer VernooijFix upgrade after provision parameter rename.
2008-02-09 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-09 Jelmer VernooijFix provision python test.
2008-02-09 Jelmer VernooijAdd tests for findnss(), add some docstrings.
2008-02-09 Jelmer VernooijRemove unused class members.
2008-02-08 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-08 Andrew BartlettFrom a request from Peter Huang, include IPsec sechema.
2008-02-08 Michael AdamReformat SMB_EXT_LIB_FROM_PKGCONFIG: fix spacing and...
2008-02-08 Jelmer Vernooijbuild: Remove unused functions Import() and GetInfo().
2008-02-08 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-08 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-08 Andrew BartlettRemove unused parameter from provision()
2008-02-08 Andrew BartlettLDAP now works with the python provision!
2008-02-08 Andrew BartlettFix LDAP backend with python
2008-02-08 Andrew BartlettReset error strings
2008-02-08 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-08 Andrew Tridgellmerge tdb changes from ctdb
2008-02-08 Andrew BartlettFix syntax in LDAP test
2008-02-08 Jelmer VernooijFix formatting.
2008-02-08 Andrew BartlettRevert to ejs for 'provision'
2008-02-08 Andrew BartlettRemove unused argument to provision().
2008-02-08 Andrew BartlettLDAP backend provision now works with python.
next