s3: Lift the smbd_messaging_context from enumprinters_level2
[amitay/samba.git] / source3 / modules /
2010-08-06 Günther Deschners3-netlogon: remove global include of netlogon.h.
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-08-04 Christian Ambachsmall optimizations for shadowcopy2 module
2010-08-04 Christian Ambachfix snapshot content display with hide unreadable
2010-08-04 Volker Lendeckes3: Fix shadow copies after the change for in-path...
2010-08-04 Volker Lendeckes3: Fix in-path shadowcopy2 module
2010-08-03 oliviermake scannedonly notify the scanner if no .scanned...
2010-08-01 Volker Lendeckes3: Fix an uninitialized variable
2010-07-27 Simo Sorces3-smbd: Migrated to new spoolss functions for printing.
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-18 Volker Lendeckes3: Actually use the usecs in aio_fork_suspend
2010-07-18 Volker Lendeckes3: Fix an uninitialized variable
2010-06-28 Andreas Schneiders3-vfs: Make sure that retval isn't used uninitialized.
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to process_blocking_lock_queue
2010-06-10 Jeremy AllisonRename "allow_smb2" -> "using_smb2" and make the usage...
2010-06-09 Björn Jackes3: fix calculation of st_blocks in streams_xattr
2010-06-05 Jeremy AllisonFix a long-standing bug with async io that would only...
2010-06-04 Jeremy AllisonOops. Forgot to re-initialize the aio_ex pointer from...
2010-06-04 Jeremy AllisonChange smbd_aio_complete_mid() -> smbd_aio_complete_aio...
2010-06-03 Volker Lendeckes3: Fix the build of the nfsv4 acl code
2010-06-03 Günther Deschners3-security: use shared "Standard access rights.".
2010-06-03 Günther Deschners3-security: use shared "File Object specific access...
2010-06-03 Günther Deschners3-security: use shared "Generic access rights".
2010-06-03 Günther Deschners3-security: use shared SECINFO_DACL define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_SACL define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_GROUP define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_OWNER define.
2010-06-02 Günther Deschners3: remove unused librpc/ndr/sid.c.
2010-06-02 Volker Lendeckes3: Add vfs_linux_xfs_sgid
2010-06-01 Holger Hetterichs3-vfs: Send the share name instead of the path in...
2010-05-31 Günther Deschners3-build: only use ndr_security.h where needed.
2010-05-27 Simo Sorces3:auth use info3 in auth_serversupplied_info
2010-05-27 Holger Hetterichvfs_smb_traffic_analyzer.c: set the len variable when...
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-18 Günther Deschners3-secdesc: use SD_REVISION from security.idl.
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_descriptor...
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_acl SEC_ACL".
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_ace SEC_ACE".
2010-05-18 Jelmer Vernooijs3: Remove use of iconv_convenience.
2010-05-17 Günther Deschners3-crypto: only include crypto headers when crypto...
2010-05-13 Jeremy AllisonBe more forgiving on client oplock break failure (as...
2010-05-13 Jeremy AllisonTreat an open of stream ::$DATA as an open of the base...
2010-05-06 Günther Deschners3-build: fix the build of vfs_notify_fam.
2010-05-01 Jeremy AllisonPlumb the SMB2 front end into the blocking lock backend.
2010-04-29 Jeremy AllisonMove the global blocking lock records into the smb1...
2010-04-23 Simo Sorces3-smbd: group print relate data in own structure
2010-04-23 Jeremy AllisonAllow smb2 create requests to be cancelled.
2010-04-23 Jeremy AllisonMake deferred opens (NT_STATUS_SHARING_VIOLATION) work...
2010-04-18 Ira Coopers3: Improved support for GAMIN.
2010-04-13 Jeremy AllisonMove to using 64-bit mid values in our internal open...
2010-04-10 Jeremy AllisonPlumb SMB2 stubs into all the places we defer SMB1...
2010-04-05 Volker LendeckeFix related to bug #7326 - can't read/write any files...
2010-03-28 Volker Lendeckes3: Use bitmap_talloc in vfs_full_audit.c
2010-03-28 Volker Lendeckes3: Fix some nonempty blank lines
2010-03-25 Holger Hetterichs3: vfs_smb_traffic_analyzer.c: remove warnings from...
2010-03-24 Jeremy AllisonFix bug #7283 - vfs_acl_tdb does not work as expected.
2010-03-22 Volker Lendeckes3: file_walk_table -> files_forall
2010-03-16 Günther Deschners3-vfs: fix some buildwarnings in traffic analyzer...
2010-03-16 Jim McDonoughUpdate copyright
2010-03-16 Holger Hetterichs3: vfs_smb_traffic_analyzer.c: add VFS functions for...
2010-03-16 Holger Hetterichsmb_traffic_analyzer.c: optimize marshalling function...
2010-03-16 Holger Hetterichvfs_smb_traffic_analyzer.c: added function
2010-03-16 Holger HetterichSimplify the code a bit by creating the functions:
2010-03-16 Holger HetterichAdd the number of common data blocks to the protocol.
2010-03-16 Holger HetterichPut all the protocol stuff into a separate header file.
2010-03-16 Holger HetterichAdd smbta-util to manage the encryption key.
2010-03-16 Holger HetterichImplement AES encryption of the data block.
2010-03-16 Holger HetterichImplement anonymization for protocol v2.
2010-03-16 Holger HetterichMake all remarks compatible to the linux kernel coding...
2010-03-16 Holger HetterichAdded an exact description of the V2 protocol.
2010-03-16 Holger HetterichMove the creation of the header.
2010-03-16 Holger HetterichFetch the SID of the user we are running as and send...
2010-03-16 Holger HetterichAdditionally send the vfs function id with the protocol.
2010-03-16 Holger HetterichAccording to the linux kernel coding styleguide, it...
2010-03-16 Holger HetterichDon't use typedefs on the VFS function data structures as
2010-03-16 Holger HetterichAdd read,pread,write,pwrite support to the V2 protocol.
2010-03-16 Holger HetterichEnable AES encryption of the data if a key was found...
2010-03-16 Holger HetterichAdd rmdir, chdir, and rename as supported VFS functions
2010-03-16 Holger HetterichThe format of data we are sending over the network...
2010-03-16 Holger HetterichCreate structs carrying the data of individual VFS...
2010-03-16 Holger HetterichIntroduce smb_traffic_analyzer protocol v2.
2010-03-15 Jeremy AllisonRemove the bool admin_user from conn struct. We no...
2010-03-15 Jeremy AllisonPass "connection_struct *conn" into functions that...
2010-03-15 Jeremy AllisonRever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove...
2010-03-12 Jeremy AllisonMissed a couple more uses of conn->server_info->ptok...
2010-03-12 Jeremy AllisonRemove more uses of "extern struct current_user current...
2010-03-11 SATOH Fumiyasuvfs_netatalk: Segfault if hide files or veto files...
2010-03-08 Björn Jackes3: add vfs_crossrename
2010-03-08 Björn Jackes3: remove cross-device rename support from vfs_default
2010-03-05 Jeremy AllisonFix for bug #7189 - Open txt files with notepad on...
2010-03-02 Björn Jackes3:vfs_aixacl2: add missing semicolon
2010-02-28 Holger Hetterichs3: vfs_full_audit.c: implement negated vfs_ops in...
2010-02-18 Günther Deschners3-modules: fix get_acl_blob in the acl_tdb VFS module.
2010-02-14 Andrew Tridgells3-vfs: use TYPESAFE_QSORT() in s3 VFS modules
2010-02-11 Jeremy AllisonFix bad use when freeing linked list. Todd Stecher...
2010-02-10 Andrew Tridgells3-perfcount: update to use new DLIST macros
2010-02-09 Björn Jackevfs_catia: fix return type warnings
2010-02-08 Jeremy AllisonFix bug #6876 for acl_tdb module.
2010-02-07 Björn Jackes3: fix build issue on Tru64
2010-02-05 Jeremy AllisonFix bug 7075 - bug in vfs_scannedonly rmdir implementation.
next