s3:smbd: allow status code in smbd_do_qfsinfo() to be set by information class handler
[samba.git] / source3 / smbd /
2013-09-18 Ralph Wuerthners3:smbd: allow status code in smbd_do_qfsinfo() to...
2013-09-18 Ralph Wuerthners3:smbd: allow GetInfo responses with STATUS_BUFFER_OVE...
2013-09-18 Ralph Wuerthners3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for...
2013-09-18 Volker Lendeckesmbd: Simplify dropbox special case in unix_convert
2013-09-18 Volker Lendeckesmbd: Fix a profile problem
2013-09-18 Richard SharpeFix bug #10097 - MacOSX 10.9 will not follow path-based...
2013-08-12 Jeremy AllisonWrap setting leases in become_root()/unbecome_root...
2013-08-12 Gregor BeckFix bug 9678 - Windows 8 Roaming profiles fail
2013-07-29 Jeremy AllisonFix bug #10010 - Missing integer wrap protection in...
2013-06-17 Anand Avaticheck_parent_exists() can change errno. Ensure we prese...
2013-06-17 Jeremy AllisonFix bug #9822 - Samba crashing during Win8 sync.
2013-06-17 Jeremy AllisonRemove the "Ugly hack" that was the second use of dirfd().
2013-06-17 Jeremy AllisonIn the struct smb_Dir destructor, use the fsp back...
2013-06-17 Jeremy AllisonMaintain a back-pointer to the fsp in struct smb_Dir...
2013-06-17 David DisseldorpFix bug 9900: is_printer_published GUID retrieval
2013-06-17 Jeremy AllisonRemove the compound_related_in_progress state from...
2013-06-17 Jeremy AllisonThe core of the fix to allow opens to go async inside...
2013-06-17 Jeremy AllisonEnsure we don't try and cancel anything that is in...
2013-06-17 Jeremy AllisonOnly do the 1 second delay for sharing violations for...
2013-05-08 Andrew Bartletts3-smbd: Split make_serverinfo_from_username guest...
2013-04-26 Jeremy AllisonFix bug 9811 - Old DOS SMB CTEMP request uses a non...
2013-04-26 Jeremy AllisonOptimization suggested by Volker. Don't do a stat syste...
2013-04-26 Volker Lendeckesmbd: Tune "dir" a bit.
2013-04-26 Jeremy AllisonFix bug #9733 - smbcontrol close-share is not working.
2013-04-26 Jeremy AllisonFinal fix for bug #9130 - Certain xattrs cause Windows...
2013-04-26 Jeremy AllisonEnsure we don't return uninitialized memory in the...
2013-04-26 Jeremy AllisonFix bug #9130 - Certain xattrs cause Windows error...
2013-04-26 Jeremy AllisonChange estimate_ea_size() to correctly estimate the...
2013-04-26 Jeremy AllisonModify fill_ea_chained_buffer() to be able to do size...
2013-04-26 David Disseldorpprinting: update registry and publish in background
2013-04-26 David Disseldorpprinting: add sighup and conf change handlers
2013-04-26 David Disseldorpprinting: move pcap change notifier to bg process
2013-04-26 David Disseldorpsmbd: fix cups printcap cache updates on startup
2013-04-26 Jeremy AllisonFix bug #9724 - is_encrypted_packet() function incorrec...
2013-03-14 David Disseldorpsmbd: fix initial large PAC sess setup response
2013-03-14 Jeremy AllisonFix bug 9519 - Samba returns unexpected error on SMB...
2013-03-14 Ira Coopers3: Make SMB2_GETINFO multi-volume aware.
2013-03-14 Jeremy AllisonFix bug #9585 - Samba 3.6.x not correctly signing any...
2013-03-14 Pavel ShilovskyFix bug #9571 - Unlink after open causes smbd to panic.
2013-03-14 Jeremy AllisonFix bug #9588 - ACLs are not inherited to directories...
2013-03-14 Jeremy AllisonFix bug #9587 - archive flag is always set on directories.
2013-01-17 Jeremy AllisonFix bug #9196 - defer_open is triggered multiple times...
2012-12-06 Richard SharpeFix bug #9460 - Samba 3.6.x and Master respond incorrec...
2012-12-06 Jeremy AllisonMore for #9374 - Allow smb2.acls torture test to pass...
2012-12-06 Jeremy AllisonEnsure when calculating the access mask for MAXIMUM_ALL...
2012-12-06 Jeremy AllisonAdd comment explaining exactly *why* we don't check...
2012-12-06 Jeremy AllisonFirst part of #9374 - Allow smb2.acls torture test...
2012-12-06 Volker LendeckeFix Bug 9422 - large read requests cause server to...
2012-12-06 Jeremy AllisonAnother fix needed for bug #9236 - ACL masks incorrectl...
2012-10-29 Jeremy AllisonWhen setting a non-default ACL, don't forget to apply...
2012-10-29 Jeremy AllisonOnly apply masks on non-default ACL entries when settin...
2012-10-29 Jeremy AllisonUse is_default_acl variable in canonicalise_acl()....
2012-10-29 Jeremy AllisonReformat spacing to be even. (cherry picked from commit...
2012-10-29 Björn Jackes3:quota: don't force the block size to 512
2012-10-29 Andreas Schneiders3-smbd: Move housekeeping to the background process.
2012-10-29 Stefan Metzmachers3:smb2_create: don't take 'state->te' as indication...
2012-10-29 Andreas Schneiders3-smbd: Don't segfault if user specified ports out...
2012-10-29 Stefan Metzmachers3:smb2_notify: don't call tevent_req_done() from smbd_...
2012-10-29 Stefan Metzmachers3:smb2_server: avoid segfault in smbd_smb2_request_pen...
2012-10-29 Michael Adams3:smbd:smb2: simplify smbd_smb2_request_validate(...
2012-10-29 Michael Adams3:smbd:smb2: add check for session_status for compound...
2012-10-29 Stefan Metzmachers3:smb2_server: do the req->next_status check before...
2012-10-29 Stefan Metzmachers3:smb2_server: reset req->last_session_id and req...
2012-10-29 Ira Coopers3: Compound requests should continue processing.
2012-10-29 Jeremy AllisonFix bug #9189 - SMB2 Create doesn't return correct...
2012-10-29 Jeremy AllisonAdd some const to can_delete_file_in_directory().
2012-10-29 Jeremy AllisonFix bug #9174: Empty SPNEGO packet can cause smbd to...
2012-10-29 Andreas Schneiders3-rap: Open printers with the right access mask.
2012-09-13 Volker Lendeckes3: delete requests are not special
2012-09-13 Jeremy AllisonWindows does canonicalization of inheritance bits....
2012-09-13 Jeremy AllisonChange the other two places where we set a security...
2012-09-13 Jeremy AllisonRe-add set_sd(), called from set_sd_blob(). Allows...
2012-09-13 Jeremy AllisonRename set_sd() to set_sd_blob() - this describes what...
2012-09-13 Andreas Schneiders3-smbd: Fix flooding the logs with records we don...
2012-09-13 Andreas Schneiders3-smbd: Initialize the print backend after we setup...
2012-09-13 Stefan Metzmachers3:smb2_ioctl: add some more validation checks
2012-09-13 Volker Lendeckes3: Fix a crash in reply_lockingX_error
2012-07-24 Stefan Metzmachers3:smb2_server: implement credit granting similar to...
2012-07-24 Stefan Metzmachers3:smb2_server: make sure sequence numbers don't wrap...
2012-07-24 Stefan Metzmachers3:smb2_server: make sure we don't grant more credits...
2012-07-24 Stefan Metzmachers3:smb2_server: check the already granted credits like...
2012-07-24 Stefan Metzmachers3:smb2_server: split out a smb2_validate_sequence_numb...
2012-07-24 Stefan Metzmachers3:smb2_server: clear sequence window if we got the...
2012-07-24 Stefan Metzmachers3:smb2_server: fix calculation of the next bitmap_offset
2012-07-24 Stefan Metzmachers3:smb2_server: remove unused and confusing DEFAULT_SMB...
2012-07-24 Stefan Metzmachers3:smb2_server: call smbd_smb2_request_validate() also...
2012-07-24 Stefan Metzmachers3:smb2_server: start the connection with one credit...
2012-07-24 Volker Lendeckes3: Make us survive smb2.lock.rw-shared with aio enabled
2012-07-24 Jeremy AllisonFix bug #8974 - Kernel oplocks are broken when uid...
2012-07-24 Jeremy AllisonSame fix as bug 8989 - Samba 3.5.x (and probably all...
2012-07-24 Jeremy AllisonFix Bug 8989 - Samba 3.5.x (and probably all other...
2012-06-22 Stefan Metzmachers3:smbd: use fsp_persistent_id() as persistent_file_id...
2012-06-22 Stefan Metzmachers3:smbd: add a fsp_persistent_id() function
2012-06-22 Stefan Metzmachers3:smbd: try to make fsp->fh->gen_id as globally unique...
2012-06-22 Stefan MetzmacherRevert "s3:smbd: set req->smb2req->compat_chain_fsp...
2012-06-22 Stefan Metzmachers3:smb2_ioctl: make use of file_fsp_smb2()
2012-06-22 Stefan Metzmachers3:smb2_lock: make use of file_fsp_smb2()
2012-06-22 Stefan Metzmachers3:smb2_write: make use of file_fsp_smb2()
2012-06-22 Stefan Metzmachers3:smb2_read: make use of file_fsp_smb2()
2012-06-22 Stefan Metzmachers3:smb2_notify: make use of file_fsp_smb2()
next