kai/samba.git
2007-10-10 Andrew Tridgellr15950: another printf() crash on solaris
2007-10-10 Jeremy Allisonr15947: Do the same test on setting allocation info.
2007-10-10 Jeremy Allisonr15946: Added check that proves that setpathinfo on an
2007-10-10 Simo Sorcer15945: Check ltdb_modified results
2007-10-10 Simo Sorcer15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODI...
2007-10-10 Simo Sorcer15942: Remove the sync internal ldb calls altogether.
2007-10-10 Rafal Szczesniakr15941: We don't use call levels, at the moment. Remove...
2007-10-10 Rafal Szczesniakr15940: Add new field to pass username to libnet_rpc_us...
2007-10-10 Rafal Szczesniakr15939: Add tests for userinfo call with username argum...
2007-10-10 Rafal Szczesniakr15938: Extend userinfo call with one optional stage...
2007-10-10 Rafal Szczesniakr15937: Currently, we don't use nor support distinguish...
2007-10-10 Simo Sorcer15933: remove the last sync call to ldb_request
2007-10-10 Simo Sorcer15932: Remove per request creds
2007-10-10 Volker Lendecker15930: Attempt to fix the buildfarm segfaults -- thank...
2007-10-10 Simo Sorcer15927: Optimize ldb module traverse while keeping...
2007-10-10 Rafal Szczesniakr15926: Add NET-API-DELETEUSER test to the standard...
2007-10-10 Simo Sorcer15922: password_hash.c has proven to be a good way...
2007-10-10 Rafal Szczesniakr15921: Include new headers.
2007-10-10 Rafal Szczesniakr15920: Move userman.c and userinfo.c definition into...
2007-10-10 Rafal Szczesniakr15919: - Create function checking prerequisites like...
2007-10-10 Volker Lendecker15916: Modify RPC-AUTHCONTEXT so that it can be anable...
2007-10-10 Simo Sorcer15913: Error passing in the async code is not in agood...
2007-10-10 Volker Lendecker15912: Run an rpc request with an invalid uid and...
2007-10-10 Jelmer Vernooijr15908: Mention ncalrpc in smbtorture help output
2007-10-10 Jelmer Vernooijr15907: Add simple manpage for gwsvcctl
2007-10-10 Andrew Tridgellr15902: more test code that should be using d_printf()
2007-10-10 Andrew Tridgellr15898: use d_printf() in some more places to fix more...
2007-10-10 Andrew Tridgellr15897: switch to d_printf() in the libnet_share test...
2007-10-10 Andrew Tridgellr15896: we're getting a lot of crashes on the build...
2007-10-10 Jelmer Vernooijr15893: Update TODO
2007-10-10 Jelmer Vernooijr15892: Remove the COM management code - DCOM should be
2007-10-10 Jim McDonoughr15883: Make sure timegm() prototype is available ...
2007-10-10 Andrew Tridgellr15882: I forgot to add in this prototype for strtok_r()
2007-10-10 Andrew Tridgellr15881: fixed the RAW-ACLS test for 64 bit systems...
2007-10-10 Andrew Tridgellr15880: the ntvfs_handle changes broke rpc on big-endia...
2007-10-10 Andrew Tridgellr15879: strtok_r() replacement, for solaris
2007-10-10 Jelmer Vernooijr15878: Add explicit initialization to make the IBM...
2007-10-10 Jelmer Vernooijr15877: Fix error message - caught by the IBM checker
2007-10-10 Jelmer Vernooijr15876: Fix build on IPv6-less systems.
2007-10-10 Jelmer Vernooijr15875: Fix bug in smbclients 'put' command tridge...
2007-10-10 Jelmer Vernooijr15871: Fix systems with native iconv
2007-10-10 Jelmer Vernooijr15870: Improve detection of iconv - should prevent...
2007-10-10 Jim McDonoughr15869: Fix loop var to search paths for iconv
2007-10-10 Jelmer Vernooijr15868: Add replacement macro for __STRING()
2007-10-10 Stefan Metzmacherr15865: using dirname for a variable isn't that good,
2007-10-10 Stefan Metzmacherr15862: add a LOCAL-EVENT torture test
2007-10-10 Andrew Tridgellr15859: fixed a crash bug in the ldb password_hash...
2007-10-10 Stefan Metzmacherr15858: - initialize s->r.out
2007-10-10 Stefan Metzmacherr15857: don't clear the error string after setting it
2007-10-10 Andrew Tridgellr15856: fixed talloc_asprintf_append() on solaris
2007-10-10 Andrew Tridgellr15855: more talloc_set_destructor() typesafe fixes...
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
2007-10-10 Andrew Tridgellr15853: started the process of removing the warnings...
2007-10-10 Andrew Tridgellr15852: patch from Rusty to make talloc_set_destructor...
2007-10-10 Andrew Tridgellr15851: the conversion of loadparm to BOOL broke all...
2007-10-10 Andrew Tridgellr15850: another spot where r->out.error_string can...
2007-10-10 Andrew Tridgellr15849: ensure we don't try to talloc_steal() an invali...
2007-10-10 Simo Sorcer15847: We probably want to keep the global init
2007-10-10 Simo Sorcer15846: An async version of ldbsearch
2007-10-10 Volker Lendecker15836: Test an invalid DOS share mode.
2007-10-10 Andrew Tridgellr15835: fixed locking in the client library
2007-10-10 Andrew Tridgellr15834: fixed a memory leak in the session code
2007-10-10 Andrew Tridgellr15833: fixed two delete on close memory leaks
2007-10-10 Andrew Tridgellr15832: put a talloc leak report in the log file at...
2007-10-10 Andrew Tridgellr15831: fixed a memory leak in the netlogon server
2007-10-10 Andrew Tridgellr15830: fixed two kdc memory leaks
2007-10-10 Stefan Metzmacherr15829: we need to include socket.h before we can use...
2007-10-10 Andrew Tridgellr15828: a talloc steal optimisation spotted by metze
2007-10-10 Andrew Tridgellr15827: fixed a spelling error
2007-10-10 Andrew Tridgellr15826: ensure we don't dereference sec when NULL
2007-10-10 Andrew Tridgellr15825: there are quite subtle semantics with change...
2007-10-10 Andrew Tridgellr15824: fixed a subtle talloc bug to do with memory...
2007-10-10 Jelmer Vernooijr15821: Fix static library build.
2007-10-10 Stefan Metzmacherr15820: this line was just for testing
2007-10-10 Jelmer Vernooijr15819: Use updated API in smbtorture, use UI tools...
2007-10-10 Jelmer Vernooijr15818: Improve UI utilities: allow format strings...
2007-10-10 Stefan Metzmacherr15816: add SMB2-LOCK torture test, which demonstrates...
2007-10-10 Stefan Metzmacherr15815: add SMB2 Lock client code
2007-10-10 Stefan Metzmacherr15814: add SMB2 Lock interface structure
2007-10-10 Jelmer Vernooijr15813: Use labs() rather than abs() for 32-bit integer...
2007-10-10 Jelmer Vernooijr15812: Explicitly cast to unsigned int.
2007-10-10 Jelmer Vernooijr15811: Fix mget command without arguments. Caught...
2007-10-10 Jelmer Vernooijr15810: Fix uninitialized variable error, caught by...
2007-10-10 Jelmer Vernooijr15809: Fix typo in array offsets. Caught by the IBM...
2007-10-10 Jelmer Vernooijr15808: Fix two uninitialized variables, caught by...
2007-10-10 Jelmer Vernooijr15807: Fix incorrect initialization. Very nice catch...
2007-10-10 Jelmer Vernooijr15806: Remove some unnecessary nesting making the...
2007-10-10 Jelmer Vernooijr15805: Fix incompatible type assignment. Caught by...
2007-10-10 Simo Sorcer15804: Fix SAMLOGON test
2007-10-10 Stefan Metzmacherr15803: the SMB2 server gives NT_STATUS_NOT_FOUND inste...
2007-10-10 Stefan Metzmacherr15802: merge tridge's fix to the SMB2 server
2007-10-10 Andrew Tridgellr15799: fixed the problem with BASE-DISCONNECT after...
2007-10-10 Andrew Tridgellr15798: shortcut the lookup of "localhost" in the ipv6...
2007-10-10 Andrew Tridgellr15797: fixed a notify bug, where a notify_remove(...
2007-10-10 Andrew Tridgellr15796: this talloc_reference() was causing a memory...
2007-10-10 Simo Sorcer15795: Try to use the async code by default
2007-10-10 Andrew Tridgellr15794: fixed a problem with DOS status codes - found...
2007-10-10 Simo Sorcer15789: hmm, damn, testing uncovcer all your bugs :-)
2007-10-10 Simo Sorcer15788: Do not crash when no result is returned
2007-10-10 Simo Sorcer15787: NET-API-CREATEUSER was crashing for me because...
next