summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce10-29/+29
2007-10-10r15942: Remove the sync internal ldb calls altogether.Simo Sorce22-2716/+288
2007-10-10r15941: We don't use call levels, at the moment. Remove them until we do.Rafal Szczesniak1-2/+0
2007-10-10r15940: Add new field to pass username to libnet_rpc_userinfo function.Rafal Szczesniak1-0/+1
2007-10-10r15939: Add tests for userinfo call with username argument providedRafal Szczesniak1-4/+41
2007-10-10r15938: Extend userinfo call with one optional stage - lookup forRafal Szczesniak1-19/+84
2007-10-10r15937: Currently, we don't use nor support distinguished call levels, so removeRafal Szczesniak1-15/+0
2007-10-10r15933: remove the last sync call to ldb_requestSimo Sorce1-4/+73
2007-10-10r15932: Remove per request credsSimo Sorce11-24/+0
2007-10-10r15930: Attempt to fix the buildfarm segfaults -- thanks Tridge for the hintsVolker Lendecke1-0/+4
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce21-569/+604
2007-10-10r15926: Add NET-API-DELETEUSER test to the standard tests run on 'make test'Rafal Szczesniak1-3/+3
2007-10-10r15922: password_hash.c has proven to be a good way to research how to build ...Simo Sorce1-42/+65
2007-10-10r15921: Include new headers.Rafal Szczesniak2-2/+0
2007-10-10r15920: Move userman.c and userinfo.c definition into respectiveRafal Szczesniak5-74/+102
2007-10-10r15919: - Create function checking prerequisites like valid domainRafal Szczesniak1-63/+175
2007-10-10r15916: Modify RPC-AUTHCONTEXT so that it can be anabled in samba3 make testVolker Lendecke1-1/+1
2007-10-10r15913: Error passing in the async code is not in agood shapeSimo Sorce7-168/+396
2007-10-10r15912: Run an rpc request with an invalid uid and make sure NT_STATUS_INVALI...Volker Lendecke2-0/+128
2007-10-10r15908: Mention ncalrpc in smbtorture help outputJelmer Vernooij2-2/+92
2007-10-10r15907: Add simple manpage for gwsvcctlJelmer Vernooij1-0/+47
2007-10-10r15902: more test code that should be using d_printf()Andrew Tridgell1-3/+3
2007-10-10r15898: use d_printf() in some more places to fix more torture seg faults onAndrew Tridgell2-30/+30
2007-10-10r15897: switch to d_printf() in the libnet_share test, and neaten up the codeAndrew Tridgell1-20/+25
2007-10-10r15896: we're getting a lot of crashes on the build farm due to peopleAndrew Tridgell1-0/+1
2007-10-10r15893: Update TODOJelmer Vernooij1-1/+2
2007-10-10r15892: Remove the COM management code - DCOM should beJelmer Vernooij20-1434/+2
2007-10-10r15883: Make sure timegm() prototype is available (on systems where we've had toJim McDonough1-0/+1
2007-10-10r15882: I forgot to add in this prototype for strtok_r()Andrew Tridgell1-0/+4
2007-10-10r15881: fixed the RAW-ACLS test for 64 bit systems (was failing on ppc64)Andrew Tridgell1-3/+5
2007-10-10r15880: the ntvfs_handle changes broke rpc on big-endian boxes, as theAndrew Tridgell1-2/+4
2007-10-10r15879: strtok_r() replacement, for solarisAndrew Tridgell2-1/+28
2007-10-10r15878: Add explicit initialization to make the IBM checker happy.Jelmer Vernooij1-2/+2
2007-10-10r15877: Fix error message - caught by the IBM checkerJelmer Vernooij1-4/+17
2007-10-10r15876: Fix build on IPv6-less systems.Jelmer Vernooij1-0/+2
2007-10-10r15875: Fix bug in smbclients 'put' command tridge found a while ago. Add testsJelmer Vernooij2-6/+24
2007-10-10r15871: Fix systems with native iconvJelmer Vernooij1-2/+2
2007-10-10r15870: Improve detection of iconv - should prevent HAVE_ICONV_H beingJelmer Vernooij2-18/+8
2007-10-10r15869: Fix loop var to search paths for iconvJim McDonough1-1/+1
2007-10-10r15868: Add replacement macro for __STRING()Jelmer Vernooij2-1/+4
2007-10-10r15865: using dirname for a variable isn't that good,Stefan Metzmacher2-43/+43
2007-10-10r15862: add a LOCAL-EVENT torture testStefan Metzmacher4-2/+133
2007-10-10r15859: fixed a crash bug in the ldb password_hash module. This one is quiteAndrew Tridgell1-1/+4
2007-10-10r15858: - initialize s->r.outStefan Metzmacher1-13/+23
2007-10-10r15857: don't clear the error string after setting itStefan Metzmacher1-4/+6
2007-10-10r15856: fixed talloc_asprintf_append() on solarisAndrew Tridgell1-1/+2
2007-10-10r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell13-30/+15
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell29-104/+50
2007-10-10r15853: started the process of removing the warnings now thatAndrew Tridgell8-35/+23
2007-10-10r15852: patch from Rusty to make talloc_set_destructor() and talloc_steal()Andrew Tridgell3-23/+40