ira/wip.git
2003-11-25 Jelmer VernooijUpdate to the modules system. Fixed:
2003-11-24 Andrew Tridgell * fixed byte order in epmapper parsing
2003-11-24 Andrew Tridgellinitial implementation of dcerpc over tcp. RPC-EPMAPPER...
2003-11-24 Andrew Tridgell * prepared the dcerpc subsystem for adding the RPC...
2003-11-24 Andrew Tridgellremoved the STFS specific flags in the Makefile.
2003-11-24 Andrew Tridgelladded tests for epm_Map endpointer map calls
2003-11-24 Andrew Tridgellgive far more detail in the EPMAPPER results
2003-11-24 Andrew Tridgellmake sure we don't try to update a constant
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 Tridgell * better diagnostics in ndrdump
2003-11-23 Andrew Tridgelladded a tool called 'ndrdump' that allows you to dump...
2003-11-23 Tim PotterModify WINREG test program to recursively enumerate...
2003-11-23 Tim PotterRemoved unused variable.
2003-11-23 Tim PotterCheck NT_STATUS code from dcerpc call function before...
2003-11-23 Tim PotterAdd a strlen_m_term() function for returning the length...
2003-11-23 Andrew Tridgellfixed the handling of value() attributes on scalars...
2003-11-23 Tim PotterActually call right function name.
2003-11-23 Tim PotterCall enumkey for tridge.
2003-11-23 Tim PotterString termination fix.
2003-11-23 Tim PotterStrings in the winreg pipe are terminated.
2003-11-23 Andrew Tridgellooh, this is fun!
2003-11-23 Andrew Tridgellsave about 35% of the time for "make idl" by processing...
2003-11-23 Andrew Tridgellget rid of some more unused headers
2003-11-23 Andrew Tridgellby using a single proto.h we gain another factor of...
2003-11-23 Andrew Tridgellfinal bit of tidyup and speedup
2003-11-23 Andrew Tridgellmuch faster inner loop and neater code
2003-11-23 Andrew Tridgellfixed loadparm handling properly
2003-11-23 Andrew Tridgellnicer base type handling
2003-11-23 Andrew Tridgellreduced the number of magic types we need in mkproto.pl
2003-11-23 Andrew Tridgellwe don't need awk now
2003-11-23 Andrew Tridgellget rid of our awk scripts
2003-11-23 Andrew Tridgellchanged to perl for mkproto, patch from vance
2003-11-22 Andrew Tridgelladded support for enumerated types in IDL files. This...
2003-11-22 Andrew Tridgelladded support for 'const' in IDL files. This makes...
2003-11-22 Andrew Tridgelladded the beginnings of an IDL validator, to give clear...
2003-11-22 Andrew Tridgell * fixed null terminated string handling
2003-11-22 Andrew Tridgell * fixed handling of relative subcontext unions
2003-11-22 Andrew Tridgelldfs torture test now passes
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!
next