1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00

37 Commits

Author SHA1 Message Date
Tim Potter
cd68afe312 Removed version number from file header.
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
(This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
2002-01-30 06:08:46 +00:00
Simo Sorce
84f1ee32fa compile fix
(This used to be commit c53c5eca157aae3cb48da9ef0157c153a65307da)
2001-08-23 18:12:47 +00:00
Andrew Tridgell
16e4503cca got smbw to compile again on Linux
(This used to be commit 614fd4119ce5aa37acd03321dc6ef263ae16bdc5)
2000-07-06 02:28:44 +00:00
Andrew Tridgell
3db52feb1f first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
(This used to be commit 453a822a76780063dff23526c35408866d0c0154)
1999-12-13 13:27:58 +00:00
Tim Potter
0132160229 Return a (void *)0 instead of NULL in readdir64() wrapper.
(This used to be commit d78224a7d27097fa00d9e2a7b02efd7383d833ff)
1999-06-13 04:27:57 +00:00
Andrew Tridgell
4140f2bfc1 make sure that apps can't close one of the internal smbw file
descriptors by catching close attempts on those fds and returning
EBADF.
(This used to be commit 9d863fb1681a5b03696552e1d93fe339b4bae455)
1998-10-24 06:36:22 +00:00
Andrew Tridgell
ef2e37cf94 fixed a problem with fchdir() that broke "cvs -d" in smbsh
(This used to be commit 6121f7c8c2d63fd12266327a6f2ac9a5e717dccc)
1998-10-08 01:23:33 +00:00
Andrew Tridgell
fa0ff0980b added some comments
(This used to be commit e5ed0e6f96835c5b189368faf4555d07f1f6b19c)
1998-10-08 00:23:08 +00:00
Andrew Tridgell
8adc7c00e1 use double for dummy arrays to ensure alignment
(This used to be commit d651229ef3eb06035d015770c5ea018f33234ebc)
1998-10-07 10:44:12 +00:00
Andrew Tridgell
372c359b21 fixed facl() bug for solaris
(This used to be commit ab5ed686f813c6294ca3eb9b800b3ad41a5a77c3)
1998-10-07 10:27:40 +00:00
Andrew Tridgell
98af8adff1 fixed __xstat() under linux
(This used to be commit 15aa1b52cd78e9b59fa44b248267b9698a5b0d5c)
1998-10-07 10:12:29 +00:00
Andrew Tridgell
c8450c10f1 return type cleanups for IRIX
(This used to be commit 96fc2856bcb1424f69ecf513f7b685bec08dcb1f)
1998-10-07 10:06:28 +00:00
Andrew Tridgell
829e72fe9c yet another attempt at making this stuff portable. This time I use
minimal includes in wrapped.c
(This used to be commit fd6a59d8ca0932d61a60b74485841001d4f8fd44)
1998-10-07 09:57:22 +00:00
Andrew Tridgell
d836bedb40 more OSF1 changes as well as changes to allow us to use the standard
includes.h in wrapped.c, thus making porting much simpler
(This used to be commit 6f2239c935fdecfefa89227c113df01e3957691a)
1998-10-07 07:55:14 +00:00
Andrew Tridgell
d2856b2dab test whether seekdir() returns void or not
(This used to be commit 4dbfec81b2c67f2d36b26685a631001738d9569f)
1998-10-07 06:15:08 +00:00
Andrew Tridgell
002a9fe634 - no getdents on OSF1
- 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-07 05:58:09 +00:00
Andrew Tridgell
fff618aeb4 added a wrapper for fork()
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-06 12:23:37 +00:00
Andrew Tridgell
3d21f03595 removed unused variable
(This used to be commit b923bb2aae8aa13e8f6bd41d2f06dc016b559269)
1998-10-06 03:20:56 +00:00
Andrew Tridgell
36ee52334b - fixed errno return in smbw_open()
- updated README a bit
- fixed Linux compilation of utime()
(This used to be commit 4bacf32755f8012110797f7aae2b3e1e0e2f537b)
1998-10-05 13:51:19 +00:00
Andrew Tridgell
62f2ac904f this gets it compiling under IRIX 6.4. Doesn't work yet though.
(This used to be commit 0c8288a72c6d6f2774dd57a7107ad68c98e0d24a)
1998-10-05 09:23:46 +00:00
Andrew Tridgell
a6c2a568c1 test for creat64()
(This used to be commit 8aa6c16eeb96d6a66a2946f5048126f175f9f609)
1998-10-05 09:01:49 +00:00
Andrew Tridgell
61d8534d7c handle systems that are missing either SYS_utime or SYS_utimes
(This used to be commit 4379f0fe48a40e1ff6b343bbcff542efbda1f4f8)
1998-10-05 08:54:55 +00:00
Andrew Tridgell
81905488ff ported smbwrapper to SunOS4. It seems to work. pity so many binaries on
my SunOS box are statically linked.
(This used to be commit 541f1c421127334817b73388f4ccb9cc0841dd4e)
1998-10-05 08:44:46 +00:00
Andrew Tridgell
9a98985a65 need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn't
work right.
(This used to be commit c185585dd917d6c157460e941e983b5e43d69f7a)
1998-10-05 06:09:44 +00:00
Andrew Tridgell
4e8b4a20ab got rid of all assembly code and gcc special features. I'm hoping to
get smbsh working with the normal sun compiler
(This used to be commit c6ee915336e1533e1f4f10f14b3d57de01f8fe96)
1998-10-05 04:58:33 +00:00
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