Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: moved librpc/rpc/*.c into a rpccommon library | Andrew Tridgell | 2011-02-24 | 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 | ||||
* | s4:RPC server - always set the response pad data in base of the request one | Matthias Dieter Wallnöfer | 2010-11-03 | 1 | -0/+2 |
| | | | | Otherwise it could remain uninitialised - should fix bug #7769. | ||||
* | s4:RPC server - cosmetic fixes - indentation, comments | Matthias Dieter Wallnöfer | 2010-11-03 | 1 | -1/+2 |
| | |||||
* | s4-rpc: split the dcesrv reply code out of dcerpc_server | Andrew Tridgell | 2010-10-30 | 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> |