Displaying 5 results from an estimated 5 matches similar to: "Samba & Wins Server"
1997 Apr 23
0
R-beta: Version 0.49 Addendum
I should mention that this version of R has been verified to configure
and compile on the following platforms:
PLATFORM COMPILER
alpha-dec-osf3.2 cc
hppa1.1-hp-hpux9.07 gcc or c89
i386-unknown-freebsd2.1.5 gcc
i686-unknown-linux gcc
mips-sgi-irix6.2 cc
1997 Apr 23
0
R-beta: Version 0.49 Addendum
I should mention that this version of R has been verified to configure
and compile on the following platforms:
PLATFORM COMPILER
alpha-dec-osf3.2 cc
hppa1.1-hp-hpux9.07 gcc or c89
i386-unknown-freebsd2.1.5 gcc
i686-unknown-linux gcc
mips-sgi-irix6.2 cc
1998 Oct 27
2
Password authentication across sub-nets.
It would appear that Samba <-> Samba across subnets works fine, but Samba
<-> NT is a problem.
Does anybody else concur with this statement?
Specifically, running Samba 1.9.18p10 (Solaris) and directing all password
authenication to an NT server
on a subnet causes the following output in the log file:
---------------------------------------------------------------------------
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
(untested)
There are several files that
#include "linux/file" not #include <linux/file>
#include "asm/file" not #include <asm/file>
Here's a little script that converts them:
egrep -i -r -l --include=*.[ch] \
"^[[:space:]]*\#[[:space:]]*include[[:space:]]*\"(linux|asm)/(.*)\"" * \
| xargs sed -i -e
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
(untested)
There are several files that
#include "linux/file" not #include <linux/file>
#include "asm/file" not #include <asm/file>
Here's a little script that converts them:
egrep -i -r -l --include=*.[ch] \
"^[[:space:]]*\#[[:space:]]*include[[:space:]]*\"(linux|asm)/(.*)\"" * \
| xargs sed -i -e