r954: Start working on typedef parsing.
[samba.git] / source4 / torture /
2007-10-10 Andrew Tridgellr950: - added netr_ServerAuthenticate3(). This is used...
2007-10-10 Jeremy Allisonr946: Updated attribute only oplock tester to cover...
2007-10-10 Stefan Metzmacherr943: change samba4 to use 'uint8_t' instead of 'unsign...
2007-10-10 Andrew Tridgellr937: - added a simple QuerySecurity implementation...
2007-10-10 Andrew Tridgellr919: - added lsa_QueryInfoPolicy2() to IDL, test suite...
2007-10-10 Andrew Tridgellr917: - added the start of a LSA server to samba4.
2007-10-10 Andrew Tridgellr902: added torture tests for sending rubbish in the...
2007-10-10 Andrew Bartlettr892: Actually add the NTLMSSP self-check torture code...
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Stefan Metzmacherr882: - create TORTURE_AUTH SUBSYSTEM
2007-10-10 Andrew Bartlettr874: This patch is a pile of work on NTLMSSP:
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Stefan Metzmacherr866: convert the rest of the binaries to config.mk...
2007-10-10 Jeremy Allisonr865: Regression test for attribute-only opens not...
2007-10-10 Jeremy Allisonr863: Added test to ensure an open and locked file...
2007-10-10 Stefan Metzmacherr860: convert SUBSYSTEM TORTURE to a config.mk file
2007-10-10 Stefan Metzmacherr821: prompt user for password if not given by -U user...
2007-10-10 Andrew Bartlettr816: - Make use of tridge's new samdb_result_sid_pref...
2007-10-10 Andrew Tridgellr782: added torture test for level 6 logon level in...
2007-10-10 Andrew Bartlettr754: Implement the SetPassword operation on the netlog...
2007-10-10 Andrew Bartlettr752: Remove debugging hack (make sure the cleanup...
2007-10-10 Andrew Bartlettr743: Start on a NETLOGON server in Samba4.
2007-10-10 Jeremy Allisonr741: Test from Volker in RAW-OPEN for truncating a...
2007-10-10 Jelmer Vernooijr739: Implement GetNumRecords() call from eventlog...
2007-10-10 Andrew Bartlettr719: Follow the trend - remove more unused functions.
2007-10-10 Andrew Tridgellr713: added a NetShareGetInfo torture test (thanks...
2007-10-10 Andrew Bartlettr684: Note the fact that NTLMv2 provides a weath of...
2007-10-10 Stefan Metzmacherr665: merge over the new build system from my tmp branch
2007-10-10 Andrew Tridgellr623: setUserInfo level 24 (password set) now works...
2007-10-10 Volker Lendecker615: Implement samr_OpenGroup, samr_QueryGroupInfo...
2007-10-10 Andrew Bartlettr613: Fix the RPC-SAMR torture test, for my session_key...
2007-10-10 Andrew Bartlettr611: Fix breakage from my last commit:
2007-10-10 Andrew Bartlettr610: - Merge the Samba3 'ntlm_auth --diagnostics...
2007-10-10 Andrew Tridgellr582: added the LMSessKey in SamInfo and SamInfo2,...
2007-10-10 Andrew Tridgellr577: extended the LookupNames test to check for correc...
2007-10-10 Andrew Tridgellr457: added some more samr tests to help me work out...
2007-10-10 Andrew Tridgellr420: added nicer names for the field bits in userinfo21
2007-10-10 Andrew Tridgellr389: added a test for set user info level 26 (set...
2007-10-10 Volker Lendecker386: Another torture test to survive.
2007-10-10 Andrew Tridgellr372: automatically create a fake BDC machine account...
2007-10-10 Andrew Tridgellr365: improved the IDL for samr_Connect5()
2007-10-10 Andrew Tridgellr364: finally worked out the ancient samr_ChangePasswor...
2007-10-10 Andrew Tridgellr362: after setting domain info query it again so we...
2007-10-10 Tim Potterr355: Fix a bunch of compiler warnings in the registry...
2007-10-10 Andrew Tridgellr336: added a -X command line option to smbtorture...
2007-10-10 Andrew Tridgellr335: added much better handling of servers that die...
2007-10-10 Andrew Tridgellr326: tweaks to the RPC-SAMR test code to allow win2003...
2007-10-10 Andrew Tridgellr325: added IDL and test code for samr_ChangePasswordUs...
2007-10-10 Andrew Tridgellr307: added IDL and test code for samr_GetDomPwInfo...
2007-10-10 Andrew Tridgellr305: - added IDL and test code for samr_RidToSid()
2007-10-10 Andrew Tridgellr275: added IDL and test code for samr_QueryDisplayInfo3(),
2007-10-10 Andrew Tridgellr268: added IDL and test code for samr_QueryDomainInfo2(),
2007-10-10 Andrew Tridgellr267: added IDL and test code for samr_ChangePasswordUs...
2007-10-10 Andrew Tridgellr266: modified autoidl to deal with policy handles...
2007-10-10 Andrew Tridgellr259: added samr_DeleteGroupMember() IDL and test code
2007-10-10 Andrew Tridgellr258: added samr_AddGroupMember() IDL and test code
2007-10-10 Andrew Tridgellr257: added samr_SetGroupInfo() IDL and test code
2007-10-10 Andrew Tridgellr256: added samr_CreateDomainGroup() and samr_DeleteDom...
2007-10-10 Andrew Tridgellr255: added samr_SetDomainInfo IDL and test code
2007-10-10 Volker Lendecker232: Test whether querydispinfo and enumdomgroups...
2007-10-10 Jeremy Allisonr204: Turns out that the string in the SEARCH unix_info...
2007-10-10 Jeremy Allisonr203: Added size and alloc size tests to UNIX info...
2007-10-10 Jelmer Vernooijr199: More registry rpc updates
2007-10-10 Jelmer Vernooijr190: More RPC updates
2007-10-10 Jeremy Allisonr184: Fix UNIX Search info level. This still needs...
2007-10-10 Jelmer Vernooijr168: - Cleanups in rpc backend
2007-10-10 Jelmer Vernooijr165: Add support for viewing registry values in gregedit
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2007-10-10 Andrew Tridgellr133: don't try to do a database deltas with a -1 seq num
2007-10-10 Jelmer Vernooijr128: Another registry update. Changes:
2007-10-10 Andrew Tridgellr101: added lsa_SetSecret() and lsa_QuerySecret()
2007-10-10 Jelmer Vernooijr62: Fix the build
2007-10-10 Jelmer Vernooijr61: - Implement first call in the winreg rpc server
2007-10-10 Jelmer Vernooijr46: Add CreateKey function (still working on it)
2007-10-10 Gerald Carterr42: importing .cvsignore files
2007-10-10 Jelmer Vernooijr33: Fix torture test after IDL changes.
2004-04-03 Andrew Tridgelladded IDL and test for lsa_OpenSecret()
2004-04-03 Andrew Tridgelladded IDL and test suite for lsa_CreateSecret()
2004-04-03 Andrew Tridgelladded idl and test suite for lsa_CreateTrustedDomain()
2004-04-02 Jeremy AllisonAdded one more test for "dirname\."
2004-03-31 Andrew Tridgelladded lsaCreateAccount() and a test in the RPC-LSA...
2004-03-26 Andrew Tridgell- moved some of the base tests into torture/basic/
2004-03-26 Andrew Tridgell- use a linked list for the ftable in the nbench load...
2004-03-26 Andrew Tridgelluse client1, client2 not client0, client1 to better...
2004-03-25 Andrew Tridgellfixed the handling of level II oplocks in samba4, espec...
2004-03-10 Andrew Tridgellnicer way of handling \clients
2004-03-10 Andrew Tridgellas a special case don't check the status of the create...
2004-03-10 Andrew Tridgellmake the warmup and execute phases clearer
2004-03-10 Andrew Tridgelladded a 5% warmup time to NBENCH to make the results...
2004-03-09 Andrew Tridgelladded the -C option to smbtorture
2004-03-09 Andrew Tridgelldon't check return fields (like search count) on an...
2004-03-09 Andrew Tridgellhandle incomplete load files
2004-03-09 Andrew Tridgellgreatly improved NBENCH netbench simulator
2004-02-21 Andrew Tridgelladded the simple HOLDCON torture test. This is used...
2004-02-10 Andrew Tridgellfixed a couple of uninitialised returns spotted by...
2004-02-10 Andrew Tridgelldon't force debug in the RPC-MGMT test
2004-02-10 Tim PotterConvert libcli routines to return NTSTATUS instead...
2004-02-08 Tim PotterConvert libcli routines to use cli_tree instead of...
next