Commit a2d2d4db authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

rpcrt4: Update the todo lists and copyrights.

parent 9cebbdd8
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* NDR data marshalling * NDR data marshalling
* *
* Copyright 2002 Greg Turner * Copyright 2002 Greg Turner
* Copyright 2003-2006 CodeWeavers
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
...@@ -18,8 +19,16 @@ ...@@ -18,8 +19,16 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* *
* TODO: * TODO:
* - figure out whether we *really* got this right * - Non-conformant strings
* - check for errors and throw exceptions * - String structs
* - Varying arrays
* - Encapsulated unions
* - Byte count pointers
* - transmit_as/represent as
* - Multi-dimensional arrays
* - Conversion functions (NdrConvert)
* - Checks for integer overflow when calculating array sizes
* - Checks for out-of-memory conditions
*/ */
#include <stdarg.h> #include <stdarg.h>
......
...@@ -18,9 +18,7 @@ ...@@ -18,9 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* *
* TODO: * TODO:
* - figure out whether we *really* got this right * - fix the wire-protocol to match MS/RPC
* - check for errors and throw exceptions
* - what are the marshalling functions supposed to return?
* - finish RpcStream_Vtbl * - finish RpcStream_Vtbl
*/ */
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
* Copyright 2001 Ove Kven, TransGaming Technologies * Copyright 2001 Ove Kven, TransGaming Technologies
* Copyright 2003 Mike Hearn * Copyright 2003 Mike Hearn
* Copyright 2004 Filip Navara * Copyright 2004 Filip Navara
* Copyright 2006 CodeWeavers
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
...@@ -18,9 +19,6 @@ ...@@ -18,9 +19,6 @@
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* TODO:
* - a whole lot
*/ */
#include <stdarg.h> #include <stdarg.h>
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
* *
* Copyright 2001-2002 Ove Kven, TransGaming Technologies * Copyright 2001-2002 Ove Kven, TransGaming Technologies
* Copyright 2004 Filip Navara * Copyright 2004 Filip Navara
* Copyright 2006 CodeWeavers
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
...@@ -17,10 +18,6 @@ ...@@ -17,10 +18,6 @@
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* TODO:
* - figure out whether we *really* got this right
* - check for errors and throw exceptions
*/ */
#include <stdarg.h> #include <stdarg.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment