Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r754: Implement the SetPassword operation on the netlogon pipe. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r752: Remove debugging hack (make sure the cleanup test account after we | Andrew Bartlett | 1 | -2/+5 |
2007-10-10 | r743: Start on a NETLOGON server in Samba4. | Andrew Bartlett | 2 | -18/+27 |
2007-10-10 | r741: Test from Volker in RAW-OPEN for truncating a file containing locks. | Jeremy Allison | 2 | -1/+109 |
2007-10-10 | r739: Implement GetNumRecords() call from eventlog pipe, including a torture ... | Jelmer Vernooij | 2 | -8/+81 |
2007-10-10 | r719: Follow the trend - remove more unused functions. | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r713: added a NetShareGetInfo torture test (thanks to abartlet for pointing | Andrew Tridgell | 1 | -0/+45 |
2007-10-10 | r684: Note the fact that NTLMv2 provides a weath of futher testcases... | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r665: merge over the new build system from my tmp branch | Stefan Metzmacher | 1 | -24/+56 |
2007-10-10 | r623: setUserInfo level 24 (password set) now works in the SAMR server. This ... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r615: Implement samr_OpenGroup, samr_QueryGroupInfo, samr_SetGroupInfo, | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r613: Fix the RPC-SAMR torture test, for my session_key changes. | Andrew Bartlett | 1 | -16/+18 |
2007-10-10 | r611: Fix breakage from my last commit: | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4. | Andrew Bartlett | 1 | -55/+657 |
2007-10-10 | r582: added the LMSessKey in SamInfo and SamInfo2, thanks to work by abartlet | Andrew Tridgell | 1 | -14/+18 |
2007-10-10 | r577: extended the LookupNames test to check for correct handling of unmapped... | Andrew Tridgell | 1 | -5/+21 |
2007-10-10 | r457: added some more samr tests to help me work out the right error codes | Andrew Tridgell | 1 | -1/+27 |
2007-10-10 | r420: added nicer names for the field bits in userinfo21 | Andrew Tridgell | 1 | -13/+129 |
2007-10-10 | r389: added a test for set user info level 26 (set password extended) | Andrew Tridgell | 1 | -1/+56 |
2007-10-10 | r386: Another torture test to survive. | Volker Lendecke | 1 | -0/+66 |
2007-10-10 | r372: automatically create a fake BDC machine account and delete it | Andrew Tridgell | 2 | -25/+191 |
2007-10-10 | r365: improved the IDL for samr_Connect5() | Andrew Tridgell | 1 | -10/+10 |
2007-10-10 | r364: finally worked out the ancient samr_ChangePasswordUser() interface | Andrew Tridgell | 1 | -22/+21 |
2007-10-10 | r362: after setting domain info query it again so we can see what attributes ... | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r355: Fix a bunch of compiler warnings in the registry code. | Tim Potter | 1 | -1/+0 |
2007-10-10 | r336: added a -X command line option to smbtorture to enable dangerous or | Andrew Tridgell | 4 | -6/+80 |
2007-10-10 | r335: added much better handling of servers that die unexpectedly during a | Andrew Tridgell | 2 | -8/+36 |
2007-10-10 | r326: tweaks to the RPC-SAMR test code to allow win2003 to pass the test (for... | Andrew Tridgell | 1 | -9/+59 |
2007-10-10 | r325: added IDL and test code for samr_ChangePasswordUser3(). | Andrew Tridgell | 1 | -29/+142 |
2007-10-10 | r307: added IDL and test code for samr_GetDomPwInfo(), samr_SetUserInfo2(), | Andrew Tridgell | 1 | -3/+83 |
2007-10-10 | r305: - added IDL and test code for samr_RidToSid() | Andrew Tridgell | 2 | -16/+106 |
2007-10-10 | r275: added IDL and test code for samr_QueryDisplayInfo3(), | Andrew Tridgell | 2 | -14/+248 |
2007-10-10 | r268: added IDL and test code for samr_QueryDomainInfo2(), | Andrew Tridgell | 1 | -0/+152 |
2007-10-10 | r267: added IDL and test code for samr_ChangePasswordUser(), | Andrew Tridgell | 1 | -28/+209 |
2007-10-10 | r266: modified autoidl to deal with policy handles (this helped me work out | Andrew Tridgell | 1 | -19/+47 |
2007-10-10 | r259: added samr_DeleteGroupMember() IDL and test code | Andrew Tridgell | 1 | -1/+24 |
2007-10-10 | r258: added samr_AddGroupMember() IDL and test code | Andrew Tridgell | 1 | -24/+69 |
2007-10-10 | r257: added samr_SetGroupInfo() IDL and test code | Andrew Tridgell | 1 | -0/+25 |
2007-10-10 | r256: added samr_CreateDomainGroup() and samr_DeleteDomainGroup() IDL and tes... | Andrew Tridgell | 1 | -1/+120 |
2007-10-10 | r255: added samr_SetDomainInfo IDL and test code | Andrew Tridgell | 1 | -0/+25 |
2007-10-10 | r232: Test whether querydispinfo and enumdomgroups return the same set of | Volker Lendecke | 1 | -0/+133 |
2007-10-10 | r204: Turns out that the string in the SEARCH unix_info level is that | Jeremy Allison | 1 | -0/+14 |
2007-10-10 | r203: Added size and alloc size tests to UNIX info level. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r199: More registry rpc updates | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r190: More RPC updates | Jelmer Vernooij | 1 | -26/+28 |
2007-10-10 | r184: Fix UNIX Search info level. This still needs to be added to the raw | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r168: - Cleanups in rpc backend | Jelmer Vernooij | 1 | -6/+10 |
2007-10-10 | r165: Add support for viewing registry values in gregedit | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r152: a quick airport commit .... | Andrew Tridgell | 6 | -21/+14 |
2007-10-10 | r133: don't try to do a database deltas with a -1 seq num | Andrew Tridgell | 1 | -0/+4 |