summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r15950: another printf() crash on solarisAndrew Tridgell2007-10-101-84/+84
* r15947: Do the same test on setting allocation info.Jeremy Allison2007-10-101-2/+38
* r15946: Added check that proves that setpathinfo on anJeremy Allison2007-10-101-0/+38
* r15945: Check ltdb_modified resultsSimo Sorce2007-10-101-8/+19
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2007-10-1010-29/+29
* r15942: Remove the sync internal ldb calls altogether.Simo Sorce2007-10-1022-2716/+288
* r15941: We don't use call levels, at the moment. Remove them until we do.Rafal Szczesniak2007-10-101-2/+0
* r15940: Add new field to pass username to libnet_rpc_userinfo function.Rafal Szczesniak2007-10-101-0/+1
* r15939: Add tests for userinfo call with username argument providedRafal Szczesniak2007-10-101-4/+41
* r15938: Extend userinfo call with one optional stage - lookup forRafal Szczesniak2007-10-101-19/+84
* r15937: Currently, we don't use nor support distinguished call levels, so removeRafal Szczesniak2007-10-101-15/+0
* r15933: remove the last sync call to ldb_requestSimo Sorce2007-10-101-4/+73
* r15932: Remove per request credsSimo Sorce2007-10-1011-24/+0
* r15930: Attempt to fix the buildfarm segfaults -- thanks Tridge for the hintsVolker Lendecke2007-10-101-0/+4
* r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce2007-10-1021-569/+604
* r15926: Add NET-API-DELETEUSER test to the standard tests run on 'make test'Rafal Szczesniak2007-10-101-3/+3
* r15922: password_hash.c has proven to be a good way to research how to build ...Simo Sorce2007-10-101-42/+65
* r15921: Include new headers.Rafal Szczesniak2007-10-102-2/+0
* r15920: Move userman.c and userinfo.c definition into respectiveRafal Szczesniak2007-10-105-74/+102
* r15919: - Create function checking prerequisites like valid domainRafal Szczesniak2007-10-101-63/+175
* r15916: Modify RPC-AUTHCONTEXT so that it can be anabled in samba3 make testVolker Lendecke2007-10-101-1/+1
* r15913: Error passing in the async code is not in agood shapeSimo Sorce2007-10-107-168/+396
* r15912: Run an rpc request with an invalid uid and make sure NT_STATUS_INVALI...Volker Lendecke2007-10-102-0/+128
* r15908: Mention ncalrpc in smbtorture help outputJelmer Vernooij2007-10-102-2/+92
* r15907: Add simple manpage for gwsvcctlJelmer Vernooij2007-10-101-0/+47
* r15902: more test code that should be using d_printf()Andrew Tridgell2007-10-101-3/+3
* r15898: use d_printf() in some more places to fix more torture seg faults onAndrew Tridgell2007-10-102-30/+30
* r15897: switch to d_printf() in the libnet_share test, and neaten up the codeAndrew Tridgell2007-10-101-20/+25
* r15896: we're getting a lot of crashes on the build farm due to peopleAndrew Tridgell2007-10-101-0/+1
* r15893: Update TODOJelmer Vernooij2007-10-101-1/+2
* r15892: Remove the COM management code - DCOM should beJelmer Vernooij2007-10-1020-1434/+2
* r15883: Make sure timegm() prototype is available (on systems where we've had toJim McDonough2007-10-101-0/+1
* r15882: I forgot to add in this prototype for strtok_r()Andrew Tridgell2007-10-101-0/+4
* r15881: fixed the RAW-ACLS test for 64 bit systems (was failing on ppc64)Andrew Tridgell2007-10-101-3/+5
* r15880: the ntvfs_handle changes broke rpc on big-endian boxes, as theAndrew Tridgell2007-10-101-2/+4
* r15879: strtok_r() replacement, for solarisAndrew Tridgell2007-10-102-1/+28
* r15878: Add explicit initialization to make the IBM checker happy.Jelmer Vernooij2007-10-101-2/+2
* r15877: Fix error message - caught by the IBM checkerJelmer Vernooij2007-10-101-4/+17
* r15876: Fix build on IPv6-less systems.Jelmer Vernooij2007-10-101-0/+2
* r15875: Fix bug in smbclients 'put' command tridge found a while ago. Add testsJelmer Vernooij2007-10-102-6/+24
* r15871: Fix systems with native iconvJelmer Vernooij2007-10-101-2/+2
* r15870: Improve detection of iconv - should prevent HAVE_ICONV_H beingJelmer Vernooij2007-10-102-18/+8
* r15869: Fix loop var to search paths for iconvJim McDonough2007-10-101-1/+1
* r15868: Add replacement macro for __STRING()Jelmer Vernooij2007-10-102-1/+4
* r15865: using dirname for a variable isn't that good,Stefan Metzmacher2007-10-102-43/+43
* r15862: add a LOCAL-EVENT torture testStefan Metzmacher2007-10-104-2/+133
* r15859: fixed a crash bug in the ldb password_hash module. This one is quiteAndrew Tridgell2007-10-101-1/+4
* r15858: - initialize s->r.outStefan Metzmacher2007-10-101-13/+23
* r15857: don't clear the error string after setting itStefan Metzmacher2007-10-101-4/+6
* r15856: fixed talloc_asprintf_append() on solarisAndrew Tridgell2007-10-101-1/+2