summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r25174: Export header from just one place.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit 82383a6c12c2c4f2a8779f9399e503003a4a9f99)
* r25168: Fix include for gen_ndr/misc.h. Patch by Julien Kerihuel.Jelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 160c0013dc02165ed1787291937b641b6cef5a2b)
* r25166: Simplify can_contain_deferred and add tests for it.Jelmer Vernooij2007-10-102-19/+28
| | | | (This used to be commit 1afc7dd4d33f05d58121defed88faf8fcee3df8f)
* r25164: Add talloc_asprintf_append_buffer() and the docs for it.Jeremy Allison2007-10-103-4/+82
| | | | | Jeremy. (This used to be commit 5bb8613b86a6788efde840d5b50710f9afd22fed)
* r25159: fix missing declarations warningStefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 3d321a5efc22f8a702095f7704a36325a97db138)
* r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.hStefan Metzmacher2007-10-1011-13/+2
| | | | | metze (This used to be commit 1fc3a37902005a4f127191b9183747ddfb1f59a3)
* r25124: Include link to summary page, hide environment variables for 'none' ↵Jelmer Vernooij2007-10-101-15/+18
| | | | | | environment. (This used to be commit 9fac2bd884bc325792d65bcdd166d785269655df)
* r25123: we only need lib/ldb/sqlite3.m4 and lib/ldb/libldb.m4,Stefan Metzmacher2007-10-101-2/+1
| | | | | | | when we build our own ldb... metze (This used to be commit 775f723c80335d3c701b907af18420ae68933d2f)
* r25122: fix interface detection codeStefan Metzmacher2007-10-101-0/+3
| | | | | | | jelmer: I wonder what broke it... metze (This used to be commit 4c8063b9c4ca2c0359859338a8335e177e9c31bd)
* r25116: Fix talloc_asprintf_append to do the right thing withJeremy Allison2007-10-101-5/+2
| | | | | | truncated strings. Jeremy. (This used to be commit 948d32bb62b0e8c68cc961a380eae602ffc71870)
* r25115: move normalizing of the define string into a functionStefan Metzmacher2007-10-101-11/+15
| | | | | | | | | and replace '-' with '_' as '-' isn't a string constant in C jelmer: I assume the "..". for the public header was a bug... metze (This used to be commit 5522ee146151603e64e0fc26fc8c900b0403c883)
* r25114: handle structs and unions without typedefs betterStefan Metzmacher2007-10-101-3/+14
| | | | | | | | | | in can_contain_deffered() jelmer: we need to handle this more genericly, I assume we have a lot of other related bugs metze (This used to be commit 3e0f22c85769cac7a5f439836be7b692259ddd81)
* r25113: fix compiler warningStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit d0ada02532d10e8b31c390ee191b94c2f2299cb0)
* r25112: make torture_temp_dir() available via tortore/torture.hStefan Metzmacher2007-10-104-22/+19
| | | | | | | and return more detailed errors metze (This used to be commit c2b645c8763fd75a0a81983ec44a5990670c4fc4)
* r25110: Show environment variables in HTML output.Jelmer Vernooij2007-10-102-3/+26
| | | | (This used to be commit 62e770ace32f0e38863d4020773562e74117fc65)
* r25106: ldb_map is provided by libldb.so in the system-provided ldb.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 15476d75e781a9755f2e842d83527836758e4369)
* r25105: No need to register ldb_map as a module.Jelmer Vernooij2007-10-101-2/+1
| | | | (This used to be commit 6c66e09c9e400ea66fc6d941e192b28d0170a01f)
* r25101: Directly depend on drsblobs - can't rely on having it in via ldb.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 6b4a21e1abd35c33d7a57084a86607bfa72ad3b1)
* r25100: Include LDAP libs in .pc file so linking statically against libldb ↵Jelmer Vernooij2007-10-104-3/+8
| | | | | | works again. (This used to be commit bcf5c9447435a826027626ac89a00eaa6739b12a)
* r25098: Fix typoJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 29415b661d103a80482b932172bf68cb9e394bc9)
* r25097: Don't clutter users' CFLAGS with ldb cflags.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit e31614b5ea73cab56c572d2e2d61f8070928b230)
* r25096: Missed an include - otherwise the embedded ldb is always used.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit 557b4b3d456a5dbc501695bf90d1436bdbbc49e9)
* r25095: Display of which libraries the system-provided version is being used.Jelmer Vernooij2007-10-101-2/+11
| | | | (This used to be commit 635ea8996a3b7f05acdb679d77c81f2bee5db705)
* r25094: Force building shared module if subsystem is a shared library.Jelmer Vernooij2007-10-101-1/+5
| | | | (This used to be commit 3146f0deadbc49b1a56f667bfcee950880ffe0f9)
* r25093: Use system-provided ldb library if available. Note that this only ↵Jelmer Vernooij2007-10-105-97/+114
| | | | | | means using the ldb library from the system - the custom command-line tools for Samba 4 will still be built even if they are already provided by the system. (This used to be commit 8aab673df5200a4555777caf4ee58907cf6fe4cc)
* r25085: Define LDB_MODULESDIR for standalone build.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 1ba883c62e86274a55c1a0012201fc2e8b6b57fc)
* r25084: Move samba-specific code out of lib/ldb directory.Jelmer Vernooij2007-10-109-13/+4
| | | | (This used to be commit 917bd737cb07817664d9088860588d47525f5ff8)
* r25083: Keep actual symbol names the same.Jelmer Vernooij2007-10-102-133/+127
| | | | (This used to be commit 106118f116400c8601ebb3cd93b35278a6f09605)
* r25082: Avoid use of MACHINE because it's defined already on Tru64. Thanks ↵Jelmer Vernooij2007-10-105-153/+159
| | | | | | to Björn and BaT for pointing this out. (This used to be commit e2ea41740bc7781b3278f9533b4d24bc9222b3a2)
* r25081: Add modules_dir member to ldb_context that is used rather than a globalJelmer Vernooij2007-10-106-20/+31
| | | | | modulesdir setting. Samba always sets this to lp_modulesdir()/ldb (This used to be commit e672380d2156cf0421108a9c34f04f096c2afeed)
* r25073: Correct test name so make test can pass again.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit adcb3c864a5af5286cd7f7f6e2a3b904c7db9f42)
* r25071: Add some more testcases for RPC-DRSUAPI-CRACKNAMES, proving I can'tAndrew Bartlett2007-10-101-0/+35
| | | | | | | use this as a backend for the LSA LookupNames call. Andrew Bartlett (This used to be commit 9266e36633fc7465edb725f78d7ed02ce1b1aca2)
* r25070: Revert DRSUAPI conversion to new API, as it broke some tests.Jelmer Vernooij2007-10-104-329/+605
| | | | (This used to be commit cfb33df2d0eb36704d4702948a78102153663131)
* r25056: Install some extra files. Patch from Stefan GohmannJelmer Vernooij2007-10-101-0/+4
| | | | (This used to be commit 1b13c91375682011e1951c008b83a0780ec20d38)
* r25052: This missing 'break' caused problems on 32 bit platforms only, due toAndrew Bartlett2007-10-101-0/+1
| | | | | | | | | alignment of the union. Sorry for the time it took to test and fix this. Andrew Bartlett (This used to be commit 5b893fc6f59aa9324360ca1af4b504a2c140e806)
* r25051: Move SWAT back to the old-style form-submit modal.Andrew Bartlett2007-10-1013-272/+70
| | | | | | | | | | | | | The Web 2.0, async client tools were really interesting, but without developer backing they remain impossible to support into a release. The most interesting app was the LDB browser, and I intend to replace this with phpLdapAdmin, preconfigured for Apache during provision. This also removes the need to 'compile' SWAT on SVN checkouts. Andrew Bartlett (This used to be commit cda965e908055d45b1c05bc29cc791f7238d2fae)
* r25048: From the archives (patch found in one of my old working trees):Andrew Bartlett2007-10-101-5/+12
| | | | | | | Try two different DNs, when performing a samsync from an AD server. Andrew Bartlett (This used to be commit 8204e261b5c554866a8433362477b532d1123e5d)
* r25047: Fix more warnings.Jelmer Vernooij2007-10-1014-92/+75
| | | | (This used to be commit 69de86d2d2e49439760fbc61901eb87fb7fc5d55)
* r25046: Ditch tdb_traverse() as it doesn't lend itself to any Python idiomsTim Potter2007-10-101-2/+0
| | | | | | | and the semantics can be reproduced using tdb_firstkey() and tdb_nextkey(). Oh, and also because I can't figure out how to get SWIG to do exactly what I want here. (This used to be commit 59b44a9796c8254c59ff110c436d8832af81bedc)
* r25045: Add constants for enum TDB_ERROR.Tim Potter2007-10-101-20/+15
| | | | | | | Remove some functions that I don't think should be in at the moment - tdb_open_ex(), tdb_reopen{,_all} and locking functions. Locking functions may come back at a later stage along with transaction support. (This used to be commit 89740efc6795c25f222e45a8aa76dd80f0f2ae4e)
* r25044: The has_key() method should return a boolean, not an integer.Tim Potter2007-10-101-1/+5
| | | | | Add TODO for missing iterator and other oddball methods. (This used to be commit cd89b6793776b6db75eac09c718bfc9551b7641b)
* r25043: Avoid allocation on with NULL parent.Jelmer Vernooij2007-10-101-2/+3
| | | | (This used to be commit 3f30cd5688a532a2d6c4d970c2bc759efa2a1b04)
* r25042: Avoid direct references to global loadparm context.Jelmer Vernooij2007-10-101-22/+5
| | | | (This used to be commit 256532ab4b772c5c38bc7ced21408f3ed42fe6b5)
* r25041: Use context in more places, fix warnings.Jelmer Vernooij2007-10-103-86/+83
| | | | (This used to be commit 9bb8738945b80d308e592bbecd44fe4e4f048ad8)
* r25039: Rename service -> loadparm_service, use context more.Jelmer Vernooij2007-10-104-137/+83
| | | | (This used to be commit ab417cb32bd348c05b20707e73297df05c920079)
* r25038: Pass context in more places.Jelmer Vernooij2007-10-101-49/+53
| | | | (This used to be commit 8df36c15356b74e075604184558f9d6aa8a3f5e0)
* r25037: Start passing the context around.Jelmer Vernooij2007-10-102-174/+183
| | | | (This used to be commit 88c72ac75fed673f7bfb65bf633f352f231c90a3)
* r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij2007-10-10114-470/+483
| | | | | | number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
* r25034: Remove unused variables.Jelmer Vernooij2007-10-101-3/+3
| | | | (This used to be commit ec1c68e3a640dbf5e514d9f2d1bb4890528b3fd0)
* r25033: Fix includeJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit d81bb09046a7ea65aa916be7fcfa94e86b6191f5)