tdb/toos: allow transactions with TDB_MUTEX_LOCKING
[obnox/samba/samba-obnox.git] / source3 / smbd /
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...
2014-09-19 Stefan Metzmachers3:smbd: remove now unused smbXsrv_connection->sconn
2014-09-19 Stefan Metzmachers3:smbXsrv_open: use xconn->client->sconn in smb1srv_op...
2014-09-19 Stefan Metzmachers3:smbXsrv_session: use xconn->client->sconn in smbXsrv...
2014-09-19 Stefan Metzmachers3:smb2_server: use xconn->client->sconn in smbd_smb2_r...
2014-09-19 Stefan Metzmachers3:smb2_server: use xconn->client->sconn in smbd_smb2_r...
2014-09-19 Stefan Metzmachers3:smb2_server: use xconn->client->sconn in smbd_smb2_f...
2014-09-19 Stefan Metzmachers3:smb2_server: use xconn->client->sconn in smbd_smb2_i...
2014-09-19 Stefan Metzmachers3:smbd: use xconn->client->sconn in make_connection_snum()
2014-09-19 Stefan Metzmachers3:smbd: use xconn->client->sconn in smb1_parse_chain()
2014-09-19 Stefan Metzmachers3:smbd: use xconn->client->sconn in construct_reply()
2014-09-19 Stefan Metzmachers3:smbd: use xconn->client->sconn in reply_special()
2014-09-19 Stefan Metzmachers3:smbd: use xconn->client->sconn in process_smb()
2014-09-19 Stefan Metzmachers3:smbd: introduce 'struct smbXsrv_client' in order...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to make_connection_snum()
2014-09-19 Stefan Metzmachers3:smbd: pass smb_request to make_connection_smb1()
2014-09-19 Stefan Metzmachers3:smbd: pass smbd_smb2_request to make_connection_smb2()
2014-09-19 Stefan Metzmachers3:smbd: pass smb_request to make_connection()
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to construct_reply*()
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to smb1_parse_chain()
2014-09-19 Michael Adams3:smbd: support xconn=NULL in init_smb_request()
2014-09-19 Stefan Metzmachers3:smbd: only pass smbXsrv_connection to fork_echo_hand...
2014-09-19 Stefan Metzmachers3:smbd: use req->sconn in reply.c where possible
2014-09-19 Stefan Metzmachers3:smbd: use req->sconn in sesssetup.c
2014-09-19 Stefan Metzmachers3:smbd: use req->sconn in reply_ntcancel()
2014-09-19 Stefan Metzmachers3:smbd: use req->sconn in reply_negprot()
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to srv_send_smb()
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to receive_smb*()
2014-09-19 Michael Adams3:smbd: use smbXsrv_connection_dbg() in receive_smb_ta...
2014-09-19 Michael Adams3:smbd: use smbXsrv_connection_dbg() inreceive_smb_raw...
2014-09-19 Stefan Metzmachers3:smb2_sesssetup: use smb2req->sconn in smbd_smb2_reau...
2014-09-19 Stefan Metzmachers3:smb2_server: use the global signing key to check...
2014-09-18 Volker LendeckeRemove a few #ifdef EWOULDBLOCk
2014-09-15 Jeremy Allisons3: smbd: Fix a couple of tricky slow-path cases -...
2014-09-15 Jeremy Allisons3: smbd: Change get_lanman2_dir_entry() to return...
2014-09-15 Jeremy Allisons3: smbd: Remove unneeded 'out_of_space' parameter...
2014-09-15 Jeremy Allisons3: smbd: SMB2 - change smbd_dirptr_lanman2_entry(...
2014-09-15 Jeremy Allisons3: smbd: smbd_marshall_dir_entry() no longer needs...
2014-09-15 Jeremy Allisons3: smbd: Change smbd_marshall_dir_entry() to return...
2014-09-15 Jeremy Allisons3: smbd: Change the function signature of srvstr_push...
2014-09-15 Jeremy Allisons3: smbd: Ensure types for all variables called 'len...
2014-09-15 Jeremy Allisons3: smbd: srvstr_push() was changed to never return...
2014-09-12 Volker Lendeckes3: smbd: streams - Ensure share mode validation ignore...
2014-09-11 Jeremy Allisons3: smbd - open logic fix.
2014-09-10 Jeremy Allisons3: smbd: Ensure we don't call qsort() with a size...
2014-09-10 Michael Adams3:smbd:open_file: use a more natural check.
2014-09-10 Michael Adams3:smbd: fix a race in open code
2014-09-10 Volker Lendeckesmbd: Fix a typo
2014-09-09 Ralph Boehmes3:smbd: fix a comment typo
2014-09-09 Volker Lendeckesmbd: Move make_dir_struct() to reply.c
2014-09-09 Stefan Metzmachers3:smbd: close the connection if the client doesn't...
2014-09-08 Jeremy Allisons3: smbd: smb2-sessionsetup. Fix use after free when...
2014-08-29 Christof Schmittsmbd: Add padding byte to readx response
2014-08-28 David Disseldorpdosmode: fix FSCTL_SET_SPARSE request validation
2014-08-25 Volker Lendeckesmbd: Properly initialize mangle_hash
2014-08-22 Jeremy Allisons3: smbd: POSIX ACLs. Remove incorrect check for SECINF...
2014-08-21 Stefan Metzmachers3:smbd: mask security_information input values with...
2014-08-21 Volker Lendeckesmbd: Only DEBUG errors from messaging_cleanup
2014-08-11 Volker Lendeckesmbd: Use messaging_cleanup()
2014-08-11 Volker Lendeckesmbd: Add debugs to smbXsrv_open.c
2014-08-11 Volker Lendeckesmbd: Pass down "lease" to open_file_ntcreate
2014-08-11 Volker Lendeckesmbd: Pass down "lease" to create_file_unixpath
2014-08-11 Volker Lendeckevfs3: Pass "lease" through SMB_VFS_CREATE_FILE
2014-08-08 David Disseldorpsmbd: split printer reload processing
2014-08-08 David Disseldorpserver: remove duplicate snum_is_shared_printer()
2014-08-08 David Disseldorpsmbd: only reprocess printer_list.tdb if it changed
2014-08-08 David Disseldorpprinting: only reload printer shares on client enum
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to smbd_[un]lock_socket()
2014-08-06 Stefan Metzmachers3:smb2_server: pass smbXsrv_connection to smbd_smb2_se...
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to smb1 encryption...
2014-08-06 Stefan Metzmachers3:smb2_server: propagate NTSTATUS from smb2_sendfile_s...
2014-08-06 Volker Lendeckesmbd: Use %s/__func__
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection explicitly to sendfile...
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection explicitly to fake_sen...
2014-08-06 Stefan Metzmachers3:smbd: remember the time of the session setup auth_time
2014-08-06 Stefan Metzmachers3:smb2_sesssetup: make use of smb2req->xconn
2014-08-06 Stefan Metzmachers3:smb2_sesssetup: split out smbd_smb2_session_setup_au...
2014-08-06 Stefan Metzmachers3:smbXsrv_tcon: don't pass smbXsrv_connection to smbXs...
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to smbd_[un]lock_socke...
2014-08-06 Stefan Metzmachers3:smbd: use req->xconn in smb_request_done()
2014-08-06 Stefan Metzmachers3:smbd: use req->xconn in message.c
2014-08-06 Stefan Metzmachers3:smbd: use req->xconn in reply.c
2014-08-06 Stefan Metzmachers3:smbd: use req->xconn in sesssetup.c
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to reply_readbraw_error()
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to is_valid_writeX_buf...
2014-08-06 Stefan Metzmachers3:smbd: remove unused 'sconn' from valid_smb_header()
2014-08-06 Stefan Metzmachers3:smbd: remove unused 'sconn' from is_encrypted_packet()
2014-08-06 Stefan Metzmachers3:smbd: use req->xconn in nttrans.c
2014-08-06 Stefan Metzmachers3:smbd: use req->xconn in send_trans_reply()
2014-08-06 Stefan Metzmachers3:smbd: use req->xconn in files.c
2014-08-06 Stefan Metzmachers3:smbd: use req->xconn to send_trans2_replies()
2014-08-06 Stefan Metzmachers3:smbd: remove unused 'sconn' in call_trans2setfsinfo()
2014-08-06 Stefan Metzmachers3:smbd: use req->xconn in vfs_[p]write_data()
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to smbd_do_qfsinfo()
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to netbios_session_ret...
next