summaryrefslogtreecommitdiffstats
path: root/source3/smbwrapper
Commit message (Expand)AuthorAgeFilesLines
...
* added SMBW_PREFIX environment variable (allowing you to specify rootAndrew Tridgell1998-10-063-32/+77
* removed unused variableAndrew Tridgell1998-10-061-1/+0
* use smbw_errno() not smbw_error()Andrew Tridgell1998-10-061-1/+1
* set HOST_OS after canonical system testAndrew Tridgell1998-10-051-0/+1
* - fixed errno return in smbw_open()Andrew Tridgell1998-10-053-7/+17
* - keep IRIX cc -64 happyAndrew Tridgell1998-10-053-12/+12
* ignore *.po32 filesAndrew Tridgell1998-10-051-0/+1
* got smbwrapper working on IRIX 6.4. Things got a bit tricky,Andrew Tridgell1998-10-054-5/+29
* this gets it compiling under IRIX 6.4. Doesn't work yet though.Andrew Tridgell1998-10-052-3/+13
* test for creat64()Andrew Tridgell1998-10-051-1/+1
* handle systems that are missing either SYS_utime or SYS_utimesAndrew Tridgell1998-10-054-10/+51
* ported smbwrapper to SunOS4. It seems to work. pity so many binaries onAndrew Tridgell1998-10-055-12/+102
* need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn'tAndrew Tridgell1998-10-052-6/+13
* got rid of all assembly code and gcc special features. I'm hoping toAndrew Tridgell1998-10-054-108/+106
* added Solaris 2.5Alexandre Oliva1998-10-051-0/+1
* updated READMEAndrew Tridgell1998-10-051-5/+10
* removed requirement of having a smb.conf for smbwrapper to work.Andrew Tridgell1998-10-051-3/+1
* - added pread pread64 pwrite pwrite64 and open64Andrew Tridgell1998-10-053-3/+162
* added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1998-10-051-0/+2
* this gets smbwrapper working under Solaris 2.6. Not tested much yet.Andrew Tridgell1998-10-054-7/+129
* don't define creat() under linux until we get the CREAT_BITS stuffAndrew Tridgell1998-10-052-2/+9
* we need to use __readdir() in preference to SYS_readdir for systemsAndrew Tridgell1998-10-042-3/+2
* bin/cvsignore: deleted, so that bin can be removed from the repositoryAlexandre Oliva1998-10-042-10/+11
* drat. We can't include sys/fcntl.h because that givesAndrew Tridgell1998-10-042-2/+2
* more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell1998-10-044-13/+99
* warn user if LIBDIR isn't set rightAndrew Tridgell1998-10-041-1/+6
* fixed some stuff for Linux that porting to Solaris brokeAndrew Tridgell1998-10-043-79/+85
* don't list the IPC$ share in directory listings (it causes infiniteAndrew Tridgell1998-10-041-0/+2
* started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1998-10-046-43/+162
* - modified resolve_name() to take a name_typeAndrew Tridgell1998-10-041-2/+6
* support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell1998-10-042-6/+52
* 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-042-4/+16
* added support for printing via smbwrapperAndrew Tridgell1998-10-043-9/+76
* add support for dup() and dup2()Andrew Tridgell1998-10-045-25/+181
* refuse symlinks to or from a smb pathAndrew Tridgell1998-10-043-2/+17
* modified cli_read() and cli_write() to issue multiple outstandingAndrew Tridgell1998-10-043-3/+5
* use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell1998-10-043-11/+21
* more smbw cleanups.Andrew Tridgell1998-10-046-162/+226
* - split smbw directory code into smbw_dir.cAndrew Tridgell1998-10-043-619/+658
* simplied the layout of the smbwrapper code. All those 3 line filesAndrew Tridgell1998-10-0431-1066/+555
* we need to do a load_interfaces() at startup to support broadcastAndrew Tridgell1998-10-041-0/+2
* use __XXXdir() instead of __libc_XXXdir()Andrew Tridgell1998-10-036-26/+5
* drat.Andrew Tridgell1998-10-037-6/+261
* added fchdir() supportAndrew Tridgell1998-10-034-4/+66
* fixed vi on smbwrappper (it was a problem in cli_read())Andrew Tridgell1998-10-032-4/+2
* fixed wrapper for access(). This gets xedit working.Andrew Tridgell1998-10-031-1/+1
* support getcwd() in smbwrapperAndrew Tridgell1998-10-033-1/+65
* added mkdir() and rmdir() supportAndrew Tridgell1998-10-034-0/+151
* added simple device/inode number support based on a checksum of theAndrew Tridgell1998-10-031-1/+17