s3-param Remove %(DomainSID) support
[samba.git] / source3 / modules /
2011-06-20 Andrew Bartlettlib/util Remove samba-util-common!
2011-06-20 Volker Lendeckes3: Fix the build, NAME_MAX not universally available
2011-06-20 Rusty Russelltdb_compat: Higher level API fixes.
2011-06-20 Volker Lendeckes3: Replace shadow_copy2 with a new implementation
2011-06-17 Christian Ambachs3:modules fix Bug 8244 - Cannot copy files larger...
2011-06-09 Christian Ambachs3:vfs cleanup unused code in vfs_recycle
2011-06-09 Christian Ambachs3:modules fix some non-empty blank lines
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-06-07 Jeremy AllisonFix re-opened bug 8083 - "inherit owner = yes" doesn...
2011-06-01 Jeremy AllisonRemove the char * argument from the SMB_VFS_GETWD(...
2011-06-01 Jeremy AllisonChange sys_getcd() to take no arguments and always...
2011-06-01 Jeremy AllisonSplit the ACE flag mapping between nfs4 and Windows
2011-05-31 Volker Lendeckestruct make "struct shadow_copy_data" its own talloc...
2011-05-31 Volker Lendeckes3: Remove SHADOW_COPY_DATA typedef
2011-05-30 Andrew Bartletts3-globals Remove smbd_event_context() (use server_even...
2011-05-30 Gregor Becknfs4_acls: pass ACE_FLAG_INHERITED_ACE down from the...
2011-05-30 Gregor Becknfs4_acls: pass ACE_FLAG_INHERITED_ACE up to the client
2011-05-25 Jeremy AllisonFix bug #8165 - Inverted WITH_SYSLOG condition in vfs_f...
2011-05-25 Sean FinneyFix numerous missing dependencies in WAF build scripts
2011-05-24 Holger HetterichActually make use of the SMBTA_SUBRELEASE define in...
2011-05-24 Christian Ambachs3:modules properly terminate enums in nfs4 acl code
2011-05-24 Christian Ambachs3:vfs properly terminate enums in audit modules
2011-05-18 Holger HetterichMake protocol version 2 the default protocol, and only...
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
2011-05-18 Björn Baumbachs3-modules: Fix the build of gpfs.c on RHEL 6.0 with...
2011-05-16 Jeremy AllisonEnsure we always write the correct incoming mid into...
2011-05-16 Gregor Beckgpfs.so: Add gpfs:syncio option
2011-05-13 Andrew Bartlettlib/util/charset Move built-in charset modules to the...
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-05 Jeremy AllisonFix broken interface to set_namearray() - don't modify...
2011-05-05 Jeremy AllisonFixup use of const.
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-05-05 Jeremy AllisonChange the char * pointers in the struct to const char...
2011-05-04 Jeremy AllisonRemove magic numbers. Standardize on macro. Move from...
2011-05-04 Jeremy AllisonCope with +1 change on moving from safe_strcat to strlcat.
2011-05-04 Günther Deschners3-waf: add vfs_gpfs_hsm_notify to the build.
2011-05-04 Volker Lendeckevfs_gpfs: Properly notify the offline->online changes
2011-05-04 Volker Lendeckevfs_gpfs: Block sendfile for offline files
2011-05-04 Volker Lendeckevfs_gpfs: Store the winattrs in st.vfs_private
2011-05-04 Günther Deschners3-vfs: make vfswrap_llistxattr and vfswrap_flistxattr...
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-26 Christian Ambachs3:vfs use gpfs_lib_init
2011-04-21 Günther Deschners3-vfs: rename open function to open_fn.
2011-04-20 Günther Deschners3-build: move MAP_FILE define to the only place used.
2011-04-20 Günther Deschners3-smbd: fix the AIX 5.3 build.
2011-04-18 Volker Lendeckes3: Fix the build of vfs_gpfs.c
2011-04-14 Jeremy AllisonFix bug #8083 - "inherit owner = yes" doesn't interact...
2011-04-14 Günther Deschners3-includes: move readahead prototype to its only user.
2011-04-13 Günther Deschners3: only include smb profiling where needed.
2011-04-13 Günther Deschners3-includes: only include acl prototypes when needed.
2011-04-11 Björn Baumbachs3-modules: Fix debug message
2011-04-09 Jeremy AllisonFix bug 8072 - PANIC: create_file_acl_common frees...
2011-04-06 Andrew Tridgelllib/crypto: rename the SHA256_ functions to samba_SHA256_
2011-04-05 Jeremy AllisonFix bug #7080 - Quota only shown when logged as root.
2011-04-05 Björn Jackes3/vfs_gpfs: s/syncops/gpfs
2011-04-02 Jeremy AllisonFix bug #7987 - ACL can get lost when files are being...
2011-03-31 Holger HetterichSMBTA: make vfs_smb_traffic_analyzer aware of the sendf...
2011-03-30 Günther Deschners3-vfs: try to fix build of aio_fork module.
2011-03-30 Günther Deschners3-vfs acl modules: more non-linux build fixes.
2011-03-30 Günther Deschners3-vfs_solarisacl: try to fix the solaris build.
2011-03-29 Günther Deschners3: only include ntioctl.h where needed.
2011-03-29 Günther Deschners3-auth: vfs modules need auth.h
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschners3-build: only include transfer_file.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/shmem.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/syslog.h when needed.
2011-03-27 Volker Lendeckes3: Fix Coverity ID 2226: RESOURCE_LEAK
2011-03-27 Volker Lendeckes3: Fix Coverity ID 585: NEGATIVE_RETURNS
2011-03-14 Volker Lendeckes3: Fix the talloc hierarchy in shadow_copy2_connectpath
2011-03-14 Volker Lendeckes3: This module needs rewriting...
2011-03-02 Volker Lendeckes3: Pass the aio_force operation through vfs_gpfs
2011-03-02 Volker Lendeckes3: Ask GPFS for the IS_OFFLINE operation
2011-03-02 Volker Lendeckes3: Announce HSM in the gpfs module
2011-03-02 Volker Lendeckes3: Pass smb_filename through the set_offline vfs op
2011-03-02 Volker Lendeckes3: Pass smb_filename through the is_offline vfs op
2011-03-02 Volker Lendeckes3: Fix operation names in vfs_full_audit.c
2011-03-02 Volker Lendeckes3: GPFS can't deal with mangled names
2011-02-28 Jelmer VernooijFix some types
2011-02-28 Christian Ambachs3: Survive an idle child that was killed
2011-02-26 Volker Lendeckes3: Improve a dbg msg in aio_fork
2011-02-25 Volker Lendeckes3: Fix a 64-bit warning in vfs_gpfs.c
2011-02-25 Günther Deschners3-vfs: make syncops_connect in modules/vfs_syncops...
2011-02-24 Jeremy AllisonFix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODE...
2011-02-23 Günther Deschners3-proto: remove some prototypes of non-existing functions.
2011-02-23 Volker Lendeckes3: Improve an error msg in vfs_gpfs
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-19 Holger Hetterichvfs_smb_traffic_analyzer shall also transfer the client...
2011-02-18 Christian Ambachs3:vfs:syncops add option to disable metasync per share
2011-02-18 Andrew Bartlettlib/util/charset Use top level iconv.c in source3
2011-02-18 Andrew Tridgells3-waf: use SAMBA3_*() build rules in source3/build
2011-02-10 Andrew Bartletts3-auth Rename cryptic 'ptok' to security_token
2011-02-09 Jeremy AllisonCorrectly plumb in VFS_FDOPENDIR.
2011-02-08 Jeremy AllisonAdd fdopendir to the VFS. We will use this to reuse...
next