Age | Commit message (Expand) | Author | Files | Lines |
2007-11-03 | Remove most of the remaining globals out of lib/util_sock.c. | Jeremy Allison | 1 | -1/+1 |
2007-11-03 | I can't get away without a 'length' arg. :-). | Jeremy Allison | 1 | -1/+2 |
2007-11-03 | Stop get_peer_addr() and client_addr() from using global | Jeremy Allison | 1 | -1/+2 |
2007-10-29 | Add in the recvfile entry to the VFS layer with a default | Jeremy Allison | 2 | -0/+39 |
2007-10-23 | added a syncops VFS module for filesystems which do not guarantee meta-data o... | Andrew Tridgell | 1 | -0/+210 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 22 | -122/+122 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 2 | -11/+7 |
2007-10-10 | r25432: Merge module linking changes from SAMBA_3_2 to SAMBA_3_2_0 to reduce | James Peach | 1 | -1/+0 |
2007-10-10 | r25399: Excise uint - > uint32 (where appropriate) or unsigned int. | Jeremy Allison | 3 | -7/+7 |
2007-10-10 | r25222: Fix last assumptions that (size_t)-1 can be used | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25055: Add file_id_string_tos | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 5 | -16/+16 |
2007-10-10 | r24302: add a module that overloads the file_id_create VFS function | Stefan Metzmacher | 1 | -0/+288 |
2007-10-10 | r24280: Fix the build of vfs_afsacl.c | Volker Lendecke | 1 | -5/+5 |
2007-10-10 | r24123: add file_id_create() to some vfs modules | Stefan Metzmacher | 1 | -0/+22 |
2007-10-10 | r24120: add a file_id_create() hook into the VFS layer | Stefan Metzmacher | 1 | -0/+7 |
2007-10-10 | r24013: merge from http://samba.org/~tridge/samba_3_2_ctdb/: | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r23962: Linux oplock support is conditional on HAVE_KERNEL_OPLOCKS_LINUX, | James Peach | 1 | -2/+3 |
2007-10-10 | r23856: Add Jiri.Sasek@Sun.COM;s fix from Axel Apitz for ZFS ACLs. | Jeremy Allison | 1 | -2/+49 |
2007-10-10 | r23831: Fix vfs_readahead: transparent modules should always pass through | Alexander Bokovoy | 1 | -1/+1 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 24 | -48/+24 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 4 | -11/+5 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 12 | -24/+12 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 37 | -37/+37 |
2007-10-10 | r23722: Fix the build of the catia module | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r23692: Couldn't wait, sorry :-). Did the style change. | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r23691: fix for bug on touching files as described here: | Simo Sorce | 1 | -5/+13 |
2007-10-10 | r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown | Jeremy Allison | 9 | -74/+53 |
2007-10-10 | r23423: Use the correct structure types in the NT_ACL operations. It's not | James Peach | 1 | -2/+2 |
2007-10-10 | r23396: Make VFS callbacks static. Mark operations as OPAQUE because they | James Peach | 1 | -8/+9 |
2007-10-10 | r23302: Refactor vfs_gpfs module, fix problems with chmod Tridge has found du... | Alexander Bokovoy | 2 | -96/+111 |
2007-10-10 | r23228: Merge cleanup to the gpfs module from Tridge. Also potentially disable | Volker Lendecke | 1 | -33/+28 |
2007-10-10 | r23105: Add lchown to the vfs layer. We need this in the POSIX code. | Jeremy Allison | 5 | -1/+84 |
2007-10-10 | r23098: Fix the case of the #include statements so this module can be built on a | James Peach | 1 | -2/+2 |
2007-10-10 | r23068: Fix some uninitialized variables in the solarisacl module | Volker Lendecke | 1 | -6/+6 |
2007-10-10 | r22918: Attempt to fix the build of the tru64acl module. | Michael Adam | 1 | -6/+6 |
2007-10-10 | r22907: Fix the build with --enable-profiling-data | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r22872: Add vfs_zfsacl module from Jiri Sasek <Jiri.Sasek@Sun.COM>. | Jeremy Allison | 1 | -0/+186 |
2007-10-10 | r22777: Fix for [Bug 4543] - POSIX ACL support on FreeBSD. | Michael Adam | 1 | -0/+6 |
2007-10-10 | r22675: Simo's patch for 0 size allocation. Still need | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22615: fix prototype | Michael Adam | 1 | -1/+1 |
2007-10-10 | r22592: Fix TALLOC_SIZE to be consistent. | Jeremy Allison | 1 | -7/+11 |
2007-10-10 | r22589: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 1 | -3/+7 |
2007-10-10 | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 3 | -12/+12 |
2007-10-10 | r22529: Add implementation of HP-UX ACLs in the new vfs-module framework. | Michael Adam | 1 | -56/+1137 |
2007-10-10 | r22413: Simplify the build rules for plugin modules. Add support for per-plat... | James Peach | 1 | -0/+1 |
2007-10-10 | r22148: Fix gpfs module on posix-acl test. Adds gpfsacl_sys_set_fd (calls | Jim McDonough | 1 | -2/+1 |
2007-10-10 | r22147: Next try | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22146: Attempt to fix the build | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22132: I hate inefficiency. Don't call conv_str_size() | Jeremy Allison | 1 | -41/+88 |