Age | Commit message (Expand) | Author | Files | Lines |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 1 | -3/+3 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -358/+225 |
2003-05-01 | Use ints for the version numbers in the smb_register_*() functions (patch by ... | Jelmer Vernooij | 1 | -1/+1 |
2003-04-28 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 1 | -11/+12 |
2003-04-22 | another lost merge from 3.0; my fault | Gerald Carter | 1 | -2/+2 |
2003-04-02 | Add static | Jelmer Vernooij | 1 | -1/+1 |
2003-03-31 | Fix vfs to work with P_LIST-ed lp_vfsobj() -- the traversal is reversed. Base... | Alexander Bokovoy | 1 | -3/+5 |
2003-03-31 | - Support absolute paths in vfs and charset modules | Jelmer Vernooij | 1 | -11/+18 |
2003-03-31 | Success is not a level-0 issue... | Andrew Bartlett | 1 | -1/+1 |
2003-03-28 | Allow the new modules system to function with builtin vfs modules. | Andrew Bartlett | 1 | -1/+1 |
2003-03-27 | Put backwards compatibility support for old modules in a seperate function | Jelmer Vernooij | 1 | -45/+58 |
2003-03-27 | Use the new modules system in VFS. If a module can't be loaded with the | Jelmer Vernooij | 1 | -33/+110 |
2003-03-15 | Clean up the VFS module loading logic by making the parameter an P_LIST, | Andrew Bartlett | 1 | -40/+34 |
2003-03-03 | Const warning fixes. | Jeremy Allison | 1 | -2/+2 |
2003-02-02 | untest fix for wide links parameter bug. | Simo Sorce | 1 | -2/+65 |
2003-01-06 | Fix a segfault when we don't correctly load a VFS module (don't keep it in | Andrew Bartlett | 1 | -0/+6 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -1/+1 |
2002-12-04 | Fix for 64 bit issues with oplocks and allocation size. | Jeremy Allison | 1 | -8/+13 |
2002-10-23 | First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>. | Jeremy Allison | 1 | -0/+3 |
2002-09-17 | Actually use sendfile if selected. | Jeremy Allison | 1 | -0/+3 |
2002-09-06 | patch from metze: add a 'vfs' debug class | Andrew Bartlett | 1 | -0/+4 |
2002-08-18 | A new utility to test VFS system and modules | Simo Sorce | 1 | -1/+1 |
2002-07-30 | always include the (void) for void fns ... | Andrew Tridgell | 1 | -1/+1 |
2002-07-30 | OK! | Simo Sorce | 1 | -36/+111 |
2002-07-01 | used findstatic.pl to make some variables static and remove some dead | Andrew Tridgell | 1 | -3/+3 |
2002-05-17 | Get the sco boxes compiling again - use the sys_ intefaces for all the dl* | Andrew Bartlett | 1 | -1/+1 |
2002-03-27 | Removed HAVE_LIBDL from most places (except system.c). Added checks for | Jeremy Allison | 1 | -228/+194 |
2002-03-19 | Sync up vfs changes from 2.2.x. | Jeremy Allison | 1 | -24/+28 |
2002-03-12 | Missing comma from systems that have ACLs. | Jim McDonough | 1 | -1/+1 |
2002-03-12 | Added POSIX ACL layer into the vfs. | Jeremy Allison | 1 | -1/+24 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-20 | Attempt to fix bugs in write cache code (yes I know it's going away :-). | Jeremy Allison | 1 | -0/+2 |
2002-01-10 | Getting ready to add UNIX extensions in HEAD also. | Jeremy Allison | 1 | -0/+2 |
2002-01-04 | Re-wrote the guts of the rename_internals code to cope with a reported | Jeremy Allison | 1 | -3/+20 |
2001-11-12 | Don't check space on every extend if strict allocate not set. | Jeremy Allison | 1 | -5/+3 |
2001-11-12 | Fixed allocation bug in database prog. Some format fixes. | Jeremy Allison | 1 | -43/+28 |
2001-11-07 | Added debug in truncate, fixed warning with gcc3. | Jeremy Allison | 1 | -0/+1 |
2001-10-24 | Made default vfs ops static so we can use this symbol in actual modules. | Tim Potter | 1 | -1/+1 |
2001-10-18 | Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile. | Tim Potter | 1 | -3/+3 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -1/+1 |
2001-09-04 | Merge of transfer file code from 2.2, fix for readbraw. | Jeremy Allison | 1 | -80/+16 |
2001-08-24 | get rid of compiler warnings | Herb Lewis | 1 | -1/+1 |
2001-08-07 | Correctly report amount written in debug when allocation space. | Jeremy Allison | 1 | -1/+1 |
2001-08-06 | Fix for getting allocate_file_space to return the correct errno. | Jeremy Allison | 1 | -2/+2 |
2001-08-04 | Extra debug to see what errno is on write fail. | Jeremy Allison | 1 | -0/+2 |
2001-08-01 | Added "strict allocate" per share parameter. This causes actual on-disk alloc... | Jeremy Allison | 1 | -2/+79 |
2001-07-06 | Wrapped dlerror() in the same way as the other dlxxx() calls. | Jeremy Allison | 1 | -1/+1 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -1/+1 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -163/+39 |