Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3 : smbd : Protect all possible code paths from fsp->op == NULL. | Jeremy Allison | 2014-05-02 | 1 | -0/+3 |
| | | | | | | | | | | | | | In changes to come this will be possible for an INTERNAL_OPEN_ONLY. The protection was already in place for some code paths, this makes the coverage compete. Bug 10564 - Lock order violation and file lost https://bugzilla.samba.org/show_bug.cgi?id=10564 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> | ||||
* | s3:smbd:smb2:scavenger: fix format error for debugging open_persistent_id in ↵ | Michael Adam | 2013-04-19 | 1 | -4/+5 |
| | | | | | | | | | | scavenger_timer() Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Apr 19 01:36:15 CEST 2013 on sn-devel-104 | ||||
* | s3:smbd: add a scavenger process for disconnected durable handles | Gregor Beck | 2013-04-18 | 1 | -0/+531 |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Gregor Beck <gbeck@sernet.de> Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> |