summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
* s3-dcesrv: use gssapi helper in srv_pipe.cSimo Sorce2010-09-231-223/+46
* s3-dcerpc: add server helpers for gssapi authSimo Sorce2010-09-232-0/+290
* s3-dcesrv: use ntlmssp helper in srv_pipe.cSimo Sorce2010-09-231-204/+173
* s3-dcerpc: add server helpers for ntlmssp authSimo Sorce2010-09-232-0/+176
* gssapi: remove unused function argumentSimo Sorce2010-09-231-4/+1
* gssapi: avoid explicit dependency on dcerpc specific structuresSimo Sorce2010-09-231-2/+4
* s3-dcerpc: move crypto stuff in /librpc/cryptoSimo Sorce2010-09-231-1/+1
* s3-lsa: Fix sid in DEBUG in_lsa_EnumAccountRights.Günther Deschner2010-09-211-2/+1
* s3:registry: move reg_api_regf prototypes to their own header file.Michael Adam2010-09-211-0/+1
* s3:registry: move the reg_api prototypes to their own header.Michael Adam2010-09-212-0/+2
* s3:rpc_server:ntsvcs: registry is not directly used an more.Michael Adam2010-09-211-2/+0
* s3:rpc_server:ntsvcs: use svcctl_lookup_dispname instead of legacy svcctl in ...Michael Adam2010-09-211-13/+17
* s3:rpc_server: registry is not direclty used in the svcctl server any moreMichael Adam2010-09-211-2/+0
* s3:srv_ntsvcs_nt: make fill_svc_config() use svcctl_get_string_value()Michael Adam2010-09-211-16/+10
* s3:services_db: remove the TALLOC_CTX argument from svcctl_set_secdescMichael Adam2010-09-211-2/+1
* s3-util: use shared dom_sid_dup.Günther Deschner2010-09-203-9/+10
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-203-3/+6
* s3:registry: move higher level function reg_open_path to new module reg_api_utilMichael Adam2010-09-201-0/+1
* s4-netlogon: added IDL for netr_DsrUpdateReadOnlyServerDnsRecordsAndrew Tridgell2010-09-161-0/+19
* s3-rpc_server: fix some uninitalized variables and c++ build warnings.Günther Deschner2010-09-151-2/+2
* s3-rpc_server: Use talloc_stackframe.Andreas Schneider2010-09-151-14/+15
* s3-rpc_server: Moved ncacn_np declarations in common header file.Simo Sorce2010-09-153-0/+25
* s3-rpc_server: Moved "external" pipe functions to rpc_ncacn_np.c.Simo Sorce2010-09-153-298/+336
* s3-rpc_server: Added new parametric option 'rpc_server'Andreas Schneider2010-09-151-1/+17
* s3-rpc_server: Renamed rpc_ncacn_np_internal.c.Simo Sorce2010-09-151-0/+0
* s3-rpc_server: Convert rpc_connect_spoolss_pipe into a generic interface.Simo Sorce2010-09-151-28/+50
* s3-rpc_server: Added support for internal connections to external daemons.Simo Sorce2010-09-151-2/+115
* s3-rpc_server: Accept connections and process requests.Simo Sorce2010-09-151-17/+337
* s3-rpc_server: Added helper functions to read data from a ncacn socket.Simo Sorce2010-09-151-0/+80
* s3-rpc_server: Addded function to create custom pipes_struct.Simo Sorce2010-09-151-0/+99
* s3-rpc_server: Add generic listener callback.Simo Sorce2010-09-151-4/+47
* s3-rpc_server: Added initial generic RPC server infrastructure.Simo Sorce2010-09-152-1/+91
* s3-rpc_server: Added debug to see how much data has been read out.Simo Sorce2010-09-151-0/+4
* s3-rpc_server: Make process_incoming_data() public.Simo Sorce2010-09-151-1/+1
* s3-rpc_server: Make pipe destructor public.Simo Sorce2010-09-151-3/+1
* s3-rpc_server: Fixed unhandled error condition.Simo Sorce2010-09-151-1/+2
* s3-samr Explian better the use of two privileges in this callAndrew Bartlett2010-09-111-0/+4
* s3-util_sid Tidy up global struct security_tokenAndrew Bartlett2010-09-111-1/+1
* s3-privs Overhaul PRIVILEGE_SET handling, avoid dealing with the bitmapAndrew Bartlett2010-09-111-56/+18
* s3-privs Hide the bitmap-based grant_privilege and revoke_privilegeAndrew Bartlett2010-09-111-12/+3
* s3-privs Make privilege_enum_sids() take an LUID, not a bitmapAndrew Bartlett2010-09-111-3/+4
* libcli/security make sec_privilege_id() return SEC_PRIV_INVALID on failure.Andrew Bartlett2010-09-111-1/+1
* s3-privs Rework access_check_object() to take two privilegesAndrew Bartlett2010-09-112-65/+56
* libcli/security Remove luid_to_se_priv() and luid_to_privilege_name()Andrew Bartlett2010-09-111-3/+9
* s3-privs Convert from user_has_privileges() -> security_token_has_privilege()Andrew Bartlett2010-09-115-38/+22
* s3-privs Remove a pointer from grant_privilege()Andrew Bartlett2010-09-111-1/+1
* s3-privs Remove pointer indirection from se_priv_to_privilege_set()Andrew Bartlett2010-09-111-2/+2
* s3-privs Remove a pointer indirection from revoke_privilege()Andrew Bartlett2010-09-111-1/+1
* libcli/security Don't export privs[] as a global variableAndrew Bartlett2010-09-111-5/+2
* s3-lsa Use sec_privilege_id() to lookup name to LUIDAndrew Bartlett2010-09-111-9/+4