summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-2625-1259/+2315
* added some paranoid checking for enumsAndrew Tridgell2003-11-261-2/+5
* Spoolss functions return WERROR not NTSTATUS.Tim Potter2003-11-251-187/+196
* CVS: ----------------------------------------------------------------------Jelmer Vernooij2003-11-2514-249/+259
* Update to the modules system. Fixed:Jelmer Vernooij2003-11-251-13/+17
* * fixed byte order in epmapper parsingAndrew Tridgell2003-11-244-37/+78
* initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now toAndrew Tridgell2003-11-246-9/+236
* * prepared the dcerpc subsystem for adding the RPC over TCP transportAndrew Tridgell2003-11-245-120/+178
* removed the STFS specific flags in the Makefile.Andrew Tridgell2003-11-241-14/+4
* added tests for epm_Map endpointer map callsAndrew Tridgell2003-11-243-27/+62
* give far more detail in the EPMAPPER resultsAndrew Tridgell2003-11-243-31/+107
* make sure we don't try to update a constantAndrew Tridgell2003-11-241-2/+8
* added tests for the remaining calls on the rpc management interfaceAndrew Tridgell2003-11-246-52/+201
* added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell2003-11-2412-41/+233
* * better diagnostics in ndrdumpAndrew Tridgell2003-11-233-4/+37
* added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell2003-11-236-3/+246
* Modify WINREG test program to recursively enumerate keys in all knownTim Potter2003-11-231-64/+47
* Removed unused variable.Tim Potter2003-11-231-2/+0
* Check NT_STATUS code from dcerpc call function before checking theTim Potter2003-11-231-2/+2
* Add a strlen_m_term() function for returning the length of a stringTim Potter2003-11-232-2/+17
* fixed the handling of value() attributes on scalars in IDL thatAndrew Tridgell2003-11-233-15/+11
* Actually call right function name.Tim Potter2003-11-231-1/+1
* Call enumkey for tridge.Tim Potter2003-11-231-0/+4
* String termination fix.Tim Potter2003-11-231-30/+87
* Strings in the winreg pipe are terminated.Tim Potter2003-11-231-3/+3
* ooh, this is fun!Andrew Tridgell2003-11-2310-545/+317
* save about 35% of the time for "make idl" by processing multiple IDLAndrew Tridgell2003-11-233-65/+89
* get rid of some more unused headersAndrew Tridgell2003-11-2310-40/+0
* by using a single proto.h we gain another factor of 4 in the speed ofAndrew Tridgell2003-11-234-61/+12
* final bit of tidyup and speedupAndrew Tridgell2003-11-231-30/+13
* much faster inner loop and neater codeAndrew Tridgell2003-11-231-58/+54
* fixed loadparm handling properlyAndrew Tridgell2003-11-231-41/+20
* nicer base type handlingAndrew Tridgell2003-11-231-6/+6
* reduced the number of magic types we need in mkproto.plAndrew Tridgell2003-11-2311-282/+66
* we don't need awk nowAndrew Tridgell2003-11-231-1/+0
* get rid of our awk scriptsAndrew Tridgell2003-11-232-224/+0
* changed to perl for mkproto, patch from vanceAndrew Tridgell2003-11-233-15/+155
* added support for enumerated types in IDL files. This makes unionsAndrew Tridgell2003-11-223-21/+54
* added support for 'const' in IDL files. This makes it easy to defineAndrew Tridgell2003-11-223-13/+33
* added the beginnings of an IDL validator, to give clearer errors whenAndrew Tridgell2003-11-222-0/+104
* * fixed null terminated string handlingAndrew Tridgell2003-11-224-11/+16
* * fixed handling of relative subcontext unionsAndrew Tridgell2003-11-223-23/+23
* dfs torture test now passesAndrew Tridgell2003-11-221-7/+6
* * fixed NDR flag inheritance across push subcontextsAndrew Tridgell2003-11-223-2/+13
* * enable RPC/NDR validation in all smbtorture codeAndrew Tridgell2003-11-224-4/+7
* a fairly major upgrade to the dcerpc systemAndrew Tridgell2003-11-2220-100/+565
* * you can't have two parameters with the same name (pidl doesn't enforceAndrew Tridgell2003-11-221-3/+3
* Convert all NTSTATUS return codes to WERROR.Tim Potter2003-11-222-53/+334
* added Parse::RecDescent module into pidl to ensure we all use the sameAndrew Tridgell2003-11-224-1/+3058
* added some explanations for epmapper IDL and dom_sid2Andrew Tridgell2003-11-222-1/+24