summaryrefslogtreecommitdiffstats
path: root/source/smbwrapper/smbw.c
Commit message (Expand)AuthorAgeFilesLines
...
* support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell1998-10-041-4/+27
* use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell1998-10-041-3/+9
* add support for unlink() on printer shares in smbwrapper. unlink()Andrew Tridgell1998-10-041-1/+9
* added support for printing via smbwrapperAndrew Tridgell1998-10-041-2/+1
* add support for dup() and dup2()Andrew Tridgell1998-10-041-17/+145
* refuse symlinks to or from a smb pathAndrew Tridgell1998-10-041-2/+2
* modified cli_read() and cli_write() to issue multiple outstandingAndrew Tridgell1998-10-041-2/+3
* 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