Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-06-29 | Ensured all the system calls in msdfs.c go through the vfs layer. | Jeremy Allison | 1 | -104/+109 |
2001-04-14 | configure: | Jeremy Allison | 1 | -0/+10 |
2001-03-26 | smbd/posix_acls.c: Sync up with 2.2 changes - don't return deny ACE's. | Jeremy Allison | 1 | -0/+5 |
2001-03-19 | Added sys_dlopen/sys_dlsym/sys_dlclose. | Jeremy Allison | 1 | -2/+2 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -2/+0 |
2001-01-23 | include/vfs.h: | Jeremy Allison | 1 | -1/+11 |
2000-12-08 | Added OLD_NTDOMAIN to remove warnings about undefined functions. | Jeremy Allison | 1 | -0/+2 |
2000-11-16 | Ok - fixed a bug in our levelII oplock code. We need to break a level II on | Jeremy Allison | 1 | -0/+18 |
2000-11-14 | Merge from appliance head of JR's changes for driver versioning. | Jeremy Allison | 1 | -36/+61 |
2000-11-06 | Added a VFS version return to init call. Allows smbd to fail an init if | Jeremy Allison | 1 | -8/+14 |
2000-10-19 | Ok - this is a big patch - and it may break smbd a bit (although | Jeremy Allison | 1 | -0/+2 |
2000-10-06 | Herb's warning fixes. Also the POSIX locking fix. | Jeremy Allison | 1 | -40/+40 |
2000-10-06 | Inlined many of the vfs_XXX calls as macros for speed. | Jeremy Allison | 1 | -63/+0 |
2000-10-06 | Restructuring of vfs layer to include a "this" pointer - can be an fsp or | Jeremy Allison | 1 | -30/+32 |
2000-10-05 | Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be added | Jeremy Allison | 1 | -5/+38 |
2000-10-03 | utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff. | Jeremy Allison | 1 | -0/+24 |
2000-09-27 | Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them | Jeremy Allison | 1 | -25/+388 |
2000-08-30 | Added vfs_unlink call to ensure vfs is used on unlink from client. | Jeremy Allison | 1 | -0/+9 |
2000-07-10 | Fixes for various compile warnings on Solaris 8. | Tim Potter | 1 | -1/+3 |
2000-05-05 | Fix for dual unix_to_dos conversion in readdir from A.V.Shutko <AVShutko@mail... | Jeremy Allison | 1 | -1/+0 |
2000-05-02 | Moved uglyness needed in fcntl locking (64->32 bit mapping, NFS | Jeremy Allison | 1 | -2/+7 |
2000-04-22 | This is a *big* checkin that may break some things, but implements the | Jeremy Allison | 1 | -1/+6 |
2000-04-10 | the bulk of the changes to get rid of fd_ptr and move print open | Andrew Tridgell | 1 | -4/+3 |
2000-02-04 | Fix some compile warnings. | Tim Potter | 1 | -0/+7 |
2000-02-03 | Put back lots of missing calls to dos_to_unix(). Thanks to | Tim Potter | 1 | -2/+2 |
2000-02-03 | Comments to use vfs_* functions instead of dos_* unless really | Tim Potter | 1 | -0/+450 |
1999-12-13 | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that... | Andrew Tridgell | 1 | -379/+0 |
1999-07-22 | Pass VFS options defined in smb.conf to vfs_init() function. | Tim Potter | 1 | -4/+7 |
1999-04-20 | Rewrite of VFS initialisation routines. | Tim Potter | 1 | -101/+114 |
1999-04-14 | Removed unused vfs_read_data() function at the request of tridge. | Tim Potter | 1 | -49/+0 |
1999-04-08 | Forgot about closedir() function for VFS. Hoo embarassing. | Tim Potter | 1 | -0/+2 |
1999-04-05 | Disable VFS routines if no libdl available. | Tim Potter | 1 | -3/+6 |
1999-04-04 | Wrote VFS initialisation routines. | Tim Potter | 1 | -0/+407 |