Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-18 | s3: Add "print notify backchannel" parameter to prevent us doing the reverse ↵ | Volker Lendecke | 1 | -0/+6 | |
print notify connection. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Mar 18 21:34:30 CET 2011 on sn-devel-104 | |||||
2011-03-16 | s3: Fix Coverity ID 2233, REVERSE_INULL | Volker Lendecke | 1 | -1/+1 | |
We have dereferenced h already in dcerpc_lsa_open_policy2 in line 425 | |||||
2011-03-16 | s3: Fix Coverity ID 2234: REVERSE_INULL | Volker Lendecke | 1 | -2/+2 | |
We have dereferenced "b" already in dcerpc_samr_Connect2 in line 521 | |||||
2011-03-16 | s3: Fix Coverity ID 2213, PASS_BY_VALUE | Volker Lendecke | 1 | -6/+6 | |
There's little point to pass a copy of this structure on the stack. Günther, please check! | |||||
2011-03-16 | s3: Fix Coverity ID 1012, CHECKED_RETURN | Volker Lendecke | 1 | -6/+5 | |
This is probably more or less taste. Removing the necessity for a comment is a good thing though IMO. | |||||
2011-03-16 | s3: Fix Coverity ID 1013, CHECKED_RETURN | Volker Lendecke | 1 | -6/+5 | |
This is probably more or less taste. Removing the necessity for a comment is a good thing though IMO. | |||||
2011-03-16 | s3: Fix Coverity ID 1017, CHECKED_RETURN | Volker Lendecke | 1 | -1/+3 | |
Günther, please check! | |||||
2011-03-16 | s3: Fix Coverity ID 2317: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-16 | s3: Fix Coverity ID 2318: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-16 | s3-msdfs: avoid global inclusion of msdfs.h. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-15 | s3: Fix Coverity ID 2279: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2281: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2283: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_OpenKey. | |||||
2011-03-15 | s3: Fix Coverity ID 2284: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_DeleteValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2285: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_DeleteValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2286: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-09 | s3-rpc_server: handle DCERPC_AUTH_LEVEL_CONNECT in api_pipe_bind_req(). | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2011-03-09 | s3-rpc_server: Remove unused _rpc_ep_register. | Andreas Schneider | 1 | -29/+0 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Mar 9 10:32:32 CET 2011 on sn-devel-104 | |||||
2011-03-09 | s3-rpc_server: Use the new endpoint register functions. | Andreas Schneider | 1 | -14/+14 | |
2011-03-09 | s3-rpc_server: Add tevent based endpoint setup functions. | Andreas Schneider | 1 | -0/+121 | |
2011-03-09 | s3-rpc_server: Change irritating debug message. | Andreas Schneider | 1 | -7/+7 | |
2011-03-08 | s3-waf: fix the build. | Günther Deschner | 1 | -0/+3 | |
Guenther Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-epmd: remove some unused variables. | Günther Deschner | 1 | -6/+0 | |
Guenther Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Added IPv6 support for epmapper. | Andreas Schneider | 2 | -0/+18 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Free unused memory. | Andreas Schneider | 1 | -0/+2 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Fixed the accept() for ncalrpc_listener. | Andreas Schneider | 1 | -8/+4 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Fixed the accept() for tcpip_listener. | Andreas Schneider | 1 | -9/+5 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Fixed the accept() for named_pipe_listener. | Andreas Schneider | 1 | -7/+6 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-librpc: Register NCALRPC pipes. | Andreas Schneider | 1 | -163/+500 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Create the ncalrpc endpoints. | Andreas Schneider | 1 | -63/+220 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Add server support for NCALRPC system user pipe. | Andreas Schneider | 2 | -1/+39 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Improved the dcerpc_ncacn_accept switch. | Andreas Schneider | 1 | -29/+38 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Remove unneeded ncacn wrappers. | Andreas Schneider | 1 | -85/+12 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Fixed ncalrpc connection accept. | Andreas Schneider | 1 | -1/+3 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Only allow epm insert and delete on NCALRPC. | Andreas Schneider | 1 | -2/+4 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Introduce transport in pipe_struct. | Andreas Schneider | 2 | -1/+5 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Start the Endpoint Mapper Dameon if enabled. | Andreas Schneider | 1 | -6/+9 | |
Endpoint Mapper is still disabled by default! Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Created an Endpoint Mapper Daemon. | Andreas Schneider | 1 | -0/+279 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Added prototype to setup a ncalrpc socket. | Andreas Schneider | 2 | -1/+5 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-epmap: add ncalrpc listener code | Simo Sorce | 1 | -0/+126 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | sr-epmap: Minor cleanups and fixes | Simo Sorce | 1 | -33/+30 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-epmap: Return the correct ip address. | Andreas Schneider | 1 | -0/+10 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Added server address to pipes struct. | Andreas Schneider | 1 | -7/+34 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Set client and server connection info. | Andreas Schneider | 1 | -1/+49 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Added tcpip listener for each rpc service. | Andreas Schneider | 1 | -9/+101 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-librpc: Added tcpip support for dcerpc_binding_vector_create. | Andreas Schneider | 1 | -0/+2 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-04 | s3: add two missing vfs disconnect calls | David Disseldorp | 1 | -0/+2 | |
The fix for bug 7976 added a vfs connect call to create_conn_struct. This change adds two further disconnect calls that were missed by the original change. Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Fri Mar 4 16:33:53 CET 2011 on sn-devel-104 | |||||
2011-03-03 | s3: Use dom_sid_string in _lsa_lookup_sids_internal | Volker Lendecke | 1 | -4/+1 | |
2011-03-02 | s3-sessionid: avoid global include of sessionid.h | Günther Deschner | 2 | -0/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 2 12:58:12 CET 2011 on sn-devel-104 | |||||
2011-03-02 | s3-server_id: only include server_id where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther |