index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-21
s3:registry: move the reg_api prototypes to their own header.
Michael Adam
2
-0
/
+2
2010-09-21
s3:rpc_server:ntsvcs: registry is not directly used an more.
Michael Adam
1
-2
/
+0
2010-09-21
s3:rpc_server:ntsvcs: use svcctl_lookup_dispname instead of legacy svcctl in ...
Michael Adam
1
-13
/
+17
2010-09-21
s3:rpc_server: registry is not direclty used in the svcctl server any more
Michael Adam
1
-2
/
+0
2010-09-21
s3:srv_ntsvcs_nt: make fill_svc_config() use svcctl_get_string_value()
Michael Adam
1
-16
/
+10
2010-09-21
s3:services_db: remove the TALLOC_CTX argument from svcctl_set_secdesc
Michael Adam
1
-2
/
+1
2010-09-20
s3-util: use shared dom_sid_dup.
Günther Deschner
3
-9
/
+10
2010-09-20
s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.
Günther Deschner
3
-3
/
+6
2010-09-20
s3:registry: move higher level function reg_open_path to new module reg_api_util
Michael Adam
1
-0
/
+1
2010-09-16
s4-netlogon: added IDL for netr_DsrUpdateReadOnlyServerDnsRecords
Andrew Tridgell
1
-0
/
+19
2010-09-15
s3-rpc_server: fix some uninitalized variables and c++ build warnings.
Günther Deschner
1
-2
/
+2
2010-09-15
s3-rpc_server: Use talloc_stackframe.
Andreas Schneider
1
-14
/
+15
2010-09-15
s3-rpc_server: Moved ncacn_np declarations in common header file.
Simo Sorce
3
-0
/
+25
2010-09-15
s3-rpc_server: Moved "external" pipe functions to rpc_ncacn_np.c.
Simo Sorce
3
-298
/
+336
2010-09-15
s3-rpc_server: Added new parametric option 'rpc_server'
Andreas Schneider
1
-1
/
+17
2010-09-15
s3-rpc_server: Renamed rpc_ncacn_np_internal.c.
Simo Sorce
1
-0
/
+0
2010-09-15
s3-rpc_server: Convert rpc_connect_spoolss_pipe into a generic interface.
Simo Sorce
1
-28
/
+50
2010-09-15
s3-rpc_server: Added support for internal connections to external daemons.
Simo Sorce
1
-2
/
+115
2010-09-15
s3-rpc_server: Accept connections and process requests.
Simo Sorce
1
-17
/
+337
2010-09-15
s3-rpc_server: Added helper functions to read data from a ncacn socket.
Simo Sorce
1
-0
/
+80
2010-09-15
s3-rpc_server: Addded function to create custom pipes_struct.
Simo Sorce
1
-0
/
+99
2010-09-15
s3-rpc_server: Add generic listener callback.
Simo Sorce
1
-4
/
+47
2010-09-15
s3-rpc_server: Added initial generic RPC server infrastructure.
Simo Sorce
2
-1
/
+91
2010-09-15
s3-rpc_server: Added debug to see how much data has been read out.
Simo Sorce
1
-0
/
+4
2010-09-15
s3-rpc_server: Make process_incoming_data() public.
Simo Sorce
1
-1
/
+1
2010-09-15
s3-rpc_server: Make pipe destructor public.
Simo Sorce
1
-3
/
+1
2010-09-15
s3-rpc_server: Fixed unhandled error condition.
Simo Sorce
1
-1
/
+2
2010-09-11
s3-samr Explian better the use of two privileges in this call
Andrew Bartlett
1
-0
/
+4
2010-09-11
s3-util_sid Tidy up global struct security_token
Andrew Bartlett
1
-1
/
+1
2010-09-11
s3-privs Overhaul PRIVILEGE_SET handling, avoid dealing with the bitmap
Andrew Bartlett
1
-56
/
+18
2010-09-11
s3-privs Hide the bitmap-based grant_privilege and revoke_privilege
Andrew Bartlett
1
-12
/
+3
2010-09-11
s3-privs Make privilege_enum_sids() take an LUID, not a bitmap
Andrew Bartlett
1
-3
/
+4
2010-09-11
libcli/security make sec_privilege_id() return SEC_PRIV_INVALID on failure.
Andrew Bartlett
1
-1
/
+1
2010-09-11
s3-privs Rework access_check_object() to take two privileges
Andrew Bartlett
2
-65
/
+56
2010-09-11
libcli/security Remove luid_to_se_priv() and luid_to_privilege_name()
Andrew Bartlett
1
-3
/
+9
2010-09-11
s3-privs Convert from user_has_privileges() -> security_token_has_privilege()
Andrew Bartlett
5
-38
/
+22
2010-09-11
s3-privs Remove a pointer from grant_privilege()
Andrew Bartlett
1
-1
/
+1
2010-09-11
s3-privs Remove pointer indirection from se_priv_to_privilege_set()
Andrew Bartlett
1
-2
/
+2
2010-09-11
s3-privs Remove a pointer indirection from revoke_privilege()
Andrew Bartlett
1
-1
/
+1
2010-09-11
libcli/security Don't export privs[] as a global variable
Andrew Bartlett
1
-5
/
+2
2010-09-11
s3-lsa Use sec_privilege_id() to lookup name to LUID
Andrew Bartlett
1
-9
/
+4
2010-09-11
libcli/security Return number of entries in the old source3 list
Andrew Bartlett
1
-1
/
+1
2010-09-11
libcli/privileges Simplify get_privilege_luid() to return just the enum
Andrew Bartlett
1
-4
/
+2
2010-09-11
s3-privs Inline dump_se_priv into callers now that it's just a uint64_t
Andrew Bartlett
1
-4
/
+2
2010-09-11
s3-privs Rename structure elements for greater clarity
Andrew Bartlett
1
-1
/
+1
2010-09-11
s3:auth Remove NT_USER_TOKEN
Andrew Bartlett
4
-16
/
+16
2010-09-11
s3-auth Change struct nt_user_token -> struct security_token
Andrew Bartlett
1
-2
/
+2
2010-09-11
s3-privs Further changes to remove SE_PRIV
Andrew Bartlett
4
-25
/
+25
2010-09-10
s3-spoolss: Fix _spoolss_GetPrinter().
Günther Deschner
1
-1
/
+2
2010-09-10
s3-spoolss: Don't leak memory on the session counter list.
Andreas Schneider
1
-0
/
+12
[prev]
[next]