summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher3-12/+12
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher6-83/+83
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-16/+61
2007-10-10r511: fix some const handlingAndrew Tridgell1-3/+3
2007-10-10r327: fixed an uninitialised variable found by valgrindAndrew Tridgell1-0/+1
2007-10-10r275: added IDL and test code for samr_QueryDisplayInfo3(),Andrew Tridgell1-2/+18
2007-10-10r152: a quick airport commit ....Andrew Tridgell1-1/+1
2004-02-03- add 'print' to the DCERPC binding stringsStefan Metzmacher1-4/+0
2004-01-11added dom_sid_string() functionAndrew Tridgell1-7/+15
2004-01-08This patch adds a better dcerpc server infastructure.Stefan Metzmacher1-27/+41
2003-12-31the endpoint mapper now works in bigendian modeAndrew Tridgell2-3/+6
2003-12-19addition of samr_SetSecurity() from kaiAndrew Tridgell1-1/+1
2003-12-19fixed the AddAliasMem test codeAndrew Tridgell1-0/+23
2003-12-16fixed formatting of uuids in debug outputAndrew Tridgell1-1/+1
2003-12-16added support for big-endian ucs2 strings (as used by big-endianAndrew Tridgell1-7/+17
2003-12-16a fairly large commit!Andrew Tridgell1-47/+30
2003-12-12Added routines for arrays of uint16s.Tim Potter1-0/+33
2003-12-12 * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell1-1/+1
2003-12-02 * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell1-1/+3
2003-12-01added netr_ServerReqChallenge and cleaned up byte array printingAndrew Tridgell2-11/+13
2003-12-01started adding netlogon IDL and test suiteAndrew Tridgell1-0/+28
2003-11-30Added EnumPrinterDriver, GetPrinterDriver (still in progress)Tim Potter1-0/+17
2003-11-28Added EnumJobs, GetJob, SetJob RPCs.Tim Potter1-0/+17
2003-11-28added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell2-40/+3
2003-11-26Implemented EnumForms and GetForm.Tim Potter1-0/+17
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell2-77/+38
2003-11-24added tests for epm_Map endpointer map callsAndrew Tridgell1-0/+3
2003-11-24added tests for the remaining calls on the rpc management interfaceAndrew Tridgell1-0/+32
2003-11-24added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell3-6/+38
2003-11-23added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell1-1/+1
2003-11-23ooh, this is fun!Andrew Tridgell3-5/+75
2003-11-22 * fixed null terminated string handlingAndrew Tridgell2-3/+8
2003-11-22 * fixed NDR flag inheritance across push subcontextsAndrew Tridgell1-0/+3
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell4-28/+244
2003-11-22added some explanations for epmapper IDL and dom_sid2Andrew Tridgell1-1/+11
2003-11-21cleaner handling of relative pointers to stringsAndrew Tridgell1-3/+3
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell3-240/+270
2003-11-21Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter1-0/+1
2003-11-21avoid calling the print routines completely if debug level < 2Andrew Tridgell1-6/+7
2003-11-21only display really verbose packet dumps when smbtorture is run atAndrew Tridgell1-2/+6
2003-11-21added 4 more levels to samr_QueryDisplayInfo()Andrew Tridgell2-46/+44
2003-11-20Add initial work on eventlog - doesn't quite work yet.Tim Potter1-0/+1
2003-11-20* fixed libndr.h headerAndrew Tridgell2-33/+9
2003-11-20moved the pidl auto-generated files out of CVSAndrew Tridgell18-27735/+0
2003-11-20extensive samr_SetUserInfo/samr_QueryUserInfo testing, withAndrew Tridgell2-20/+20
2003-11-20 * fixed level2 of QueryUserInfoAndrew Tridgell10-8/+124
2003-11-20started on samr_SetUserInfo()Andrew Tridgell5-42/+589
2003-11-20fixed srvsvc_NetShareEnumAll()Andrew Tridgell2-143/+20
2003-11-20Add a 1004 level for srvsvc.Richard Sharpe2-0/+159
2003-11-20Added ATSVC pipe.Tim Potter3-0/+520