summaryrefslogtreecommitdiff
path: root/source3/smbwrapper
AgeCommit message (Expand)AuthorFilesLines
1998-10-04use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell3-11/+21
1998-10-04more smbw cleanups.Andrew Tridgell6-162/+226
1998-10-04- split smbw directory code into smbw_dir.cAndrew Tridgell3-619/+658
1998-10-04simplied the layout of the smbwrapper code. All those 3 line filesAndrew Tridgell31-1066/+555
1998-10-04we need to do a load_interfaces() at startup to support broadcastAndrew Tridgell1-0/+2
1998-10-03use __XXXdir() instead of __libc_XXXdir()Andrew Tridgell6-26/+5
1998-10-03drat.Andrew Tridgell7-6/+261
1998-10-03added fchdir() supportAndrew Tridgell4-4/+66
1998-10-03fixed vi on smbwrappper (it was a problem in cli_read())Andrew Tridgell2-4/+2
1998-10-03fixed wrapper for access(). This gets xedit working.Andrew Tridgell1-1/+1
1998-10-03support getcwd() in smbwrapperAndrew Tridgell3-1/+65
1998-10-03added mkdir() and rmdir() supportAndrew Tridgell4-0/+151
1998-10-03added simple device/inode number support based on a checksum of theAndrew Tridgell1-1/+17
1998-10-03added a bit more to the docsAndrew Tridgell3-14/+25
1998-10-03added lseek() support for directoriesAndrew Tridgell3-3/+82
1998-10-03added lseek() to smbwrapperAndrew Tridgell2-7/+54
1998-10-03added basic chmod(), chown() and utime() support (not fullyAndrew Tridgell6-3/+255
1998-10-03added unlink() and rename() support to smbwrapperAndrew Tridgell9-57/+227
1998-10-03lots of improvements to smbwrapper. It now works with Samba, Win95 andAndrew Tridgell8-66/+271
1998-10-02the guts of the smbwrapper code. I may change the layout of this atAndrew Tridgell19-0/+1700