Age | Commit message (Expand) | Author | Files | Lines |
2011-06-21 | lib/util Remove samba-util-common! | Andrew Bartlett | 1 | -36/+36 |
2011-06-20 | s3: Fix the build, NAME_MAX not universally available | Volker Lendecke | 1 | -1/+1 |
2011-06-20 | tdb_compat: Higher level API fixes. | Rusty Russell | 3 | -3/+3 |
2011-06-20 | s3: Replace shadow_copy2 with a new implementation | Volker Lendecke | 1 | -598/+1205 |
2011-06-17 | s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba share | Christian Ambach | 1 | -3/+3 |
2011-06-09 | s3:vfs cleanup unused code in vfs_recycle | Christian Ambach | 1 | -26/+0 |
2011-06-09 | s3:modules fix some non-empty blank lines | Christian Ambach | 1 | -6/+5 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 5 | -6/+6 |
2011-06-09 | s3-talloc Change TALLOC_P() to talloc() | Andrew Bartlett | 3 | -5/+5 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 5 | -8/+8 |
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 7 | -10/+10 |
2011-06-07 | Fix re-opened bug 8083 - "inherit owner = yes" doesn't interact correctly wit... | Jeremy Allison | 1 | -4/+17 |
2011-06-01 | Remove the char * argument from the SMB_VFS_GETWD() call. Now always | Jeremy Allison | 3 | -10/+8 |
2011-06-01 | Change sys_getcd() to take no arguments and always return malloc'ed memory (o... | Jeremy Allison | 1 | -2/+4 |
2011-06-01 | Split the ACE flag mapping between nfs4 and Windows | Jeremy Allison | 1 | -14/+59 |
2011-05-31 | struct make "struct shadow_copy_data" its own talloc context | Volker Lendecke | 2 | -2/+2 |
2011-05-31 | s3: Remove SHADOW_COPY_DATA typedef | Volker Lendecke | 5 | -6/+13 |
2011-05-31 | s3-globals Remove smbd_event_context() (use server_event_context()) | Andrew Bartlett | 3 | -5/+5 |
2011-05-30 | nfs4_acls: pass ACE_FLAG_INHERITED_ACE down from the client | Gregor Beck | 1 | -0/+3 |
2011-05-30 | nfs4_acls: pass ACE_FLAG_INHERITED_ACE up to the client | Gregor Beck | 2 | -1/+5 |
2011-05-25 | Fix bug #8165 - Inverted WITH_SYSLOG condition in vfs_full_audit.c. | Jeremy Allison | 1 | -1/+1 |
2011-05-25 | Fix numerous missing dependencies in WAF build scripts | Sean Finney | 1 | -2/+37 |
2011-05-24 | Actually make use of the SMBTA_SUBRELEASE define in smb_traffic_analyzer.h. T... | Holger Hetterich | 2 | -1/+12 |
2011-05-24 | s3:modules properly terminate enums in nfs4 acl code | Christian Ambach | 1 | -1/+3 |
2011-05-24 | s3:vfs properly terminate enums in audit modules | Christian Ambach | 3 | -6/+12 |
2011-05-18 | Make protocol version 2 the default protocol, and only run on version 1 if V1... | Holger Hetterich | 1 | -6/+5 |
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 4 | -4/+4 |
2011-05-18 | s3-modules: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4 | Björn Baumbach | 1 | -0/+1 |
2011-05-16 | Ensure we always write the correct incoming mid into the share mode | Jeremy Allison | 1 | -2/+4 |
2011-05-16 | gpfs.so: Add gpfs:syncio option | Gregor Beck | 1 | -0/+13 |
2011-05-13 | lib/util/charset Move built-in charset modules to the top level | Andrew Bartlett | 5 | -1033/+0 |
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 3 | -0/+3 |
2011-05-06 | Fix broken interface to set_namearray() - don't modify incoming string. | Jeremy Allison | 1 | -1/+1 |
2011-05-06 | Fixup use of const. | Jeremy Allison | 1 | -2/+2 |
2011-05-06 | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 8 | -23/+23 |
2011-05-06 | Change the char * pointers in the struct to const char * (which is how they'r... | Jeremy Allison | 1 | -19/+18 |
2011-05-04 | Remove magic numbers. Standardize on macro. Move from safe_strcat to strlcat. | Jeremy Allison | 1 | -7/+7 |
2011-05-04 | Cope with +1 change on moving from safe_strcat to strlcat. | Jeremy Allison | 1 | -3/+3 |
2011-05-04 | s3-waf: add vfs_gpfs_hsm_notify to the build. | Günther Deschner | 1 | -0/+8 |
2011-05-04 | vfs_gpfs: Properly notify the offline->online changes | Volker Lendecke | 1 | -0/+110 |
2011-05-04 | vfs_gpfs: Block sendfile for offline files | Volker Lendecke | 1 | -0/+12 |
2011-05-04 | vfs_gpfs: Store the winattrs in st.vfs_private | Volker Lendecke | 1 | -5/+12 |
2011-05-04 | s3-vfs: make vfswrap_llistxattr and vfswrap_flistxattr static. | Günther Deschner | 1 | -2/+2 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH | Andrew Bartlett | 1 | -3/+3 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR | Andrew Bartlett | 2 | -2/+2 |
2011-04-26 | s3:vfs use gpfs_lib_init | Christian Ambach | 3 | -0/+22 |
2011-04-21 | s3-vfs: rename open function to open_fn. | Günther Deschner | 20 | -24/+20 |
2011-04-20 | s3-build: move MAP_FILE define to the only place used. | Günther Deschner | 1 | -0/+4 |
2011-04-20 | s3-smbd: fix the AIX 5.3 build. | Günther Deschner | 2 | -0/+5 |