summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r420: added nicer names for the field bits in userinfo21Andrew Tridgell1-2/+14
2007-10-10r392: added IDL for 3 more netlogon Delta levels, thanks to a dump from Richa...Andrew Tridgell1-5/+21
2007-10-10r390: added my best guess for how session keys are supposed to work when youAndrew Tridgell4-5/+34
2007-10-10r388: added IDL for 3 more set user info levels (all of which set theAndrew Tridgell1-0/+22
2007-10-10r365: improved the IDL for samr_Connect5()Andrew Tridgell1-11/+16
2007-10-10r364: finally worked out the ancient samr_ChangePasswordUser() interfaceAndrew Tridgell1-15/+12
2007-10-10r359: moved the share type definitions to srvsvc.idlAndrew Tridgell1-0/+8
2007-10-10r358: added some more annotation on the samr unknown attributesAndrew Tridgell1-6/+9
2007-10-10r354: Tridge convinced me that writing some wrapper functions by hand was aTim Potter2-400/+1
2007-10-10r336: added a -X command line option to smbtorture to enable dangerous orAndrew Tridgell1-2/+13
2007-10-10r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell3-14/+72
2007-10-10r327: fixed an uninitialised variable found by valgrindAndrew Tridgell1-0/+1
2007-10-10r326: tweaks to the RPC-SAMR test code to allow win2003 to pass the test (for...Andrew Tridgell1-2/+2
2007-10-10r325: added IDL and test code for samr_ChangePasswordUser3().Andrew Tridgell1-1/+12
2007-10-10r310: add missing ','Stefan Metzmacher1-1/+1
2007-10-10r307: added IDL and test code for samr_GetDomPwInfo(), samr_SetUserInfo2(),Andrew Tridgell1-5/+31
2007-10-10r306: added another define for a DCERPC fault codeAndrew Tridgell1-0/+1
2007-10-10r305: - added IDL and test code for samr_RidToSid()Andrew Tridgell1-5/+15
2007-10-10r295: more correct IDL for the netr_AcctLock structure (I hope)Andrew Tridgell1-7/+8
2007-10-10r287: patch from Richard Renard to add AcctLockStr and the delete user andAndrew Tridgell1-38/+81
2007-10-10r275: added IDL and test code for samr_QueryDisplayInfo3(),Andrew Tridgell3-8/+67
2007-10-10r268: added IDL and test code for samr_QueryDomainInfo2(),Andrew Tridgell1-4/+43
2007-10-10r267: added IDL and test code for samr_ChangePasswordUser(),Andrew Tridgell1-6/+64
2007-10-10r259: added samr_DeleteGroupMember() IDL and test codeAndrew Tridgell1-1/+4
2007-10-10r258: added samr_AddGroupMember() IDL and test codeAndrew Tridgell1-1/+5
2007-10-10r257: added samr_SetGroupInfo() IDL and test codeAndrew Tridgell1-1/+5
2007-10-10r256: added samr_CreateDomainGroup() and samr_DeleteDomainGroup() IDL and tes...Andrew Tridgell1-2/+11
2007-10-10r255: added samr_SetDomainInfo IDL and test codeAndrew Tridgell1-1/+10
2007-10-10r210: More work on DCERPC client functions:Tim Potter1-3/+318
2007-10-10r199: More registry rpc updatesJelmer Vernooij1-1/+1
2007-10-10r190: More RPC updatesJelmer Vernooij1-1/+14
2007-10-10r165: Add support for viewing registry values in gregeditJelmer Vernooij1-1/+3
2007-10-10r152: a quick airport commit ....Andrew Tridgell2-2/+1
2007-10-10r132: fill in the correct default case for the WKSSVC GetInfo callAndrew Tridgell1-0/+1
2007-10-10r128: Another registry update. Changes:Jelmer Vernooij1-5/+30
2007-10-10r101: added lsa_SetSecret() and lsa_QuerySecret()Andrew Tridgell2-2/+45
2007-10-10r62: Fix the buildJelmer Vernooij1-1/+1
2007-10-10r46: Add CreateKey function (still working on it)Jelmer Vernooij1-0/+8
2007-10-10r42: importing .cvsignore filesGerald Carter2-4/+0
2007-10-10r31: More registry updates. regdiff/regpatch work now.Jelmer Vernooij1-14/+1
2004-04-03added IDL and test for lsa_OpenSecret()Andrew Tridgell1-1/+8
2004-04-03added IDL and test suite for lsa_CreateSecret()Andrew Tridgell1-1/+6
2004-04-03added idl and test suite for lsa_CreateTrustedDomain()Andrew Tridgell1-8/+13
2004-04-03This is the start of a C API to the DCERPC client routines. CurrentlyTim Potter2-1/+86
2004-03-31added lsaCreateAccount() and a test in the RPC-LSA test suiteAndrew Tridgell1-2/+21
2004-02-21split up the schannel rpc client code into separate key establishmentAndrew Tridgell1-19/+64
2004-02-12move more code to the config.m4 schemeStefan Metzmacher1-0/+30
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-10we can close the netlogon pipe used to setup the schannel session keyAndrew Tridgell1-1/+3