summaryrefslogtreecommitdiffstats
path: root/source/smbwrapper/smbw.c
Commit message (Expand)AuthorAgeFilesLines
...
* use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell1998-10-041-6/+10
* more smbw cleanups.Andrew Tridgell1998-10-041-152/+3
* - split smbw directory code into smbw_dir.cAndrew Tridgell1998-10-041-619/+21
* simplied the layout of the smbwrapper code. All those 3 line filesAndrew Tridgell1998-10-041-10/+11
* we need to do a load_interfaces() at startup to support broadcastAndrew Tridgell1998-10-041-0/+2
* drat.Andrew Tridgell1998-10-031-5/+74
* added fchdir() supportAndrew Tridgell1998-10-031-2/+29
* fixed vi on smbwrappper (it was a problem in cli_read())Andrew Tridgell1998-10-031-1/+1
* fixed wrapper for access(). This gets xedit working.Andrew Tridgell1998-10-031-1/+1
* support getcwd() in smbwrapperAndrew Tridgell1998-10-031-0/+36
* added mkdir() and rmdir() supportAndrew Tridgell1998-10-031-0/+87
* added simple device/inode number support based on a checksum of theAndrew Tridgell1998-10-031-1/+17
* added lseek() support for directoriesAndrew Tridgell1998-10-031-3/+46
* added lseek() to smbwrapperAndrew Tridgell1998-10-031-6/+53
* added basic chmod(), chown() and utime() support (not fullyAndrew Tridgell1998-10-031-3/+158
* added unlink() and rename() support to smbwrapperAndrew Tridgell1998-10-031-50/+149
* lots of improvements to smbwrapper. It now works with Samba, Win95 andAndrew Tridgell1998-10-031-66/+214
* the guts of the smbwrapper code. I may change the layout of this atAndrew Tridgell1998-10-021-0/+1005