Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-24 | build: moved librpc/rpc/*.c into a rpccommon library | Andrew Tridgell | 1 | -0/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 02:42:37 CET 2011 on sn-devel-104 | |||||
2010-11-03 | s4:RPC server - always set the response pad data in base of the request one | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
Otherwise it could remain uninitialised - should fix bug #7769. | |||||
2010-11-03 | s4:RPC server - cosmetic fixes - indentation, comments | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
2010-10-30 | s4-rpc: split the dcesrv reply code out of dcerpc_server | Andrew Tridgell | 1 | -0/+254 | |
this allows us to remove a dependency on the dcerpc_server from code that uses rpc forwarding Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |