summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* r25031: Use pointers to services rather than service numbers when possible.Jelmer Vernooij2007-10-102-312/+333
| | | | (This used to be commit dde12060ea07ba34fd3f96594559696d52127e7c)
* r25028: Fix more warnings.Jelmer Vernooij2007-10-109-26/+38
| | | | (This used to be commit 3aa7ee4a0d8837471deeaa1c5a1f4a0d2a14aa6e)
* r25027: Fix more warnings.Jelmer Vernooij2007-10-1043-103/+122
| | | | (This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-10205-9/+209
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r25018: Remove non-existent tdb_logging_function() as well as less usefulTim Potter2007-10-101-8/+0
| | | | | functions such as tdb_dump_all() and tdb_printfreelist(). (This used to be commit ef695539bf18bc729d1bb400dfcfcb24766fa4d5)
* r25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part ofJelmer Vernooij2007-10-102-8/+8
| | | | | sys/param.h. (This used to be commit 7016d500287ae587d044744f2a318c402148ebea)
* r25016: Create context for loadparm variables.Jelmer Vernooij2007-10-101-355/+356
| | | | (This used to be commit a5e7631a362fd19cc01cf28ee2755cebd8580faf)
* r25015: Use talloc for all allocations in loadparm.Jelmer Vernooij2007-10-101-73/+22
| | | | (This used to be commit 92b54faf99ed5688936cfd1535ab00cd89bc065f)
* r25014: Use talloc for allocating values as well.Jelmer Vernooij2007-10-103-66/+61
| | | | (This used to be commit 43f0e2622ef61bd865fcf17191118c050ec8cfcb)
* r25013: Use talloc to allocate services in loadparm, use pointer to indicate ↵Jelmer Vernooij2007-10-101-55/+56
| | | | | | validity. (This used to be commit b8fc4435f8e26aa6abc4c11cde0a26d37083a732)
* r25012: Avoid use of pstring, fix coding style a bit.Jelmer Vernooij2007-10-101-66/+61
| | | | (This used to be commit 66c53801dd7476ef350ff2aac83964d991d3e7dd)
* r25010: Avoid uses of pstringJelmer Vernooij2007-10-102-4/+2
| | | | (This used to be commit cce7785474fc536dd44b39403c785b524b128144)
* r25008: Remove use of pstring.Jelmer Vernooij2007-10-103-16/+18
| | | | (This used to be commit c57869e2620de30c303b0cb2f70cd07b32f269fc)
* r25007: Remove more uses of pstring, move ntlmauth-specific utility function ↵Jelmer Vernooij2007-10-104-31/+22
| | | | | | to ntlm-auth.c (This used to be commit 6f224480b230ab7ccfc0417c13e7f4fc3f6f2a13)
* r25006: Use system constant.Jelmer Vernooij2007-10-101-7/+6
| | | | (This used to be commit d9b2464598efe0f0cbecd4d8a90fbd137fad0daf)
* r25005: Avoid pstring.Jelmer Vernooij2007-10-101-61/+15
| | | | (This used to be commit 777959f862e6428d0bfa4a15a0f45a9bfde64821)
* r25004: Avoid talloc_autofree_context() when possible.Jelmer Vernooij2007-10-107-27/+22
| | | | (This used to be commit 79669d28a346c9ae4abc7308070b25e07fe57433)
* r25003: Skipped tests should be considered successfull.Jelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 919b362009b4023e8114ec681a3528854e5271bb)
* r25001: Fix more C++ and other warnings, fix some of the indentation with ↵Jelmer Vernooij2007-10-1020-36/+49
| | | | | | ts=4 lines that I accidently added earlier. (This used to be commit 0bcb21ed740fcec0f48ad36bbc2deee2948e8fc7)
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-1072-213/+222
| | | | (This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4)
* r24997: Re-enable use of system-provided tdb and/or talloc when available.Jelmer Vernooij2007-10-102-34/+29
| | | | (This used to be commit 0a3b53fd2cbd15c1e5839990e721bbe4d2f7d4af)
* r24995: Update upstream URLs.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 04b3623c2e5b39738c869744be8cd3589eda931e)
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-1032-73/+77
| | | | (This used to be commit 925abf74fa1ed5ae726bae8781ec549302786b39)
* r24992: Remove some uses of lp_*().Jelmer Vernooij2007-10-105-18/+13
| | | | (This used to be commit a5a1a5540510cdb1bfbb3e89b84f4ba5b2812c55)
* r24989: use $smbd_maxtime for smbd...Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 9a444caa5aa940c4f903b066052ff228359daf59)
* r24988: LOCAL-IRPC needs a the pid dir setup (as LOCAL-MESSAGING)Stefan Metzmacher2007-10-101-1/+1
| | | | | | | not the lock dir... metze (This used to be commit bccc014757f22fbe9f2e7a74672626d81768ebdf)
* r24987: Clarify error conditions in secrets handling, before I add ACLs toAndrew Bartlett2007-10-101-3/+3
| | | | | | | secrets.ldb Andrew Bartlett (This used to be commit 17a61bd5690f60d762b9c7171f1269fe1a311bab)
* r24986: LDB has a function for comparing things that must meet the rules ofAndrew Bartlett2007-10-101-1/+1
| | | | | | | attribute names. Andrew Bartlett (This used to be commit 46e387580622bd6d5d621399e08c5d5003c91bbf)