Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r924: got rid of the global well-known SIDs, instead using const defines in m... | Andrew Tridgell | 1 | -0/+30 |
2007-10-10 | r920: a placeholder lsads.idl file (lack of this is why the build farm is unh... | Andrew Tridgell | 1 | -0/+16 |
2007-10-10 | r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and server | Andrew Tridgell | 1 | -1/+8 |
2007-10-10 | r917: - added the start of a LSA server to samba4. | Andrew Tridgell | 3 | -35/+28 |
2007-10-10 | r895: use _t in base ndr fns | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 2 | -9/+9 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 5 | -19/+19 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 13 | -112/+112 |
2007-10-10 | r877: This attempt at IDL was accidently included in the pervious commit. | Andrew Bartlett | 1 | -9/+1 |
2007-10-10 | r874: This patch is a pile of work on NTLMSSP: | Andrew Bartlett | 5 | -34/+45 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 4 | -35/+79 |
2007-10-10 | r793: - don't make templates members of any class that would make them show | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r781: added level6 for logon level in SamLogon netlogon.idl | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r739: Implement GetNumRecords() call from eventlog pipe, including a torture ... | Jelmer Vernooij | 1 | -16/+76 |
2007-10-10 | r712: fixed a bug in the NetShareGetInfo idl, and added another info level | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r665: merge over the new build system from my tmp branch | Stefan Metzmacher | 1 | -24/+38 |
2007-10-10 | r649: return unknown interface when the client not yet | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r644: add SPNEGO auth type | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4. | Andrew Bartlett | 5 | -31/+17 |
2007-10-10 | r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn... | Andrew Tridgell | 1 | -3/+18 |
2007-10-10 | r593: add a constant for the records size multiplier for max_size in samr_Enu... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r587: added server code for samr_EnumDomainUsers, and started adding | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r582: added the LMSessKey in SamInfo and SamInfo2, thanks to work by abartlet | Andrew Tridgell | 1 | -3/+11 |
2007-10-10 | r575: moved the SID_NAME_USE enum into samr.idl | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r511: fix some const handling | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r469: considerably improved the ChangePasswordUser3() IDL thanks to an idea f... | Andrew Tridgell | 1 | -6/+13 |
2007-10-10 | r464: a big improvement to the API for writing server-side RPC | Andrew Tridgell | 1 | -28/+28 |
2007-10-10 | r420: added nicer names for the field bits in userinfo21 | Andrew Tridgell | 1 | -2/+14 |
2007-10-10 | r392: added IDL for 3 more netlogon Delta levels, thanks to a dump from Richa... | Andrew Tridgell | 1 | -5/+21 |
2007-10-10 | r390: added my best guess for how session keys are supposed to work when you | Andrew Tridgell | 4 | -5/+34 |
2007-10-10 | r388: added IDL for 3 more set user info levels (all of which set the | Andrew Tridgell | 1 | -0/+22 |
2007-10-10 | r365: improved the IDL for samr_Connect5() | Andrew Tridgell | 1 | -11/+16 |
2007-10-10 | r364: finally worked out the ancient samr_ChangePasswordUser() interface | Andrew Tridgell | 1 | -15/+12 |
2007-10-10 | r359: moved the share type definitions to srvsvc.idl | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r358: added some more annotation on the samr unknown attributes | Andrew Tridgell | 1 | -6/+9 |
2007-10-10 | r354: Tridge convinced me that writing some wrapper functions by hand was a | Tim Potter | 2 | -400/+1 |
2007-10-10 | r336: added a -X command line option to smbtorture to enable dangerous or | Andrew Tridgell | 1 | -2/+13 |
2007-10-10 | r335: added much better handling of servers that die unexpectedly during a | Andrew Tridgell | 3 | -14/+72 |
2007-10-10 | r327: fixed an uninitialised variable found by valgrind | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r326: tweaks to the RPC-SAMR test code to allow win2003 to pass the test (for... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r325: added IDL and test code for samr_ChangePasswordUser3(). | Andrew Tridgell | 1 | -1/+12 |
2007-10-10 | r310: add missing ',' | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r307: added IDL and test code for samr_GetDomPwInfo(), samr_SetUserInfo2(), | Andrew Tridgell | 1 | -5/+31 |
2007-10-10 | r306: added another define for a DCERPC fault code | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r305: - added IDL and test code for samr_RidToSid() | Andrew Tridgell | 1 | -5/+15 |
2007-10-10 | r295: more correct IDL for the netr_AcctLock structure (I hope) | Andrew Tridgell | 1 | -7/+8 |
2007-10-10 | r287: patch from Richard Renard to add AcctLockStr and the delete user and | Andrew Tridgell | 1 | -38/+81 |
2007-10-10 | r275: added IDL and test code for samr_QueryDisplayInfo3(), | Andrew Tridgell | 3 | -8/+67 |
2007-10-10 | r268: added IDL and test code for samr_QueryDomainInfo2(), | Andrew Tridgell | 1 | -4/+43 |
2007-10-10 | r267: added IDL and test code for samr_ChangePasswordUser(), | Andrew Tridgell | 1 | -6/+64 |