check_parent_exists() can change errno. Ensure we preserve it across calls.
[samba.git] / source3 / smbd /
2013-06-06 Anand Avaticheck_parent_exists() can change errno. Ensure we prese...
2013-06-05 Jeremy AllisonFix bug #9822 - Samba crashing during Win8 sync.
2013-06-05 Jeremy AllisonRemove the "Ugly hack" that was the second use of dirfd().
2013-06-05 Jeremy AllisonIn the struct smb_Dir destructor, use the fsp back...
2013-06-05 Jeremy AllisonMaintain a back-pointer to the fsp in struct smb_Dir...
2013-06-04 David DisseldorpFix bug 9900: is_printer_published GUID retrieval
2013-05-13 Jeremy AllisonRemove the compound_related_in_progress state from...
2013-05-13 Jeremy AllisonThe core of the fix to allow opens to go async inside...
2013-05-13 Jeremy AllisonEnsure we don't try and cancel anything that is in...
2013-05-13 Jeremy AllisonOnly do the 1 second delay for sharing violations for...
2013-04-30 Andrew Bartletts3-smbd: Split make_serverinfo_from_username guest...
2013-04-22 Jeremy AllisonFix bug 9811 - Old DOS SMB CTEMP request uses a non...
2013-04-07 Jeremy AllisonOptimization suggested by Volker. Don't do a stat syste...
2013-04-07 Volker Lendeckesmbd: Tune "dir" a bit.
2013-04-07 Jeremy AllisonFix bug #9733 - smbcontrol close-share is not working.
2013-04-07 Jeremy AllisonFinal fix for bug #9130 - Certain xattrs cause Windows...
2013-04-07 Jeremy AllisonEnsure we don't return uninitialized memory in the...
2013-04-07 Jeremy AllisonFix bug #9130 - Certain xattrs cause Windows error...
2013-04-07 Jeremy AllisonChange estimate_ea_size() to correctly estimate the...
2013-04-07 Jeremy AllisonModify fill_ea_chained_buffer() to be able to do size...
2013-04-07 David Disseldorpprinting: update registry and publish in background
2013-04-07 David Disseldorpprinting: add sighup and conf change handlers
2013-04-07 David Disseldorpprinting: move pcap change notifier to bg process
2013-04-07 David Disseldorpsmbd: fix cups printcap cache updates on startup
2013-03-21 Jeremy AllisonFix bug #9724 - is_encrypted_packet() function incorrec...
2013-02-18 David Disseldorpsmbd: fix initial large PAC sess setup response
2013-02-13 Jeremy AllisonFix bug 9519 - Samba returns unexpected error on SMB...
2013-02-12 Ira Coopers3: Make SMB2_GETINFO multi-volume aware.
2013-01-29 Jeremy AllisonFix bug #9585 - Samba 3.6.x not correctly signing any...
2013-01-28 Pavel ShilovskyFix bug #9571 - Unlink after open causes smbd to panic.
2013-01-28 Jeremy AllisonFix bug #9588 - ACLs are not inherited to directories...
2013-01-28 Jeremy AllisonFix bug #9587 - archive flag is always set on directories.
2013-01-02 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-03 Jeremy AllisonMore for #9374 - Allow smb2.acls torture test to pass...
2012-12-03 Jeremy AllisonEnsure when calculating the access mask for MAXIMUM_ALL...
2012-12-03 Jeremy AllisonAdd comment explaining exactly *why* we don't check...
2012-12-03 Jeremy AllisonFirst part of #9374 - Allow smb2.acls torture test...
2012-11-29 Volker LendeckeFix Bug 9422 - large read requests cause server to...
2012-11-15 Jeremy AllisonAnother fix needed for bug #9236 - ACL masks incorrectl...
2012-10-05 Jeremy AllisonWhen setting a non-default ACL, don't forget to apply...
2012-10-05 Jeremy AllisonOnly apply masks on non-default ACL entries when settin...
2012-10-05 Jeremy AllisonUse is_default_acl variable in canonicalise_acl()....
2012-10-05 Jeremy AllisonReformat spacing to be even. (cherry picked from commit...
2012-10-04 Björn Jackes3:quota: don't force the block size to 512
2012-10-02 Andreas Schneiders3-smbd: Move housekeeping to the background process.
2012-10-01 Stefan Metzmachers3:smb2_create: don't take 'state->te' as indication...
2012-09-28 Andreas Schneiders3-smbd: Don't segfault if user specified ports out...
2012-09-28 Stefan Metzmachers3:smb2_notify: don't call tevent_req_done() from smbd_...
2012-09-28 Stefan Metzmachers3:smb2_server: avoid segfault in smbd_smb2_request_pen...
2012-09-28 Michael Adams3:smbd:smb2: simplify smbd_smb2_request_validate(...
2012-09-28 Michael Adams3:smbd:smb2: add check for session_status for compound...
2012-09-28 Stefan Metzmachers3:smb2_server: do the req->next_status check before...
2012-09-28 Stefan Metzmachers3:smb2_server: reset req->last_session_id and req...
2012-09-28 Ira Coopers3: Compound requests should continue processing.
2012-09-28 Jeremy AllisonFix bug #9189 - SMB2 Create doesn't return correct...
2012-09-28 Jeremy AllisonAdd some const to can_delete_file_in_directory().
2012-09-21 Jeremy AllisonFix bug #9174: Empty SPNEGO packet can cause smbd to...
2012-09-17 Andreas Schneiders3-rap: Open printers with the right access mask.
2012-09-11 Volker Lendeckes3: delete requests are not special
2012-08-31 Jeremy AllisonWindows does canonicalization of inheritance bits....
2012-08-31 Jeremy AllisonChange the other two places where we set a security...
2012-08-31 Jeremy AllisonRe-add set_sd(), called from set_sd_blob(). Allows...
2012-08-31 Jeremy AllisonRename set_sd() to set_sd_blob() - this describes what...
2012-08-30 Andreas Schneiders3-smbd: Fix flooding the logs with records we don...
2012-08-29 Andreas Schneiders3-smbd: Initialize the print backend after we setup...
2012-08-27 Stefan Metzmachers3:smb2_ioctl: add some more validation checks
2012-08-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-14 Volker Lendeckes3: Make us survive smb2.lock.rw-shared with aio enabled
2012-06-30 Jeremy AllisonFix bug #8974 - Kernel oplocks are broken when uid...
2012-06-30 Jeremy AllisonSame fix as bug 8989 - Samba 3.5.x (and probably all...
2012-06-30 Jeremy AllisonFix Bug 8989 - Samba 3.5.x (and probably all other...
2012-06-17 Stefan Metzmachers3:smbd: use fsp_persistent_id() as persistent_file_id...
2012-06-17 Stefan Metzmachers3:smbd: add a fsp_persistent_id() function
2012-06-17 Stefan Metzmachers3:smbd: try to make fsp->fh->gen_id as globally unique...
2012-06-17 Stefan MetzmacherRevert "s3:smbd: set req->smb2req->compat_chain_fsp...
2012-06-17 Stefan Metzmachers3:smb2_ioctl: make use of file_fsp_smb2()
2012-06-17 Stefan Metzmachers3:smb2_lock: make use of file_fsp_smb2()
2012-06-17 Stefan Metzmachers3:smb2_write: make use of file_fsp_smb2()
2012-06-17 Stefan Metzmachers3:smb2_read: make use of file_fsp_smb2()
2012-06-17 Stefan Metzmachers3:smb2_notify: make use of file_fsp_smb2()
2012-06-17 Stefan Metzmacher3:smb2_setinfo: make use of file_fsp_smb2()
2012-06-17 Stefan Metzmachers3:smb2_getinfo: make use of file_fsp_smb2()
2012-06-17 Stefan Metzmachers3:smb2_find: make use of file_fsp_smb2()
2012-06-17 Stefan Metzmachers3:smb2_break: make use of file_fsp_smb2()
2012-06-17 Stefan Metzmachers3:smb2_close: make use of file_fsp_smb2()
2012-06-17 Stefan Metzmachers3:smb2_flush: make use of file_fsp_smb2()
2012-06-17 Stefan Metzmachers3:smbd: add file_fsp_smb2()
2012-06-17 Stefan Metzmachers3:smb2_write: pass fsp->fnum to init_strict_lock_struct()
2012-06-17 Stefan Metzmachers3:smb2_read: pass fsp->fnum to init_strict_lock_struct()
next