summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libcli/security Return number of entries in the old source3 listAndrew Bartlett2010-09-111-1/+1
* libcli/privileges Simplify get_privilege_luid() to return just the enumAndrew Bartlett2010-09-111-4/+2
* s3-privs Inline dump_se_priv into callers now that it's just a uint64_tAndrew Bartlett2010-09-111-4/+2
* s3-privs Rename structure elements for greater clarityAndrew Bartlett2010-09-111-1/+1
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-114-16/+16
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-111-2/+2
* s3-privs Further changes to remove SE_PRIVAndrew Bartlett2010-09-114-25/+25
* s3-spoolss: Fix _spoolss_GetPrinter().Günther Deschner2010-09-101-1/+2
* s3-spoolss: Don't leak memory on the session counter list.Andreas Schneider2010-09-101-0/+12
* s3-spoolss: Allow multiple client backchannels.Simo Sorce2010-09-101-77/+116
* s3-spoolss: Split function to send notification.Simo Sorce2010-09-101-127/+162
* s3-spoolss: Use a single structure for all the back channel data.Simo Sorce2010-09-101-14/+18
* s3-spoolss: Rename Printer_entry to struct printer_handle.Simo Sorce2010-09-101-53/+53
* s3-spoolss: Move Printer_entry to srv_spoolss_nt.cSimo Sorce2010-09-101-0/+44
* s3-spoolss: Allocate printer entries on the pipe struct.Simo Sorce2010-09-101-1/+2
* s3-spoolss: Rename session counter structure and use talloc.Simo Sorce2010-09-101-8/+7
* s3-spoolss: allow a short printername w/o servername.Günther Deschner2010-09-101-6/+1
* s3-spoolss: Use systerm server_info for winreg connection.Andreas Schneider2010-09-091-88/+162
* s3-spoolss: Make auth_serversupplied_info const.Andreas Schneider2010-09-093-63/+63
* s3-rpcint: Make auth_serversupplied_info const.Andreas Schneider2010-09-091-3/+3
* s3-spoolss: Fixed some build warnings.Andreas Schneider2010-09-091-7/+11
* s3-spoolss: Move spoolss winreg to new dcerpc client funtions.Andreas Schneider2010-09-081-347/+389
* s3-spoolss: Fixed a possible crash bug.Andreas Schneider2010-09-081-1/+15
* s3: Prune the printername cache when a printer is deletedVolker Lendecke2010-09-071-2/+20
* s3:rpc_server: implement rpcint_bh_set_timeout() as dummyStefan Metzmacher2010-09-041-0/+8