index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:unix_msg: close the fds in unix_dgram_recv_handler() after the callback ha...
Michael Adam
2014-09-30
1
-0
/
+6
*
s3:messaging: upon receiving fds, dup them so the caller can safely close them.
Michael Adam
2014-09-30
1
-0
/
+5
*
s3:messaging: allow the messaging receive callback to change the fds
Michael Adam
2014-09-30
3
-4
/
+4
*
s3:unix_msg: don't fill cmsg buffer in unix_dgram_send_job()
Michael Adam
2014-09-30
1
-66
/
+61
*
s3:unix_msg: add close_fd_array_cmsg()
Michael Adam
2014-09-30
1
-0
/
+13
*
s3:unix_msg: factor extract_fd_array_from_msghdr() out of unix_dgram_recv_han...
Michael Adam
2014-09-30
1
-19
/
+27
*
s3:unix_msg: simplify queue_msg() by moving space calculations up.
Michael Adam
2014-09-30
1
-19
/
+17
*
s3:unix_msg: use an iov in unix_dgram_msg/queue_msg instead of buffer and length
Michael Adam
2014-09-30
1
-10
/
+12
*
s3:unix_msg: rename a variable buflen->data_len in queue_msg()
Michael Adam
2014-09-30
1
-6
/
+6
*
s3:unix_msg: use a buffer pointer instead of array indexes for the iov buffer
Michael Adam
2014-09-30
1
-4
/
+7
*
s3:unix_msg: remember errno in unix_dgram_send_job in case of send error.
Michael Adam
2014-09-30
1
-0
/
+4
*
s3:unix_msg: don't close the fd-array at the end of unix_dgram_send_job()
Michael Adam
2014-09-30
1
-2
/
+0
*
s3:unix_msg: add "close_fds" exit point to unix_msg_recv()
Michael Adam
2014-09-30
1
-10
/
+10
*
s3:messaging: msg_type int->uint32_t in struct messaging_hdr
Michael Adam
2014-09-30
1
-1
/
+1
*
s3:messaging: fix uninitialized data introduced by padding
Michael Adam
2014-09-30
1
-0
/
+1
*
tevent: version 0.9.22
Stefan Metzmacher
2014-09-30
2
-1
/
+89
*
tevent: remove unused exit_code in tevent_select.c
Stefan Metzmacher
2014-09-30
1
-4
/
+1
*
tevent: remove unused exit_code in tevent_poll.c
Stefan Metzmacher
2014-09-30
1
-3
/
+0
*
repl: Specify the target realm in dreplsrv_get_target_principal()
Andrew Bartlett
2014-09-30
1
-2
/
+2
*
WHATSNEW: Include info on secured winbindd connections
Andrew Bartlett
2014-09-30
1
-0
/
+15
*
winbindd: Change value of "ldap sasl wrapping" to sign
Andrew Bartlett
2014-09-30
3
-5
/
+7
*
winbindd: Do not make anonymous connections by default
Andrew Bartlett
2014-09-30
1
-0
/
+29
*
provision: Change the default functional level of new Samba domains to 2008R2.
Andrew Bartlett
2014-09-30
3
-4
/
+4
*
ldb: fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxx
Matthieu Patou
2014-09-30
1
-2
/
+2
*
s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs call
Christof Schmitt
2014-09-29
1
-3
/
+30
*
s3: Move init_lsa_ref_domain_list to lib
Christof Schmitt
2014-09-29
5
-48
/
+98
*
s3:net_rpc_printer: make use of cli_credentials_get_username()
Stefan Metzmacher
2014-09-29
1
-19
/
+13
*
lib/util: Do not duplicate the protocol list, use smb_constants.h
Andrew Bartlett
2014-09-29
1
-11
/
+1
*
lib/param: set the kccsrv:samba_kcc option to false by default
Stefan Metzmacher
2014-09-29
1
-1
/
+1
*
s3-winbindd: Require SMB signing by default to disrupt MITM attacks with our DC
Andrew Bartlett
2014-09-28
1
-1
/
+33
*
pidl: Strip trailing whitespace from pidl, for easier exchange of patches wit...
Guy Harris
2014-09-28
1
-93
/
+93
*
fileserver: raise debug level for share connection closing for non-IPC to 2.
Jelmer Vernooij
2014-09-28
1
-1
/
+1
*
libcli: Remove unreachable code in cldap.
Andreas Schneider
2014-09-28
1
-6
/
+2
*
libcli: Remove unreachable code in dns_hosts_file.
Andreas Schneider
2014-09-28
1
-2
/
+0
*
Declare empty target as phony otherwise they are caught by the '%' rule
Matthieu Patou
2014-09-28
1
-1
/
+1
*
samba_dnsupdate: Look for ForestDnsZones in the right place
Andrew Bartlett
2014-09-27
1
-1
/
+3
*
s3:passdb: add pdb_get_trust_credentials()
Stefan Metzmacher
2014-09-27
5
-24
/
+563
*
acl: Fix typo: structrual -> structural
Jelmer Vernooij
2014-09-27
1
-1
/
+1
*
dsdb: Be less verbose when announcing kcc is being invoked.
Jelmer Vernooij
2014-09-27
1
-1
/
+1
*
s3:torture: in LOCAL-MESSAGING-FDPASS2, close fds after passing them
Michael Adam
2014-09-27
1
-0
/
+3
*
s3:unix_msg: fix a tab<->space mixup in unix_msg_recv()
Michael Adam
2014-09-27
1
-1
/
+1
*
smbd:smb2: improve smbd_smb2_protocol_dialect_match(), removing code duplication
Michael Adam
2014-09-27
1
-73
/
+25
*
WHATSNEW: Update WHATSNEW for new default winbind implementation
Andrew Bartlett
2014-09-27
1
-0
/
+17
*
credentials: Allow the secrets.tdb password to be newer than the secrets.ldb ...
Andrew Bartlett
2014-09-27
1
-0
/
+2
*
Fix commented out code in kpasswd server to use correct function
Andrew Bartlett
2014-09-27
1
-1
/
+1
*
provision: explain why this is required
Andrew Bartlett
2014-09-27
1
-0
/
+8
*
librpc: gensec is our security provider abstraction, remove a void *
Andrew Bartlett
2014-09-27
4
-22
/
+11
*
librpc: Remove user/domain from struct pipe_auth_data
Andrew Bartlett
2014-09-27
4
-32
/
+49
*
idl: Merge NETR_TRUST and LSA_TRUST definitions into one set only in lsa.idl
Andrew Bartlett
2014-09-27
13
-40
/
+26
*
librpc/ndr_drsuapi: Allow ndrdump to dump dsinfo52 blobs
Matthieu Patou
2014-09-27
1
-0
/
+34
[prev]
[next]