winbindd: Do not overwrite domain list with conflicting info from a trusted domain
[sfrench/samba-autobuild/.git] / source3 / lib /
2014-10-06 Jeremy Allisons3: lib, s3: modules: Fix compilation on Solaris.
2014-09-30 Jeremy Allisons3: lib: Signal handling - ensure smbrun and change...
2014-09-30 Michael Adams3:unix_msg: document closing of fds in the receive...
2014-09-30 Michael Adams3:unix_msg: close the fds in unix_dgram_recv_handler...
2014-09-30 Michael Adams3:messaging: upon receiving fds, dup them so the calle...
2014-09-30 Michael Adams3:messaging: allow the messaging receive callback...
2014-09-30 Michael Adams3:unix_msg: don't fill cmsg buffer in unix_dgram_send_...
2014-09-30 Michael Adams3:unix_msg: add close_fd_array_cmsg()
2014-09-30 Michael Adams3:unix_msg: factor extract_fd_array_from_msghdr()...
2014-09-30 Michael Adams3:unix_msg: simplify queue_msg() by moving space calcu...
2014-09-30 Michael Adams3:unix_msg: use an iov in unix_dgram_msg/queue_msg...
2014-09-30 Michael Adams3:unix_msg: rename a variable buflen->data_len in...
2014-09-30 Michael Adams3:unix_msg: use a buffer pointer instead of array...
2014-09-30 Michael Adams3:unix_msg: remember errno in unix_dgram_send_job...
2014-09-30 Michael Adams3:unix_msg: don't close the fd-array at the end of...
2014-09-30 Michael Adams3:unix_msg: add "close_fds" exit point to unix_msg_recv()
2014-09-30 Michael Adams3:messaging: msg_type int->uint32_t in struct messagin...
2014-09-30 Michael Adams3:messaging: fix uninitialized data introduced by...
2014-09-29 Christof Schmitts3: Move init_lsa_ref_domain_list to lib
2014-09-27 Michael Adams3:unix_msg: fix a tab<->space mixup in unix_msg_recv()
2014-09-25 Jeremy Allisons3: tldap_util: Ensure all asn1_XX returns are checked.
2014-09-25 Jeremy Allisons3: tldap: Ensure all asn1_XX returns are checked.
2014-09-24 Michael Adams3:messaging: add fds-array to messaging_send_iov()
2014-09-24 Michael Adams3:messaging: add fds-array to message-backend send...
2014-09-24 Stefan Metzmachers3:messaging: make it possible to receive a fd array...
2014-09-24 Michael Adams3:unix_msg: add fds-array to unix_msg_send() for fd...
2014-09-24 Stefan Metzmachers3:unix_msg: pass the fd array to the unix_msg recv_cal...
2014-09-24 Michael Adams3:unix_msg: add fds-array to unix_dgram_send() for...
2014-09-24 Stefan Metzmachers3:unix_msg: pass the fd array to the unix_dgram recv_c...
2014-09-24 Michael Adams3:unix_msg: read fds from recvmsg in unix_dgram_recv_h...
2014-09-24 Stefan Metzmachers3:unix_msg: add close_fd_array()
2014-09-24 Stefan Metzmachers3:unix_msg: use sendmsg() in unix_dgram_send_job()
2014-09-24 Stefan Metzmachers3:messaging: use struct initializers for 'struct messa...
2014-09-21 Michael Adams3: reset tracepoint handler in reinit_after fork.
2014-09-18 Volker Lendeckelib: Add EMSGSIZE to map_nt_error_from_unix
2014-09-18 Volker Lendeckectdb_conn: Fix a small memory leak when releasing an IP
2014-09-18 Volker Lendeckelib: Move tdb lock timeout fns to source3
2014-09-18 Volker LendeckeRemove a few #ifdef EWOULDBLOCk
2014-09-16 Volker Lendeckelib: Avoid a talloc in write_data_iov
2014-09-15 Jeremy Allisons3: utils: Don't directly manipulate errno inside strup...
2014-09-14 Volker Lendeckemessaging_dgm: Don't expose the messaging_dgm_context
2014-09-14 Volker Lendeckemessaging_dgm: Avoid a talloc
2014-09-14 Volker Lendeckemessaging_dgm: Avoid a talloc
2014-09-14 Volker Lendeckemessaging_dgm: messaging_dgm_lockfile_remove does not...
2014-09-14 Volker Lendeckemessaging_dgm: messaging_dgm_lockfile_create does not...
2014-09-14 Volker Lendeckemessaging_dgm: Avoid talloc_tos()
2014-09-14 Volker Lendeckemessaging_dgm: Reformatting
2014-09-14 Volker Lendeckemessaging_dgm: Remove an unnecessary cast
2014-08-22 Volker Lendeckemessaging3: Avoid messaging_is_self_send
2014-08-22 Volker Lendeckepthreadpool: Slightly serialize jobs
2014-08-22 Volker Lendeckemessaging_dgm: Factor out messaging_dgm_lockfile_name
2014-08-22 Volker Lendeckemessaging_dgm: Use %ju to fill lockfile
2014-08-21 Volker Lendeckemessaging3: Don't print a message if there's nothing...
2014-08-21 Volker Lendeckelib: Check socket length in ctdbd_connect
2014-08-12 Volker Lendeckemessaging3: Include messages_dgm.h only in messages.c
2014-08-11 Volker Lendeckemessaging3: Move messaging_hdr handling to messages.c.
2014-08-11 Volker Lendeckemessaging3: Only store the pid in messaging_dgm_context
2014-08-11 Volker Lendeckemessaging3: Save 48 bytes .text
2014-08-11 Volker Lendeckemessaging3: Remove one-context protection from messages.c
2014-08-11 Volker Lendeckemessaging3: Protect messaging_dgm against multiple...
2014-08-11 Volker Lendeckemessaging3: Add messages_dgm.h
2014-08-11 Volker Lendeckemessaging3: Pass on msg_type unmasked
2014-08-11 Volker Lendeckemessaging3: I don't see 2 versions running concurrently...
2014-08-11 Volker Lendeckemessaging3: Avoid "enum messaging_type" in messages_dgm
2014-08-11 Volker Lendeckemessaging3: Pass dir_owner to messaging_dgm_init()
2014-08-11 Volker Lendeckemessaging3: Pass cache_dir to messaging_dgm_init()
2014-08-11 Volker Lendeckemessaging3: Move [un]become_root() calls out of messagi...
2014-08-11 Volker Lendeckemessaging3: Move sec_init() call out of messaging_dgm_i...
2014-08-11 Volker Lendeckemessaging3: Directly refer to messaging_dgm in messages.c
2014-08-11 Volker Lendeckemessaging3: Add messaging_cleanup
2014-08-11 Volker Lendeckemessaging_dgm: Remove unused "messaging_context"
2014-08-11 Volker Lendeckemessaging3: Explicitly pass server_id to messaging_dgm_init
2014-08-11 Volker Lendeckemessaging3: Explicitly pass tevent_context to messaging...
2014-08-11 Volker Lendeckemessaging_dgm: Receive through a cb function
2014-08-11 Volker Lendeckemessaging3: Fix an error path memleak
2014-08-06 Volker Lendeckectdbd_conn: Only poll if there's a timeout
2014-08-06 Volker Lendeckectdbd_conn: Remove ctdb_packet
2014-08-06 Volker Lendeckectdbd_conn: Remove ctdb_packet dependency
2014-07-31 Volker Lendeckelib: Remove unused serverid_register_msg_flags()
2014-07-28 Volker Lendeckeunix_msg: simplify unix_msg_send
2014-07-28 Volker Lendeckeunix_msg: Use struct initializers
2014-07-28 Volker Lendeckeunix_msg: Use empty arrays in structs
2014-07-28 Volker Lendeckelib: directory_create_or_exist() does not use "uid...
2014-07-24 Volker Lendeckemessaging3: Remove an unnecessary variable
2014-07-24 Volker Lendeckemessaging3: Simplify ping_message()
2014-07-24 Volker Lendeckemessaging3: Remove two procid_str_static calls
2014-07-22 Volker Lendeckelib: Fix a valgrind error
2014-07-18 Stefan Metzmacherlib/util: move memcache.[ch] to the toplevel 'samba...
2014-07-18 Stefan Metzmachers3:lib/memcache: only include the required header files
2014-07-18 Stefan Metzmachers3:lib/memcache: make use of talloc for memcache_elements
2014-07-18 Stefan Metzmachers3:lib/memcache: use uint8_t instead of uint8
2014-07-07 Garming Samparam: avoid the use of lp_do_parameter in popt
2014-06-30 Volker Lendeckelib: Align nt_time_to_unix_timespec with unix_timespec_...
2014-06-30 Volker Lendeckelib: Align unix_timespec_to_nt_time with nt_time_to_uni...
2014-06-27 Volker Lendeckedbwrap: Print wait times with full precision
2014-06-25 Jeremy Allisons3: smbd - fix processing of packets with invalid DOS...
2014-06-24 Jeremy Allisons3: nmbd: Fix bug 10633 - nmbd denial of service
2014-06-18 Volker Lendeckemessaging3: Make messaging_dgm_init return 0/errno
2014-06-18 Volker Lendeckemessaging3: Use "goto fail_nomem" where appropriate
2014-06-18 Volker Lendeckemessaging3: simplify messaging_dgm_lockfile_remove
next