Andrew Tridgell
121e321a12
changed some debug levels
-
Jeremy Allison
04d79a9ae5
Re-added code to tell the user how many open files they
...
have. Needed for server diagnosis purposes...
Jeremy.
-
Luke Leighton
aa9dd697d4
tridge, i had to put a #ifdef _STAT_VER_LINUX_OLD round a bit of code
...
that didn't have _STAT_VER_LINUX_OLD defined. maybe you want to sort
this out properly...
-
Andrew Tridgell
784b1590c8
smbsh launch program is now in C
-
Luke Leighton
e0445419b2
dce/rpc.
-
Luke Leighton
62fdeef1b7
dce/rpc
-
Andrew Tridgell
91597c12fb
- fixed a bunch of warnings and minor errors
...
- got smbtorture to compile
- removed %D from some of lukes code - Luke, what is %D? it ain't
portable anyway
-
Andrew Tridgell
349469221a
use 1 second resolution calls if possible
-
Andrew Tridgell
6121f7c8c2
fixed a problem with fchdir() that broke "cvs -d" in smbsh
-
Andrew Tridgell
e5ed0e6f96
added some comments
-
Andrew Tridgell
9efbb21f35
don't prototype the acl() functions
-
Andrew Tridgell
f374706cbf
restore errno after smbw initialisation
-
Andrew Tridgell
42765a654f
we need realcalls.h in realcalls.c
-
Andrew Tridgell
fda52c6fd1
fixed a warning on SunOS
-
Andrew Tridgell
d651229ef3
use double for dummy arrays to ensure alignment
-
Andrew Tridgell
c506ffa527
fixed fork() on SunOS4
-
Andrew Tridgell
8fc7bc0ee6
- updated docs to say OSF1 works
...
- more solaris acl fixes
-
Andrew Tridgell
ab5ed686f8
fixed facl() bug for solaris
-
Andrew Tridgell
15aa1b52cd
fixed __xstat() under linux
-
Andrew Tridgell
96fc2856bc
return type cleanups for IRIX
-
Andrew Tridgell
fd6a59d8ca
yet another attempt at making this stuff portable. This time I use
...
minimal includes in wrapped.c
-
Andrew Tridgell
4ea3f86f99
not needed any more
-
Andrew Tridgell
ab49ffe37f
possibly use __sys_llseek()
-
Andrew Tridgell
1918ea2991
won't need wrapper.h anymore
-
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
-
Andrew Tridgell
4dbfec81b2
test whether seekdir() returns void or not
-
Andrew Tridgell
77aea37bb8
- no getdents on OSF1
...
- try a new method of handling prototype mismatches in wrapped.c. We
now try to disable prototypes!
-
Andrew Tridgell
699777a5c1
fixed a bug in real_seekdir()
-
Andrew Tridgell
ffa7d0461f
some changes for OSF1 support in smbwrapper (just preliminary changes,
...
doesn't work yet)
-
Andrew Tridgell
bf1e257afb
added a document on how to port smbwrapper to a new system
-
Andrew Tridgell
0ee3e0c623
do an anonymous login if the username/password is rejected.
-
Andrew Tridgell
a5c18f9c82
implemented unix semantics for rename in smbwrapper
-
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.
-
Andrew Tridgell
2f4506a33c
fixed a bug in time setting (utime() call)
-
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.
-
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.
-
Andrew Tridgell
b923bb2aae
removed unused variable
-
Andrew Tridgell
be7ae2a4e7
use smbw_errno() not smbw_error()
-
Andrew Tridgell
fc602e5e26
set HOST_OS after canonical system test
-
Andrew Tridgell
4bacf32755
- fixed errno return in smbw_open()
...
- updated README a bit
- fixed Linux compilation of utime()
-
Andrew Tridgell
80d1c5118a
- keep IRIX cc -64 happy
...
- fixed a chdir bug
-
Andrew Tridgell
01de9a50e0
ignore *.po32 files
-
Andrew Tridgell
a5405f1ab0
got smbwrapper working on IRIX 6.4. Things got a bit tricky,
...
especially as the headers get the syscall numbers wrong!
-
Andrew Tridgell
0c8288a72c
this gets it compiling under IRIX 6.4. Doesn't work yet though.
-
Andrew Tridgell
8aa6c16eeb
test for creat64()
-
Andrew Tridgell
4379f0fe48
handle systems that are missing either SYS_utime or SYS_utimes
-
Andrew Tridgell
541f1c4211
ported smbwrapper to SunOS4. It seems to work. pity so many binaries on
...
my SunOS box are statically linked.
-
Andrew Tridgell
c185585dd9
need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn't
...
work right.
-
Andrew Tridgell
c6ee915336
got rid of all assembly code and gcc special features. I'm hoping to
...
get smbsh working with the normal sun compiler
-
Alexandre Oliva
788992f586
added Solaris 2.5
-