Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.samba-misc-tags/initial-v3-0-test | Gerald (Jerry) Carter | 2007-10-10 | 4 | -27/+10 |
| | |||||
* | r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown | Jeremy Allison | 2007-10-10 | 2 | -6/+6 |
| | | | | | | | | | return to correctly return NT_STATUS_INVALID_OWNER if it should be disallowed. Matches better what W2K3R3 does. NFSv4 ACL module owners, please examine these changes. Jeremy. | ||||
* | r23105: Add lchown to the vfs layer. We need this in the POSIX code. | Jeremy Allison | 2007-10-10 | 2 | -0/+12 |
| | | | | Jeremy. | ||||
* | r22591: Fix up the examples also. | Jeremy Allison | 2007-10-10 | 1 | -1/+5 |
| | | | | Jeremy. | ||||
* | r22341: Fix build of examples/VFS: adapt include for new place of tdb... | Michael Adam | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r21762: Fix the build by enabling shared modules and adding the config.* | James Peach | 2007-10-10 | 6 | -10/+3106 |
| | | | | | files. Add norify_watch and chflags operations. Fix a bunch of warnings. | ||||
* | r21714: Change the VFS interface to use struct timespec | Jeremy Allison | 2007-10-10 | 2 | -6/+6 |
| | | | | | | | | | | for utimes - change the call to ntimes. This preserves nsec timestamps we get from stat (if the system supports it) and only maps back down to usec or sec resolution on time set. Looks bigger than it is as I had to move lots of internal code from using time_t and struct utimebuf to struct timespec. Jeremy. | ||||
* | r19852: Fix the build for the VFS examples. Fixes bugzilla #3931. | James Peach | 2007-10-10 | 2 | -4/+17 |
| | |||||
* | r16948: Sync the exmaples code from trunk. | Jeremy Allison | 2007-10-10 | 2 | -200/+200 |
| | | | | Jeremy. | ||||
* | r15018: Merge Volker's ipc/trans2/nttrans changes over | Jeremy Allison | 2007-10-10 | 3 | -1/+13 |
| | | | | | | | | into 3.0. Also merge the new POSIX lock code - this is not enabled unless -DDEVELOPER is defined. This doesn't yet map onto underlying system POSIX locks. Updates vfs to allow lock queries. Jeremy. | ||||
* | r13366: Add popt to the include path for examples/VFS. The modules ↵ | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | themselves don't use that, but includes.h fails in environments where there's no system popt around. As the modules don't need that anyway, porting the check whether to use the system one or our own seems a bit overkill. Thanks to Michael Adam <ma@SerNet.DE>. Volker | ||||
* | r12839: - apply changes from svn r4963 also for VFS configure - KRB5_CONFIG ↵ | Volker Lendecke | 2007-10-10 | 1 | -4/+4 |
| | | | | | | | | | | should not be used - rename it to KRB5CONFIG Thanks to Björn Jacke <bj@sernet.de> Volker | ||||
* | r11784: Fix minor glitch found by Rainer Weikusat ↵ | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| | | | | <rainer.weikusat@sncag.com> -- Thanks | ||||
* | r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab. | Jeremy Allison | 2007-10-10 | 2 | -0/+12 |
| | | | | Jeremy. | ||||
* | r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a ↵ | Jeremy Allison | 2007-10-10 | 2 | -12/+12 |
| | | | | | | | UNIX vendor not understanding abstract data types :-(. Jeremy. | ||||
* | r8657: Add -fPIC which is the case for all other Samba shared libs. | Lars Müller | 2007-10-10 | 1 | -1/+1 |
| | | | | Fix bug #2060. | ||||
* | r7963: Add aio support to 3.0. | Jeremy Allison | 2007-10-10 | 2 | -0/+88 |
| | | | | Jeremy. | ||||
* | r7952: Fix for bug #2826 pointed out by Jiri Klouda <jk@zg.cz>. | Jeremy Allison | 2007-10-10 | 2 | -4/+4 |
| | | | | | Wrong return val for symlink and readlink. Jeremy. | ||||
* | r7893: Add in the extra parameters to opendir() to fix the large ↵ | Jeremy Allison | 2007-10-10 | 2 | -4/+4 |
| | | | | | | | directory/insane app problem. Rev vfs version. Doesn't change the normal codepath. Jeremy. | ||||
* | r7882: Looks like a large patch - but what it actually does is make Samba | Jeremy Allison | 2007-10-10 | 2 | -4/+4 |
| | | | | | | safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy | ||||
* | r5131: BUG 2290: don;t call mkversion.sh since we don't have it in this ↵ | Gerald Carter | 2007-10-10 | 1 | -3/+0 |
| | | | | directory | ||||
* | r4092: Bring into line with new *alloc rules. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r3855: Sync up with the one in the main source dir (yes, this should probably | Jeremy Allison | 2007-10-10 | 1 | -17/+22 |
| | | | | | be a symlink...). Jeremy. | ||||
* | r3644: Fixup examples VFS compile. | Jeremy Allison | 2007-10-10 | 2 | -2/+38 |
| | | | | Jeremy. | ||||
* | r39: * importing .cvsignore files | Gerald Carter | 2007-10-10 | 1 | -9/+0 |
| | | | | * updateing WHATSNEW with vl's change | ||||
* | Fix for bug 905. Remove POBAD_CC as it doesn't seem to be applicable | Tim Potter | 2004-01-15 | 1 | -3/+0 |
| | | | | anymore. | ||||
* | Patch based on work from James Peach <jpeach@sgi.com> to convert over to | Jeremy Allison | 2004-01-06 | 2 | -0/+22 |
| | | | | | | using pread/pwrite. Modified a little to ensure fsp->pos is correct. Fix for #889. Jeremy. | ||||
* | Change PICFLAG -> PICFLAGS to keep in line with version from source | Tim Potter | 2003-12-05 | 1 | -16/+16 |
| | | | | directory and fix display bug. | ||||
* | Added by request of "Stefan (metze) Metzmacher" <metze@metzemix.de>. | Jeremy Allison | 2003-08-08 | 1 | -0/+83 |
| | | | | Jeremy. | ||||
* | Test modules for shadow copy by "Stefan (metze) Metzmacher" <metze@metzemix.de>. | Jeremy Allison | 2003-08-07 | 2 | -2/+14 |
| | | | | Jeremy. | ||||
* | Make skeleton VFSs compile with new EA modules. | Jeremy Allison | 2003-06-06 | 3 | -0/+238 |
| | | | | Jeremy | ||||
* | Move VFS example skel.c to two different examples: one for opaque operations ↵ | Alexander Bokovoy | 2003-06-04 | 10 | -491/+1563 |
| | | | | and one for transparent. Also add configure support for compiling third-party modules. Patch from Stefan Metzmacher <metze@metzemix.de> | ||||
* | Don't crash if the underlying VFS doesn't support ACL's | Jelmer Vernooij | 2003-05-01 | 1 | -0/+10 |
| | |||||
* | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 2003-04-28 | 1 | -1/+1 |
| | | | | function. Patch by metze with some minor modifications. | ||||
* | Update for the new modules system. Also, use Makefile rather then Makefile.in | Jelmer Vernooij | 2003-04-28 | 2 | -9/+6 |
| | | | | because we don't generate Makefile from configure anymore | ||||
* | Minor merges from HEAD. | Tim Potter | 2003-01-22 | 1 | -0/+2 |
| | |||||
* | [merge] | Gerald Carter | 2003-01-15 | 1 | -1/+1 |
| | | | | | | * removed unused variable from rpcclient code * added container option to net command (patch from SuSE) * Makefile patch for examples/VFS from SuSE | ||||
* | Sync with HEAD: | Jelmer Vernooij | 2002-11-18 | 6 | -1374/+9 |
| | | | | | - Move working VFS modules to source/ - Move documentation to SGML | ||||
* | Sync with HEAD | Jelmer Vernooij | 2002-10-28 | 1 | -0/+12 |
| | |||||
* | Give recycle 3 arguments as required by the VFS interface (patch by metze) | Jelmer Vernooij | 2002-10-24 | 1 | -1/+2 |
| | |||||
* | README.OtherModules | Gerald Carter | 2002-09-30 | 1 | -0/+39 |
| | |||||
* | change parametric option name to vfs_recycle_bin it is more sane and do not ↵ | Simo Sorce | 2002-09-08 | 1 | -30/+41 |
| | | | | | | | | | | pollute standard options namespace too much changed also the mode options to be indipendente boolean values, make it easier to understand how to configure them eg: vfs_recycle_bin:keeptree=yes vfs_recycle_bin:versions=yes | ||||
* | recycle.c: | Simo Sorce | 2002-09-07 | 2 | -138/+454 |
| | | | | | | | | | | merged in modifications made my differnt people, cleaned up things, yet some work todo the code works but there are still some cases to be handled properly Makefile.in: this one seem much simpler and effective than the previous hack with file inclusion it should also be more portable we still need to find a solution to support multiple platforms or go back to libtool | ||||
* | the current block module is completely broken, jelmer will commit a new one ↵ | Simo Sorce | 2002-09-06 | 4 | -479/+0 |
| | | | | | | later. simo | ||||
* | move everything to flat VFS/ directory | Simo Sorce | 2002-09-06 | 4 | -29/+1 |
| | |||||
* | Removed C++ style comment. | Jeremy Allison | 2002-08-28 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | patch from metze | Simo Sorce | 2002-08-27 | 1 | -10/+15 |
| | |||||
* | add the netatalk module | Simo Sorce | 2002-08-27 | 4 | -7/+476 |
| | |||||
* | avoid using libtool for VFS modules | Simo Sorce | 2002-08-27 | 4 | -65/+47 |
| | | | | | change a name in block.c it was hiding a function name add a comment in configure | ||||
* | Add entry about block.so | Jelmer Vernooij | 2002-08-18 | 1 | -0/+7 |
| |