summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Factor out common code that generates object lists.Jelmer Vernooij2008-02-183-18/+3
* Remove mergedobj files during clean.Jelmer Vernooij2008-02-181-1/+1
* Simplify some more smb_build code.Jelmer Vernooij2008-02-181-9/+3
* Fix build with partial linking.Jelmer Vernooij2008-02-188-22/+18
* Avoid redetermining paths; use already stored values.Jelmer Vernooij2008-02-185-27/+25
* Add elements in the build system implicitly if they're unknownJelmer Vernooij2008-02-181-1/+14
* Reenable partial linkingJelmer Vernooij2008-02-183-4/+3
* Fix installation of gencache.Jelmer Vernooij2008-02-181-0/+1
* Merge functions.Jelmer Vernooij2008-02-181-12/+2
* Eliminate duplicate variable.Jelmer Vernooij2008-02-182-4/+1
* Switch back to using static libraries for subsystems for now, since partial l...Jelmer Vernooij2008-02-181-1/+2
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-187-15/+63
|\
| * disable the EAS level in SMB2-GETINFO test until we get some feedbackAndrew Tridgell2008-02-181-4/+6
| * open a root handle in SMB2 should use a NULL filename, not a zero lengthAndrew Tridgell2008-02-181-1/+2
| * 3 places where the VFS backend doesn't handle NULL strings.Andrew Tridgell2008-02-183-0/+15
| * handle pushing of zero length smb2 stringsAndrew Tridgell2008-02-181-0/+6
| * fixed RAW-READ after the bufinfo changes. Thanks to Metze for spottingAndrew Tridgell2008-02-161-0/+3
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-02-169-365/+604
| |\
| * | fixed handling of zero sized buffers versus NULL buffers inAndrew Tridgell2008-02-161-10/+31
* | | Prevent adding libreplace when not necessary.Jelmer Vernooij2008-02-161-3/+1
* | | Some more mergedobj fixes.Jelmer Vernooij2008-02-162-13/+4
* | | Use standard variable for partial linking.Jelmer Vernooij2008-02-163-1/+5
* | | Reintroduce mergedobj support.Jelmer Vernooij2008-02-163-1/+32
* | | Remove unused code.Jelmer Vernooij2008-02-162-8/+4
* | | Simplify handling of plugin installation.Jelmer Vernooij2008-02-162-13/+20
* | | Add static header for gencache.Jelmer Vernooij2008-02-163-6/+95
* | | Formatting fixes.Jelmer Vernooij2008-02-161-2/+3
| |/ |/|
* | Unconditionally run the python tests.Jelmer Vernooij2008-02-151-30/+26
* | Reconcile header files for torture utility functions.Jelmer Vernooij2008-02-156-55/+123
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-1520-469/+606
|\ \
| * | lsa.idl: add lsa_AsciiStringLargeStefan Metzmacher2008-02-151-0/+6
| * | lsa.idl: don't use ascstr_noterm anymoreStefan Metzmacher2008-02-151-3/+3
| |/
| * epmapper.idl: don't use ascstr2 anymoreStefan Metzmacher2008-02-151-1/+10
| * epmapper.idl: add link to official IDLStefan Metzmacher2008-02-151-0/+1
| * dcerpc.idl: use charset() instead of ascstr3Stefan Metzmacher2008-02-151-1/+2
| * ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ...Stefan Metzmacher2008-02-151-0/+3
| * drsuapi.idl: use charset() instead of the exotic flags() and stringStefan Metzmacher2008-02-151-3/+6
| * krb5pac.idl: use charset() instead of string type with flagsStefan Metzmacher2008-02-151-1/+2
| * NET-API-BECOME-DC: at least find the 'provision' function in python modeStefan Metzmacher2008-02-151-4/+16
| * cyrus_sasl: fix compiler warningsStefan Metzmacher2008-02-151-1/+4
| * remove redundent codeAndrew Tridgell2008-02-151-3/+0
| * fixed some options that could not be overridden on the command lineAndrew Tridgell2008-02-151-10/+3
| * added blackbox testing of gentestAndrew Tridgell2008-02-152-0/+48
| * convert gentest to use popt and the cmdline libraryAndrew Tridgell2008-02-151-83/+83
| * make sure lp_ctx is initialisedAndrew Tridgell2008-02-151-1/+2
| * fix typoAndrew Tridgell2008-02-151-1/+1
| * added a blackbox test for masktestAndrew Tridgell2008-02-153-5/+52
| * fixed masktest to use popt, and fixed the incorrect pstring conversionAndrew Tridgell2008-02-151-94/+63
| * converted locktest to use popt and cmdline utility codeAndrew Tridgell2008-02-154-99/+77
| * added blackbox testing for locktestAndrew Tridgell2008-02-153-1/+56