loadparm//init_copymap: Add braces around if/for blocks to match coding style
[kamenim/samba.git] / source3 /
2014-09-30 Jeremy Allisons3: lib: Signal handling - ensure smbrun and change...
2014-09-30 Jeremy Allisons3: nmbd: Ensure the main nmbd process doesn't create...
2014-09-30 Michael Adams3:torture: transfer 1M message with fds in LOCAL-MESSA...
2014-09-30 Michael Adams3:torture: wait in tevent-loop for child to confirm...
2014-09-30 Michael Adams3:torture: fix a message in LOCAL-MESSAGING-FDPASS2...
2014-09-30 Michael Adamselftest: run LOCAL-MESSAGING-READ4
2014-09-30 Michael Adams3:torture: add LOCAL-MESSAGING-READ4 - send 1MB message
2014-09-30 Michael Adams3:messaging: explain why the messaging_send*() functio...
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-30 Andrew Bartlettwinbindd: Change value of "ldap sasl wrapping" to sign
2014-09-30 Andrew Bartlettwinbindd: Do not make anonymous connections by default
2014-09-29 Christof Schmitts3-winbindd: Do not use domain SID from LookupSids...
2014-09-29 Christof Schmitts3: Move init_lsa_ref_domain_list to lib
2014-09-29 Stefan Metzmachers3:net_rpc_printer: make use of cli_credentials_get_use...
2014-09-28 Andrew Bartletts3-winbindd: Require SMB signing by default to disrupt...
2014-09-27 Jelmer Vernooijfileserver: raise debug level for share connection...
2014-09-27 Stefan Metzmachers3:passdb: add pdb_get_trust_credentials()
2014-09-27 Michael Adams3:torture: in LOCAL-MESSAGING-FDPASS2, close fds after...
2014-09-27 Michael Adams3:unix_msg: fix a tab<->space mixup in unix_msg_recv()
2014-09-27 Michael Adamsmbd:smb2: improve smbd_smb2_protocol_dialect_match...
2014-09-26 Andrew Bartlettlibrpc: gensec is our security provider abstraction...
2014-09-26 Andrew Bartlettlibrpc: Remove user/domain from struct pipe_auth_data
2014-09-26 Andrew Bartlettidl: Merge NETR_TRUST and LSA_TRUST definitions into...
2014-09-26 Günther Deschners3-libnet: set list of allowed krb5 encryption types...
2014-09-26 Günther Deschners3-net: add "net ads enctypes {list,set,delete}".
2014-09-26 Günther Deschners3-libnet: Make sure we do not overwrite precreated...
2014-09-26 Andreas Schneiders3-libnet: Add libnet_join_get_machine_spns().
2014-09-26 Andreas Schneiders3-libads: Add all machine account principals to the...
2014-09-26 Andreas Schneiders3-libads: Add function to search for an element in...
2014-09-26 Andreas Schneiders3-libads: Add a function to retrieve the SPNs of a...
2014-09-26 Andreas Schneiders3-libads: Improve service principle guessing.
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-25 Jeremy Allisons3: libsmb: Ensure all asn1_XX returns are checked.
2014-09-25 Ralph Boehmevfs_fruit: update rfork size in AppleDouble header
2014-09-25 Ralph Boehmevfs_fruit: ad_write: path may be NULL for rfork
2014-09-25 Ralph Boehmevfs_fruit: fix resource fork length calculation
2014-09-25 Ralph Boehmevfs_fruit: fix unpacking of AppleDouble files
2014-09-24 Michael Adams3:torture: in LOCAL-MESSAGING-READ3, print some messag...
2014-09-24 Michael Adams3:torture: in LOCAL-MESSAGING-READ3, tell child to...
2014-09-24 Michael Adamselftest: run smbtorture3 LOCAL-MESSAGING-FDPASS2 test
2014-09-24 Michael Adams3:torture: work on LOCAL-MESSAGING-FDPASS2
2014-09-24 Michael Adamselftest: run smbtorture3 LOCAL-MESSAGING-FDPASS1 test
2014-09-24 Michael Adams3:torture: add test LOCAL-MESSAGING-FDPASS1
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-22 Michael Adams3:smbtorture: align explanations for parameters
2014-09-22 Michael Adams3:smbtorture: mention "-e" in the help text
2014-09-22 Michael Adamselftst: run the smbtorture3 local tests in the "none...
2014-09-21 Michael Adamsmbd: fix a comment typo.
2014-09-21 Michael Adams3: reset tracepoint handler in reinit_after fork.
2014-09-20 Volker Lendeckepassdb: Use talloc_zero_array
2014-09-19 Stefan Metzmachers3:torture: use cli_state_client_guid in run_smb2_multi...
2014-09-19 Stefan Metzmachers3:libsmb: add 'cli_state_client_guid'
2014-09-19 Stefan Metzmachers3:smb2_sesssetup: we don't need to do a 2nd smb2srv_se...
2014-09-19 Stefan Metzmachers3:smb2_server: add smbd_smb2_signing_key() helper...
2014-09-19 Stefan Metzmachers3:smbXsrv_session: add smbXsrv_session_find_channel()
2014-09-19 Stefan Metzmachers3:smbXsrv_session: remember the smbXsrv_connection...
2014-09-19 Stefan Metzmachers3:smbd: split out a smbd_add_connection() helper function.
2014-09-19 Stefan Metzmachers3:smbd: remove now unused smbd_server_connection-...
2014-09-19 Stefan Metzmachers3:smb2_lock: iterate over all sconn->client->connections
2014-09-19 Stefan Metzmachers3:smb2_lock: always use tevent_req_defer_callback...
2014-09-19 Stefan Metzmachers3:smb2_glue: remove chained fsps from all connections...
2014-09-19 Stefan Metzmachers3:smb2_break: use fsp->conn->sconn->client->connection...
2014-09-19 Stefan Metzmachers3:smb2_break: pass smbXsrv_connection to smbd_smb2_sen...
2014-09-19 Stefan Metzmachers3:smb2_create: pass smbXsrv_connection to *deferred...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to schedule_deferred_o...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to remove_deferred_ope...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to open_was_deferred()
2014-09-19 Stefan Metzmachers3:smbd: move smbXsrv_{session,tcon,open} tables to...
2014-09-19 Michael Adams3:smbd: use tevent_loop_wait() in the parent smbd...
2014-09-19 Michael Adams3:smbd: use tevent_loop_wait() in the child process...
2014-09-19 Stefan Metzmachers3:smbXsrv_session: change smbXsrv_session->connection...
2014-09-19 Stefan Metzmachers3:smbd: use fsp->conn->sconn->client->connections...
2014-09-19 Stefan Metzmachers3:smbd: use sconn->client->connections in keepalive_fn()
2014-09-19 Stefan Metzmachers3:smbd: use sconn->client->connections in reload_servi...
next