summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3-vfs: Make sure that retval isn't used uninitialized.Andreas Schneider2010-06-281-1/+1
* s3: Explicitly pass sconn to process_blocking_lock_queueVolker Lendecke2010-06-121-2/+2
* Rename "allow_smb2" -> "using_smb2" and make the usage clearer.Jeremy Allison2010-06-091-2/+2
* s3: fix calculation of st_blocks in streams_xattrBjörn Jacke2010-06-091-3/+3
* Fix a long-standing bug with async io that would only be triggered by SMB2.Jeremy Allison2010-06-041-0/+124
* Oops. Forgot to re-initialize the aio_ex pointer from sival_ptr.Jeremy Allison2010-06-041-0/+1
* Change smbd_aio_complete_mid() -> smbd_aio_complete_aio_ex(). SimplifiesJeremy Allison2010-06-041-7/+2
* s3: Fix the build of the nfsv4 acl codeVolker Lendecke2010-06-031-1/+2
* s3-security: use shared "Standard access rights.".Günther Deschner2010-06-031-1/+1
* s3-security: use shared "File Object specific access rights".Günther Deschner2010-06-031-1/+1
* s3-security: use shared "Generic access rights".Günther Deschner2010-06-031-2/+2
* s3-security: use shared SECINFO_DACL define.Günther Deschner2010-06-034-16/+16
* s3-security: use shared SECINFO_SACL define.Günther Deschner2010-06-032-7/+7
* s3-security: use shared SECINFO_GROUP define.Günther Deschner2010-06-034-15/+15
* s3-security: use shared SECINFO_OWNER define.Günther Deschner2010-06-034-15/+15
* s3: remove unused librpc/ndr/sid.c.Günther Deschner2010-06-031-0/+1
* s3: Add vfs_linux_xfs_sgidVolker Lendecke2010-06-021-0/+105
* s3-vfs: Send the share name instead of the path in smb_traffic_analyzer.Holger Hetterich2010-06-011-2/+5
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+2
* s3:auth use info3 in auth_serversupplied_infoSimo Sorce2010-05-284-6/+6
* vfs_smb_traffic_analyzer.c: set the len variable when running protocol v1.Holger Hetterich2010-05-271-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-213-27/+27
* s3-secdesc: use SD_REVISION from security.idl.Günther Deschner2010-05-183-4/+4
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-1810-33/+38
* s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner2010-05-183-10/+10
* s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner2010-05-183-16/+16
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-182-6/+4
* s3-crypto: only include crypto headers when crypto is done.Günther Deschner2010-05-181-0/+1
* Be more forgiving on client oplock break failure (as Windows does). Remove a ...Jeremy Allison2010-05-131-1/+1
* Treat an open of stream ::$DATA as an open of the base file.Jeremy Allison2010-05-131-0/+27
* s3-build: fix the build of vfs_notify_fam.Günther Deschner2010-05-061-0/+1
* Plumb the SMB2 front end into the blocking lock backend.Jeremy Allison2010-04-301-13/+41
* Move the global blocking lock records into the smb1 state.Jeremy Allison2010-04-291-4/+4
* s3-smbd: group print relate data in own structureSimo Sorce2010-04-231-2/+2
* Allow smb2 create requests to be cancelled.Jeremy Allison2010-04-231-9/+2
* Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.Jeremy Allison2010-04-221-1/+1
* s3: Improved support for GAMIN.Ira Cooper2010-04-181-0/+15
* Move to using 64-bit mid values in our internal open file database.Jeremy Allison2010-04-122-5/+7
* Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison2010-04-091-34/+34
* Fix related to bug #7326 - can't read/write any files with full_auditVolker Lendecke2010-04-051-2/+3
* s3: Use bitmap_talloc in vfs_full_audit.cVolker Lendecke2010-03-281-40/+20
* s3: Fix some nonempty blank linesVolker Lendecke2010-03-281-20/+19
* s3: vfs_smb_traffic_analyzer.c: remove warnings from developer buildHolger Hetterich2010-03-251-14/+16
* Fix bug #7283 - vfs_acl_tdb does not work as expected.Jeremy Allison2010-03-241-34/+14
* s3: file_walk_table -> files_forallVolker Lendecke2010-03-221-1/+1
* s3-vfs: fix some buildwarnings in traffic analyzer, there are many more.Günther Deschner2010-03-161-9/+11
* Update copyrightJim McDonough2010-03-161-1/+1
* s3: vfs_smb_traffic_analyzer.c: add VFS functions for file open and closeHolger Hetterich2010-03-162-2/+65
* smb_traffic_analyzer.c: optimize marshalling function and documentHolger Hetterich2010-03-162-34/+54
* vfs_smb_traffic_analyzer.c: added functionHolger Hetterich2010-03-161-63/+58