Age | Commit message (Expand) | Author | Files | Lines |
2011-07-28 | s3-rpc_server: Use talloc for pipe_rpc_fns | Simo Sorce | 1 | -3/+4 |
2011-07-21 | s3-rpc_server: Create common function to allocate pipes_struct | Simo Sorce | 1 | -31/+10 |
2011-07-21 | s3-rpc_server: Move pipe/handles functions | Simo Sorce | 1 | -77/+0 |
2011-07-21 | s3-rpc_server: We need to copy the session_info for external pipes. | Andreas Schneider | 1 | -1/+6 |
2011-07-20 | s3-rpc_server remove per-element copies of auth_session_info | Andrew Bartlett | 1 | -18/+2 |
2011-07-20 | s3-auth Use the common auth_session_info | Andrew Bartlett | 1 | -7/+7 |
2011-07-20 | s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info | Andrew Bartlett | 1 | -16/+1 |
2011-07-20 | s3-rpc_server read and write the unix_token and unix_info across named_pipe_auth | Andrew Bartlett | 1 | -0/+2 |
2011-07-20 | s3-auth Use struct auth3_session_info outside the auth subsystem | Andrew Bartlett | 1 | -9/+9 |
2011-07-20 | Add my copyright | Andrew Bartlett | 1 | -0/+1 |
2011-07-04 | s3-rpc_server: Remove client_id and server_id from pipes struct. | Andreas Schneider | 1 | -17/+0 |
2011-07-04 | s3-rpc_server: Migrate rpc function to tsocket_address. | Andreas Schneider | 1 | -20/+50 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -2/+2 |
2011-06-05 | s3: Fix a valgrind error | Volker Lendecke | 1 | -2/+2 |
2011-06-01 | s3-rpc_server: Remove unused variable pipes_open. | Andreas Schneider | 1 | -4/+2 |
2011-06-01 | s3-rpc_server: Remove syntax from pipes_struct. | Andreas Schneider | 1 | -1/+0 |
2011-06-01 | s3-rpc_server: Use the correct context syntax. | Andreas Schneider | 1 | -2/+20 |
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -3/+3 |
2011-05-13 | rpc_server: Always use rpc_pipe_open_interface() | Simo Sorce | 1 | -22/+31 |
2011-04-29 | s3-tevent: only include ../lib/util/tevent wrappers where needed. | Günther Deschner | 1 | -0/+1 |
2011-04-29 | s3-tsocket: only include ../lib/tsocket/tsocket.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-04-05 | auth: Move auth_session_info into IDL | Andrew Bartlett | 1 | -12/+21 |
2011-04-05 | s3-auth Rename user_session_key -> session_key to match auth_session_info | Andrew Bartlett | 1 | -1/+1 |
2011-03-30 | s3-includes: only include ntdomain.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-auth: rpc_server needs auth.h | Günther Deschner | 1 | -0/+1 |
2011-03-29 | s3-rpc_server: Fixed rpc_pipe_open_internal documentation. | Andreas Schneider | 1 | -5/+11 |
2011-03-29 | s3-rpc_server: Only allow embedded, daemon and external server type. | Andreas Schneider | 1 | -2/+8 |
2011-03-08 | s3-rpc_server: Introduce transport in pipe_struct. | Andreas Schneider | 1 | -0/+1 |
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 1 | -0/+1 |
2011-02-22 | s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info | Andrew Bartlett | 1 | -30/+30 |
2011-02-10 | s3-auth Rename cryptic 'ptok' to security_token | Andrew Bartlett | 1 | -1/+1 |
2011-02-10 | libcli/named_pipe_auth Change from 'info3' to auth_session_info_transport | Andrew Bartlett | 1 | -16/+29 |
2011-02-09 | s3:rpc_server: create binding_handle in rpc_pipe_open_external() | Stefan Metzmacher | 1 | -1/+9 |
2011-02-07 | s3:rpc_server: fix make_external_rpc_pipe_p() and create read and write queues | Stefan Metzmacher | 1 | -0/+12 |
2010-12-15 | s3:rpc_client: let rpc_transport_tstream_init() create read and write queue | Stefan Metzmacher | 1 | -15/+1 |
2010-10-15 | s3-rpc_server: Normalize rpc_pipe_open_interface pipe name. | Andreas Schneider | 1 | -1/+6 |
2010-10-15 | s3-rpc_server: Make auth_serversupplied_info const. | Andreas Schneider | 1 | -4/+4 |
2010-10-01 | s3-dcerpc: no point for printing NDR twice for internal pipes in log level 10. | Günther Deschner | 1 | -1/+1 |
2010-09-23 | s3-dcerpc: remove auth_data_free_func | Simo Sorce | 1 | -3/+1 |
2010-09-15 | s3-rpc_server: Use talloc_stackframe. | Andreas Schneider | 1 | -14/+15 |
2010-09-15 | s3-rpc_server: Moved "external" pipe functions to rpc_ncacn_np.c. | Simo Sorce | 1 | -0/+297 |
2010-09-15 | s3-rpc_server: Renamed rpc_ncacn_np_internal.c. | Simo Sorce | 1 | -0/+577 |