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-12-21
s3-rpc_server: Fix username and remote check.
Andreas Schneider
1
-2
/
+2
2012-12-21
s3-rpc_server: Make it clear we want to fall trough here.
Andreas Schneider
1
-0
/
+1
2012-12-21
s3-rpc_server: Fix null pointer derefs in rpc_pipe_open_interface().
Andreas Schneider
1
-5
/
+7
2012-12-21
s3-rpc_server: Fix a possible null pointer dereference.
Andreas Schneider
1
-1
/
+2
2012-12-21
s3-rpc_server: Fix useless check if we still have a valid string.
Andreas Schneider
1
-3
/
+3
2012-12-15
s3-rpc_server: use netlogon_creds_encrypt_samlogon().
Günther Deschner
1
-20
/
+3
2012-12-12
s3-rpc_server: limit allowed transports for samr_ValidatePassword().
Günther Deschner
1
-0
/
+5
2012-12-09
s3-auth: remove crypto from serverinfo_to_SamInfoX calls.
Günther Deschner
1
-4
/
+28
2012-12-09
s3-rpc_server: Remove obsolete process_creds boolean in samlogon server.
Günther Deschner
1
-24
/
+3
2012-12-09
s3-rpc_server: support AES for interactive netlogon samlogon password decrypt...
Günther Deschner
1
-2
/
+34
2012-12-09
s3-rpc_server: we need to encrypt OWFs using DES in _netr_ServerGetTrustInfo().
Günther Deschner
1
-2
/
+2
2012-12-09
s3-rpc_server: pass down netlogon cred state in _netr_ServerGetTrustInfo().
Günther Deschner
1
-9
/
+5
2012-12-09
s3-rpc_server: support AES decryption in netr_ServerPasswordSet2 server.
Günther Deschner
1
-1
/
+6
2012-11-29
spoolss: fix segfault when "default devmode" is disabled
David Disseldorp
1
-18
/
+34
2012-11-13
Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_desc...
Andrew Bartlett
1
-4
/
+7
2012-10-20
s3:rpc_server: avoid a level 0 DEBUG if tstream_npa_connect_recv fails (bug #...
Stefan Metzmacher
1
-1
/
+5
2012-10-19
s3: Remove some calls to procid_self
Volker Lendecke
2
-6
/
+8
2012-10-19
s3:rpc_server/srvsvc: remove function net_enum_pipes()
Gregor Beck
1
-97
/
+0
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
[next]