summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2010-09-11s3-samr Explian better the use of two privileges in this callAndrew Bartlett1-0/+4
2010-09-11s3-util_sid Tidy up global struct security_tokenAndrew Bartlett1-1/+1
2010-09-11s3-privs Overhaul PRIVILEGE_SET handling, avoid dealing with the bitmapAndrew Bartlett1-56/+18
2010-09-11s3-privs Hide the bitmap-based grant_privilege and revoke_privilegeAndrew Bartlett1-12/+3
2010-09-11s3-privs Make privilege_enum_sids() take an LUID, not a bitmapAndrew Bartlett1-3/+4
2010-09-11libcli/security make sec_privilege_id() return SEC_PRIV_INVALID on failure.Andrew Bartlett1-1/+1
2010-09-11s3-privs Rework access_check_object() to take two privilegesAndrew Bartlett2-65/+56
2010-09-11libcli/security Remove luid_to_se_priv() and luid_to_privilege_name()Andrew Bartlett1-3/+9
2010-09-11s3-privs Convert from user_has_privileges() -> security_token_has_privilege()Andrew Bartlett5-38/+22
2010-09-11s3-privs Remove a pointer from grant_privilege()Andrew Bartlett1-1/+1
2010-09-11s3-privs Remove pointer indirection from se_priv_to_privilege_set()Andrew Bartlett1-2/+2
2010-09-11s3-privs Remove a pointer indirection from revoke_privilege()Andrew Bartlett1-1/+1
2010-09-11libcli/security Don't export privs[] as a global variableAndrew Bartlett1-5/+2
2010-09-11s3-lsa Use sec_privilege_id() to lookup name to LUIDAndrew Bartlett1-9/+4
2010-09-11libcli/security Return number of entries in the old source3 listAndrew Bartlett1-1/+1
2010-09-11libcli/privileges Simplify get_privilege_luid() to return just the enumAndrew Bartlett1-4/+2
2010-09-11s3-privs Inline dump_se_priv into callers now that it's just a uint64_tAndrew Bartlett1-4/+2
2010-09-11s3-privs Rename structure elements for greater clarityAndrew Bartlett1-1/+1
2010-09-11s3:auth Remove NT_USER_TOKENAndrew Bartlett4-16/+16
2010-09-11s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett1-2/+2
2010-09-11s3-privs Further changes to remove SE_PRIVAndrew Bartlett4-25/+25
2010-09-10s3-spoolss: Fix _spoolss_GetPrinter().Günther Deschner1-1/+2
2010-09-10s3-spoolss: Don't leak memory on the session counter list.Andreas Schneider1-0/+12
2010-09-10s3-spoolss: Allow multiple client backchannels.Simo Sorce1-77/+116
2010-09-10s3-spoolss: Split function to send notification.Simo Sorce1-127/+162
2010-09-10s3-spoolss: Use a single structure for all the back channel data.Simo Sorce1-14/+18
2010-09-10s3-spoolss: Rename Printer_entry to struct printer_handle.Simo Sorce1-53/+53
2010-09-10s3-spoolss: Move Printer_entry to srv_spoolss_nt.cSimo Sorce1-0/+44
2010-09-10s3-spoolss: Allocate printer entries on the pipe struct.Simo Sorce1-1/+2
2010-09-10s3-spoolss: Rename session counter structure and use talloc.Simo Sorce1-8/+7
2010-09-10s3-spoolss: allow a short printername w/o servername.Günther Deschner1-6/+1
2010-09-09s3-spoolss: Use systerm server_info for winreg connection.Andreas Schneider1-88/+162
2010-09-09s3-spoolss: Make auth_serversupplied_info const.Andreas Schneider3-63/+63
2010-09-09s3-rpcint: Make auth_serversupplied_info const.Andreas Schneider1-3/+3
2010-09-09s3-spoolss: Fixed some build warnings.Andreas Schneider1-7/+11
2010-09-08s3-spoolss: Move spoolss winreg to new dcerpc client funtions.Andreas Schneider1-347/+389
2010-09-08s3-spoolss: Fixed a possible crash bug.Andreas Schneider1-1/+15
2010-09-07s3: Prune the printername cache when a printer is deletedVolker Lendecke1-2/+20
2010-09-04s3:rpc_server: implement rpcint_bh_set_timeout() as dummyStefan Metzmacher1-0/+8
2010-09-04s3:rpc_server: make it possible to use rpcint_binding_handle() directlyStefan Metzmacher1-18/+76
2010-09-03s3-spoolss: fix some debug statements.Günther Deschner1-1/+1
2010-08-30s3-dcerpc: Implement DCERPC_AUTH_TYPE_KRB5 server sideSimo Sorce1-29/+364
2010-08-29s3: Remove smbd_server_fd() from srv_netlog_ntVolker Lendecke1-3/+2
2010-08-29s3: Remove some uses of smbd_server_fd()Volker Lendecke1-2/+2
2010-08-27s3: Cache results of finding printer namesVolker Lendecke1-0/+39
2010-08-27s3: Pass rhost through to smb_pam_passchangeVolker Lendecke3-16/+37
2010-08-26s3-build: only include rpc_misc.h where needed.Günther Deschner2-0/+2
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-0/+1
2010-08-26s3-dcerpc: only include rpc_dce.h where needed.Günther Deschner3-0/+3
2010-08-26s3-build: only include "fake_file.h" where needed.Günther Deschner1-0/+1