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