summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | handle pushing of zero length smb2 stringsAndrew Tridgell2008-02-181-0/+6
| | | | | | | | | | | | | | | | (This used to be commit 66d0502228b31533b5d93731128a681992c22eda)
| | * | fixed RAW-READ after the bufinfo changes. Thanks to Metze for spottingAndrew Tridgell2008-02-161-0/+3
| | | | | | | | | | | | | | | | | | | | this. (This used to be commit 3c9973b695a0b5c30d3a5bfabecf62dd1a25ebc1)
| | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-02-169-365/+604
| | |\ \ | | | | | | | | | | | | | | | (This used to be commit 26475a231f73aaeef31e433b33dbfee6158e321d)
| | * | | fixed handling of zero sized buffers versus NULL buffers inAndrew Tridgell2008-02-161-10/+31
| | | | | | | | | | | | | | | | | | | | | | | | | SMB2. Thanks to Metze for spotting this. (This used to be commit fbcf3e65b9284e5d1862c98706d7f148a36afe47)
| * | | | Prevent adding libreplace when not necessary.Jelmer Vernooij2008-02-161-3/+1
| | | | | | | | | | | | | | | | | | | | (This used to be commit 978eb6f1616122e13429b00268d03942afc41425)
| * | | | Some more mergedobj fixes.Jelmer Vernooij2008-02-162-13/+4
| | | | | | | | | | | | | | | | | | | | (This used to be commit c481d88d37346885f7809f73035a2bc9f2468848)
| * | | | Use standard variable for partial linking.Jelmer Vernooij2008-02-163-1/+5
| | | | | | | | | | | | | | | | | | | | (This used to be commit 949fca9540889bb640466fc21ca36d08f77066a3)
| * | | | Reintroduce mergedobj support.Jelmer Vernooij2008-02-163-1/+32
| | | | | | | | | | | | | | | | | | | | (This used to be commit 1cf23c58411a9b8a9bb97016c27c10a218e73146)
* | | | | Simpler handling of sonameflag.Jelmer Vernooij2008-02-161-16/+7
| | | | | | | | | | | | | | | | | | | | (This used to be commit ef532a715e8d05652bc7b320d6d0b88a93599b33)
* | | | | Merge unused function.Jelmer Vernooij2008-02-161-11/+2
| | | | | | | | | | | | | | | | | | | | (This used to be commit d3725224cfe0a10e99b0012f4e0e79ea427962de)
* | | | | Properly escape quotes in init functions.Jelmer Vernooij2008-02-161-1/+5
| | | | | | | | | | | | | | | | | | | | (This used to be commit 0efa80f30b4f3287a204af450a43dcdfa9baad8a)
* | | | | Move logic to makefileJelmer Vernooij2008-02-161-3/+3
| | | | | | | | | | | | | | | | | | | | (This used to be commit 412c1c2c1eabec25fb9d6506ece06032da798ebe)
* | | | | Move responsibilities of build.h to makefile.Jelmer Vernooij2008-02-1611-97/+13
| | | | | | | | | | | | | | | | | | | | (This used to be commit a43f6d37bce85748e9cf2675e5beced5db26f1c3)
* | | | | Remove some unused code.Jelmer Vernooij2008-02-161-8/+1
| | | | | | | | | | | | | | | | | | | | (This used to be commit 7a11659c18b5d13c5397e8121ef4e35e188a8402)
* | | | | Avoid creating a whole bunch of files in bin/modules.Jelmer Vernooij2008-02-161-18/+3
| | | | | | | | | | | | | | | | | | | | (This used to be commit dadae70042600f13f6f9bfcf2d045a797e2b9e69)
* | | | | Remove some unused code.Jelmer Vernooij2008-02-162-13/+6
| | | | | | | | | | | | | | | | | | | | (This used to be commit 8214fb600ec626a8dd01ef3e2af1f4a8bf27dcb2)
* | | | | Use make list concatenation support to create list of object files for ↵Jelmer Vernooij2008-02-163-23/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | subsystems/libraries. (This used to be commit 6d3c45889fd20dba5f77466f1e4452a47b442ae4)
* | | | | Use make to generate list of python files, remove unused variable.Jelmer Vernooij2008-02-161-9/+2
| | | | | | | | | | | | | | | | | | | | (This used to be commit 7ec39624392fd0a0e64326e06acf9d42c86d06f9)
* | | | | Remove unused ALL_OBJS variable.Jelmer Vernooij2008-02-161-14/+3
| | | | | | | | | | | | | | | | | | | | (This used to be commit 919976f393274c6dfe5394eef79f2f3b38f1ffa9)
* | | | | Use make to create lists of plugins, remove duplicate variable.Jelmer Vernooij2008-02-162-7/+2
| | | | | | | | | | | | | | | | | | | | (This used to be commit 36cc584374d32c7875333fa5abd97b31e83291aa)
* | | | | Use make to create lists of pc files and prototype headers.Jelmer Vernooij2008-02-162-5/+8
| | | | | | | | | | | | | | | | | | | | (This used to be commit 6cc7bc1586e892e8470cb3f18a7afa2029a0399d)
* | | | | Use make to generate list of prototype headers.Jelmer Vernooij2008-02-161-4/+2
| | | | | | | | | | | | | | | | | | | | (This used to be commit 20800de0581de1f8be57755df5cc05ffad34ada9)
* | | | | Use make to generate lists of libraries.Jelmer Vernooij2008-02-161-6/+2
| | | | | | | | | | | | | | | | | | | | (This used to be commit 8e1396d5666b1c9306e04cf98d1c89fa13199c7d)
* | | | | Generate manpage list with make.Jelmer Vernooij2008-02-161-4/+1
| | | | | | | | | | | | | | | | | | | | (This used to be commit 7eaa96169f0a32110194560ff27ed89120160efc)
* | | | | Create SBIN_PROGS and BIN_PROGS lists from within make.Jelmer Vernooij2008-02-161-6/+2
| | | | | | | | | | | | | | | | | | | | (This used to be commit 62abd38725ecbe149075a5e2097a08981cd156cf)
* | | | | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-162-8/+4
|\| | | | | | | | | | | | | | | | | | | (This used to be commit 8e716d139003d3e743dd99d93f76da4cfa7d48b3)
| * | | | Remove unused code.Jelmer Vernooij2008-02-162-8/+4
| | | | | | | | | | | | | | | | | | | | (This used to be commit 98d6095b9605ff4db61394719f29b3e38349c59f)
* | | | | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-162-13/+20
|\| | | | | | | | | | | | | | | | | | | (This used to be commit c1b2b5f9f479e202f30f245a47d2743a592deeb8)
| * | | | Simplify handling of plugin installation.Jelmer Vernooij2008-02-162-13/+20
| | | | | | | | | | | | | | | | | | | | (This used to be commit 8f1270dd5c7688f023cf24215fa229da213e760c)
| * | | | Add static header for gencache.Jelmer Vernooij2008-02-163-6/+95
| | | | | | | | | | | | | | | | | | | | (This used to be commit 58c25657bf552a11e7c522602805ba961de94cf2)
* | | | | use gmake to handle .py file copies.Jelmer Vernooij2008-02-162-3/+5
| | | | | | | | | | | | | | | | | | | | (This used to be commit 33111f98df7e8f9bb7d62599c6b13a1a4479a2e1)
* | | | | Rely on GNU make to build static libraries.Jelmer Vernooij2008-02-162-4/+7
| | | | | | | | | | | | | | | | | | | | (This used to be commit 8e9856412befc0ea94536dd492588f232347564a)
* | | | | Revert "Allow LDB to be a static library again."Jelmer Vernooij2008-02-164-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 16fd90d7a99ae8eaf2accf3c8b3ec55b2223f9cd. (This used to be commit 9166e48944819041ed5db6dbd432fc660660c5ce)
* | | | | Allow LDB to be a static library again.Jelmer Vernooij2008-02-164-29/+0
| | | | | | | | | | | | | | | | | | | | (This used to be commit 16fd90d7a99ae8eaf2accf3c8b3ec55b2223f9cd)
* | | | | Add static header for gencache.Jelmer Vernooij2008-02-163-6/+95
|/ / / / | | | | | | | | | | | | (This used to be commit 9a0f6a0012243a74702c723dec808c99c58c772e)
* | / / Formatting fixes.Jelmer Vernooij2008-02-161-2/+3
| |/ / |/| | | | | | | | (This used to be commit bc0fab89e325ebb6ab870b1c3f4b263c50631b70)
* | | Unconditionally run the python tests.Jelmer Vernooij2008-02-151-30/+26
| | | | | | | | | | | | (This used to be commit 0ab4428fce9f2b970dfbced3b5dfea7ec688760a)
* | | Reconcile header files for torture utility functions.Jelmer Vernooij2008-02-156-55/+123
| | | | | | | | | | | | (This used to be commit 1269758e95686cc155284d5d56080e1be11bbd75)
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-1520-469/+606
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/torture/libnet/libnet_BecomeDC.c (This used to be commit 2da0734f439ee5f4e3eb1c9416e7df4450f08534)
| * | | lsa.idl: add lsa_AsciiStringLargeStefan Metzmacher2008-02-151-0/+6
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 646c597b79cb01474ed8139e4e790206bd84632c)
| * | | lsa.idl: don't use ascstr_noterm anymoreStefan Metzmacher2008-02-151-3/+3
| |/ / | | | | | | | | | | | | metze (This used to be commit b994f899b42d294c0418bdc82660a2f7510667d6)
| * | epmapper.idl: don't use ascstr2 anymoreStefan Metzmacher2008-02-151-1/+10
| | | | | | | | | | | | | | | metze (This used to be commit 96f1ad6d27fdfecd3a07a05052c8085d66472106)
| * | epmapper.idl: add link to official IDLStefan Metzmacher2008-02-151-0/+1
| | | | | | | | | | | | | | | metze (This used to be commit b5c0a6c114b5c832f742bd84179e5e9a5aed3698)
| * | dcerpc.idl: use charset() instead of ascstr3Stefan Metzmacher2008-02-151-1/+2
| | | | | | | | | | | | | | | metze (This used to be commit 47447f60bc8e5dd1021752e9b011f22762e45eed)
| * | ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ↵Stefan Metzmacher2008-02-151-0/+3
| | | | | | | | | | | | | | | | | | | | | return 0 metze (This used to be commit ae6976eb4a8ddafc40ce91f68c9bca861502093b)
| * | drsuapi.idl: use charset() instead of the exotic flags() and stringStefan Metzmacher2008-02-151-3/+6
| | | | | | | | | | | | | | | metze (This used to be commit 70c7faace76a84d2fe15accf4f8a1ca0ad905bd4)
| * | krb5pac.idl: use charset() instead of string type with flagsStefan Metzmacher2008-02-151-1/+2
| | | | | | | | | | | | | | | metze (This used to be commit 30657ae0ebdb85ae995a3dfe3ce123851fd92e0f)
| * | NET-API-BECOME-DC: at least find the 'provision' function in python modeStefan Metzmacher2008-02-151-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)
| * | cyrus_sasl: fix compiler warningsStefan Metzmacher2008-02-151-1/+4
| | | | | | | | | | | | | | | metze (This used to be commit 558c717c6c279b739633e26855910b61b792e7b6)
| * | remove redundent codeAndrew Tridgell2008-02-151-3/+0
| | | | | | | | | | | | (This used to be commit 7f2421f17cae313d7dbf5c35c73b5410cb1d5db0)