Luke Leighton
cf4e2a601f
make proto required
0001-01-01 00:00:00 +00:00
Luke Leighton
34afa638f6
dce/rpc
0001-01-01 00:00:00 +00:00
Andrew Tridgell
6625b69646
compile to .po.o first then mv to .po in order to make the sun
...
compilers happy
0001-01-01 00:00:00 +00:00
Andrew Tridgell
f374706cbf
restore errno after smbw initialisation
0001-01-01 00:00:00 +00:00
Andrew Tridgell
42765a654f
we need realcalls.h in realcalls.c
0001-01-01 00:00:00 +00:00
Andrew Tridgell
f92383689a
SunOS doesn't need any ld flags
0001-01-01 00:00:00 +00:00
Andrew Tridgell
fda52c6fd1
fixed a warning on SunOS
0001-01-01 00:00:00 +00:00
Andrew Tridgell
d651229ef3
use double for dummy arrays to ensure alignment
0001-01-01 00:00:00 +00:00
Andrew Tridgell
c506ffa527
fixed fork() on SunOS4
0001-01-01 00:00:00 +00:00
Andrew Tridgell
1ad5bc381a
more solaris acl fixes
0001-01-01 00:00:00 +00:00
Andrew Tridgell
8fc7bc0ee6
- updated docs to say OSF1 works
...
- more solaris acl fixes
0001-01-01 00:00:00 +00:00
Andrew Tridgell
ab5ed686f8
fixed facl() bug for solaris
0001-01-01 00:00:00 +00:00
Andrew Tridgell
15aa1b52cd
fixed __xstat() under linux
0001-01-01 00:00:00 +00:00
Andrew Tridgell
c1d2d4e271
remoevd a misplaced comma
0001-01-01 00:00:00 +00:00
Andrew Tridgell
96fc2856bc
return type cleanups for IRIX
0001-01-01 00:00:00 +00:00
Andrew Tridgell
fd6a59d8ca
yet another attempt at making this stuff portable. This time I use
...
minimal includes in wrapped.c
0001-01-01 00:00:00 +00:00
Andrew Tridgell
4ea3f86f99
not needed any more
0001-01-01 00:00:00 +00:00
Andrew Tridgell
ed0b43294a
fix the SEEKDIR_RETURNS_VOID test
0001-01-01 00:00:00 +00:00
Andrew Tridgell
2a25034b03
detect __sys_llseek()
0001-01-01 00:00:00 +00:00
Andrew Tridgell
ab49ffe37f
possibly use __sys_llseek()
0001-01-01 00:00:00 +00:00
Andrew Tridgell
1918ea2991
won't need wrapper.h anymore
0001-01-01 00:00:00 +00:00
Andrew Tridgell
6f2239c935
more OSF1 changes as well as changes to allow us to use the standard
...
includes.h in wrapped.c, thus making porting much simpler
0001-01-01 00:00:00 +00:00
Andrew Tridgell
4dbfec81b2
test whether seekdir() returns void or not
0001-01-01 00:00:00 +00:00
Andrew Tridgell
77aea37bb8
- no getdents on OSF1
...
- try a new method of handling prototype mismatches in wrapped.c. We
now try to disable prototypes!
0001-01-01 00:00:00 +00:00
Andrew Tridgell
50526c45ba
reran autoconf
0001-01-01 00:00:00 +00:00
Andrew Tridgell
c4da5741f3
fix typo
0001-01-01 00:00:00 +00:00
Andrew Tridgell
699777a5c1
fixed a bug in real_seekdir()
0001-01-01 00:00:00 +00:00
Andrew Tridgell
ffa7d0461f
some changes for OSF1 support in smbwrapper (just preliminary changes,
...
doesn't work yet)
0001-01-01 00:00:00 +00:00
Andrew Tridgell
bf1e257afb
added a document on how to port smbwrapper to a new system
0001-01-01 00:00:00 +00:00
Andrew Tridgell
c81568a693
added some comments
0001-01-01 00:00:00 +00:00
Andrew Tridgell
378290bfe1
somehow "in_client" got included twice in two places.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
4f411d6264
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.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
0ee3e0c623
do an anonymous login if the username/password is rejected.
0001-01-01 00:00:00 +00:00
Richard Sharpe
1398feebbc
Added capability for smbclient to use the local WINS server on the same
...
machine if WINSsupport configured
0001-01-01 00:00:00 +00:00
Luke Leighton
eb279cabd0
dce/rpc
0001-01-01 00:00:00 +00:00
Luke Leighton
73667141af
crc32 algorithm. obtained from dr dobb's journal
...
http://www.ddj.com/ftp/1992/1992.05/crcman.zip .
copyright 1992 mark r nelson.
0001-01-01 00:00:00 +00:00
Luke Leighton
1c08cc2466
using wrong cli_state in "security = domain" call.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
e751690127
fixed rename error code from NT servers
0001-01-01 00:00:00 +00:00
Andrew Tridgell
a5c18f9c82
implemented unix semantics for rename in smbwrapper
0001-01-01 00:00:00 +00:00
Andrew Tridgell
b7ecbca3af
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.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
2f4506a33c
fixed a bug in time setting (utime() call)
0001-01-01 00:00:00 +00:00
Andrew Tridgell
0a5dcddd3f
implemented attribute mapping and chmod. file attributes are mapped in
...
the same manner as smbd. See the README for a full explanation.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
71acf338d7
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.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
b923bb2aae
removed unused variable
0001-01-01 00:00:00 +00:00
Andrew Tridgell
a9e0e5895a
remove unused arguments from some static functions.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
be7ae2a4e7
use smbw_errno() not smbw_error()
0001-01-01 00:00:00 +00:00
Andrew Tridgell
fc602e5e26
set HOST_OS after canonical system test
0001-01-01 00:00:00 +00:00
Andrew Tridgell
969eb18064
clean needs to delete po32 and .so files
0001-01-01 00:00:00 +00:00
Andrew Tridgell
e9676812af
tell the user we are producing -32 code for the .32.so library
0001-01-01 00:00:00 +00:00
Andrew Tridgell
450b1813bf
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
0001-01-01 00:00:00 +00:00