v3-4-ctdb: Bump ctdb vendor patch level to 21
[obnox/samba-ctdb.git] / source3 / smbd /
2010-12-10 Volker Lendeckes3: Reply correctly to FSCTL_IS_VOLUME_DIRTY
2010-10-21 Stefan Metzmachers3: use TDB_INCOMPATIBLE_HASH (the jenkins hash) on...
2010-10-20 Volker Lendeckes3: Add some DEBUG
2010-10-20 Volker Lendeckes3: Cope with EINTR in smbd_[un]lock_socket
2010-10-07 Volker Lendeckes3: Fix the async echo responder for netbios keepalives
2010-10-07 Volker Lendeckes3: Stop using the write cache after an oplock break
2010-10-06 Volker Lendeckes3: Make the write end of the echo responder pipe non...
2010-09-30 Volker Lendeckes3: Fix a deadlock between notify_onelevel.tdb and...
2010-09-15 Jeremy AllisonFix bug #7669.
2010-08-23 Volker Lendeckes3: Attempt to fix the build on AIX, shm_ptr seems...
2010-08-17 Volker Lendeckev3-4-ctdb: Attempt to fix a segfault in notify_onelevel
2010-08-17 Volker Lendeckes3: Reduce the load on the echo handler
2010-06-11 Volker Lendeckes3: Fix starving the echo responder
2010-05-31 Volker Lendeckes3: Fix some debug messages
2010-05-27 Volker Lendeckes3: Fix a bad memleak in the async echo responder
2010-04-13 Volker Lendeckes3: Cache the username map in gencache
2010-04-13 Volker Lendeckes3: Little refactoring: Factor out skip_space
2010-04-13 Volker Lendeckes3: Remove a bogus 0-check, "isspace" can not return...
2010-04-13 Volker Lendeckes3: Cache the result of the username map script
2010-04-13 Volker Lendeckes3: Use talloc_tos() as talloc ctx for fd_lines_load...
2010-04-13 Volker Lendeckes3: TALLOC_FREE(command) correctly in map_username()
2010-04-06 Christian Ambachfix a segfault in the notify subsystem
2010-03-26 Volker Lendeckes3: Implement an asynchronous echo responder process
2010-03-26 Stefan Metzmachers3:smbd: disable SMB encryption when the echo handler...
2010-03-26 Stefan Metzmachers3:smbd: disallow readbraw and writebraw if the echo...
2010-03-26 Stefan Metzmachers3:smbd: disable sendfile if the echo handler is active
2010-03-26 Stefan Metzmachers3:smbd: don't use recvfile if the echo handler is...
2010-03-26 Stefan Metzmachers3:smbd: setup a shared memory area for the signing...
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: let reply_readbraw_error use the locked socket
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...
2010-03-25 Volker Lendeckes3: Add a comment to notify_internal_parent_init, this...
2010-03-25 Volker Lendeckes3: Make sure our CLEAR_IF_FIRST optimization works...
2010-03-25 Volker Lendeckes3: Make sure our CLEAR_IF_FIRST optimization works...
2010-03-25 Volker Lendeckes3: Make sure our CLEAR_IF_FIRST optimization works...
2010-03-22 Volker Lendeckes3: Add "log writeable files on exit" parameter
2010-03-22 Volker Lendeckes3: file_walk_table -> files_forall
2010-03-10 Volker Lendeckes3: Fix a long-standing problem with recycled PIDs
2010-03-10 Volker Lendeckes3: notify_onelevel does not use seqnums, so don't...
2010-03-10 Andrew Tridgells3-smbd: add a rate limited cleanup of brl, connections...
2010-03-10 Andrew Tridgells3-brlock: we don't need these MSG_SMB_UNLOCK calls now
2010-03-10 Andrew Tridgells3-brlock: add a minimim retry time for pending blockin...
2010-03-10 Christian Ambachstreamline some log levels for invalid servicenames
2010-03-10 Volker Lendeckes3: Fix check_reduced_name for access to the share...
2010-03-10 Volker Lendeckes3: Fix debug messages in check_reduced_name
2010-03-10 Volker Lendeckes3: Fix a crash in notify_remove_onelevel when "change...
2010-03-10 Volker Lendeckes3: Attempt to fix a deadlock between smbd and ctdbd
2010-03-10 Abhidnya P Chirmules3: Add access_mask to the flock VFS call
2010-03-10 Volker LendeckeAdd SMB_VFS_CONNECTPATH operation
2010-03-10 Volker LendeckeRemove a variable used just once
2010-03-10 Volker LendeckeAlign nttrans replies the same way Windows does it
2010-03-10 Volker LendeckeFor non-existent streams we have to return OBJECT_NAME_...
2010-03-10 Volker LendeckeFix notify_onelevel: notify is not necessarily enabled
2010-03-10 Volker LendeckeAdd notify_onelevel.tdb
2010-03-10 Volker LendeckeRename notify_context->db to db_recursive
2010-03-10 Christian Ambachdo not log chdir with level 0 if reason is access denied
2010-03-10 Volker LendeckeMake gencache more stable
2010-03-10 Michael Adams3:fix build of old linux quota system and other unixes...
2010-03-10 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2010-03-08 Karolin SeegerRevert "Fix bug #7067 - Linux asynchronous IO (aio...
2010-02-19 Jeremy AllisonFix bug #7154 - mangling method = hash can crash storin...
2010-02-19 Jeremy AllisonFix bug #7155 - valgrind Conditional jump or move depen...
2010-02-18 Jeremy AllisonFix bug #6557 - Do not work VFS full_audit
2010-02-15 Jeremy AllisonFixes issue with preexec scripts creating a share direc...
2010-02-11 Jeremy AllisonFix bug #7122 - Reading a large browselist fails (serve...
2010-02-11 Stefan Metzmachers3:smbd: use StrCaseCmp() instead of strcasecmp
2010-02-11 Stefan Metzmachers3:smbd: Fix really ugly bool vs. int bug!!!
2010-02-11 Stefan Metzmachers3:smbd: implement api_RNetServerEnum3
2010-02-11 Stefan Metzmachers3:smbd: add/improve some DEBUG messages in api_RNetSer...
2010-02-11 Stefan Metzmachers3:smbd: rename api_RNetServerEnum => api_RNetServerEnum2
2010-02-09 Jeremy AllisonFix bug 7104 - "wide links" and "unix extensions" are...
2010-02-04 Steven Dannemans3/smbd: Fix string buffer overflow causing heap corruption
2010-02-04 Jeremy AllisonFix bug #7067 - Linux asynchronous IO (aio) can cause...
2010-01-12 Stefan Metzmachersmbd: Fix opening the quota magic file
2010-01-11 Jeremy AllisonRe-fix bug 5202 - cannot change ACLs on writable file...
2010-01-11 Jeremy AllisonFix bug #7020 - smbd using 2G memory.
2009-12-30 Jeremy AllisonFix bug 6837 - "Too many open files" when trying to...
2009-12-26 Jeremy AllisonFix bug 7005 - mangle method = hash truncates files...
2009-12-21 Jeremy AllisonFix bug #6939 - mangling method = hash breaks long...
2009-12-18 Jeremy Allisons3:posix_acls: Fix bug 6841 - "map acl inherit = yes...
2009-12-16 Jeremy AllisonSecond part of fix for 6875 - trans2 FIND_FIRST2 respon...
2009-12-01 Jeremy AllisonFix bug #6898 - Samba duplicates file content on append...
2009-12-01 Volker Lendeckes3: Fix shadow copy display on Windows 7
2009-11-10 Jeremy AllisonSecond part of the fix for bug 6828 - infinite timeout...
2009-11-10 Jeremy AllisonFix bug 6875 - trans2 FIND_FIRST2 response --> FIND_FIR...
2009-11-04 Jeremy AllisonFix bug 6867 - trans2findnext returns reply_nterror...
2009-10-22 Jeremy AllisonFix bug 6828 - infinite timeout occurs when byte lock...
2009-10-15 Olaf Flebbes3/aio: Correctly handle aio_error() and errno.
2009-10-12 Jeremy AllisonFix bug 6774 - smbd crashes if "aio write behind" is...
2009-10-09 Olaf Flebbes3/aio: allow for outstanding_aio_calls to be decremented.
2009-10-09 Jeremy AllisonCorrect fix for bug 6781 - Cannot rename subfolders...
2009-10-09 Jeremy AllisonFix bug 6769 - symlink unlink does nothing. Jeremy.
2009-10-02 Volker Lendeckes3:smbd: Add a "hidden" parameter "share:fake_fscaps"
2009-10-01 Jeremy AllisonFix for CVE-2009-2906.
2009-10-01 Jeremy AllisonFix for CVE-2009-2813.
next