WHATSNEW: Add release notes for Samba 4.2.13.
[samba.git] / source3 / lib /
2016-04-12 Stefan MetzmacherMerge tag 'samba-4.2.11' into v4-2-test
2016-03-30 Ralph BoehmeCVE-2016-2115: s3:lib/netapi: use SMB_SIGNING_IPC_DEFAULT
2016-03-28 Volker Lendeckelib: Use asn1_has_error()
2016-01-06 Ralph Boehmes3:lib/errmap_unix: map EOVERFLOW to NT_STATUS_ALLOTTED...
2015-10-21 Ralph Boehmes3:lib: validate domain name in lookup_wellknown_name()
2015-10-12 Stefan Metzmachers3:ctdbd_conn: make sure we destroy tevent_fd before...
2015-08-31 Roel van Meers3-util: Compare the maximum allowed length of a NetBIO...
2015-08-18 Stefan Metzmachers3:lib: fix some corner cases of open_socket_out_cleanup()
2015-08-18 Volker Lendeckelib: Fix rundown of open_socket_out()
2015-08-17 Ralph Boehmes3:util: add internal function for transfer_file that...
2015-06-30 Stefan Metzmachers3:lib/addrchange: make use of tdgram_* in addrchange_*()
2015-06-30 Stefan Metzmachers3:lib/addrchange: look at the correct nl_pid in addrch...
2015-06-30 Stefan Metzmachers3:lib/background: make sure we destroy a pending read_...
2015-06-15 Youzhong Yangs3-unix_msg: remove socket file after closing socket fd
2015-06-01 David HolderAdd IPv6 support for determining FQDN during ADS join.
2015-06-01 Jeremy Allisons3: lib: util: Ensure we read a hex number as %x, not %u.
2015-05-20 Michael Adamgencache: don't fail gencache_stabilize if there were...
2015-05-05 Christof Schmittutil_sd: Make server conncection optional
2015-05-05 Christof Schmittsmbcacls: Move sec_desc_print to common file
2015-05-05 Christof Schmittsmbcacls: Move print_ace and parse_ace to common file
2015-05-05 Christof Schmittsmbcacls: Move StringToSid to common file
2015-05-05 Christof Schmittsmbcacls: Move SidToString to common file
2015-01-27 Jeremy Allisons3: lib, s3: modules: Fix compilation on Solaris.
2015-01-24 Christof Schmittgencache: Request mutexes for gencache_notrans.tdb
2015-01-24 Christof Schmittgencache: Convert gencache.tdb to tdb_wrap
2015-01-24 Christof Schmittgencache: Convert gencache_notrans to use tdb_wrap
2015-01-24 Michael Adams3:gencache: don't use transaction non non-persistent...
2015-01-24 Michael Adams3:gencache: simply stabilize() a bit more: remove...
2015-01-24 Michael Adams3:gencache: fix logic in stabilization when deleting...
2015-01-24 Volker Lendeckelib: Use tdb_parse_record in gencache_set
2015-01-15 Andreas Schneiders3-util: Fix authentication with long hostnames.
2014-12-18 Stefan Metzmachers3:idmap_cache: remove unused idmap_cache_set_sid2...
2014-12-08 Ralph Boehmes3:vfs: add SMB_VFS_READDIR_ATTR()
2014-12-08 Andreas Schneiders3-lib: Do not require a password with --use-ccache.
2014-11-24 Günther Deschnersamba: pass down size_t instead of int to add_string_to...
2014-11-24 Volker Lendeckedbwrap_ctdb: Pass on mutex flags to tdb_open
2014-11-07 Jeremy Allisons3: nmbd: Ensure NetBIOS names are only 15 characters...
2014-11-07 Amitay Isaacsctdb: Rename CTDB_VERSION to CTDB_PROTOCOL
2014-11-07 Amitay Isaacsbuild: Remove configure checks for ctdb headers
2014-11-07 Amitay Isaacsctdb: Rename ctdb socket variable from CTDB_PATH to...
2014-11-07 Amitay Isaacsbuild: Remove checks for ctdb features
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...
next