summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* lib/util Move bitmap.c to lib/utilAndrew Bartlett2011-07-082-0/+2
* s3-zfsacl: Fix a debug messageVolker Lendecke2011-07-081-1/+1
* s3:modules fix non-empty blank linesChristian Ambach2011-07-051-3/+3
* s3-vfs: Replace client_id in exand msdfs.Andreas Schneider2011-07-041-1/+9
* s3-vfs: Replace client_id in smbta.Andreas Schneider2011-07-041-3/+11
* s3-build Prepare to require fully defined modulesAndrew Bartlett2011-07-031-3/+4
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-294-0/+4
* s3-waf: add some missing tdb dependencies.Günther Deschner2011-06-281-4/+4
* s3:vfs_commit: fix buildBjörn Jacke2011-06-241-0/+1
* lib/util Remove samba-util-common!Andrew Bartlett2011-06-211-36/+36
* s3: Fix the build, NAME_MAX not universally availableVolker Lendecke2011-06-201-1/+1
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-203-3/+3
* s3: Replace shadow_copy2 with a new implementationVolker Lendecke2011-06-201-598/+1205
* s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba shareChristian Ambach2011-06-171-3/+3
* s3:vfs cleanup unused code in vfs_recycleChristian Ambach2011-06-091-26/+0
* s3:modules fix some non-empty blank linesChristian Ambach2011-06-091-6/+5
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-095-6/+6
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-093-5/+5
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-095-8/+8
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-097-10/+10
* Fix re-opened bug 8083 - "inherit owner = yes" doesn't interact correctly wit...Jeremy Allison2011-06-071-4/+17
* Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison2011-06-013-10/+8
* Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison2011-06-011-2/+4
* Split the ACE flag mapping between nfs4 and WindowsJeremy Allison2011-06-011-14/+59
* struct make "struct shadow_copy_data" its own talloc contextVolker Lendecke2011-05-312-2/+2
* s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke2011-05-315-6/+13
* s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett2011-05-313-5/+5
* nfs4_acls: pass ACE_FLAG_INHERITED_ACE down from the clientGregor Beck2011-05-301-0/+3
* nfs4_acls: pass ACE_FLAG_INHERITED_ACE up to the clientGregor Beck2011-05-302-1/+5
* Fix bug #8165 - Inverted WITH_SYSLOG condition in vfs_full_audit.c.Jeremy Allison2011-05-251-1/+1
* Fix numerous missing dependencies in WAF build scriptsSean Finney2011-05-251-2/+37
* Actually make use of the SMBTA_SUBRELEASE define in smb_traffic_analyzer.h. T...Holger Hetterich2011-05-242-1/+12
* s3:modules properly terminate enums in nfs4 acl codeChristian Ambach2011-05-241-1/+3
* s3:vfs properly terminate enums in audit modulesChristian Ambach2011-05-243-6/+12
* Make protocol version 2 the default protocol, and only run on version 1 if V1...Holger Hetterich2011-05-181-6/+5
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-184-4/+4
* s3-modules: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4Björn Baumbach2011-05-181-0/+1
* Ensure we always write the correct incoming mid into the share modeJeremy Allison2011-05-161-2/+4
* gpfs.so: Add gpfs:syncio optionGregor Beck2011-05-161-0/+13
* lib/util/charset Move built-in charset modules to the top levelAndrew Bartlett2011-05-135-1033/+0
* s3: only include tdb headers where needed.Günther Deschner2011-05-063-0/+3
* Fix broken interface to set_namearray() - don't modify incoming string.Jeremy Allison2011-05-061-1/+1
* Fixup use of const.Jeremy Allison2011-05-061-2/+2
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-068-23/+23
* Change the char * pointers in the struct to const char * (which is how they'r...Jeremy Allison2011-05-061-19/+18
* Remove magic numbers. Standardize on macro. Move from safe_strcat to strlcat.Jeremy Allison2011-05-041-7/+7
* Cope with +1 change on moving from safe_strcat to strlcat.Jeremy Allison2011-05-041-3/+3
* s3-waf: add vfs_gpfs_hsm_notify to the build.Günther Deschner2011-05-041-0/+8
* vfs_gpfs: Properly notify the offline->online changesVolker Lendecke2011-05-041-0/+110