use epoll
[metze/samba/wip.git] / source3 / smbd /
2014-03-12 Stefan Metzmachers3:smb2_server: make use of unlikely()
2014-03-12 Stefan Metzmacherno sha
2014-03-12 Stefan MetzmacherRevert "stackframe-children1"
2014-03-12 Stefan MetzmacherRevert "stackframe-children2"
2014-03-12 Stefan Metzmacherstackframe-children2
2014-03-12 Stefan Metzmacherstackframe-children1
2014-03-12 Stefan MetzmacherRevert "create blob debugging"
2014-03-12 Stefan Metzmachercreate blob debugging
2014-03-12 Stefan MetzmacherRevert "test send oplock break"
2014-03-12 Stefan Metzmachertest send oplock break
2014-03-12 Stefan MetzmacherHACK panic sendfile buffer size and smbd_smb2_generate_...
2014-03-12 Stefan Metzmachers3:smb2_server: only allocate the required buffer in...
2014-03-12 Stefan Metzmachers3:smb2_server: prepare smbd_smb2_request_verify_sizes...
2014-03-12 Stefan Metzmachers3:smb2_write: allow SMBD_SMB2_IN_DYN_LEN() to be 0...
2014-03-12 Stefan MetzmacherTODO print_spool_write vs. recvfile
2014-03-12 Stefan Metzmachers3:smb2_write: reject writes to named pipes with recvfile
2014-03-12 Stefan Metzmachers3:smb2_tcon: cancel and wait for pending requests...
2014-03-12 Stefan Metzmachers3:smb2_sesssetup: cancel and wait for pending requests...
2014-03-12 Jeremy Allisons3:smb2_tcon: split smbd_smb2_tdis into an async *_send...
2014-03-12 Jeremy Allisons3:smb2_sesssetup: split smbd_smb2_logoff into an async...
2014-03-12 Stefan Metzmachers3:smb2_lock: return RANGE_NOT_LOCKED instead of CANCEL...
2014-03-12 Stefan Metzmachers3:smb2_lock: fix whitespaces/tabs in smbd_smb2_lock_ca...
2014-03-05 Stefan Metzmachers3:smb2_server: avoid talloc_zero_array() in smbd_smb2_...
2014-03-05 Stefan Metzmachers3:smb2_server: don't assume that req->out.vector is...
2014-03-05 Stefan Metzmachers3:smb2_server: avoid talloc_zero_array() in smbd_smb2_...
2014-03-05 Stefan Metzmachers3:smb2_server: optimize smbd_smb2_generate_outbody...
2014-03-05 Stefan Metzmachers3:smb2_write: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_tcon: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_setinfo: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_sesssetup: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_read: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_notify: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_negprot: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_lock: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_keepalive: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_ioctl: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_getinfo: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_flush: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_find: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_create: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_close: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_break: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_server: add smbd_smb2_generate_outbody() helper
2014-03-05 Stefan Metzmachers3:smb2_read: avoid 2 talloc* calls when using sendfile()
2014-03-05 Stefan Metzmachers3:smb2_server: avoid a call to data_blob_clear_free...
2014-03-05 Stefan Metzmachers3:smb2_server: optimize smbd_smb2_request_setup_out()
2014-03-05 Stefan Metzmachers3:smb2_server: optimize req->in.vector allocation
2014-03-05 Stefan Metzmachers3:smbd: s/BUFFER_SIZE/LARGE_WRITEX_BUFFER_SIZE
2014-03-05 Stefan Metzmachers3:smbd: fix the maxentries calculation depending on...
2014-03-05 Stefan Metzmachers3:smbd: simplify maxentries calculation in reply_search()
2014-03-05 Stefan Metzmachers3:smbd: fix the read numtoread calculation depending...
2014-03-05 Stefan Metzmachers3:smbd: fix the lockread numtoread calculation dependi...
2014-03-05 Stefan Metzmachers3:smbd: pass the final numtoread reply_outbuf() for...
2014-03-05 Stefan Metzmachers3:smbd: fix lockread numtoread calculation to match...
2014-03-05 Stefan Metzmachers3:smbd: take less than SMB_BUFFER_SIZE_MIN ('500'...
2014-03-05 Stefan Metzmachers3:smbd: reject a MaxBufferSize < SMB_BUFFER_SIZE_MIN...
2014-03-05 Stefan Metzmachers3:smbd: use sconn->smb1.sessions.max_send = SMB_BUFFER...
2014-03-05 Stefan Metzmachers3:smbd: use SMB_BUFFER_SIZE_MIN/MAX to limit lp_max_xmit()
2014-03-03 Noel Powers3: smbd - smb1 - fix read of deleted memory in reply_w...
2014-02-21 Stefan Metzmachers3:smbd: avoid invalid lock_order panic triggered by...
2014-02-21 Stefan Metzmachers3:lib/ctdbd_conn: let release_ip_handler return bool
2014-02-21 Stefan Metzmachers3:smbd: maintain smbd_server_connection->status
2014-02-21 Stefan Metzmachers3:smbd: simplify exit_server_common()
2014-02-19 Garming Samparam: add const to a local variable to prevent a warni...
2014-02-14 Stefan Metzmachers3:smb2_notify: fix use after free on long living notif...
2014-02-12 Christopher R. Her... smbXsrv_open.c: Initialize local variable.
2014-02-12 Andrew Bartlettcmdline: Remove dynconfig hooks in command line processing
2014-02-12 Garming Samparam: change fstype to use a constant string
2014-02-12 Andrew Bartlettparam: No longer have a special case for lp_configfile
2014-02-12 Andrew Bartlettlib/param: Normalise "read raw" and "write raw" parameters
2014-02-08 Garming Samparam: rename lp function and variable from "syncalways...
2014-02-08 Garming Samparam: rename lp function and variable from "maxdisksiz...
2014-02-08 Garming Samparam: rename lp function and variable from "writelist...
2014-02-08 Garming Samparam: rename lp function and variable from "rootdir...
2014-02-08 Garming Samparam: rename lp function and variable from "readlist...
2014-02-08 Garming Samparam: rename lp function and variable from "onlyuser...
2014-02-08 Garming Samparam: rename lp function and variable from "inherit_pe...
2014-02-08 Garming Samparam: rename lp function and variable from "encrypted_...
2014-02-08 Garming Samparam: rename lp function and variable from "srv_minpro...
2014-02-08 Garming Samparam: rename lp function and variable from "srv_maxpro...
2014-02-08 Garming Samparam: rename lp function and variable from "maxmux...
2014-02-08 Garming Samparam: rename lp function and variable from "rootpreexe...
2014-02-08 Garming Samparam: rename lp function and variable from "rootpostex...
2014-02-08 Garming Samparam: rename lp function and variable from "msg_comman...
2014-02-08 Garming Samparam: rename lp function and variable from "magicscrip...
2014-02-08 Garming Samparam: rename lp function and variable from "magicoutpu...
2014-02-08 Garming Samparam: rename lp function and variable from "symlinks...
2014-02-08 Garming Samparam: rename lp function and variable from "veto_oploc...
2014-02-08 Garming Samparam: rename lp function and variable from "shortprese...
2014-02-08 Garming Samparam: rename lp function and variable from "preserveca...
2014-02-08 Garming Samparam: rename lp function and variable from "hideunwrit...
2014-02-08 Garming Samparam: rename lp function and variable from "hideunread...
2014-02-08 Garming Samparam: rename lp function and variable from "recursive_...
2014-02-08 Garming Samparam: rename lp function and variable from 'wtmpdir...
2014-02-08 Garming Samparam: rename lp function and variable from 'umtpdir...
2014-02-08 Garming Samparam: rename lp function and variable from 'piddir...
2014-02-08 Garming Samparam: rename lp function and variable from 'lockdir...
2014-02-08 Garming Samparam: rename lp function and variable from 'guestaccou...
2014-02-08 Garming Samparam: rename lp function and variable from 'magicchar...
2014-02-08 Garming Samparam: rename lp function and variable from 'defaultcas...
next