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
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
winbindd: Change value of "ldap sasl wrapping" to sign
Andrew Bartlett
2014-09-30
1
-0
/
+2
*
winbindd: Do not make anonymous connections by default
Andrew Bartlett
2014-09-30
1
-0
/
+29
*
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
*
s3-winbindd: Require SMB signing by default to disrupt MITM attacks with our DC
Andrew Bartlett
2014-09-28
1
-1
/
+33
*
fileserver: raise debug level for share connection closing for non-IPC to 2.
Jelmer Vernooij
2014-09-28
1
-1
/
+1
*
s3:passdb: add pdb_get_trust_credentials()
Stefan Metzmacher
2014-09-27
5
-24
/
+563
*
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
*
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
6
-12
/
+13
*
s3-libnet: set list of allowed krb5 encryption types in AD >= 2008.
Günther Deschner
2014-09-26
1
-0
/
+65
*
s3-net: add "net ads enctypes {list,set,delete}".
Günther Deschner
2014-09-26
1
-0
/
+308
*
s3-libnet: Make sure we do not overwrite precreated SPNs.
Günther Deschner
2014-09-26
1
-3
/
+36
*
s3-libnet: Add libnet_join_get_machine_spns().
Andreas Schneider
2014-09-26
1
-0
/
+20
*
s3-libads: Add all machine account principals to the keytab.
Andreas Schneider
2014-09-26
1
-22
/
+52
*
s3-libads: Add function to search for an element in an array.
Andreas Schneider
2014-09-26
2
-0
/
+33
*
s3-libads: Add a function to retrieve the SPNs of a computer account.
Andreas Schneider
2014-09-26
2
-0
/
+66
*
s3-libads: Improve service principle guessing.
Andreas Schneider
2014-09-26
1
-58
/
+66
*
s3: tldap_util: Ensure all asn1_XX returns are checked.
Jeremy Allison
2014-09-26
1
-20
/
+23
*
s3: tldap: Ensure all asn1_XX returns are checked.
Jeremy Allison
2014-09-26
1
-143
/
+172
*
s3: libsmb: Ensure all asn1_XX returns are checked.
Jeremy Allison
2014-09-26
1
-116
/
+137
*
vfs_fruit: update rfork size in AppleDouble header
Ralph Boehme
2014-09-25
1
-0
/
+8
*
vfs_fruit: ad_write: path may be NULL for rfork
Ralph Boehme
2014-09-25
1
-2
/
+5
*
vfs_fruit: fix resource fork length calculation
Ralph Boehme
2014-09-25
1
-7
/
+3
*
vfs_fruit: fix unpacking of AppleDouble files
Ralph Boehme
2014-09-25
1
-2
/
+4
*
s3:torture: in LOCAL-MESSAGING-READ3, print some messages to child
Michael Adam
2014-09-24
1
-0
/
+5
*
s3:torture: in LOCAL-MESSAGING-READ3, tell child to exit and wait
Michael Adam
2014-09-24
1
-0
/
+17
*
selftest: run smbtorture3 LOCAL-MESSAGING-FDPASS2 test
Michael Adam
2014-09-24
1
-0
/
+1
*
s3:torture: work on LOCAL-MESSAGING-FDPASS2
Michael Adam
2014-09-24
3
-0
/
+238
*
selftest: run smbtorture3 LOCAL-MESSAGING-FDPASS1 test
Michael Adam
2014-09-24
1
-0
/
+1
*
s3:torture: add test LOCAL-MESSAGING-FDPASS1
Michael Adam
2014-09-24
4
-0
/
+80
*
s3:messaging: add fds-array to messaging_send_iov()
Michael Adam
2014-09-24
3
-5
/
+19
*
s3:messaging: add fds-array to message-backend send function
Michael Adam
2014-09-24
5
-4
/
+15
*
s3:messaging: make it possible to receive a fd array from another process
Stefan Metzmacher
2014-09-24
5
-13
/
+85
*
s3:unix_msg: add fds-array to unix_msg_send() for fd passing
Michael Adam
2014-09-24
5
-14
/
+39
*
s3:unix_msg: pass the fd array to the unix_msg recv_callback function
Stefan Metzmacher
2014-09-24
5
-5
/
+23
*
s3:unix_msg: add fds-array to unix_dgram_send() for fd-passing
Michael Adam
2014-09-24
1
-12
/
+161
*
s3:unix_msg: pass the fd array to the unix_dgram recv_callback function
Stefan Metzmacher
2014-09-24
1
-7
/
+13
*
s3:unix_msg: read fds from recvmsg in unix_dgram_recv_handler()
Michael Adam
2014-09-24
1
-3
/
+52
[next]