Jelmer Vernooij
f861aab464
Give recycle 3 arguments as required by the VFS interface (patch by metze)
...
(This used to be commit 15b9430d9c
)
2002-10-24 15:45:23 +00:00
Jelmer Vernooij
e9fd0a2671
Small patch from metze to add 3 parameters to vfs_init, as it requires
...
(This used to be commit 4206ebb160
)
2002-10-21 13:41:34 +00:00
Richard Sharpe
76d111aed1
Fix a small mistake.
...
(This used to be commit 12c49861fd
)
2002-10-05 20:29:59 +00:00
Gerald Carter
c7ca88ee40
small update from Rainer
...
(This used to be commit 3d0b7981d0
)
2002-10-02 19:12:40 +00:00
Gerald Carter
e086aca6c5
mention openantivirus.org
...
(This used to be commit 25cd49d766
)
2002-10-02 13:24:59 +00:00
cvs2svn Import User
6007a592b2
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit eb5ce70e2f
)
2002-10-01 01:06:38 +00:00
Gerald Carter
812c0a0f98
README.OtherModules
...
(This used to be commit 93cb8b47c4
)
2002-09-30 15:25:40 +00:00
Gerald Carter
ef6f8197a3
remove files not in HEAD
...
(This used to be commit 9d9f7bbf87
)
2002-09-26 18:53:51 +00:00
Gerald Carter
d9729d81a9
syncing up with HEAD again....
...
(This used to be commit e026b84815
)
2002-09-26 18:37:55 +00:00
Jelmer Vernooij
791d9e8fac
Change pdb_xml functions to return NTSTATUS
...
(This used to be commit 834fcd2395
)
2002-09-26 15:03:26 +00:00
Jelmer Vernooij
f90e9ae244
Change pdb_mysql function to return NTSTATUS
...
(This used to be commit fa056769a0
)
2002-09-26 14:52:54 +00:00
Jelmer Vernooij
2ef81d7517
Make functions return NTSTATUS instead of BOOL
...
(This used to be commit 6347d40eff
)
2002-09-26 14:29:09 +00:00
Gerald Carter
084b2a4c68
removed autogenerated file
...
(This used to be commit 832faf4b39
)
2002-09-25 16:16:49 +00:00
Gerald Carter
ec0b8aa704
sync'ing up for 3.0alpha20 release
...
(This used to be commit 803715d960
)
2002-09-25 15:05:17 +00:00
cvs2svn Import User
3054ef8a6e
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit 9a5541595f
)
2002-09-25 12:59:48 +00:00
Jelmer Vernooij
2cd64003e3
- Don't put pointer to sam_domain_handle in sam_methods but single domainsid and domainname
...
- Allocate sam_methods, set domain_sid, domain_name and backend_name in make_sam_methods_backend_entry instead of in the backend
- Remove sam_context and domain_sid pointers from the sam_init_function - we don't need those arguments anymore since they're
available in sam_methods as well
(This used to be commit 50d2527eed
)
2002-09-24 20:18:39 +00:00
Richard Sharpe
05c557c31c
Make sure that Alfred Perlstein's changes get into head as smbprint and
...
that the old one becomes smbprint.old.
We still need to hack smbprint some more to make sure that we can pass
the username and password in a file rather than on the command line where
local hackers can see it.
(This used to be commit ef970a764e
)
2002-09-24 06:44:37 +00:00
Jelmer Vernooij
eaa4ee9bc0
Use SAM debug class in skeleton - patch from metze
...
Shouldn't we use dynamic debug classes here?
(This used to be commit db0f742e0e
)
2002-09-09 21:38:42 +00:00
Simo Sorce
79f54d28f8
change parametric option name to vfs_recycle_bin it is more sane and do not pollute standard options namespace too much
...
changed also the mode options to be indipendente boolean values, make it easier to understand how to configure them
eg:
vfs_recycle_bin:keeptree=yes
vfs_recycle_bin:versions=yes
(This used to be commit d904d50d39
)
2002-09-08 03:55:37 +00:00
Simo Sorce
27cc26cec8
recycle.c:
...
merged in modifications made my differnt people, cleaned up things, yet some work todo
the code works but there are still some cases to be handled properly
Makefile.in:
this one seem much simpler and effective than the previous hack with file inclusion
it should also be more portable
we still need to find a solution to support multiple platforms or go back to libtool
(This used to be commit e9f4bc77f8
)
2002-09-07 04:05:42 +00:00
Simo Sorce
d0cef25c27
the current block module is completely broken, jelmer will commit a new one later.
...
simo
(This used to be commit 830f9910bb
)
2002-09-06 13:39:46 +00:00
Simo Sorce
afc1a220b7
move everything to flat VFS/ directory
...
(This used to be commit d383c309d4
)
2002-09-06 13:37:40 +00:00
Andrew Bartlett
6c8e4faba1
Updates to sam_skel from metze, add sam/group.c and add a DEBUG() to the
...
SAM_ASSERT if we are not going to crash.
(This used to be commit f91fcb1661
)
2002-09-06 13:00:37 +00:00
Jelmer Vernooij
afc5c6b2a1
Adding makefile for sam_skel module
...
(This used to be commit b91fd5a77c
)
2002-08-29 17:08:13 +00:00
Jelmer Vernooij
408fb927c8
SAM_CONTEXT is const
...
(This used to be commit 3b4cf8f67c
)
2002-08-29 16:39:00 +00:00
Jelmer Vernooij
08d4898a70
Example sam module (skeleton) from metze
...
(This used to be commit b2b2c8b9cb
)
2002-08-29 07:26:16 +00:00
Jeremy Allison
84a8efbf1a
Removed C++ style comment.
...
Jeremy.
(This used to be commit 3803770eda
)
2002-08-28 12:55:20 +00:00
Simo Sorce
995bf62aae
patch from metze
...
(This used to be commit cc8e6ebc0e
)
2002-08-27 09:45:26 +00:00
Simo Sorce
709c7c1674
add the netatalk module
...
(This used to be commit 2a15699532
)
2002-08-27 09:30:17 +00:00
Simo Sorce
7251f6b9ec
avoid using libtool for VFS modules
...
change a name in block.c it was hiding a function name
add a comment in configure
(This used to be commit 05038f4471
)
2002-08-27 09:14:21 +00:00
Jelmer Vernooij
ec91716cb7
Add entry about block.so
...
(This used to be commit 6973344fb5
)
2002-08-18 20:12:43 +00:00
Jelmer Vernooij
36e9005cc2
Better coding style
...
(This used to be commit 09cb706dd1
)
2002-08-17 16:27:27 +00:00
Jelmer Vernooij
3312086d7a
Better coding style
...
Move out last Makefile.pdb dependencies
(This used to be commit 2dc8b48632
)
2002-08-17 16:25:39 +00:00
Jelmer Vernooij
21d26afb2a
sync 3_0 branch with HEAD
...
(This used to be commit 19ab776bf9
)
2002-08-17 14:15:33 +00:00
cvs2svn Import User
592dd24957
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit 6938b5b98a
)
2002-08-17 07:09:23 +00:00
Jelmer Vernooij
3fce46ac7d
Adding pdb_xml and pdb_mysql passdb modules.
...
Added some consts to pdb_test to follow pdb_methods struct more strictly
(This used to be commit bb1c450199
)
2002-08-10 20:14:32 +00:00
Gerald Carter
c4d68a29c9
merge from SAMBA_2_2
...
(This used to be commit 72d36c9b25
)
2002-07-31 14:56:40 +00:00
Simo Sorce
255288df65
forgot to change the makefile system, sorry
...
(This used to be commit 3e6a11f56a
)
2002-07-31 13:16:14 +00:00
Simo Sorce
edb9158f09
OK!
...
Finally the cascaded VFS patch is in.
Testing is very welcome, specially with layered multiple vfs modules.
A big thank to Alexander Bokovoy for his work and patience :)
Simo.
(This used to be commit 56283601af
)
2002-07-30 09:59:53 +00:00
Gerald Carter
af3d6270d7
merge from SAMBA_2_2 spotted by Simo
...
(This used to be commit 590c4ee076
)
2002-07-19 16:03:52 +00:00
Andrew Tridgell
e90b652848
updated the 3.0 branch from the head branch - ready for alpha18
...
(This used to be commit 03ac082dcb
)
2002-07-15 10:35:28 +00:00
cvs2svn Import User
ec167dc9cc
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit b8d39651fb
)
2002-07-14 22:15:21 +00:00
Andrew Bartlett
ea7cdc4de0
Add module versioning to the passdb module system
...
All passdb modules need to include a 'magic' macro that creates simple
'return my version number' function.
(from metze and jelmer)
Also fix up the dir_drive autosubsitute code to correctly use lp_logon_drive().
(from metze)
Andrew Bartlett
(This used to be commit 4a57c445dd
)
2002-06-22 12:19:35 +00:00
John Terpstra
0dd693bd98
x source path so this thing compiles.
...
(This used to be commit fb89be1355
)
2002-06-15 07:34:06 +00:00
Andrew Bartlett
a770dd49a4
Add some comments on writing new pdb modules. (from ctrlsoft)
...
Andrew Bartlett
(This used to be commit 0a64ff4c99
)
2002-06-14 02:58:43 +00:00
Andrew Bartlett
98d5699d28
Some of the updates from ctrlsoft's 'Various' patch:
...
- convert net to popt
- convert status to popt
- adapt examples/pdb/ to multiple passdb system
- add dynamic debug class example to examples/pdb/
and some reformatting to better match the samba coding style.
Andrew Bartlett
(This used to be commit 2498bc69d4
)
2002-05-24 09:57:48 +00:00
Jeremy Allison
3ca09d432c
Fixes for recycle bin VFS for FreeBSD from "Scot W. Hetzel" <hetzels@westbend.net>.
...
Jeremy
(This used to be commit 68b83335de
)
2002-05-11 00:33:51 +00:00
Gerald Carter
7a959e81d4
merging some changes from SAMBA_2_2
...
(This used to be commit e8ede079b5
)
2002-05-08 15:37:14 +00:00
Andrew Bartlett
cc60b06983
This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer Vernooij
...
<jelmer@nl.linux.org>.
This patch also includes major rework of pdbedit to use popt, and the addition
of -i paramter (allowing the user to specify which PDBs is being
operated on) and -e to export a pdb - useful for backup and testing etc.
Use of -i and -e gets us pdb2pdb functionality for transition between backends,
much like the sam2sam in TNG.
Andrew Bartlett
(This used to be commit c10def37f5
)
2002-04-13 08:16:41 +00:00
Jeremy Allison
7104dbd245
Set default recycle directory permissions as 0770. Unlink on rename
...
fail.
Jeremy.
(This used to be commit 42981c819a
)
2002-03-23 20:48:45 +00:00
Jeremy Allison
0c42e582f8
Sync up the VFS changes from 2.2.x.
...
Jeremy.
(This used to be commit e758bdc8a8
)
2002-03-19 02:51:48 +00:00
Andrew Bartlett
27439c53c5
Also add the matching example pdb module.
...
(This used to be commit fbfb7ee896
)
2002-02-22 02:57:49 +00:00
Gerald Carter
72f4d55453
merge from 2.2
...
(This used to be commit bb574aab8f
)
2002-02-11 13:57:44 +00:00
Gerald Carter
732f5e8f80
fixes from 2,2
...
(This used to be commit 46bd77a02a
)
2002-02-11 13:49:02 +00:00
Christopher R. Hertel
bced3ac18e
I added two lines of comments regarding the include= parameter. Someone
...
here at the UofM was burned today because they had left that line in its
default location.
(This used to be commit fd4d3496e1
)
2002-02-06 22:51:07 +00:00
Richard Sharpe
95c914388b
Add the new smbprint shell script, smbprint-new.sh that is supposed to fix some problems under *BSD and etc ...
...
(This used to be commit 6bd91973bb
)
2002-02-04 02:24:29 +00:00
Gerald Carter
5f63565f2d
sync up comments with 2.2
...
(This used to be commit 3d4adad150
)
2002-01-06 23:21:23 +00:00
Gerald Carter
8942e906f0
sync with 2.2
...
(This used to be commit 9e3b432c57
)
2002-01-04 00:05:23 +00:00
Gerald Carter
6a9ebf8b0c
merge from 2.2
...
(This used to be commit 241b5218ea
)
2001-12-28 02:03:36 +00:00
Gerald Carter
b6bbc39204
sync with 2.2
...
(This used to be commit aca58b0b72
)
2001-12-26 05:35:40 +00:00
Tim Potter
352f226d76
Updated copyright notice.
...
(This used to be commit 86de168ea9
)
2001-10-24 00:55:26 +00:00
Tim Potter
f80a526546
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!
(This used to be commit 91ab6f75d9
)
2001-10-24 00:45:41 +00:00
Tim Potter
65f591895c
Don't get stuck in an infinite loop in vfs_connect.
...
(This used to be commit 69275e4f0f
)
2001-10-23 22:13:25 +00:00
Tim Potter
75746fde8d
Now compiles under head branch.
...
Funny, I don't remember using libtool in the original Makefile...
(This used to be commit 5392b3fc12
)
2001-10-18 00:21:48 +00:00
Richard Sharpe
9178d7591b
Make sure we compile with gcc by default.
...
(This used to be commit 93c45024cd
)
2001-06-30 11:08:06 +00:00
Richard Sharpe
89cf219717
Add a static linking target to the examples Makefile so I can test out static linking ...
...
(This used to be commit 9627bace72
)
2001-06-30 04:01:51 +00:00
Richard Sharpe
49177b07c8
Adding an examples directory for libsmbclient to the head branch along with
...
a simple Makefile and a small README ...
(This used to be commit 950821d69c
)
2001-05-17 02:29:00 +00:00
Jeremy Allison
0c9a2cee9f
Added example vfs block example from Ronald Kuetemeier <ronald@kuetemeier.com>.
...
Jeremy.
(This used to be commit 0609cd3162
)
2001-05-16 02:12:37 +00:00
David O'Neill
41ccf2f437
Sync up smb.conf.default with APPLIANCE_HEAD and SAMBA_2_2
...
(This used to be commit 74dd0f5821
)
2001-01-05 18:57:28 +00:00
Jeremy Allison
aae30b6799
Added a VFS version return to init call. Allows smbd to fail an init if
...
versions don't match.
Jeremy.
(This used to be commit b29ff81673
)
2000-11-06 21:33:49 +00:00
Jeremy Allison
5ba7235f0f
Fixes for sample VFS audit code from "Brad Sahr" <bsahr@macromedia.com>.
...
Jeremy.
(This used to be commit 5d6dec3a94
)
2000-11-06 20:01:03 +00:00
Herb Lewis
0c5bbb3bbd
added a little description of useage and output format since this gives
...
more info than just what parameters are not supported by SWAT.
(This used to be commit 7db533cb47
)
2000-08-28 18:58:46 +00:00
Gerald Carter
87591d8ab5
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
(This used to be commit eb20a2c6f4
)
2000-08-28 13:35:10 +00:00
Tim Potter
6c178b3859
Forgot attr entry for private dir.
...
(This used to be commit df69027331
)
2000-06-05 13:02:09 +00:00
Tim Potter
bf302c5447
Updated samba appliance example.
...
(This used to be commit e42f2fc397
)
2000-06-05 12:58:47 +00:00
Tim Potter
2b15e8a33e
Updated VFS examples to use ftruncate() and lock() functions.
...
(This used to be commit def0da145a
)
2000-05-17 02:48:04 +00:00
Andrew Tridgell
5379476d4d
compile with -O2
...
(This used to be commit 5e2a0b3cb9
)
2000-05-12 06:29:29 +00:00
Andrew Tridgell
a17db82c63
build in /usr/src/redhat
...
(This used to be commit 11328f2781
)
2000-05-12 06:23:38 +00:00
Andrew Tridgell
6d2f06f71e
updated appliance Makefile
...
(This used to be commit 6a89e07f04
)
2000-05-12 06:04:46 +00:00
Andrew Tridgell
68685b2c8f
added packaging section to README
...
(This used to be commit 535e33adaf
)
2000-05-12 05:46:25 +00:00
Andrew Tridgell
ad701cc291
fixed tar command line
...
(This used to be commit b022e6ab97
)
2000-05-12 05:43:02 +00:00
Andrew Tridgell
7bc8077873
exclude CVS files from rpm build
...
(This used to be commit 14fccd68fa
)
2000-05-12 05:41:17 +00:00
Andrew Tridgell
bb3e54f867
don't install winbind man page twice
...
(This used to be commit 6e81ba8bac
)
2000-05-12 05:22:41 +00:00
Tim Potter
93866d03f3
Nuked changelog - use cvs log instead.
...
Actually install winbindd man page.
Clean up build directory after make.
(This used to be commit 3fa7141fea
)
2000-05-12 05:21:15 +00:00
Tim Potter
75859d689e
simple build script for appliance rpm
...
(This used to be commit 40b8095a9a
)
2000-05-12 05:18:42 +00:00
Andrew Tridgell
53fa6d9792
added winbindd man page to spec file
...
(This used to be commit 9cc81b6288
)
2000-05-12 05:18:33 +00:00
Andrew Tridgell
afa4f02ec6
updated the appliance README
...
(This used to be commit 0e29eef837
)
2000-05-12 05:06:27 +00:00
Tim Potter
c6cc5eee2a
Initial version of appliance spec file.
...
(This used to be commit 1be483c90b
)
2000-05-12 03:04:56 +00:00
Andrew Tridgell
1c0cfff309
updated appliance Makefile
...
(This used to be commit bfa14cff8c
)
2000-05-10 14:47:12 +00:00
Andrew Tridgell
225fae135a
the beginnings of a description of how to setup a Samba appliance
...
(This used to be commit ec2b77e97d
)
2000-05-09 04:02:31 +00:00
Tim Potter
b61dc7f051
fsync() returns an int rather than void.
...
(This used to be commit 26972823cf
)
2000-04-05 22:42:26 +00:00
Tim Potter
bfbbd1ad9d
Added *.so
...
(This used to be commit e6d11483e2
)
2000-04-05 22:42:06 +00:00
Tim Potter
a5ef1a71aa
Improved clean target.
...
(This used to be commit facdfd319d
)
2000-04-05 22:41:42 +00:00
Tim Potter
1546a4c683
Hopefully these changes will actually stick.
...
(This used to be commit a2782097db
)
2000-02-04 05:08:16 +00:00
Tim Potter
18b31bce97
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. )-:
(This used to be commit bb07eceddb
)
2000-02-03 04:40:56 +00:00
Andrew Tridgell
32a965e09c
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
...
(This used to be commit d7b2087865
)
1999-12-13 13:35:20 +00:00
Andrew Tridgell
3db52feb1f
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
...
(This used to be commit 453a822a76
)
1999-12-13 13:27:58 +00:00
Luke Leighton
0d7f9837e2
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
(This used to be commit 51747ecf6a
)
1999-11-05 17:46:16 +00:00
Luke Leighton
710922ca36
rpcclient example scripts / programs.
...
(This used to be commit d63f73caca
)
1999-11-05 17:45:29 +00:00
Andrew Tridgell
f120a81a72
global change from samba.anu.edu.au to samba.org
...
(This used to be commit 42d2509c9f
)
1998-11-21 13:20:31 +00:00
Richard Sharpe
a0a37f14ed
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 ...
(This used to be commit 4e2f5c625e
)
1998-10-11 21:42:49 +00:00
John Terpstra
47ec2e09b7
Contributed software for Linux autofs support.
...
(This used to be commit 883be39077
)
1998-04-13 12:31:10 +00:00
Andrew Tridgell
7a668a7641
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.
(This used to be commit 6a83de0ae9
)
1997-12-03 05:08:07 +00:00
Andrew Tridgell
bea2394b49
the logon script example should use %U.bat not %u.bat
...
(This used to be commit e57275dd19
)
1997-11-30 05:46:33 +00:00
John Terpstra
dd2cc1717d
Added DNS Proxy, Printing, [netlogon] share modes = no.
...
(This used to be commit 7b3340c78d
)
1997-10-20 13:18:16 +00:00
Andrew Tridgell
360676df6e
add a section on encryption and change the formatting a bit
...
(This used to be commit cdf4aa5653
)
1997-10-19 05:16:54 +00:00
John Terpstra
4e49cb89be
Fixed small typo.
...
(This used to be commit 2b15116a9a
)
1997-10-18 05:28:34 +00:00
Andrew Tridgell
a0a28db753
add a note about running testparm after modifying smb.conf
...
(This used to be commit 92e7092af1
)
1997-10-17 22:40:45 +00:00
Andrew Tridgell
135add3b63
put the new example config file in here as well
...
(This used to be commit b75580a6bd
)
1997-10-17 22:34:28 +00:00
John Terpstra
369de02a56
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).
(This used to be commit 69fad04198
)
1997-10-13 13:00:59 +00:00
Samba Release Account
754c280835
More references to samba.canberra
...
Mental note: always commit from root directory. :^o
Paul.
(This used to be commit 5a38eaac75
)
1997-10-07 04:56:02 +00:00
John Terpstra
1c7df3203c
JHT ===> More hacks!
...
(This used to be commit 0b859fdfac
)
1997-09-17 14:54:35 +00:00
John Terpstra
e5bed1594d
JHT ===> No longer needed here. Files moved to ~/packaging/redhat.
...
(This used to be commit daa148c384
)
1997-08-19 09:50:31 +00:00
John Terpstra
bfdaaaf36d
JHT ===> Just playin' wif da RPM 'tings. Ok?
...
(This used to be commit 4d9b2f48b7
)
1997-07-26 16:08:49 +00:00
John Terpstra
7020afbd03
JHT ===> Getting ready for release of 1.9.17alpha5
...
Please note that version.h has been updated!!!!!!!!!!
(This used to be commit 271d12b5dd
)
1997-07-23 10:54:00 +00:00
John Terpstra
5ca3126365
Update of config files
...
(This used to be commit 72ec68d22c
)
1997-07-14 15:51:31 +00:00
John Terpstra
7c723f75fd
JHT ==> Just tidying up for Release.
...
(This used to be commit 4e9b7c92f7
)
1997-07-12 02:59:43 +00:00
John Terpstra
22ed11beb7
JHT ==> The new SMB.CONF master file for everyone!! Yes!
...
(This used to be commit efe20f9811
)
1997-07-09 13:45:05 +00:00
John Terpstra
5828b37ded
JHT ==> Still getting ready for 1.9.17 release.
...
(This used to be commit 84abac0841
)
1997-07-09 13:39:29 +00:00
John Terpstra
a5350db8b5
JHT ==> Updating RPM build file, more expected - so please ignore!
...
(This used to be commit 4fd3f5e266
)
1997-07-09 10:33:42 +00:00
John Terpstra
4f6ad2654f
JHT ==> Spring cleaning. Please pay the rent!
...
(This used to be commit c12a16fbcf
)
1997-06-28 22:50:25 +00:00
John Terpstra
6ab091a169
JHT ==> Just doing his thing again! Yuck!
...
(This used to be commit ff4d52b239
)
1997-06-23 19:47:24 +00:00
John Terpstra
a811a7914f
Updated instructions.
...
(This used to be commit dc43c29b3f
)
1997-06-07 01:28:22 +00:00
John Terpstra
d822712bb7
Getting ready for release of 1.9.17.
...
Please note: These are in my early TODO state - not prime time ready!!
(This used to be commit 693cf20f80
)
1997-06-07 01:25:51 +00:00
John Terpstra
b5bad6eae7
JHT sez ... Please pardon my dust, road works in progress!
...
(This used to be commit 42c0420699
)
1997-05-11 13:41:08 +00:00
John Terpstra
3916ecb20a
New RedHat Linux RPM specification file for 1.9.17
...
(This used to be commit 29d82ffb07
)
1997-05-11 12:28:02 +00:00
John Terpstra
b24c38d904
Getting ready for release of RedHat Linux RPM build for 1.9.17
...
(This used to be commit 15ec54b6c6
)
1997-05-11 12:24:00 +00:00
Samba Release Account
3e88439de0
Added fix (lost contributor, sorry) for more than 10 parameters.
...
jra@cygnus.com
(This used to be commit 79f0c550d2
)
1997-03-07 17:21:05 +00:00
Samba Release Account
f71717efd0
JHT ===> Updated default RedHat smb.conf file
...
(This used to be commit 8851556da7
)
1997-02-23 03:21:37 +00:00
Samba Release Account
12b3473e0c
JHT ===> Still mucking around with RPM building for RedHat Linux
...
(This used to be commit 77568d945d
)
1997-02-18 02:56:08 +00:00
Samba Release Account
bbc3010b35
JHT ===> Hack, Hack, Hack. I just wanna get this spec file stuff right
...
so I can build RPMs on a DEC Alpha on which I do NOT have root
permissions. Argh!!!!!
(This used to be commit 5f3a5d6f62
)
1997-02-16 05:30:42 +00:00
Samba Release Account
902a9a8a55
JHT ===> Trying to enable RPM build from non-root area.
...
makerpms.sh is just type and go attempt.
(This used to be commit 19edc76b97
)
1997-02-15 08:38:06 +00:00
Samba Release Account
a513915cb6
JHT ===> Added os level and activated max log size in standard smb.conf file.
...
(This used to be commit fa78061245
)
1997-02-04 12:58:23 +00:00
Samba Release Account
764d7b778a
JHT ===> Oops again. Too quick - try again.
...
(This used to be commit 7a6800cf90
)
1997-02-04 12:50:14 +00:00
Samba Release Account
acb50977f3
JHT ===> Oops. Forgot about that renaming.
...
(This used to be commit e857331c19
)
1997-02-04 12:16:53 +00:00
Samba Release Account
ac96127b6d
JHT ===> Getting ready for relase of 1.9.16p11 RedHat RPMS
...
(This used to be commit a64064cf30
)
1997-02-04 12:06:15 +00:00
Samba Release Account
2253ebaff9
JHT ===> Beggining of fixes to RedHat config stuff - more to come!!
...
(This used to be commit e7be06e6f0
)
1997-02-04 11:05:01 +00:00
Samba Release Account
660473d604
JHT ===> Prepared now for release of Samba-1.9.16p10 RedHat RPMS
...
(This used to be commit beafb1ab79
)
1997-01-31 15:17:30 +00:00
Samba Release Account
e6e7c9e3d0
JHT ==> Updated and commented RedHat Linux smb.conf file.
...
(This used to be commit 4430af3550
)
1997-01-29 13:42:00 +00:00
Samba Release Account
4f78f67d5f
JHT ==> Added for those who like to roll their own!
...
(This used to be commit e63a9d6072
)
1997-01-09 22:26:01 +00:00
Samba Release Account
43d414b450
JHT ==> Ditto
...
(This used to be commit a5b75840f2
)
1997-01-09 10:39:23 +00:00
Samba Release Account
8212827f78
JHT ==> Updated files in preparation for release of Samba-1.9.16p10
...
(This used to be commit 07d8294d93
)
1997-01-09 10:37:35 +00:00
Samba Release Account
ec696ace9a
spec files needed for redhat rpm building
...
(This used to be commit 3ad345fa60
)
1997-01-02 23:27:52 +00:00
Andrew Tridgell
52566664a4
SVR4 startup scripts from Timo Knuutila (knuutila@cs.utu.fi)
...
(This used to be commit 57417cdaba
)
1996-08-16 07:38:47 +00:00
Andrew Tridgell
e70b5b6207
change email address
...
(This used to be commit 28d797ac7d
)
1996-08-15 15:12:16 +00:00
Andrew Tridgell
908b383ff4
added the validchars package written by tino@augsburg.net. This
...
package automates the building of a "valid chars =" line for any
client DOS based client. This makes setting things up right for
european languages much easier.
(This used to be commit d0ce245acc
)
1996-08-13 12:34:10 +00:00
Samba Release Account
8d9143cbcf
Some examples for printer accounting that I use with samba. lp-acct is
...
an example for a local printer off a samba server, hp5-redir is for a
remote printer. acct-sum, does the stats from acct-all. There is an
example printcap entry for the redirection of the printer. Lots more
to come!
<pkelly@ets.net>
(This used to be commit 14bae3a0bd
)
1996-07-23 03:30:56 +00:00
Samba Release Account
a174694759
Modified demo smb.conf to not have /tmp writeable by everyone by default.
...
According to server-linux some people seem to be uncommenting the example
[tmp] without thinking what it does :-)
Dan
(This used to be commit c290c229f9
)
1996-07-11 13:56:08 +00:00
Andrew Tridgell
1b87ef2440
- added an entry on WinDD to samba.faq
...
- added a sample smb.conf from Thoralf.Freitag@remserv.rz.fhtw-berlin.de
- print the errno when you get a can't change directory error
- added installscripts.sh from James_K._Foote.PARC@xerox.com
(This used to be commit 48c6b86d4c
)
1996-05-30 03:16:17 +00:00
Samba Release Account
0b13d2e55d
Updated smbstat script with a better one, Paul.
...
(This used to be commit c26a534541
)
1996-05-06 06:47:02 +00:00
Andrew Tridgell
5c909179e8
updates to wall.perl from michal@ellpspace.math.ualberta.ca
...
(This used to be commit 30909756b1
)
1996-05-04 10:51:22 +00:00
Samba Release Account
0e8fd33987
Initial version imported to CVS
...
(This used to be commit 291551d807
)
1996-05-04 07:50:46 +00:00