summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* vfs_fruit: deal with vfs_catia not being loadedRalph Boehme2014-10-011-3/+21
* vfs_fruit: remove redundant assignmentRalph Boehme2014-09-301-1/+0
* vfs_fruit: fix possible uninitialized useRalph Boehme2014-09-301-4/+4
* s3:libsmb: remove unused smb2cli.hStefan Metzmacher2014-09-304-30/+0
* libcli/smb: move smb2cli_tcon.c to the toplevelStefan Metzmacher2014-09-305-309/+30
* s3:smb2cli_tcon: use smb2 signing if possibleStefan Metzmacher2014-09-301-1/+7
* s3:libsmb: remove unused ';'Stefan Metzmacher2014-09-301-1/+1
* s3:smb2_negprot: allow really large io sizes up to allmost 16MBStefan Metzmacher2014-09-301-2/+7
* s3: lib: Signal handling - ensure smbrun and change password code save and re...Jeremy Allison2014-09-302-12/+15
* s3: nmbd: Ensure the main nmbd process doesn't create zombies.Jeremy Allison2014-09-301-0/+3
* s3:torture: transfer 1M message with fds in LOCAL-MESSAGING-FDPASS2 testMichael Adam2014-09-301-1/+1
* s3:torture: wait in tevent-loop for child to confirm receive in FDPASS2 msg testMichael Adam2014-09-301-0/+55
* s3:torture: fix a message in LOCAL-MESSAGING-FDPASS2 testMichael Adam2014-09-301-1/+1
* selftest: run LOCAL-MESSAGING-READ4Michael Adam2014-09-301-0/+1
* s3:torture: add LOCAL-MESSAGING-READ4 - send 1MB messageMichael Adam2014-09-303-0/+232
* s3:messaging: explain why the messaging_send*() functions need a tevent-loop.Michael Adam2014-09-301-0/+10
* s3:unix_msg: document closing of fds in the receive handlerMichael Adam2014-09-301-0/+7
* s3:unix_msg: close the fds in unix_dgram_recv_handler() after the callback ha...Michael Adam2014-09-301-0/+6
* s3:messaging: upon receiving fds, dup them so the caller can safely close them.Michael Adam2014-09-301-0/+5
* s3:messaging: allow the messaging receive callback to change the fdsMichael Adam2014-09-303-4/+4
* s3:unix_msg: don't fill cmsg buffer in unix_dgram_send_job()Michael Adam2014-09-301-66/+61
* s3:unix_msg: add close_fd_array_cmsg()Michael Adam2014-09-301-0/+13
* s3:unix_msg: factor extract_fd_array_from_msghdr() out of unix_dgram_recv_han...Michael Adam2014-09-301-19/+27
* s3:unix_msg: simplify queue_msg() by moving space calculations up.Michael Adam2014-09-301-19/+17
* s3:unix_msg: use an iov in unix_dgram_msg/queue_msg instead of buffer and lengthMichael Adam2014-09-301-10/+12
* s3:unix_msg: rename a variable buflen->data_len in queue_msg()Michael Adam2014-09-301-6/+6
* s3:unix_msg: use a buffer pointer instead of array indexes for the iov bufferMichael Adam2014-09-301-4/+7
* s3:unix_msg: remember errno in unix_dgram_send_job in case of send error.Michael Adam2014-09-301-0/+4
* s3:unix_msg: don't close the fd-array at the end of unix_dgram_send_job()Michael Adam2014-09-301-2/+0
* s3:unix_msg: add "close_fds" exit point to unix_msg_recv()Michael Adam2014-09-301-10/+10
* s3:messaging: msg_type int->uint32_t in struct messaging_hdrMichael Adam2014-09-301-1/+1
* s3:messaging: fix uninitialized data introduced by paddingMichael Adam2014-09-301-0/+1
* winbindd: Change value of "ldap sasl wrapping" to signAndrew Bartlett2014-09-301-0/+2
* winbindd: Do not make anonymous connections by defaultAndrew Bartlett2014-09-301-0/+29
* s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs callChristof Schmitt2014-09-291-3/+30
* s3: Move init_lsa_ref_domain_list to libChristof Schmitt2014-09-295-48/+98
* s3:net_rpc_printer: make use of cli_credentials_get_username()Stefan Metzmacher2014-09-291-19/+13
* s3-winbindd: Require SMB signing by default to disrupt MITM attacks with our DCAndrew Bartlett2014-09-281-1/+33
* fileserver: raise debug level for share connection closing for non-IPC to 2.Jelmer Vernooij2014-09-281-1/+1
* s3:passdb: add pdb_get_trust_credentials()Stefan Metzmacher2014-09-275-24/+563
* s3:torture: in LOCAL-MESSAGING-FDPASS2, close fds after passing themMichael Adam2014-09-271-0/+3
* s3:unix_msg: fix a tab<->space mixup in unix_msg_recv()Michael Adam2014-09-271-1/+1
* smbd:smb2: improve smbd_smb2_protocol_dialect_match(), removing code duplicationMichael Adam2014-09-271-73/+25
* librpc: gensec is our security provider abstraction, remove a void *Andrew Bartlett2014-09-274-22/+11
* librpc: Remove user/domain from struct pipe_auth_dataAndrew Bartlett2014-09-274-32/+49
* idl: Merge NETR_TRUST and LSA_TRUST definitions into one set only in lsa.idlAndrew Bartlett2014-09-276-12/+13
* s3-libnet: set list of allowed krb5 encryption types in AD >= 2008.Günther Deschner2014-09-261-0/+65
* s3-net: add "net ads enctypes {list,set,delete}".Günther Deschner2014-09-261-0/+308
* s3-libnet: Make sure we do not overwrite precreated SPNs.Günther Deschner2014-09-261-3/+36
* s3-libnet: Add libnet_join_get_machine_spns().Andreas Schneider2014-09-261-0/+20