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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: lib, s3: modules: Fix compilation on Solaris.
Jeremy Allison
2014-10-06
1
-9
/
+10
*
s3: lib: Signal handling - ensure smbrun and change password code save and re...
Jeremy Allison
2014-09-30
1
-8
/
+10
*
s3:unix_msg: document closing of fds in the receive handler
Michael Adam
2014-09-30
1
-0
/
+7
*
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
*
s3: Move init_lsa_ref_domain_list to lib
Christof Schmitt
2014-09-29
1
-0
/
+67
*
s3:unix_msg: fix a tab<->space mixup in unix_msg_recv()
Michael Adam
2014-09-27
1
-1
/
+1
*
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:messaging: add fds-array to messaging_send_iov()
Michael Adam
2014-09-24
1
-3
/
+16
*
s3:messaging: add fds-array to message-backend send function
Michael Adam
2014-09-24
4
-4
/
+14
*
s3:messaging: make it possible to receive a fd array from another process
Stefan Metzmacher
2014-09-24
4
-13
/
+83
*
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
*
s3:unix_msg: add close_fd_array()
Stefan Metzmacher
2014-09-24
1
-0
/
+14
*
s3:unix_msg: use sendmsg() in unix_dgram_send_job()
Stefan Metzmacher
2014-09-24
1
-3
/
+11
*
s3:messaging: use struct initializers for 'struct messaging_rec'
Stefan Metzmacher
2014-09-24
2
-12
/
+15
*
s3: reset tracepoint handler in reinit_after fork.
Michael Adam
2014-09-21
1
-2
/
+5
*
lib: Add EMSGSIZE to map_nt_error_from_unix
Volker Lendecke
2014-09-18
1
-0
/
+1
*
ctdb_conn: Fix a small memory leak when releasing an IP
Volker Lendecke
2014-09-18
1
-1
/
+2
*
lib: Move tdb lock timeout fns to source3
Volker Lendecke
2014-09-18
1
-0
/
+78
*
Remove a few #ifdef EWOULDBLOCk
Volker Lendecke
2014-09-18
4
-50
/
+4
*
lib: Avoid a talloc in write_data_iov
Volker Lendecke
2014-09-17
1
-9
/
+3
*
s3: utils: Don't directly manipulate errno inside strupper_m().
Jeremy Allison
2014-09-16
1
-5
/
+1
*
messaging_dgm: Don't expose the messaging_dgm_context
Volker Lendecke
2014-09-14
3
-37
/
+59
*
messaging_dgm: Avoid a talloc
Volker Lendecke
2014-09-14
1
-10
/
+10
*
messaging_dgm: Avoid a talloc
Volker Lendecke
2014-09-14
1
-7
/
+8
*
messaging_dgm: messaging_dgm_lockfile_remove does not use tmp_ctx anymore
Volker Lendecke
2014-09-14
1
-3
/
+2
*
messaging_dgm: messaging_dgm_lockfile_create does not use tmp_ctx anymore
Volker Lendecke
2014-09-14
1
-3
/
+2
*
messaging_dgm: Avoid talloc_tos()
Volker Lendecke
2014-09-14
1
-56
/
+55
*
messaging_dgm: Reformatting
Volker Lendecke
2014-09-14
1
-2
/
+1
*
messaging_dgm: Remove an unnecessary cast
Volker Lendecke
2014-09-14
1
-2
/
+1
*
messaging3: Avoid messaging_is_self_send
Volker Lendecke
2014-08-23
1
-9
/
+6
*
pthreadpool: Slightly serialize jobs
Volker Lendecke
2014-08-23
1
-1
/
+1
[next]