summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/wrapped.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-08-23compile fixSimo Sorce1-1/+1
2000-07-06got smbw to compile again on LinuxAndrew Tridgell1-2/+2
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-1/+6
1999-06-13Return a (void *)0 instead of NULL in readdir64() wrapper.Tim Potter1-2/+1
1998-10-24make sure that apps can't close one of the internal smbw fileAndrew Tridgell1-0/+4
1998-10-08fixed a problem with fchdir() that broke "cvs -d" in smbshAndrew Tridgell1-5/+1
1998-10-08added some commentsAndrew Tridgell1-1/+5
1998-10-07use double for dummy arrays to ensure alignmentAndrew Tridgell1-7/+7
1998-10-07fixed facl() bug for solarisAndrew Tridgell1-2/+2
1998-10-07fixed __xstat() under linuxAndrew Tridgell1-1/+1
1998-10-07return type cleanups for IRIXAndrew Tridgell1-32/+33
1998-10-07yet another attempt at making this stuff portable. This time I useAndrew Tridgell1-276/+83
1998-10-07more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell1-2/+7
1998-10-07test whether seekdir() returns void or notAndrew Tridgell1-2/+11
1998-10-07- no getdents on OSF1Andrew Tridgell1-50/+11
1998-10-06added a wrapper for fork()Andrew Tridgell1-0/+5
1998-10-06removed unused variableAndrew Tridgell1-1/+0
1998-10-05- fixed errno return in smbw_open()Andrew Tridgell1-0/+5
1998-10-05this gets it compiling under IRIX 6.4. Doesn't work yet though.Andrew Tridgell1-2/+4
1998-10-05test for creat64()Andrew Tridgell1-1/+1
1998-10-05handle systems that are missing either SYS_utime or SYS_utimesAndrew Tridgell1-7/+33
1998-10-05ported smbwrapper to SunOS4. It seems to work. pity so many binaries onAndrew Tridgell1-4/+36
1998-10-05need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn'tAndrew Tridgell1-0/+12
1998-10-05got rid of all assembly code and gcc special features. I'm hoping toAndrew Tridgell1-51/+106
1998-10-05- added pread pread64 pwrite pwrite64 and open64Andrew Tridgell1-0/+60
1998-10-05this gets smbwrapper working under Solaris 2.6. Not tested much yet.Andrew Tridgell1-0/+89
1998-10-05don't define creat() under linux until we get the CREAT_BITS stuffAndrew Tridgell1-2/+3
1998-10-04we need to use __readdir() in preference to SYS_readdir for systemsAndrew Tridgell1-1/+0
1998-10-04drat. We can't include sys/fcntl.h because that givesAndrew Tridgell1-1/+2
1998-10-04more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell1-11/+71
1998-10-04fixed some stuff for Linux that porting to Solaris brokeAndrew Tridgell1-50/+51
1998-10-04started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1-3/+38
1998-10-04add support for dup() and dup2()Andrew Tridgell1-0/+22
1998-10-04refuse symlinks to or from a smb pathAndrew Tridgell1-0/+14
1998-10-04more smbw cleanups.Andrew Tridgell1-2/+2
1998-10-04simplied the layout of the smbwrapper code. All those 3 line filesAndrew Tridgell1-0/+497