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
39e9d06e45
reran autoconf
...
(This used to be commit 50526c45ba7920b15b6947edc8bc714a00d80f79)
1998-10-07 05:02:37 +00:00
Andrew Tridgell
689074409e
fix typo
...
(This used to be commit c4da5741f33f9108e01309a6734f16b1b854ea30)
1998-10-07 04:54:42 +00:00
Andrew Tridgell
749f3f537e
fixed a bug in real_seekdir()
...
(This used to be commit 699777a5c149d8608c834034d50b207d6da254b2)
1998-10-07 04:52:12 +00:00
Andrew Tridgell
5e35eea939
some changes for OSF1 support in smbwrapper (just preliminary changes,
...
doesn't work yet)
(This used to be commit ffa7d0461fa6628302ddf5590a42cca60ec8b90b)
1998-10-07 04:44:31 +00:00
Andrew Tridgell
c61a011006
added a document on how to port smbwrapper to a new system
...
(This used to be commit bf1e257afb51f93e707bd7c1f75c8a2b35e69bed)
1998-10-07 04:24:42 +00:00
Andrew Tridgell
117cb0bc8b
added some comments
...
(This used to be commit c81568a6934acab45702639c1c57aadb145f246b)
1998-10-07 04:24:04 +00:00
Andrew Tridgell
52d52a5131
somehow "in_client" got included twice in two places.
...
(This used to be commit 378290bfe1dc4965679495aab58be55e81ecf192)
1998-10-07 01:03:35 +00:00
Andrew Tridgell
f931d7181c
put #if BROKEN_CODE around all the bits of code in rpc_parse.c that
...
don't compile.
Luke, you'll need to remove these when you've fixed the code.
(This used to be commit 4f411d62640615ce94667ddb9946082e72e23bb6)
1998-10-07 01:01:26 +00:00
Andrew Tridgell
029144cd8c
do an anonymous login if the username/password is rejected.
...
(This used to be commit 0ee3e0c62378bdf7a8e145de0727ea85763af95a)
1998-10-07 00:40:18 +00:00
Richard Sharpe
0cf1ea4e2e
Added capability for smbclient to use the local WINS server on the same
...
machine if WINSsupport configured
(This used to be commit 1398feebbcb65a9e78b7084811bf9727b6d89682)
1998-10-06 23:46:01 +00:00
Luke Leighton
c07b2bdf90
dce/rpc
...
(This used to be commit eb279cabd059603b6c8d9b74e4fd31c4ffe87593)
1998-10-06 22:03:04 +00:00
Luke Leighton
b960514077
crc32 algorithm. obtained from dr dobb's journal
...
http://www.ddj.com/ftp/1992/1992.05/crcman.zip .
copyright 1992 mark r nelson.
(This used to be commit 73667141af2f707fe306a0fda4853d160e55bd97)
1998-10-06 21:43:58 +00:00
Luke Leighton
f8a3e2df11
using wrong cli_state in "security = domain" call.
...
(This used to be commit 1c08cc2466f7bf615a3508e028f0b65f120d2e5d)
1998-10-06 16:25:24 +00:00
Andrew Tridgell
cbb25c71d0
fixed rename error code from NT servers
...
(This used to be commit e7516901270a4a790a3e346065eb2be8ede16cb3)
1998-10-06 13:20:06 +00:00
Andrew Tridgell
404f14fb36
implemented unix semantics for rename in smbwrapper
...
(This used to be commit a5c18f9c82f5f76b00ff29c5668b4f0d3e8d6bd0)
1998-10-06 13:10:06 +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
4fe9c5b656
fixed a bug in time setting (utime() call)
...
(This used to be commit 2f4506a33c7015f2a176929d794c6c40f1433591)
1998-10-06 11:56:44 +00:00
Andrew Tridgell
58f6c75bab
implemented attribute mapping and chmod. file attributes are mapped in
...
the same manner as smbd. See the README for a full explanation.
(This used to be commit 0a5dcddd3fa23081d7cd214acc32b8046125a74e)
1998-10-06 11:14:52 +00:00
Andrew Tridgell
ed75bab8e2
added SMBW_PREFIX environment variable (allowing you to specify root
...
of smb filesystem)
fixed "cd /smb" bug
updated README with full list of environment variables.
(This used to be commit 71acf338d721b106af8d80e7b3a6f318ab75da8b)
1998-10-06 10:24:22 +00:00
Andrew Tridgell
3d21f03595
removed unused variable
...
(This used to be commit b923bb2aae8aa13e8f6bd41d2f06dc016b559269)
1998-10-06 03:20:56 +00:00
Andrew Tridgell
6a60602036
remove unused arguments from some static functions.
...
(This used to be commit a9e0e5895a671910f315d9e45eca4fe419d815e5)
1998-10-06 03:20:43 +00:00
Andrew Tridgell
0f87638b5f
use smbw_errno() not smbw_error()
...
(This used to be commit be7ae2a4e75aab0a71be10eb39cef9434dedae2a)
1998-10-06 03:12:40 +00:00
Andrew Tridgell
4af40453a8
set HOST_OS after canonical system test
...
(This used to be commit fc602e5e26a2de94be6b5a5509b77876dc0fd7ff)
1998-10-05 23:44:13 +00:00
Andrew Tridgell
01b838bfbb
clean needs to delete po32 and .so files
...
(This used to be commit 969eb180646977a01e6d44bde1e13343fd0fa1f7)
1998-10-05 23:34:50 +00:00
Andrew Tridgell
c7d3ad04f1
tell the user we are producing -32 code for the .32.so library
...
(This used to be commit e9676812affbdaa0519415fff85d7e31383e7e2f)
1998-10-05 23:31:55 +00:00
Andrew Tridgell
c2bcd64269
the IRIX make is very fussy amount comment lines. If a comment line
...
has a trailing \ then it continues the comment and wipes out the next
non-blank line!
be careful when commenting out bits of the Makefile
(This used to be commit 450b1813bf965cc43b9551f265d824b13885bff4)
1998-10-05 23:30:27 +00:00
Luke Leighton
b4fb4caf90
rpcclient srvsvc commands.
...
(This used to be commit 1a9a22c657c46648adaa98ac1fe394ce4bce11f0)
1998-10-05 15:41:41 +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
4473ce561b
- keep IRIX cc -64 happy
...
- fixed a chdir bug
(This used to be commit 80d1c5118abaa99fe0f1c9d2089a81c9953cebad)
1998-10-05 12:43:05 +00:00
Andrew Tridgell
217804ba43
ignore *.po32 files
...
(This used to be commit 01de9a50e030da722076c67c235801c36c90bb66)
1998-10-05 12:36:44 +00:00
Andrew Tridgell
a2297c7203
fixed some cast warnings from "cc -64" on IRIX
...
(This used to be commit 624097e8f4a104393865ee100e884f000ca3f6df)
1998-10-05 12:36:23 +00:00
Andrew Tridgell
b79773d3c7
- fixed cast warnings
...
- ignore *.po32 files
(This used to be commit 469474803d39ceec7155792d364787318708fb91)
1998-10-05 12:35:30 +00:00
Andrew Tridgell
c926d8b179
new prototypes
...
(This used to be commit 0a733ce59d3e77f8cfd6a8165beeb39c23b26999)
1998-10-05 12:34:57 +00:00
Andrew Tridgell
fe2681dd4b
fixed a cast warning
...
(This used to be commit 4093bb16d20b0057e07085f061bdcfb372c679c1)
1998-10-05 12:34:43 +00:00
Andrew Tridgell
c378ac1180
reran autoconf for IRIX changes
...
(This used to be commit cbba700cb5f49fa6833a3326d7ad7c77bb76e3f7)
1998-10-05 12:34:22 +00:00
Andrew Tridgell
bfaff8ed1a
got smbwrapper working on IRIX 6.4. Things got a bit tricky,
...
especially as the headers get the syscall numbers wrong!
(This used to be commit a5405f1ab069a3123a819311a87ca84f2c5f0fea)
1998-10-05 12:17:01 +00:00
Andrew Tridgell
f151bf0694
fixed Makefile for IRIX make (it doesn't know %.o=%.po, leaving off
...
the % works)
(This used to be commit 7c4ad07b5989feee6ab84eb7ff2fe2e76e1475a6)
1998-10-05 10:53:07 +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
80ae082c87
fixed typo in getgroups code
...
(This used to be commit 046e8a50219ca69ab326fa672c5fcb1ab3689b3b)
1998-10-05 08:42:41 +00:00
Andrew Tridgell
fab6d20f5d
new file realcalls.c
...
(This used to be commit 23f71b979ad7dcfbf461fa4f261ab9dbd0b602fb)
1998-10-05 08:42:22 +00:00
Andrew Tridgell
e88706f358
IRIX uses -shared for shared libray creation.
...
(This used to be commit a32eb93b0e572ebfcf726a0df7443b9afa149453)
1998-10-05 06:17:08 +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
Alexandre Oliva
a2941d4244
added Solaris 2.5
...
(This used to be commit 788992f58613f7f4fa0e9ce7087267dec75f2e51)
1998-10-05 04:53:28 +00:00