s3: Fix the async echo responder for netbios keepalives
[obnox/samba-ctdb.git] / source3 / smbd / process.c
2010-10-07 Volker Lendeckes3: Fix the async echo responder for netbios keepalives
2010-10-06 Volker Lendeckes3: Make the write end of the echo responder pipe non...
2010-08-17 Volker Lendeckes3: Reduce the load on the echo handler
2010-06-11 Volker Lendeckes3: Fix starving the echo responder
2010-05-27 Volker Lendeckes3: Fix a bad memleak in the async echo responder
2010-03-26 Volker Lendeckes3: Implement an asynchronous echo responder process
2010-03-26 Stefan Metzmachers3:smbd: don't use recvfile if the echo handler is...
2010-03-26 Stefan Metzmachers3:smbd: add echo handler information to struct smbd_se...
2010-03-26 Stefan Metzmachers3:smbd: pass down trusted_channel via receive_smb_talloc()
2010-03-26 Stefan Metzmachers3:smbd: send keepalive packets under the socket lock
2010-03-26 Stefan Metzmachers3:smbd: smbd_[un]lock_socket() while accessing the...
2010-03-26 Stefan Metzmachers3:smbd: add smbd_[un]lock_socket() dummies
2010-03-26 Stefan Metzmachers3:smbd: add an option to skip signings checks srv_chec...
2010-03-26 Stefan Metzmachers3:smbd: use new simplified smb_signing code in the...
2009-10-01 Jeremy AllisonFix for CVE-2009-2906.
2009-09-09 Jeremy AllisonFix bug 6673 - smbpasswd does not work with "unix passw...
2009-08-05 Volker LendeckeFix a valgrind error in chain_reply
2009-05-12 Michael Adams3:smbd: fix the fix for mapped IPv4 address handling...
2009-05-12 Michael Adams3: make release_ip() call (ctdb) cope with IPv4 mapped...
2009-05-09 Tim Proutys3: Fix chained sesssetupAndX/tconn messages
2009-03-26 Stefan Metzmachers3:smbd: if we allow trans2 on the IPC$ share, then...
2009-02-16 Tim Proutymake receive_smb_raw_talloc more readable
2009-02-13 Jeremy AllisonNoted by Vericode analysis. Correctly use chroot().
2009-02-09 todd stecherS3: New module interface for SMB message statistics...
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-07 Volker LendeckeFix memleaks in chain_reply for async requests
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-31 Volker LendeckeRemove the global variable "chain_size"
2009-01-27 Stefan Metzmachers3:smbd: make kernel oplocks event driven
2009-01-27 Stefan Metzmachers3:smbd: remove pointless respond_to_all_remaining_loca...
2009-01-27 Stefan Metzmachers3:smbd: use signal events for SIGTERM, SIGHUP and...
2009-01-27 Stefan Metzmachers3:smbd: move all code that handles a client connection...
2009-01-26 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-25 Volker LendeckeFix chain_reply for pipe reads
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Stefan Metzmachers3:smbd: we don't need to call message_dispatch() anymo...
2009-01-22 Stefan Metzmachers3:smbd: restructure kernel oplocks code
2009-01-22 Stefan Metzmachers3: always call run_events() before and after sys_select()
2009-01-20 Volker Lendecke"userdom_struct" does not need "full_name" anymore...
2009-01-19 Stefan Metzmachers3:smbd: call message_dispatch() before processing...
2009-01-16 Volker Lendeckeremove the old chain_reply code
2009-01-16 Volker LendeckeCorrectly calculate the offset for read&x
2009-01-16 Volker LendeckeAdd a new implementation of chain_reply
2009-01-10 Volker LendeckeFix a type-punned error
2009-01-10 Volker LendeckeFix a C++ warning
2009-01-09 Stefan Metzmachers3:smbd: handle incoming smb requests via event handlers
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Stefan Metzmachers3:events: change event_add_timed() prototype to match...
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Jeremy AllisonFix bug #6009 - Setting "min receivefile size = 1"...
2008-12-31 Volker LendeckeReplace "goto again" by "return NT_STATUS_RETRY" in...
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeRemove the direct inbuf reference from construct_reply_...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-08 Volker LendeckeMake "construct_reply_common" static
2008-11-05 Volker LendeckeFix the build
2008-11-04 Volker LendeckeMake "inbuf" a talloc child of "smb_request" for normal...
2008-11-04 Volker LendeckeAdd construct_reply_common_req wrapper
2008-11-04 Volker LendeckeTrigger (and fix) a bug in Samba3 making smbd an infini...
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Volker LendeckeRemove some inbuf references by adding "cmd" to smb_request
2008-11-02 Volker LendeckeRemove a bunch of direct inbuf references by adding...
2008-11-01 Volker LendeckeRemove a bunch of direct inbuf references by adding...
2008-11-01 Volker LendeckeAdd a "buflen" struct member to smb_request
2008-11-01 Volker LendeckeRemove unused extern declaration
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Volker Lendecke"fn_new"->"fn" in smb_messages[], we got beyond that :-)
2008-10-19 Volker LendeckeUse a direct compare instead of calling strncmp in...
2008-10-19 Volker LendeckeMove the global hosts_allow() check out of the processi...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-14 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijUse {u,}int64_t instead of SMB_BIG_{U,}INT.
2008-10-13 Volker LendeckeRemove smb_np_struct
2008-10-13 Volker LendeckeRemove the chain_fsp global
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-04 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-03 Jeremy AllisonSimply our main loop processing. A lot :-). Correctly...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-03 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-09-01 Volker LendeckeFix Coverity ID 587
2008-08-10 Volker Lendeckefix smb_len calculation for chained requests
2008-08-10 Volker LendeckeFix andx offset calculation for more than 2 chained...
2008-06-28 Volker LendeckeFactor out create_outbuf, creating an outbuf just given...
2008-05-30 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-05-28 Jeremy AllisonSecurity fix for CVE-2008-1105: Boundary failure when...
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-20 Jeremy AllisonFix bug #5477 - recvfile code was broken.
2008-05-05 Volker LendeckeRemove "userdom_struct user" from "struct user_struct"
2008-04-14 Volker LendeckeFix some "ignoring asprintf result" warnings
2008-04-01 Jeremy AllisonOk, final move of this code :-). I think I've found...
2008-03-31 Jeremy AllisonMove the message_dispatch() call after the check for...
2008-03-31 Jeremy AllisonReduce the race condition in Samba4 in RAW-RENAME test...
2008-03-10 Volker LendeckeConvert secrets_lock_trust_account_password to talloc
next