Tim Potter
86de168ea9
Updated copyright notice.
-
Tim Potter
91ab6f75d9
Renamed global_vfs_ops to default_vfs_ops and made static.
...
Make a copy of the default ops structure rather than following a pointer.
This fixes the audit VFS example module!
-
Tim Potter
69275e4f0f
Don't get stuck in an infinite loop in vfs_connect.
-
Tim Potter
5392b3fc12
Now compiles under head branch.
...
Funny, I don't remember using libtool in the original Makefile...
-
Richard Sharpe
93c45024cd
Make sure we compile with gcc by default.
-
Richard Sharpe
9627bace72
Add a static linking target to the examples Makefile so I can test out static linking ...
-
Richard Sharpe
950821d69c
Adding an examples directory for libsmbclient to the head branch along with
...
a simple Makefile and a small README ...
-
Jeremy Allison
0609cd3162
Added example vfs block example from Ronald Kuetemeier <ronald@kuetemeier.com>.
...
Jeremy.
-
David O'Neill
74dd0f5821
Sync up smb.conf.default with APPLIANCE_HEAD and SAMBA_2_2
-
Jeremy Allison
b29ff81673
Added a VFS version return to init call. Allows smbd to fail an init if
...
versions don't match.
Jeremy.
-
Jeremy Allison
5d6dec3a94
Fixes for sample VFS audit code from "Brad Sahr" <bsahr@macromedia.com>.
...
Jeremy.
-
Herb Lewis
7db533cb47
added a little description of useage and output format since this gives
...
more info than just what parameters are not supported by SWAT.
-
Gerald Carter
eb20a2c6f4
script written by herb for reporting which smb.conf parameters
...
are in loarparm.c but not supported by SWAT. I just thought it looked fun.
:-)
--jerry
-
Tim Potter
df69027331
Forgot attr entry for private dir.
-
Tim Potter
e42f2fc397
Updated samba appliance example.
-
Tim Potter
def0da145a
Updated VFS examples to use ftruncate() and lock() functions.
-
Andrew Tridgell
5e2a0b3cb9
compile with -O2
-
Andrew Tridgell
11328f2781
build in /usr/src/redhat
-
Andrew Tridgell
6a89e07f04
updated appliance Makefile
-
Andrew Tridgell
535e33adaf
added packaging section to README
-
Andrew Tridgell
b022e6ab97
fixed tar command line
-
Andrew Tridgell
14fccd68fa
exclude CVS files from rpm build
-
Andrew Tridgell
6e81ba8bac
don't install winbind man page twice
-
Tim Potter
3fa7141fea
Nuked changelog - use cvs log instead.
...
Actually install winbindd man page.
Clean up build directory after make.
-
Tim Potter
40b8095a9a
simple build script for appliance rpm
-
Andrew Tridgell
9cc81b6288
added winbindd man page to spec file
-
Andrew Tridgell
0e29eef837
updated the appliance README
-
Tim Potter
1be483c90b
Initial version of appliance spec file.
-
Andrew Tridgell
bfa14cff8c
updated appliance Makefile
-
Andrew Tridgell
ec2b77e97d
the beginnings of a description of how to setup a Samba appliance
-
Tim Potter
26972823cf
fsync() returns an int rather than void.
-
Tim Potter
e6d11483e2
Added *.so
-
Tim Potter
facdfd319d
Improved clean target.
-
Tim Potter
a2782097db
Hopefully these changes will actually stick.
-
Tim Potter
bb07eceddb
Some strange CVS weirdness happening here. I had SAMBA_TNG tags in my
...
head branch CVS/Entries file leading to lots of fun and games. )-:
-
Andrew Tridgell
d7b2087865
2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that were in the head branch but weren't in SAMBA_2_0
-
Andrew Tridgell
453a822a76
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
-
Luke Leighton
51747ecf6a
This is an experimental program to shutdown a group of NTws in a
...
Samba domain via rpcclient.
Copyright (c) David Bannon 1999
David Bannon, D.Bannon@latrobe.edu.au , 4th November, 1999
-
Luke Leighton
d63f73caca
rpcclient example scripts / programs.
-
Andrew Tridgell
42d2509c9f
global change from samba.anu.edu.au to samba.org
-
Richard Sharpe
4e2f5c625e
Try to make smbprint a better behaved citizen.
...
Removed a -x on the first line that causes lots of output to the console
and added a command line parameter handling flag for the tranlate case.
The problem is that smbprint is being overwritten/replaced when you upgrade
a RedHat rpm. If you had modified smbprint to include translation, you
loose it, and you have to go and repatch etc.
Now, we have a -t flag on smbprint, so we should have fewer problems in
this regard.
Untested as yet, but soon will be ...
-
John Terpstra
883be39077
Contributed software for Linux autofs support.
-
Andrew Tridgell
6a83de0ae9
applied a patch from Norm Jacobs to allow "printcap name = lpstat"
...
to use lpstat to obtain the printer list on systemV systems.
I've now made this the default on all SYSV systems.
Jeremy, you were a little worried about the security of this patch. I
believe it's OK as the user has no control over the options given to
popen() and the pipe is only open for reading.
-
Andrew Tridgell
e57275dd19
the logon script example should use %U.bat not %u.bat
-
John Terpstra
7b3340c78d
Added DNS Proxy, Printing, [netlogon] share modes = no.
-
Andrew Tridgell
cdf4aa5653
add a section on encryption and change the formatting a bit
-
John Terpstra
2b15116a9a
Fixed small typo.
-
Andrew Tridgell
92e7092af1
add a note about running testparm after modifying smb.conf
-
Andrew Tridgell
b75580a6bd
put the new example config file in here as well
-
John Terpstra
69fad04198
JHT ==> Getting ready for 1.9.18alpha1.
...
examples/smb.conf.default:
added line "share modes = no" to netlogon share parameter list
packaging/redhat:
updated RedHat RPM build files.
added smbadduser script (modified for RHL).
-