| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | r874: This patch is a pile of work on NTLMSSP: | Andrew Bartlett | 2007-10-10 | 1 | -1/+9 |
* | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 2007-10-10 | 3 | -19/+18 |
* | r781: added level6 for logon level in SamLogon netlogon.idl | Andrew Tridgell | 2007-10-10 | 1 | -2/+3 |
* | r739: Implement GetNumRecords() call from eventlog pipe, including a torture ... | Jelmer Vernooij | 2007-10-10 | 1 | -16/+76 |
* | r712: fixed a bug in the NetShareGetInfo idl, and added another info level | Andrew Tridgell | 2007-10-10 | 1 | -1/+6 |
* | r649: return unknown interface when the client not yet | Stefan Metzmacher | 2007-10-10 | 1 | -0/+1 |
* | r644: add SPNEGO auth type | Stefan Metzmacher | 2007-10-10 | 1 | -0/+1 |
* | r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4. | Andrew Bartlett | 2007-10-10 | 1 | -8/+0 |
* | r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn... | Andrew Tridgell | 2007-10-10 | 1 | -3/+18 |
* | r593: add a constant for the records size multiplier for max_size in samr_Enu... | Andrew Tridgell | 2007-10-10 | 1 | -0/+2 |
* | r587: added server code for samr_EnumDomainUsers, and started adding | Andrew Tridgell | 2007-10-10 | 1 | -0/+4 |
* | r582: added the LMSessKey in SamInfo and SamInfo2, thanks to work by abartlet | Andrew Tridgell | 2007-10-10 | 1 | -3/+11 |
* | r575: moved the SID_NAME_USE enum into samr.idl | Andrew Tridgell | 2007-10-10 | 1 | -0/+12 |
* | r469: considerably improved the ChangePasswordUser3() IDL thanks to an idea f... | Andrew Tridgell | 2007-10-10 | 1 | -6/+13 |
* | r464: a big improvement to the API for writing server-side RPC | Andrew Tridgell | 2007-10-10 | 1 | -28/+28 |
* | r420: added nicer names for the field bits in userinfo21 | Andrew Tridgell | 2007-10-10 | 1 | -2/+14 |
* | r392: added IDL for 3 more netlogon Delta levels, thanks to a dump from Richa... | Andrew Tridgell | 2007-10-10 | 1 | -5/+21 |
* | r388: added IDL for 3 more set user info levels (all of which set the | Andrew Tridgell | 2007-10-10 | 1 | -0/+22 |
* | r365: improved the IDL for samr_Connect5() | Andrew Tridgell | 2007-10-10 | 1 | -11/+16 |
* | r364: finally worked out the ancient samr_ChangePasswordUser() interface | Andrew Tridgell | 2007-10-10 | 1 | -15/+12 |
* | r359: moved the share type definitions to srvsvc.idl | Andrew Tridgell | 2007-10-10 | 1 | -0/+8 |
* | r358: added some more annotation on the samr unknown attributes | Andrew Tridgell | 2007-10-10 | 1 | -6/+9 |
* | r336: added a -X command line option to smbtorture to enable dangerous or | Andrew Tridgell | 2007-10-10 | 1 | -2/+13 |
* | r335: added much better handling of servers that die unexpectedly during a | Andrew Tridgell | 2007-10-10 | 1 | -6/+48 |
* | r326: tweaks to the RPC-SAMR test code to allow win2003 to pass the test (for... | Andrew Tridgell | 2007-10-10 | 1 | -2/+2 |
* | r325: added IDL and test code for samr_ChangePasswordUser3(). | Andrew Tridgell | 2007-10-10 | 1 | -1/+12 |
* | r310: add missing ',' | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r307: added IDL and test code for samr_GetDomPwInfo(), samr_SetUserInfo2(), | Andrew Tridgell | 2007-10-10 | 1 | -5/+31 |
* | r306: added another define for a DCERPC fault code | Andrew Tridgell | 2007-10-10 | 1 | -0/+1 |
* | r305: - added IDL and test code for samr_RidToSid() | Andrew Tridgell | 2007-10-10 | 1 | -5/+15 |
* | r295: more correct IDL for the netr_AcctLock structure (I hope) | Andrew Tridgell | 2007-10-10 | 1 | -7/+8 |
* | r287: patch from Richard Renard to add AcctLockStr and the delete user and | Andrew Tridgell | 2007-10-10 | 1 | -38/+81 |
* | r275: added IDL and test code for samr_QueryDisplayInfo3(), | Andrew Tridgell | 2007-10-10 | 2 | -6/+49 |
* | r268: added IDL and test code for samr_QueryDomainInfo2(), | Andrew Tridgell | 2007-10-10 | 1 | -4/+43 |
* | r267: added IDL and test code for samr_ChangePasswordUser(), | Andrew Tridgell | 2007-10-10 | 1 | -6/+64 |
* | r259: added samr_DeleteGroupMember() IDL and test code | Andrew Tridgell | 2007-10-10 | 1 | -1/+4 |
* | r258: added samr_AddGroupMember() IDL and test code | Andrew Tridgell | 2007-10-10 | 1 | -1/+5 |
* | r257: added samr_SetGroupInfo() IDL and test code | Andrew Tridgell | 2007-10-10 | 1 | -1/+5 |
* | r256: added samr_CreateDomainGroup() and samr_DeleteDomainGroup() IDL and tes... | Andrew Tridgell | 2007-10-10 | 1 | -2/+11 |
* | r255: added samr_SetDomainInfo IDL and test code | Andrew Tridgell | 2007-10-10 | 1 | -1/+10 |
* | r199: More registry rpc updates | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
* | r190: More RPC updates | Jelmer Vernooij | 2007-10-10 | 1 | -1/+14 |
* | r165: Add support for viewing registry values in gregedit | Jelmer Vernooij | 2007-10-10 | 1 | -1/+3 |
* | r132: fill in the correct default case for the WKSSVC GetInfo call | Andrew Tridgell | 2007-10-10 | 1 | -0/+1 |
* | r128: Another registry update. Changes: | Jelmer Vernooij | 2007-10-10 | 1 | -5/+30 |
* | r101: added lsa_SetSecret() and lsa_QuerySecret() | Andrew Tridgell | 2007-10-10 | 1 | -2/+23 |
* | r62: Fix the build | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
* | r46: Add CreateKey function (still working on it) | Jelmer Vernooij | 2007-10-10 | 1 | -0/+8 |
* | r42: importing .cvsignore files | Gerald Carter | 2007-10-10 | 1 | -2/+0 |
* | r31: More registry updates. regdiff/regpatch work now. | Jelmer Vernooij | 2007-10-10 | 1 | -14/+1 |