added a function set_maxfiles() to set our file rlimit to the max
[ira/wip.git] / source / smbwrapper / smbw.c
1998-10-05 Andrew Tridgelladded a function set_maxfiles() to set our file rlimit...
1998-10-04 Andrew Tridgell- modified resolve_name() to take a name_type
1998-10-04 Andrew Tridgellsupport NetServerEnum in smbwrapper. You can now do...
1998-10-04 Andrew Tridgelluse *SMBSERVER convention in smbwrapper to allow us...
1998-10-04 Andrew Tridgelladd support for unlink() on printer shares in smbwrappe...
1998-10-04 Andrew Tridgelladded support for printing via smbwrapper
1998-10-04 Andrew Tridgelladd support for dup() and dup2()
1998-10-04 Andrew Tridgellrefuse symlinks to or from a smb path
1998-10-04 Andrew Tridgellmodified cli_read() and cli_write() to issue multiple...
1998-10-04 Andrew Tridgelluse dummy file descriptors opened on /dev/null to ensur...
1998-10-04 Andrew Tridgellmore smbw cleanups.
1998-10-04 Andrew Tridgell- split smbw directory code into smbw_dir.c
1998-10-04 Andrew Tridgellsimplied the layout of the smbwrapper code. All those...
1998-10-04 Andrew Tridgellwe need to do a load_interfaces() at startup to support...
1998-10-03 Andrew Tridgelldrat.
1998-10-03 Andrew Tridgelladded fchdir() support
1998-10-03 Andrew Tridgellfixed vi on smbwrappper (it was a problem in cli_read())
1998-10-03 Andrew Tridgellfixed wrapper for access(). This gets xedit working.
1998-10-03 Andrew Tridgellsupport getcwd() in smbwrapper
1998-10-03 Andrew Tridgelladded mkdir() and rmdir() support
1998-10-03 Andrew Tridgelladded simple device/inode number support based on a...
1998-10-03 Andrew Tridgelladded lseek() support for directories
1998-10-03 Andrew Tridgelladded lseek() to smbwrapper
1998-10-03 Andrew Tridgelladded basic chmod(), chown() and utime() support (not...
1998-10-03 Andrew Tridgelladded unlink() and rename() support to smbwrapper
1998-10-03 Andrew Tridgelllots of improvements to smbwrapper. It now works with...
1998-10-02 Andrew Tridgellthe guts of the smbwrapper code. I may change the layou...