ira/wip.git
2003-11-22 Andrew Tridgell * fixed NDR flag inheritance across push subcontexts
2003-11-22 Andrew Tridgell * enable RPC/NDR validation in all smbtorture code
2003-11-22 Andrew Tridgella fairly major upgrade to the dcerpc system
2003-11-22 Andrew Tridgell * you can't have two parameters with the same name...
2003-11-22 Tim PotterConvert all NTSTATUS return codes to WERROR.
2003-11-22 Andrew Tridgelladded Parse::RecDescent module into pidl to ensure...
2003-11-22 Andrew Tridgelladded some explanations for epmapper IDL and dom_sid2
2003-11-21 Andrew Tridgellfixed a bug with pushing non-pointer unions
2003-11-21 Andrew Tridgellfix a smbtorture memory leak
2003-11-21 Andrew Tridgellcleaner handling of relative pointers to strings
2003-11-21 Andrew Tridgelldon't ignore .h files here
2003-11-21 Andrew Tridgellforgot to commit this, sorry
2003-11-21 Andrew Tridgellprint out the UUIDs from the end point mapper
2003-11-21 Andrew Tridgell* changed the way strings are handled in pidl to a...
2003-11-21 Tim PotterImplement DeleteKey, DeleteValue, FlushKey.
2003-11-21 Tim PotterStart of winreg idl. Implement OpenHKLM, GetVersion...
2003-11-21 Tim PotterMore work on eventlog - still doesn't work. (-:
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-21 Andrew Tridgelladded support for 'ascstr', a ascii string in MSRPC !
2003-11-20 Andrew Tridgellignore generated idl.pm
2003-11-20 Andrew TridgellTodd Sabin pointed out that a couple of the values...
2003-11-20 Andrew Tridgellwe now use a copy of pidl inside the samba4 source...
2003-11-20 Tim PotterAdd initial work on eventlog - doesn't quite work yet.
2003-11-20 Andrew Tridgelladded samr_QueryDisplayInfo() (only level 1 so far)
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 Tridgellmake sure we don't try to use c++ style variable declar...
2003-11-20 Andrew Tridgellstarted on samr_SetUserInfo()
2003-11-20 Andrew Tridgellfixed pushing structures containing pointers inside...
2003-11-20 Andrew Tridgella bit neater way of emitting code
2003-11-20 Andrew Tridgellfixed a comment
2003-11-20 Andrew Tridgell * cope with pidl not being in $HOME/pidl
2003-11-20 Andrew Tridgellfixed srvsvc_NetShareEnumAll()
2003-11-20 Richard SharpeAdd a 1004 level for srvsvc.
2003-11-20 Andrew Tridgelluse a precompiled grammer in pidl. This speeds up pidl...
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 Tridgellavoid compiler warnings for unused variables with ...
2003-11-20 Andrew Tridgellits LoadStructure() in util.pm that doesn't like strict...
2003-11-20 Andrew Tridgelldamn, "use strict;" in util.pm breaks pidl - but why?
2003-11-20 Andrew Tridgelluse strict perl package everywhere for error checking
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 * added a 'lstring' type for spoolss
2003-11-20 Andrew Tridgellsome errors are expected in SAMR and LSA tests - don...
2003-11-20 Andrew Tridgell * changed to midl syntax using [case(x)] instead of...
2003-11-20 Andrew Tridgell * added support for empty case elements (including...
2003-11-20 Andrew Tridgellmake the socket send code a little clearer
2003-11-19 Andrew Tridgellfixed wkssvc idl and test code for TransportEnum
2003-11-19 Andrew Tridgellupdated copyright year
2003-11-19 Andrew Tridgellswitched to a new way of handling unions, so that we...
2003-11-19 Andrew Tridgellswitched to a new way of handling unions, so that we...
2003-11-19 Richard SharpeFix up some things in the IDL, and fix up a mistake...
2003-11-19 Richard SharpeSome simple tweaks to the IDL to make it more correct ...
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 Tridgellslightly more accurate structure alignment code - I...
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-19 Andrew Tridgellinit samr and lsa names so the debug display looks...
2003-11-19 Andrew Tridgellseparate the reason and result codes in a bind_ack...
2003-11-18 Andrew Tridgelladded a thanks to Todd Sabin (with his permission)
2003-11-18 Andrew Tridgelladded another wkssvc info level
2003-11-18 Andrew Tridgelladded samr_CreateUser() samr_DeleteUser(). The test...
2003-11-18 Andrew Tridgellget rid of the old rpcclient code - it needs to be...
2003-11-18 Andrew Tridgellcope with no printers returned from EnumPrinters
2003-11-18 Andrew Tridgellchanged wks to wkssvc (suggestion from metze). Started...
2003-11-18 Tim PotterWorking on EnumPrinterData. There appears to be an...
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 Tridgellremove some old junk from the Makefile
2003-11-18 Andrew Tridgellauto-generate the pipe UUID version and name
2003-11-18 Andrew Tridgellfill in skeletons for the rest of the function calls...
2003-11-18 Andrew Tridgellsupport the 'default' case in IDL unions
2003-11-18 Andrew Tridgellignore c and h files in the idl dir. This makes it...
2003-11-18 Andrew Tridgell* use the new auto-generated debug code method.
2003-11-18 Andrew Tridgellauto-generate top-level debug print functions when...
2003-11-17 Andrew Tridgellremove an unused variable
2003-11-17 Andrew Tridgelladded wkssvc.idl and test code
2003-11-17 Andrew Tridgell * add another WERR err code
2003-11-17 Andrew Tridgellauto-generate functions for printing top-level function
2003-11-17 Andrew Tridgelluse [subcontext] to make GetPrinter a bit easier in...
2003-11-17 Andrew Tridgellstarted documenting the extension to IDL that pidl...
2003-11-17 Andrew Tridgellsecurity descriptors are no longer a "special" type...
2003-11-17 Andrew Tridgell* support inline arrays
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 Tridgellhandle non-NTSTATUS return types
2003-11-17 Andrew Tridgellnicer method of handling spoolss EnumPrinters
2003-11-17 Andrew Tridgellbetter [relative] handling, allowing for nested relativ...
2003-11-16 Andrew Tridgelluse nstring and [relative] to support levels 1 and...
next