summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-07do an anonymous login if the username/password is rejected.Andrew Tridgell1-1/+3
1998-10-06implemented unix semantics for rename in smbwrapperAndrew Tridgell1-4/+26
1998-10-06added a wrapper for fork()Andrew Tridgell1-0/+69
1998-10-06fixed a bug in time setting (utime() call)Andrew Tridgell1-2/+5
1998-10-06implemented attribute mapping and chmod. file attributes are mapped inAndrew Tridgell1-3/+8
1998-10-06added SMBW_PREFIX environment variable (allowing you to specify rootAndrew Tridgell1-16/+26
1998-10-06use smbw_errno() not smbw_error()Andrew Tridgell1-1/+1
1998-10-05- fixed errno return in smbw_open()Andrew Tridgell1-4/+1
1998-10-05got smbwrapper working on IRIX 6.4. Things got a bit tricky,Andrew Tridgell1-2/+3
1998-10-05ported smbwrapper to SunOS4. It seems to work. pity so many binaries onAndrew Tridgell1-5/+22
1998-10-05got rid of all assembly code and gcc special features. I'm hoping toAndrew Tridgell1-31/+0
1998-10-05removed requirement of having a smb.conf for smbwrapper to work.Andrew Tridgell1-3/+1
1998-10-05- added pread pread64 pwrite pwrite64 and open64Andrew Tridgell1-3/+71
1998-10-05added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1-0/+2
1998-10-04- modified resolve_name() to take a name_typeAndrew Tridgell1-2/+6
1998-10-04support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell1-4/+27
1998-10-04use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell1-3/+9
1998-10-04add support for unlink() on printer shares in smbwrapper. unlink()Andrew Tridgell1-1/+9
1998-10-04added support for printing via smbwrapperAndrew Tridgell1-2/+1
1998-10-04add support for dup() and dup2()Andrew Tridgell1-17/+145
1998-10-04refuse symlinks to or from a smb pathAndrew Tridgell1-2/+2
1998-10-04modified cli_read() and cli_write() to issue multiple outstandingAndrew Tridgell1-2/+3
1998-10-04use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell1-6/+10
1998-10-04more smbw cleanups.Andrew Tridgell1-152/+3
1998-10-04- split smbw directory code into smbw_dir.cAndrew Tridgell1-619/+21
1998-10-04simplied the layout of the smbwrapper code. All those 3 line filesAndrew Tridgell1-10/+11
1998-10-04we need to do a load_interfaces() at startup to support broadcastAndrew Tridgell1-0/+2
1998-10-03drat.Andrew Tridgell1-5/+74
1998-10-03added fchdir() supportAndrew Tridgell1-2/+29
1998-10-03fixed vi on smbwrappper (it was a problem in cli_read())Andrew Tridgell1-1/+1
1998-10-03fixed wrapper for access(). This gets xedit working.Andrew Tridgell1-1/+1
1998-10-03support getcwd() in smbwrapperAndrew Tridgell1-0/+36
1998-10-03added mkdir() and rmdir() supportAndrew Tridgell1-0/+87
1998-10-03added simple device/inode number support based on a checksum of theAndrew Tridgell1-1/+17
1998-10-03added lseek() support for directoriesAndrew Tridgell1-3/+46
1998-10-03added lseek() to smbwrapperAndrew Tridgell1-6/+53
1998-10-03added basic chmod(), chown() and utime() support (not fullyAndrew Tridgell1-3/+158
1998-10-03added unlink() and rename() support to smbwrapperAndrew Tridgell1-50/+149
1998-10-03lots of improvements to smbwrapper. It now works with Samba, Win95 andAndrew Tridgell1-66/+214
1998-10-02the guts of the smbwrapper code. I may change the layout of this atAndrew Tridgell1-0/+1005