summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-02-18Fix unresolved symbols.Jelmer Vernooij2-2/+4
2008-02-18Factor out common code that generates object lists.Jelmer Vernooij3-18/+3
2008-02-18Remove mergedobj files during clean.Jelmer Vernooij1-1/+1
2008-02-18Simplify some more smb_build code.Jelmer Vernooij1-9/+3
2008-02-18Fix build with partial linking.Jelmer Vernooij8-22/+18
2008-02-18Avoid redetermining paths; use already stored values.Jelmer Vernooij5-27/+25
2008-02-18Add elements in the build system implicitly if they're unknownJelmer Vernooij1-1/+14
2008-02-18Reenable partial linkingJelmer Vernooij3-4/+3
2008-02-18Fix installation of gencache.Jelmer Vernooij1-0/+1
2008-02-18Merge functions.Jelmer Vernooij1-12/+2
2008-02-18Eliminate duplicate variable.Jelmer Vernooij2-4/+1
2008-02-18Switch back to using static libraries for subsystems for now, since partial l...Jelmer Vernooij1-1/+2
2008-02-18Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij7-15/+63
2008-02-18disable the EAS level in SMB2-GETINFO test until we get some feedbackAndrew Tridgell1-4/+6
2008-02-18open a root handle in SMB2 should use a NULL filename, not a zero lengthAndrew Tridgell1-1/+2
2008-02-183 places where the VFS backend doesn't handle NULL strings.Andrew Tridgell3-0/+15
2008-02-18handle pushing of zero length smb2 stringsAndrew Tridgell1-0/+6
2008-02-16Prevent adding libreplace when not necessary.Jelmer Vernooij1-3/+1
2008-02-16Some more mergedobj fixes.Jelmer Vernooij2-13/+4
2008-02-16Use standard variable for partial linking.Jelmer Vernooij3-1/+5
2008-02-16Reintroduce mergedobj support.Jelmer Vernooij3-1/+32
2008-02-16Remove unused code.Jelmer Vernooij2-8/+4
2008-02-16Simplify handling of plugin installation.Jelmer Vernooij2-13/+20
2008-02-16Add static header for gencache.Jelmer Vernooij2-5/+95
2008-02-16Formatting fixes.Jelmer Vernooij1-2/+3
2008-02-16fixed RAW-READ after the bufinfo changes. Thanks to Metze for spottingAndrew Tridgell1-0/+3
2008-02-16Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell9-365/+604
2008-02-16fixed handling of zero sized buffers versus NULL buffers inAndrew Tridgell1-10/+31
2008-02-15Unconditionally run the python tests.Jelmer Vernooij1-30/+26
2008-02-15Reconcile header files for torture utility functions.Jelmer Vernooij6-55/+123
2008-02-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij17-469/+477
2008-02-15Mark the provision_bare() test as known failing for now.Jelmer Vernooij1-0/+1
2008-02-15Use struct for provision parameters since there are so many of them.Jelmer Vernooij5-186/+202
2008-02-15lsa.idl: add lsa_AsciiStringLargeStefan Metzmacher1-0/+6
2008-02-15lsa.idl: don't use ascstr_noterm anymoreStefan Metzmacher1-3/+3
2008-02-15epmapper.idl: don't use ascstr2 anymoreStefan Metzmacher1-1/+10
2008-02-15epmapper.idl: add link to official IDLStefan Metzmacher1-0/+1
2008-02-15dcerpc.idl: use charset() instead of ascstr3Stefan Metzmacher1-1/+2
2008-02-15ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ...Stefan Metzmacher1-0/+3
2008-02-15drsuapi.idl: use charset() instead of the exotic flags() and stringStefan Metzmacher1-3/+6
2008-02-15krb5pac.idl: use charset() instead of string type with flagsStefan Metzmacher1-1/+2
2008-02-15NET-API-BECOME-DC: at least find the 'provision' function in python modeStefan Metzmacher1-4/+16
2008-02-15cyrus_sasl: fix compiler warningsStefan Metzmacher1-1/+4
2008-02-15remove redundent codeAndrew Tridgell1-3/+0
2008-02-15fixed some options that could not be overridden on the command lineAndrew Tridgell1-10/+3
2008-02-15added blackbox testing of gentestAndrew Tridgell1-0/+1
2008-02-15convert gentest to use popt and the cmdline libraryAndrew Tridgell1-83/+83
2008-02-15make sure lp_ctx is initialisedAndrew Tridgell1-1/+2
2008-02-15fix typoAndrew Tridgell1-1/+1
2008-02-15added a blackbox test for masktestAndrew Tridgell2-5/+11