summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2004-03-26use client1, client2 not client0, client1 to better match netbenchAndrew Tridgell1-1/+1
2004-03-25fixed the handling of level II oplocks in samba4, especially whenAndrew Tridgell5-5/+7
2004-03-23put the "max xmit" option back into Samba4Andrew Tridgell2-1/+5
2004-03-23readx reply packets can be over-sizedAndrew Tridgell1-3/+2
2004-03-10nicer way of handling \clientsAndrew Tridgell2-3/+14
2004-03-10as a special case don't check the status of the create of \clients -Andrew Tridgell1-1/+3
2004-03-10make the warmup and execute phases clearerAndrew Tridgell1-4/+13
2004-03-10add config hints for cifs backendAndrew Tridgell1-0/+11
2004-03-10added a 5% warmup time to NBENCH to make the results more consistentAndrew Tridgell2-10/+33
2004-03-09added the -C option to smbtortureAndrew Tridgell1-16/+79
2004-03-09make sure the tags in the NBENCH test match the tags in the generatedAndrew Tridgell1-2/+2
2004-03-09don't check return fields (like search count) on an expected failureAndrew Tridgell1-4/+4
2004-03-09handle incomplete load filesAndrew Tridgell2-6/+7
2004-03-09greatly improved NBENCH netbench simulatorAndrew Tridgell6-448/+807
2004-03-09fixed the label for search requestsAndrew Tridgell1-1/+1
2004-03-08fixed a typoAndrew Tridgell1-1/+1
2004-03-08added the "nbench" ntvfs backend. This is used to capture NBENCH loadAndrew Tridgell3-0/+716
2004-03-08in the async socket handling routines in the cifs backend don't assumeAndrew Tridgell1-3/+3
2004-03-08fixed two writex client bugsAndrew Tridgell1-4/+4
2004-02-24make proto should not catch any function of the lib/popt/*.c stuffStefan Metzmacher1-2/+2
2004-02-24let the popt replacement stuff survive a make protoStefan Metzmacher5-37/+67
2004-02-23renaming and restructuring of same object file listsStefan Metzmacher1-44/+44
2004-02-22- creat the LIBCMDLINE subsystemStefan Metzmacher7-593/+108
2004-02-21The file descriptor argument to cli_getattrE() is a fnum not a fd.Tim Potter1-2/+2
2004-02-21remove the python stuff, this will be rewritten on top of libsmb.soStefan Metzmacher12-664/+0
2004-02-21split up the schannel rpc client code into separate key establishmentAndrew Tridgell1-19/+64
2004-02-21added the simple HOLDCON torture test. This is used to establishAndrew Tridgell1-0/+56
2004-02-21fixed a problem with the smb client code spinning when the connectionAndrew Tridgell1-1/+5
2004-02-18don't inlcude rpc/rpc.h and rpcsvc/*.h anymoreStefan Metzmacher4-167/+6
2004-02-18remove unused NISPLUS/AUTOMOUNT stuffStefan Metzmacher3-43/+1
2004-02-18remove pdb_nisplus, its also removed in samba3, because it was brokenStefan Metzmacher1-1565/+0
2004-02-18move some cryto stuff to lib/crypto/*Stefan Metzmacher5-626/+5
2004-02-13move external configure test programsStefan Metzmacher15-1510/+12
2004-02-13move all old configure checks to build/m4/rewrite.m4Stefan Metzmacher2-1789/+1789
2004-02-12move the tdb utils to utils/tdb/*Stefan Metzmacher9-1492/+0
2004-02-12move the tdb lib code to lib/tdb/*Stefan Metzmacher8-3501/+4
2004-02-12move -lpopt replacement code from source/popt/* to source/lib/popt/*Stefan Metzmacher17-1772/+4
2004-02-12move the -lpopt replacement to a LIBPOPT subsystemStefan Metzmacher3-40/+57
2004-02-12move more code to the config.m4 schemeStefan Metzmacher6-104/+146
2004-02-12do not return a value in a void functionStefan Metzmacher1-1/+1
2004-02-11fixed a void return spotted by metzeAndrew Tridgell1-1/+1
2004-02-11as I renamed the PDB subsystem to PASSDB, we need to renameStefan Metzmacher5-6/+6
2004-02-10fixed a couple of uninitialised returns spotted by valgrindAndrew Tridgell1-2/+2
2004-02-10don't force debug in the RPC-MGMT testAndrew Tridgell1-2/+0
2004-02-10we can close the netlogon pipe used to setup the schannel session keyAndrew Tridgell1-1/+3
2004-02-10Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter26-394/+394
2004-02-10don't always use the same schannel context numberAndrew Tridgell1-1/+1
2004-02-10- modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell14-164/+833
2004-02-09the subsystem name is 'PASSDB' so name the modules 'passdb_XXX'Stefan Metzmacher1-6/+6
2004-02-09- remove unused 'evel ...' calls, we don't need them inside ofStefan Metzmacher1-8/+8