summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2011-06-21lib/util Remove samba-util-common!Andrew Bartlett1-36/+36
2011-06-20s3: Fix the build, NAME_MAX not universally availableVolker Lendecke1-1/+1
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell3-3/+3
2011-06-20s3: Replace shadow_copy2 with a new implementationVolker Lendecke1-598/+1205
2011-06-17s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba shareChristian Ambach1-3/+3
2011-06-09s3:vfs cleanup unused code in vfs_recycleChristian Ambach1-26/+0
2011-06-09s3:modules fix some non-empty blank linesChristian Ambach1-6/+5
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett5-6/+6
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett3-5/+5
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett5-8/+8
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett7-10/+10
2011-06-07Fix re-opened bug 8083 - "inherit owner = yes" doesn't interact correctly wit...Jeremy Allison1-4/+17
2011-06-01Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison3-10/+8
2011-06-01Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison1-2/+4
2011-06-01Split the ACE flag mapping between nfs4 and WindowsJeremy Allison1-14/+59
2011-05-31struct make "struct shadow_copy_data" its own talloc contextVolker Lendecke2-2/+2
2011-05-31s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke5-6/+13
2011-05-31s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett3-5/+5
2011-05-30nfs4_acls: pass ACE_FLAG_INHERITED_ACE down from the clientGregor Beck1-0/+3
2011-05-30nfs4_acls: pass ACE_FLAG_INHERITED_ACE up to the clientGregor Beck2-1/+5
2011-05-25Fix bug #8165 - Inverted WITH_SYSLOG condition in vfs_full_audit.c.Jeremy Allison1-1/+1
2011-05-25Fix numerous missing dependencies in WAF build scriptsSean Finney1-2/+37
2011-05-24Actually make use of the SMBTA_SUBRELEASE define in smb_traffic_analyzer.h. T...Holger Hetterich2-1/+12
2011-05-24s3:modules properly terminate enums in nfs4 acl codeChristian Ambach1-1/+3
2011-05-24s3:vfs properly terminate enums in audit modulesChristian Ambach3-6/+12
2011-05-18Make protocol version 2 the default protocol, and only run on version 1 if V1...Holger Hetterich1-6/+5
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett4-4/+4
2011-05-18s3-modules: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4Björn Baumbach1-0/+1
2011-05-16Ensure we always write the correct incoming mid into the share modeJeremy Allison1-2/+4
2011-05-16gpfs.so: Add gpfs:syncio optionGregor Beck1-0/+13
2011-05-13lib/util/charset Move built-in charset modules to the top levelAndrew Bartlett5-1033/+0
2011-05-06s3: only include tdb headers where needed.Günther Deschner3-0/+3
2011-05-06Fix broken interface to set_namearray() - don't modify incoming string.Jeremy Allison1-1/+1
2011-05-06Fixup use of const.Jeremy Allison1-2/+2
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison8-23/+23
2011-05-06Change the char * pointers in the struct to const char * (which is how they'r...Jeremy Allison1-19/+18
2011-05-04Remove magic numbers. Standardize on macro. Move from safe_strcat to strlcat.Jeremy Allison1-7/+7
2011-05-04Cope with +1 change on moving from safe_strcat to strlcat.Jeremy Allison1-3/+3
2011-05-04s3-waf: add vfs_gpfs_hsm_notify to the build.Günther Deschner1-0/+8
2011-05-04vfs_gpfs: Properly notify the offline->online changesVolker Lendecke1-0/+110
2011-05-04vfs_gpfs: Block sendfile for offline filesVolker Lendecke1-0/+12
2011-05-04vfs_gpfs: Store the winattrs in st.vfs_privateVolker Lendecke1-5/+12
2011-05-04s3-vfs: make vfswrap_llistxattr and vfswrap_flistxattr static.Günther Deschner1-2/+2
2011-04-29s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett1-3/+3
2011-04-29s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2-2/+2
2011-04-26s3:vfs use gpfs_lib_initChristian Ambach3-0/+22
2011-04-21s3-vfs: rename open function to open_fn.Günther Deschner20-24/+20
2011-04-20s3-build: move MAP_FILE define to the only place used.Günther Deschner1-0/+4
2011-04-20s3-smbd: fix the AIX 5.3 build.Günther Deschner2-0/+5