Andrew Tridgell
92b21b3e82
- added pread pread64 pwrite pwrite64 and open64
...
- fixed utime() for null tbuf
(This used to be commit 9047bf59b402de40e520bfc2afa1cbfad5508f72)
1998-10-05 02:31:39 +00:00
Andrew Tridgell
0531f4640a
this gets smbwrapper working under Solaris 2.6. Not tested much yet.
...
(This used to be commit 6a1b346d98c10688f0995a6ab8fd155a77ead258)
1998-10-05 01:42:46 +00:00
Andrew Tridgell
791b837af1
don't define creat() under linux until we get the CREAT_BITS stuff
...
sorted out.
(This used to be commit 86b66d92772d4a72b7b8c7f2d8d793533d7f6130)
1998-10-05 00:32:09 +00:00
Andrew Tridgell
dde4b88a02
we need to use __readdir() in preference to SYS_readdir for systems
...
that use getdents.
(This used to be commit c63ad1b69859653d67d4711b700015860680efff)
1998-10-04 23:47:02 +00:00
Andrew Tridgell
b3ee6a113e
drat. We can't include sys/fcntl.h because that gives
...
conflicts. Instead use "01101" for O_CREAT|O_WRONLY|O_TRUNC.
uggh.
(This used to be commit cfc06af0b770d6638ba131501f9ea5a5c28cec3b)
1998-10-04 16:03:32 +00:00
Andrew Tridgell
e34e25d907
more solaris 2.5 fixups. It now seems to be working pretty well.
...
(This used to be commit c4e450817886b40474cebdfc50c0c16fb4646baf)
1998-10-04 15:54:04 +00:00
Andrew Tridgell
4f31812714
fixed some stuff for Linux that porting to Solaris broke
...
(This used to be commit ee349bb329498e6f5852c1bf21c48563d076dc88)
1998-10-04 14:56:19 +00:00
Andrew Tridgell
3a8232644e
started basic support for solaris 2.5 in smbwrapper.
...
(This used to be commit e5c7cabae4826bde819b94a48bc4674dcd69da21)
1998-10-04 14:02:50 +00:00
Andrew Tridgell
ce843e9735
add support for dup() and dup2()
...
(This used to be commit c5210cb0fffd406ef1809db8644b299bb661df4d)
1998-10-04 07:52:00 +00:00
Andrew Tridgell
af4a13b37a
refuse symlinks to or from a smb path
...
(This used to be commit 83e93d2a4493546cb481f5c8187c64207b5901d1)
1998-10-04 06:44:20 +00:00
Andrew Tridgell
57a58f592b
more smbw cleanups.
...
- 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-04 04:33:56 +00:00
Andrew Tridgell
819a6785b3
simplied the layout of the smbwrapper code. All those 3 line files
...
were getting unwieldy
(This used to be commit a59d4e93da2cb2bb61a632ce85af0888a87a03e2)
1998-10-04 01:36:40 +00:00