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
2012-10-11
rpc_server:srvsvc Remove psd variable that was no longer set by SMB_VFS_FGET_...
Andrew Bartlett
1
-5
/
+3
2012-10-11
smbd: Add mem_ctx to {f,}get_nt_acl VFS call
Andrew Bartlett
1
-8
/
+8
2012-10-10
s3-rpc_server: fix build warning
David Disseldorp
1
-0
/
+2
2012-10-09
Make sure the returned sd is on the right context, and if not it's always freed.
Jeremy Allison
1
-1
/
+3
2012-10-09
Move setting of psd->dacl->revision and protect against null SD's.
Jeremy Allison
1
-2
/
+4
2012-09-28
s3-lsa: Flesh out the returned info in _lsa_EnumTrustedDomainsEx().
Günther Deschner
1
-0
/
+5
2012-09-18
Fix service control for non-internal services.
Vladimir Marek
1
-4
/
+0
2012-09-07
rpcserver: fix useless declaration warning
Björn Jacke
1
-1
/
+0
2012-08-30
Change the other two places where we set a security descriptor given by the c...
Jeremy Allison
1
-20
/
+1
2012-08-23
s3-smbd: Add security_info_wanted argument to get_nt_acl_no_snum
Andrew Bartlett
1
-1
/
+1
2012-08-09
Correctly check for errors in strlower_m() returns.
Jeremy Allison
2
-2
/
+6
2012-08-04
s3:rpc_server/wkssvc: make usage of session_extract_session_key()
Stefan Metzmacher
1
-2
/
+24
2012-08-04
s3:rpc_server/netlogon: make usage of session_extract_session_key()
Stefan Metzmacher
1
-1
/
+9
2012-07-27
lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and s...
Andrew Bartlett
1
-12
/
+6
2012-07-24
Remove unused variable.
Jeremy Allison
1
-1
/
+0
2012-07-19
s3-rpc_server: Remove make_server_info_info3() call from make_server_pipes_st...
Andrew Bartlett
1
-52
/
+3
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
7
-89
/
+93
2012-07-18
source3/rpc_server/svcctl/srv_svcctl_reg.c: fix stackframe leak
Rusty Russell
1
-0
/
+1
2012-07-17
s3:rpc_server: add support for AES bases netlogon schannel
Stefan Metzmacher
1
-0
/
+4
2012-07-12
s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()
Michael Adam
1
-7
/
+7
2012-07-12
s3: rename sid_check_is_domain() to sid_check_is_our_sam()
Michael Adam
1
-6
/
+6
2012-07-06
s3-lsarpc: Enforce a secure connection for LookupSids3 and LookupNames4.
Andreas Schneider
1
-8
/
+14
2012-07-06
s3-lsarpc: Restrict lsa_LookupNames4 to ncacn_ip_tcp connections.
Andreas Schneider
1
-12
/
+23
2012-07-06
s3-lsarpc: Restrict lsa_LookupSids3 to ncacn_ip_tcp connections.
Andreas Schneider
1
-12
/
+23
2012-07-06
s3-lsarpc: Restrict the transport for ncacn_np functions.
Andreas Schneider
1
-0
/
+42
2012-07-06
s3-rpc_server: Make it possible to use more rpc exceptions.
Andreas Schneider
18
-376
/
+348
2012-07-03
s3-printing: Remove deprecated lp_printer_admin().
Andreas Schneider
1
-42
/
+14
2012-06-27
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
Andrew Bartlett
2
-6
/
+6
2012-06-26
s3-printing: pass a talloc ctx to unpack_pjob
David Disseldorp
1
-1
/
+1
2012-06-26
s3-printing: clean up print_job_pause/resume interface
David Disseldorp
1
-8
/
+4
2012-06-26
s3-printing: rename queue->job sysjob
David Disseldorp
1
-8
/
+8
2012-06-21
s3:util: rename procid_equal() to serverid_equal()
Michael Adam
1
-1
/
+1
2012-06-19
Remove unused variables and code.
Jeremy Allison
1
-9
/
+0
2012-06-19
Fix more "set but not used" warnings.
Jeremy Allison
1
-6
/
+3
2012-06-19
Fix a bunch of "set but not used" warnings.
Jeremy Allison
1
-14
/
+7
2012-06-19
s3:rpc_server/lsasd: remove dependency to libgen.h and basename()
Stefan Metzmacher
1
-8
/
+11
2012-06-19
auth: Use only security_token_is_system to determine that a user is SYSTEM
Andrew Bartlett
1
-1
/
+1
2012-06-19
s3-spoolss: delete_drivers should be called as the connecting user.
Andreas Schneider
1
-1
/
+1
2012-06-05
s3:lib: split things into a conn_tdb.h
Stefan Metzmacher
1
-0
/
+1
2012-05-28
s3:rpc_server: don't do any magic in is_known_pipename() anymore
Stefan Metzmacher
1
-12
/
+3
2012-05-28
s3:rpc_server: return OBJECT_NAME_NOT_FOUND instead of PIPE_NOT_AVAILABLE
Stefan Metzmacher
1
-1
/
+1
2012-05-28
s3:libsmb: get rid of cli_state_protocol
Luk Claes
1
-1
/
+2
2012-05-24
s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path()
Stefan Metzmacher
1
-4
/
+7
2012-05-24
s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection'
Stefan Metzmacher
1
-2
/
+8
2012-05-23
s3:rpc_server/dfs: pass allow_broken_path=true to create_junction()
Stefan Metzmacher
1
-2
/
+4
2012-05-10
s3: Fix Coverity ID 242714 Uninitialized scalar variable
Volker Lendecke
1
-1
/
+2
2012-05-09
s3-spoolss: Set DWORD values correctly.
Andreas Schneider
1
-9
/
+9
2012-05-01
Fix bug #8873 - self granting privileges in security=ads.
Jeremy Allison
1
-4
/
+12
2012-04-25
s3:registry: remove usage of reg_objects from srv_spoolss_nt.c
Gregor Beck
1
-1
/
+0
2012-04-16
param: Change from _lp to lp__ as the prefix for internal parameter wrappers
Andrew Bartlett
1
-1
/
+1
[prev]
[next]