summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-11Fix typo.Jelmer Vernooij1-1/+1
2008-02-11Avoid autogenerating the Makefile but rather include a data.mk fileJelmer Vernooij7-211/+210
2008-02-11Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same.Michael Adam1-1/+1
2008-02-11Fix a c++ warningVolker Lendecke1-1/+2
2008-02-11talloc_free_children can only reset pool if it's emptyVolker Lendecke1-1/+2
2008-02-11Mark talloc_pool memory for valgrindVolker Lendecke1-3/+16
2008-02-11Implement talloc_pool()Volker Lendecke3-7/+207
2008-02-11Add a comment.Michael Adam1-0/+1
2008-02-11Fix talloctort: move size check after referenced ptr check.Michael Adam1-5/+5
2008-02-11Don't shrink a talloc area if we have less than 1k to gainVolker Lendecke1-0/+5
2008-02-11Make data about what subsystems/libraries are enabled available in the mkconf...Jelmer Vernooij2-3/+8
2008-02-11Fix the build: remove reference to inexistent header samba3_proto.hMichael Adam1-1/+0
2008-02-11Fix accidently introduced typo.Jelmer Vernooij1-1/+1
2008-02-11Ignore mkconfig.mk file, which is autogenerated.Jelmer Vernooij1-0/+1
2008-02-11Remove Samba 3 backwards compatibility code in C.Jelmer Vernooij14-1868/+3
2008-02-11Remove tests for Samba 3 EJS code.Jelmer Vernooij3-1318/+1
2008-02-11Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij15-37/+633
2008-02-11Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij5-8/+13
2008-02-11Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pythonJelmer Vernooij12-229/+175
2008-02-11Fix typo.Jelmer Vernooij1-1/+1
2008-02-11autoconf: We build Samba from git now, not from SVN.Kai Blin1-7/+7
2008-02-11Fix switching of hives in regshell (#5254)Jelmer Vernooij1-0/+3
2008-02-11provision: Fix new user creation.Kai Blin1-2/+2
2008-02-11pidl/Samba3::ServerNDR: use talloc_tos() instead of NULLStefan Metzmacher1-1/+1
2008-02-11Avoid autogenerating the Makefile but rather include a data.mk fileJelmer Vernooij7-211/+210
2008-02-11Fix case.Jelmer Vernooij1-1/+1
2008-02-11Move some more variables to static .mk file.Jelmer Vernooij2-13/+9
2008-02-11Automatically write AC_SUBST() vars to mkconfig.mk and use them.Jelmer Vernooij4-149/+73
2008-02-10Move some variables to a separate .mk file that could also be included by a n...Jelmer Vernooij3-9/+18
2008-02-10Start working on generating .mk file from configure for inclusion in Makefile.Jelmer Vernooij1-9/+26
2008-02-10Make formatting a bit more ReST-valid.Jelmer Vernooij2-36/+30
2008-02-10Change README to be ReST-compatible.Jelmer Vernooij1-17/+20
2008-02-10More syntax fixes, use more standard python functions.Jelmer Vernooij1-328/+247
2008-02-10Start working on python conversion of minschema.Jelmer Vernooij1-0/+660
2008-02-09Add tests for upgrade of WINS database.Jelmer Vernooij2-3/+20
2008-02-09Remove unused define.Jelmer Vernooij2-8/+3
2008-02-09Merge branch 'v4-0-trivial' into v4-0-pythonJelmer Vernooij0-0/+0
2008-02-09Fix typo.Jelmer Vernooij1-1/+1
2008-02-09Merge branch 'v4-0-trivial' into v4-0-pythonJelmer Vernooij164-3182/+5219
2008-02-09Fix tests.Jelmer Vernooij1-35/+24
2008-02-09Split up tests a bit, output subunit.Jelmer Vernooij1-753/+721
2008-02-09Add docstring.Jelmer Vernooij1-0/+2
2008-02-09Ignore Python apidocs, vim swap files.Jelmer Vernooij1-0/+2
2008-02-09Fix syntax of docstrings, set project name when generating Python API documen...Jelmer Vernooij3-6/+4
2008-02-09registry: Fix warning.Jelmer Vernooij1-1/+1
2008-02-09Move nmblookup blackbox test closer to the code it tests.Jelmer Vernooij2-2/+2
2008-02-09Move first_prereq test to m4 code.Jelmer Vernooij2-7/+9
2008-02-09Move some static makefile variables to rules.mk.Jelmer Vernooij2-39/+39
2008-02-09pidl: Allow fixed size arrays inside unions.Julien Kerihuel1-2/+2
2008-02-09Fix test count after pointer_default_top() removal.Jelmer Vernooij1-1/+1