summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/wrapped.c
AgeCommit message (Collapse)AuthorFilesLines
2002-01-30Removed version number from file header.Tim Potter1-2/+1
Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
2001-08-23compile fixSimo Sorce1-1/+1
(This used to be commit c53c5eca157aae3cb48da9ef0157c153a65307da)
2000-07-06got smbw to compile again on LinuxAndrew Tridgell1-2/+2
(This used to be commit 614fd4119ce5aa37acd03321dc6ef263ae16bdc5)
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-1/+6
(This used to be commit 453a822a76780063dff23526c35408866d0c0154)
1999-06-13Return a (void *)0 instead of NULL in readdir64() wrapper.Tim Potter1-2/+1
(This used to be commit d78224a7d27097fa00d9e2a7b02efd7383d833ff)
1998-10-24make sure that apps can't close one of the internal smbw fileAndrew Tridgell1-0/+4
descriptors by catching close attempts on those fds and returning EBADF. (This used to be commit 9d863fb1681a5b03696552e1d93fe339b4bae455)
1998-10-08fixed a problem with fchdir() that broke "cvs -d" in smbshAndrew Tridgell1-5/+1
(This used to be commit 6121f7c8c2d63fd12266327a6f2ac9a5e717dccc)
1998-10-08added some commentsAndrew Tridgell1-1/+5
(This used to be commit e5ed0e6f96835c5b189368faf4555d07f1f6b19c)
1998-10-07use double for dummy arrays to ensure alignmentAndrew Tridgell1-7/+7
(This used to be commit d651229ef3eb06035d015770c5ea018f33234ebc)
1998-10-07fixed facl() bug for solarisAndrew Tridgell1-2/+2
(This used to be commit ab5ed686f813c6294ca3eb9b800b3ad41a5a77c3)
1998-10-07fixed __xstat() under linuxAndrew Tridgell1-1/+1
(This used to be commit 15aa1b52cd78e9b59fa44b248267b9698a5b0d5c)
1998-10-07return type cleanups for IRIXAndrew Tridgell1-32/+33
(This used to be commit 96fc2856bcb1424f69ecf513f7b685bec08dcb1f)
1998-10-07yet another attempt at making this stuff portable. This time I useAndrew Tridgell1-276/+83
minimal includes in wrapped.c (This used to be commit fd6a59d8ca0932d61a60b74485841001d4f8fd44)
1998-10-07more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell1-2/+7
includes.h in wrapped.c, thus making porting much simpler (This used to be commit 6f2239c935fdecfefa89227c113df01e3957691a)
1998-10-07test whether seekdir() returns void or notAndrew Tridgell1-2/+11
(This used to be commit 4dbfec81b2c67f2d36b26685a631001738d9569f)
1998-10-07- no getdents on OSF1Andrew Tridgell1-50/+11
- try a new method of handling prototype mismatches in wrapped.c. We now try to disable prototypes! (This used to be commit 77aea37bb83f2b9ad541f851b003ca10b9811314)
1998-10-06added a wrapper for fork()Andrew Tridgell1-0/+5
in a fork we have to close all server connections otherwise we can end up with two processes writing to the same socket. (This used to be commit b7ecbca3aff34ff06a445e5ee39efba48261b7e8)
1998-10-06removed unused variableAndrew Tridgell1-1/+0
(This used to be commit b923bb2aae8aa13e8f6bd41d2f06dc016b559269)
1998-10-05- fixed errno return in smbw_open()Andrew Tridgell1-0/+5
- updated README a bit - fixed Linux compilation of utime() (This used to be commit 4bacf32755f8012110797f7aae2b3e1e0e2f537b)
1998-10-05this gets it compiling under IRIX 6.4. Doesn't work yet though.Andrew Tridgell1-2/+4
(This used to be commit 0c8288a72c6d6f2774dd57a7107ad68c98e0d24a)
1998-10-05test for creat64()Andrew Tridgell1-1/+1
(This used to be commit 8aa6c16eeb96d6a66a2946f5048126f175f9f609)
1998-10-05handle systems that are missing either SYS_utime or SYS_utimesAndrew Tridgell1-7/+33
(This used to be commit 4379f0fe48a40e1ff6b343bbcff542efbda1f4f8)
1998-10-05ported smbwrapper to SunOS4. It seems to work. pity so many binaries onAndrew Tridgell1-4/+36
my SunOS box are statically linked. (This used to be commit 541f1c421127334817b73388f4ccb9cc0841dd4e)
1998-10-05need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn'tAndrew Tridgell1-0/+12
work right. (This used to be commit c185585dd917d6c157460e941e983b5e43d69f7a)
1998-10-05got rid of all assembly code and gcc special features. I'm hoping toAndrew Tridgell1-51/+106
get smbsh working with the normal sun compiler (This used to be commit c6ee915336e1533e1f4f10f14b3d57de01f8fe96)
1998-10-05- added pread pread64 pwrite pwrite64 and open64Andrew Tridgell1-0/+60
- fixed utime() for null tbuf (This used to be commit 9047bf59b402de40e520bfc2afa1cbfad5508f72)
1998-10-05this gets smbwrapper working under Solaris 2.6. Not tested much yet.Andrew Tridgell1-0/+89
(This used to be commit 6a1b346d98c10688f0995a6ab8fd155a77ead258)
1998-10-05don't define creat() under linux until we get the CREAT_BITS stuffAndrew Tridgell1-2/+3
sorted out. (This used to be commit 86b66d92772d4a72b7b8c7f2d8d793533d7f6130)
1998-10-04we need to use __readdir() in preference to SYS_readdir for systemsAndrew Tridgell1-1/+0
that use getdents. (This used to be commit c63ad1b69859653d67d4711b700015860680efff)
1998-10-04drat. We can't include sys/fcntl.h because that givesAndrew Tridgell1-1/+2
conflicts. Instead use "01101" for O_CREAT|O_WRONLY|O_TRUNC. uggh. (This used to be commit cfc06af0b770d6638ba131501f9ea5a5c28cec3b)
1998-10-04more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell1-11/+71
(This used to be commit c4e450817886b40474cebdfc50c0c16fb4646baf)
1998-10-04fixed some stuff for Linux that porting to Solaris brokeAndrew Tridgell1-50/+51
(This used to be commit ee349bb329498e6f5852c1bf21c48563d076dc88)
1998-10-04started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1-3/+38
(This used to be commit e5c7cabae4826bde819b94a48bc4674dcd69da21)
1998-10-04add support for dup() and dup2()Andrew Tridgell1-0/+22
(This used to be commit c5210cb0fffd406ef1809db8644b299bb661df4d)
1998-10-04refuse symlinks to or from a smb pathAndrew Tridgell1-0/+14
(This used to be commit 83e93d2a4493546cb481f5c8187c64207b5901d1)
1998-10-04more smbw cleanups.Andrew Tridgell1-2/+2
- cleaned up prototyping. Unfortunately we can't auto-prototype wrapped.c because it replaces system functions. - split stat functions into smbw_stat.c (This used to be commit 04e92e692e49234df6fbbfd07a33b315ed62f0de)
1998-10-04simplied the layout of the smbwrapper code. All those 3 line filesAndrew Tridgell1-0/+497
were getting unwieldy (This used to be commit a59d4e93da2cb2bb61a632ce85af0888a87a03e2)