r4627: - simplified the dcerpc auth code using a common function
[samba.git] / source4 / librpc / ndr /
2003-12-12 Tim PotterAdded routines for arrays of uint16s.
2003-12-12 Andrew Tridgell * the RPC-ECHO pipe now works in smbd, as long as...
2003-12-02 Andrew Tridgell * netr_ServerPasswordSet() now works - the test suite...
2003-12-01 Andrew Tridgelladded netr_ServerReqChallenge and cleaned up byte array...
2003-12-01 Andrew Tridgellstarted adding netlogon IDL and test suite
2003-11-30 Tim PotterAdded EnumPrinterDriver, GetPrinterDriver (still in...
2003-11-28 Tim PotterAdded EnumJobs, GetJob, SetJob RPCs.
2003-11-28 Andrew Tridgelladded auto-generation of the IDL interface tables....
2003-11-26 Tim PotterImplemented EnumForms and GetForm.
2003-11-26 Andrew Tridgellsigned DCERPC over TCP now works !
2003-11-24 Andrew Tridgelladded tests for epm_Map endpointer map calls
2003-11-24 Andrew Tridgelladded tests for the remaining calls on the rpc manageme...
2003-11-24 Andrew Tridgelladded the dcerpc remote management interfaces as mgmt...
2003-11-23 Andrew Tridgelladded a tool called 'ndrdump' that allows you to dump...
2003-11-23 Andrew Tridgellooh, this is fun!
2003-11-22 Andrew Tridgell * fixed null terminated string handling
2003-11-22 Andrew Tridgell * fixed NDR flag inheritance across push subcontexts
2003-11-22 Andrew Tridgella fairly major upgrade to the dcerpc system
2003-11-22 Andrew Tridgelladded some explanations for epmapper IDL and dom_sid2
2003-11-21 Andrew Tridgellcleaner handling of relative pointers to strings
2003-11-21 Andrew Tridgell* changed the way strings are handled in pidl to a...
2003-11-21 Tim PotterStart of winreg idl. Implement OpenHKLM, GetVersion...
2003-11-21 Andrew Tridgellavoid calling the print routines completely if debug...
2003-11-21 Andrew Tridgellonly display really verbose packet dumps when smbtortur...
2003-11-21 Andrew Tridgelladded 4 more levels to samr_QueryDisplayInfo()
2003-11-20 Tim PotterAdd initial work on eventlog - doesn't quite work yet.
2003-11-20 Andrew Tridgell* fixed libndr.h header
2003-11-20 Andrew Tridgellmoved the pidl auto-generated files out of CVS
2003-11-20 Andrew Tridgellextensive samr_SetUserInfo/samr_QueryUserInfo testing...
2003-11-20 Andrew Tridgell * fixed level2 of QueryUserInfo
2003-11-20 Andrew Tridgellstarted on samr_SetUserInfo()
2003-11-20 Andrew Tridgellfixed srvsvc_NetShareEnumAll()
2003-11-20 Richard SharpeAdd a 1004 level for srvsvc.
2003-11-20 Tim PotterAdded ATSVC pipe.
2003-11-20 Andrew Tridgelladded samr_LookupRids() and test code
2003-11-20 Andrew Tridgelladded samr_LookupNames() and test code
2003-11-20 Andrew Tridgellmake the echo idl match the win32 IDL again
2003-11-20 Andrew TridgellEnumPrinterData in spoolss now works
2003-11-20 Andrew Tridgell * changed to midl syntax using [case(x)] instead of...
2003-11-19 Andrew Tridgellfixed wkssvc idl and test code for TransportEnum
2003-11-19 Andrew Tridgellswitched to a new way of handling unions, so that we...
2003-11-19 Andrew Tridgellstarted to expand the echo tests to include more intere...
2003-11-19 Andrew Tridgellsrvsvc IDL and test code from metze. Thanks!
2003-11-19 Andrew Tridgellafter discussions with lukeh, I think we found a alignm...
2003-11-19 Andrew Tridgellremoved an unused structure
2003-11-19 Andrew Tridgellchange to AuditEventsInfo struct from lukeh
2003-11-19 Andrew Tridgellfixed country code field in samr_UserInfo5
2003-11-19 Andrew Tridgellpossibly better handling of NULL secdesc (thanks to...
2003-11-18 Andrew Tridgelladded another wkssvc info level
2003-11-18 Andrew Tridgelladded samr_CreateUser() samr_DeleteUser(). The test...
2003-11-18 Andrew Tridgellchanged wks to wkssvc (suggestion from metze). Started...
2003-11-18 Andrew Tridgelladded samr_QuerySecurity() call that displays the ACL...
2003-11-18 Andrew Tridgelluse the auto-generated UUID, version and name rather...
2003-11-18 Andrew Tridgellfill in skeletons for the rest of the function calls...
2003-11-18 Andrew Tridgell* use the new auto-generated debug code method.
2003-11-17 Andrew Tridgelladded wkssvc.idl and test code
2003-11-17 Andrew Tridgell * add another WERR err code
2003-11-17 Andrew Tridgelluse [subcontext] to make GetPrinter a bit easier in...
2003-11-17 Andrew Tridgellsecurity descriptors are no longer a "special" type...
2003-11-17 Andrew Tridgellcall OpenPrinterEx on each printer on the server, and...
2003-11-17 Andrew Tridgelladded OpenPrinter and a test function. Note that the...
2003-11-17 Andrew Tridgell* more info levels for EnumPrinter
2003-11-17 Andrew Tridgellnicer method of handling spoolss EnumPrinters
2003-11-16 Andrew Tridgelluse nstring and [relative] to support levels 1 and...
2003-11-16 Andrew Tridgelladded support for level1 of EnumPrinters in spoolss...
2003-11-16 Andrew Tridgelluse the "subcontext" magic flag for sec_desc_buf
2003-11-16 Andrew Tridgellslightly more efficient strlen setting in lsa and samr...
2003-11-16 Tim PotterCommit autogenerated code for EnumPrinters and ClosePri...
2003-11-16 Tim PotterAdded push/pull routines for uint8_buf IDL type used...
2003-11-15 Andrew Tridgellthe returned policy handle in spoolss_OpenPrinterEx...
2003-11-15 Andrew Tridgellremember to samr_Close() policy handles after use
2003-11-15 Andrew Tridgelladded OpenAlias and QueryAliasInfo levels 1 to 3
2003-11-15 Andrew Tridgelladded OpenGroup and QueryGroupInfo levels 1 to 4
2003-11-15 Andrew Tridgelladded UserInfo level 21
2003-11-15 Andrew Tridgelladded samr UserInfo levels 4 to 20
2003-11-15 Andrew Tridgelladded samr_UserInfo2 and samr_UserInfo3
2003-11-15 Andrew Tridgelladded samr_OpenUser, samr_EnumDomainAliases and samr_Qu...
2003-11-15 Andrew Tridgelladded samr_EnumDomainGroups and samr_EnumDomainUsers
2003-11-15 Andrew Tridgelladded another 11 levels of QueryDomainInfo
2003-11-15 Andrew Tridgelladded samr_OpenDomain() and samr_QueryDomainInfo()...
2003-11-15 Andrew Tridgellrun LookupDomain on each domain returned from EnumDomai...
2003-11-15 Andrew Tridgelladded the first couple of calls from samr as IDL
2003-11-15 Tim PotterSkeleton IDL for SPOOLSS pipe. For this inital version...
2003-11-15 Andrew Tridgelladded lsa_QuerySecObj() and the necessary sec_desc_buf...
2003-11-14 Andrew Tridgellit turns out that all MS servers ignore the artifact...
2003-11-14 Andrew Tridgelladded the dfs_GetInfo all - all levels
2003-11-14 Andrew Tridgell* added levels 4, 200 and 300 to NetDfsEnum. 200 and...
2003-11-14 Andrew Tridgell* fixed lsa_LookupPrivName
2003-11-14 Andrew Tridgellwe can now do a level1 NetDfsEnum()
2003-11-13 Andrew Tridgell* fixed conformant arrays in structures
2003-11-12 Andrew Tridgelllsa_PrivilegeSet seems to be a very strange beast indee...
2003-11-11 Andrew Tridgelladded 9 more info levels to lsa_QueryInfoPolicy
2003-11-11 Andrew Tridgelladded QueryPolicyInfo/PrimaryDomainInfo idl and test...
2003-11-11 Andrew Tridgellsupport lsa_AuditEventsInfo
2003-11-11 Andrew Tridgellstart using automatic union printing
2003-11-11 Andrew Tridgellautomatically generate ndr_print_*() functions for...
2003-11-11 Andrew Tridgellstarted adding support for lsa_QueryInfoPolicy
2003-11-10 Andrew Tridgelladded idl and test code for lsa_LookupPrivName()
2003-11-10 Andrew Tridgelladded IDL and test for lsa_EnumAccountRights()
2003-11-10 Andrew Tridgelladded IDL and test for lsa_EnumPrivsAccount()
next