* the RPC-ECHO pipe now works in smbd, as long as the data sizes
authorAndrew Tridgell <tridge@samba.org>
Fri, 12 Dec 2003 03:59:09 +0000 (03:59 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 12 Dec 2003 03:59:09 +0000 (03:59 +0000)
commit16309de71d6c8de96e869aeaab0b879185991d87
treed122fe6bd25cd87df5422b0af661c9e93db31ef8
parentfcc4efd1ea637c810eed8444080b87d7f92c837a
 * the RPC-ECHO pipe now works in smbd, as long as the data sizes
   don't cause fragmented pdus (I'll add fragments shortly)

 * change data_blob_talloc() to not zero memory when the 2nd argument
   is NULL. The zeroing just masks bugs, and can't even allow a DOS
   attack

 * modified pidl to ensure that [ref] arguments to the out side of
   functions are allocated when parsing the in side. This allows rpc
   backends to assume that [ref] variables are all setup. Doesn't work
   correctly for [ref] arrays yet

 * changed DLIST_ADD_END() to take the type instead of a tmp
   variable. This means you don't need to declare a silly tmp variable in
   the caller
(This used to be commit 46e0a358198eeb9af1907ee2a29025d3ab23b6d1)
21 files changed:
source4/auth/auth.c
source4/auth/pampass.c
source4/build/pidl/parser.pm
source4/include/client.h
source4/include/context.h
source4/include/dlinklist.h
source4/include/includes.h
source4/include/ntvfs.h
source4/include/smb.h
source4/lib/data_blob.c
source4/lib/tdb/tdbutil.c
source4/librpc/idl/dcerpc.idl
source4/librpc/ndr/ndr.c
source4/ntvfs/ipc/vfs_ipc.c
source4/passdb/pdb_interface.c
source4/printing/notify.c
source4/rpc_server/dcerpc_server.c
source4/rpc_server/dcerpc_server.h
source4/rpc_server/rpc_echo.c
source4/smbd/trans2.c
source4/tdb/tdbutil.c