summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2008-02-18Fix unresolved symbols.Jelmer Vernooij2-2/+4
(This used to be commit dbcecb6d8fe3e13cc4da003adeda7623b746b751)
2008-02-18Factor out common code that generates object lists.Jelmer Vernooij3-18/+3
(This used to be commit ef14e1ab3267263d65c4c41cd3c0dab3680f4104)
2008-02-18Remove mergedobj files during clean.Jelmer Vernooij1-1/+1
(This used to be commit 78fb91ee672c15c7575e8f9db84c0524318bf8bd)
2008-02-18Simplify some more smb_build code.Jelmer Vernooij1-9/+3
(This used to be commit 95b06bd8f2a91c9f3f9e9f05f7e2803d6b4100c7)
2008-02-18Fix build with partial linking.Jelmer Vernooij8-22/+18
(This used to be commit bfad9610c472e8d7e3656e19c8dbb6b85727dc13)
2008-02-18Avoid redetermining paths; use already stored values.Jelmer Vernooij5-27/+25
(This used to be commit 0d223ddc39b7438dbce6716f1f00c29579a1f4c4)
2008-02-18Add elements in the build system implicitly if they're unknownJelmer Vernooij1-1/+14
(so they can be regular make rules). (This used to be commit 1da14d5efe63b97719c81fcf4851c5b79609776b)
2008-02-18Reenable partial linkingJelmer Vernooij3-4/+3
(This used to be commit a7512fb059d5dcb6bf70418622206eec94153693)
2008-02-18Fix installation of gencache.Jelmer Vernooij1-0/+1
(This used to be commit 96f073020fa6a5553222c7b05654d30fd13b5e69)
2008-02-18Merge functions.Jelmer Vernooij1-12/+2
(This used to be commit d318809f0db71f4a37033c3e9f0dce2ee5a69b07)
2008-02-18Eliminate duplicate variable.Jelmer Vernooij2-4/+1
(This used to be commit f5b2b20cafc137604bc527ca6bb2bc8edab551e9)
2008-02-18Switch back to using static libraries for subsystems for now, since partial ↵Jelmer Vernooij1-1/+2
linking is still giving some problems. (This used to be commit 0d8ddae4964dc50e981e12b6a93235a50a0607ff)
2008-02-18Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij7-15/+63
(This used to be commit 2fb93e85eb5f415fbcdfb2fc0a1a58fad823138a)
2008-02-18disable the EAS level in SMB2-GETINFO test until we get some feedbackAndrew Tridgell1-4/+6
on how the alignment requirements have changed (This used to be commit 2a474568c2f85603657a97ad658089122a1f4f19)
2008-02-18open a root handle in SMB2 should use a NULL filename, not a zero lengthAndrew Tridgell1-1/+2
filename (This used to be commit a29dd708bf26440552ffa9d83332329b4c108857)
2008-02-183 places where the VFS backend doesn't handle NULL strings.Andrew Tridgell3-0/+15
(This used to be commit cf109460aff5a8437ab7eba05e4d7316a131080e)
2008-02-18handle pushing of zero length smb2 stringsAndrew Tridgell1-0/+6
(This used to be commit 66d0502228b31533b5d93731128a681992c22eda)
2008-02-16Prevent adding libreplace when not necessary.Jelmer Vernooij1-3/+1
(This used to be commit 978eb6f1616122e13429b00268d03942afc41425)
2008-02-16Some more mergedobj fixes.Jelmer Vernooij2-13/+4
(This used to be commit c481d88d37346885f7809f73035a2bc9f2468848)
2008-02-16Use standard variable for partial linking.Jelmer Vernooij3-1/+5
(This used to be commit 949fca9540889bb640466fc21ca36d08f77066a3)
2008-02-16Reintroduce mergedobj support.Jelmer Vernooij3-1/+32
(This used to be commit 1cf23c58411a9b8a9bb97016c27c10a218e73146)
2008-02-16Remove unused code.Jelmer Vernooij2-8/+4
(This used to be commit 98d6095b9605ff4db61394719f29b3e38349c59f)
2008-02-16Simplify handling of plugin installation.Jelmer Vernooij2-13/+20
(This used to be commit 8f1270dd5c7688f023cf24215fa229da213e760c)
2008-02-16Add static header for gencache.Jelmer Vernooij2-5/+95
(This used to be commit 58c25657bf552a11e7c522602805ba961de94cf2)
2008-02-16Formatting fixes.Jelmer Vernooij1-2/+3
(This used to be commit bc0fab89e325ebb6ab870b1c3f4b263c50631b70)
2008-02-16fixed RAW-READ after the bufinfo changes. Thanks to Metze for spottingAndrew Tridgell1-0/+3
this. (This used to be commit 3c9973b695a0b5c30d3a5bfabecf62dd1a25ebc1)
2008-02-16Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell9-365/+604
(This used to be commit 26475a231f73aaeef31e433b33dbfee6158e321d)
2008-02-16fixed handling of zero sized buffers versus NULL buffers inAndrew Tridgell1-10/+31
SMB2. Thanks to Metze for spotting this. (This used to be commit fbcf3e65b9284e5d1862c98706d7f148a36afe47)
2008-02-15Unconditionally run the python tests.Jelmer Vernooij1-30/+26
(This used to be commit 0ab4428fce9f2b970dfbced3b5dfea7ec688760a)
2008-02-15Reconcile header files for torture utility functions.Jelmer Vernooij6-55/+123
(This used to be commit 1269758e95686cc155284d5d56080e1be11bbd75)
2008-02-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij17-469/+477
Conflicts: source/torture/libnet/libnet_BecomeDC.c (This used to be commit 2da0734f439ee5f4e3eb1c9416e7df4450f08534)
2008-02-15Mark the provision_bare() test as known failing for now.Jelmer Vernooij1-0/+1
(This used to be commit bb473a8d11ce0ab8d5c9f0b339861b552fc2b262)
2008-02-15Use struct for provision parameters since there are so many of them.Jelmer Vernooij5-186/+202
(This used to be commit 4b9d5bc57ca4ee14c142ea720dce5e4ee97f8c16)
2008-02-15lsa.idl: add lsa_AsciiStringLargeStefan Metzmacher1-0/+6
metze (This used to be commit 646c597b79cb01474ed8139e4e790206bd84632c)
2008-02-15lsa.idl: don't use ascstr_noterm anymoreStefan Metzmacher1-3/+3
metze (This used to be commit b994f899b42d294c0418bdc82660a2f7510667d6)
2008-02-15epmapper.idl: don't use ascstr2 anymoreStefan Metzmacher1-1/+10
metze (This used to be commit 96f1ad6d27fdfecd3a07a05052c8085d66472106)
2008-02-15epmapper.idl: add link to official IDLStefan Metzmacher1-0/+1
metze (This used to be commit b5c0a6c114b5c832f742bd84179e5e9a5aed3698)
2008-02-15dcerpc.idl: use charset() instead of ascstr3Stefan Metzmacher1-1/+2
metze (This used to be commit 47447f60bc8e5dd1021752e9b011f22762e45eed)
2008-02-15ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ↵Stefan Metzmacher1-0/+3
return 0 metze (This used to be commit ae6976eb4a8ddafc40ce91f68c9bca861502093b)
2008-02-15drsuapi.idl: use charset() instead of the exotic flags() and stringStefan Metzmacher1-3/+6
metze (This used to be commit 70c7faace76a84d2fe15accf4f8a1ca0ad905bd4)
2008-02-15krb5pac.idl: use charset() instead of string type with flagsStefan Metzmacher1-1/+2
metze (This used to be commit 30657ae0ebdb85ae995a3dfe3ce123851fd92e0f)
2008-02-15NET-API-BECOME-DC: at least find the 'provision' function in python modeStefan Metzmacher1-4/+16
This is still broken, as we call provision() with wrong arguments. Also the python provision() function, doesn't allow us to specify the locations of the partition ldb files, this is strictly needed otherwise the torture test destroys a production databases. I think we should have a provision_become_dc() again! metze (This used to be commit 096eafd34778dde222bce4b0a5c0fc38b7de0359)
2008-02-15cyrus_sasl: fix compiler warningsStefan Metzmacher1-1/+4
metze (This used to be commit 558c717c6c279b739633e26855910b61b792e7b6)
2008-02-15remove redundent codeAndrew Tridgell1-3/+0
(This used to be commit 7f2421f17cae313d7dbf5c35c73b5410cb1d5db0)
2008-02-15fixed some options that could not be overridden on the command lineAndrew Tridgell1-10/+3
(This used to be commit eea486d8942fdda769684fa6e825c0f899cf3304)
2008-02-15added blackbox testing of gentestAndrew Tridgell1-0/+1
(This used to be commit 716345fd38dfd8c6e610fbd6ba84c4f33e3edbb9)
2008-02-15convert gentest to use popt and the cmdline libraryAndrew Tridgell1-83/+83
(This used to be commit 681366b956a71aa7bd16b75263ccd73ddc680082)
2008-02-15make sure lp_ctx is initialisedAndrew Tridgell1-1/+2
(This used to be commit 3abb33c8bff9aac8ba1ba4783b919732e5159283)
2008-02-15fix typoAndrew Tridgell1-1/+1
(This used to be commit 1699b2a804cf91175de2528c1e640a09b4de4f08)
2008-02-15added a blackbox test for masktestAndrew Tridgell2-5/+11
(This used to be commit 05a110123df2372418e2ef2fd8f269b92054069c)