ira/wip.git
21 years agoThis commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
cvs2svn Import User [Mon, 31 Mar 2003 21:01:06 +0000 (21:01 +0000)]
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit fd163bd94497534f9c80c205d44b30b72b81cbcd)

21 years agoAdd basic documentation on editreg
Jelmer Vernooij [Mon, 31 Mar 2003 21:01:05 +0000 (21:01 +0000)]
Add basic documentation on editreg
(This used to be commit 137254a16cf48a37be53477713dd41af7a81f505)

21 years agoAdd very basic documentation for ntlm_auth
Jelmer Vernooij [Mon, 31 Mar 2003 20:53:18 +0000 (20:53 +0000)]
Add very basic documentation for ntlm_auth
(This used to be commit e09a6fe276f01890604f4af327a91a373a886d2c)

21 years agoRemove useless popt options
Jelmer Vernooij [Mon, 31 Mar 2003 20:37:31 +0000 (20:37 +0000)]
Remove useless popt options
(This used to be commit 861b2a464fed3a16f050972feed1900298fb0bcb)

21 years agofix potential smbd crash when we fail to alloacte a policy handle for a printer open...
Gerald Carter [Mon, 31 Mar 2003 17:43:45 +0000 (17:43 +0000)]
fix potential smbd crash when we fail to alloacte a policy handle for a printer open; CR 2102 (reviewed by jreilly)
(This used to be commit 26478158bc03fdf019589ce68062100a39149b52)

21 years agofix potential smbd crash when we fail to alloacte a policy handle for a printer open...
Gerald Carter [Mon, 31 Mar 2003 17:39:21 +0000 (17:39 +0000)]
fix potential smbd crash when we fail to alloacte a policy handle for a printer open; CR 2102 (reviewed by jreilly)
(This used to be commit a179c2cefb15b1b8869a83fe5f14a85d1eb96114)

21 years agoFix vfs to work with P_LIST-ed lp_vfsobj() -- the traversal is reversed. Based on...
Alexander Bokovoy [Mon, 31 Mar 2003 16:27:11 +0000 (16:27 +0000)]
Fix vfs to work with P_LIST-ed lp_vfsobj() -- the traversal is reversed. Based on patch from Metze
(This used to be commit 2a86ef78282d33e16007d50095614713189ce4b5)

21 years ago- Put -valid param back in
Jelmer Vernooij [Mon, 31 Mar 2003 15:32:13 +0000 (15:32 +0000)]
- Put -valid param back in
- Update info on some of the HOWTO docs
(This used to be commit 05201bb3954f864c48e8bbeb852d1fec7683a663)

21 years ago'preload modules = ' is already documented
Jelmer Vernooij [Mon, 31 Mar 2003 15:06:58 +0000 (15:06 +0000)]
'preload modules = ' is already documented
-valid is not a config option
(This used to be commit 8af065e5177279b8aac76097d4172e76622de58b)

21 years ago- Support absolute paths in vfs and charset modules
Jelmer Vernooij [Mon, 31 Mar 2003 15:06:34 +0000 (15:06 +0000)]
- Support absolute paths in vfs and charset modules
- Fix typo in Makefile.in
- Fix compatibility with older vfs modules (from patch by metze)
- Build some modules shared by default and some static (and fall
  back to static when dlopen() is not available)
(This used to be commit aa36f462d95f8a3a3a81a89c210b98a6f9fd295f)

21 years agoFix formatting of back traces - pathc by metze
Jelmer Vernooij [Mon, 31 Mar 2003 12:29:50 +0000 (12:29 +0000)]
Fix formatting of back traces - pathc by metze
(This used to be commit 9cc17bcfe633496ba6270fd82963ff768ae017b0)

21 years ago3 things:
Volker Lendecke [Mon, 31 Mar 2003 11:06:17 +0000 (11:06 +0000)]
3 things:

* Remove 'ldap del only sam attr' after asking Lars Mueller from SuSE first.
  It is replaced by 'ldap delete dn'

* Fix a typo in docs.

* Document 'set primary group script'.

Volker
(This used to be commit 0be502a9c09ff319c87394bb36665be9731c23bb)

21 years agoHey, we're making progress with the docs ;-)
Volker Lendecke [Mon, 31 Mar 2003 11:05:19 +0000 (11:05 +0000)]
Hey, we're making progress with the docs ;-)

Volker
(This used to be commit 54fbed5ef696f1cf0cb28863dc9e69b3b1fb5877)

21 years ago3 things:
Volker Lendecke [Mon, 31 Mar 2003 11:02:22 +0000 (11:02 +0000)]
3 things:

* Remove 'ldap del only sam attr' after asking Lars Mueller from SuSE first.
  It is replaced by 'ldap delete dn'

* Fix a typo in docs.

* Document 'set primary group script'. Alexander, could you check the
  file in smbdotconf/ please? Thanks.

Volker
(This used to be commit f0a32b9c1bdec504ec285486adc05936547f6dc5)

21 years agoWaider's cosmetic change to print out the database type when
Volker Lendecke [Mon, 31 Mar 2003 10:47:26 +0000 (10:47 +0000)]
Waider's cosmetic change to print out the database type when
downloading stuff.

Volker
(This used to be commit 702d368a9af98d59775ebc3ed89774507397b7e3)

21 years agoWaider's cosmetic change to print out the database type when
Volker Lendecke [Mon, 31 Mar 2003 10:44:21 +0000 (10:44 +0000)]
Waider's cosmetic change to print out the database type when
downloading stuff.

Volker
(This used to be commit b86ea50fa6dae04adeef750cdbe606a292c1430a)

21 years agoFix a botched merge from appliance-head...
Andrew Bartlett [Mon, 31 Mar 2003 08:14:37 +0000 (08:14 +0000)]
Fix a botched merge from appliance-head...

We have an extra NULL here, which is (if I understand correctly) related
to a optional 'charset conversion' function.

In any case, as this is a variable args length function, the compiler
didn't pick it up.

Would it be possible to change applicance_head (or even HEAD) in such
a way that this extra arg would cause a warning?

Finding this by testing is getting painful...

Andrew Bartlett
(This used to be commit b4e52d90f8a207b5cd7415abb5915c3ac0c65dfc)

21 years agoTidyup of winbindd client OS specific autoconf code.
Tim Potter [Mon, 31 Mar 2003 05:51:41 +0000 (05:51 +0000)]
Tidyup of winbindd client OS specific autoconf code.
(This used to be commit b20b8d050b45846798a6dc535cfcd4a47ba21694)

21 years agoPlaceholder for winbind aix client.
Tim Potter [Mon, 31 Mar 2003 05:47:59 +0000 (05:47 +0000)]
Placeholder for winbind aix client.
(This used to be commit 872b2ba35bbe9f4312530368615e99808b3a7756)

21 years agoautoconf change to compile winbindd for AIX. The client side code
Tim Potter [Mon, 31 Mar 2003 05:46:32 +0000 (05:46 +0000)]
autoconf change to compile winbindd for AIX.  The client side code
is still under development.
(This used to be commit d110a56e433fd2ed5267c6d445b7a652d52940dc)

21 years agoCleanup of winbind client side code.
Tim Potter [Mon, 31 Mar 2003 04:36:01 +0000 (04:36 +0000)]
Cleanup of winbind client side code.

Mostly this consists of untangling the existing code and moving it in
to operating system specific files.  The winbind client code for all
supported operating systems is now in nsswitch/winbind_nss_OSNAME.[ch]
to make things a bit clearer.
(This used to be commit 93ea047a16a292b23a1d8736ce9bc4098ba142ba)

21 years agoremoving duplicate listing of files
Gerald Carter [Mon, 31 Mar 2003 04:05:32 +0000 (04:05 +0000)]
removing duplicate listing of files
(This used to be commit 6ed71eb5a4912247197bb12bf282ec7a7562d157)

21 years agopreparing for release of 3.0alpha23
Gerald Carter [Mon, 31 Mar 2003 03:07:13 +0000 (03:07 +0000)]
preparing for release of 3.0alpha23
(This used to be commit 42d76f44c0be90b4f78a568a577672cacf800639)

21 years agopreparing for release of 3.0alpha23
Gerald Carter [Mon, 31 Mar 2003 02:36:31 +0000 (02:36 +0000)]
preparing for release of 3.0alpha23
(This used to be commit 4d43bd410265d67da3e148981cb6ca45cedddb4c)

21 years agoNT4 is particularly fussy about getting this right.
Andrew Bartlett [Mon, 31 Mar 2003 02:30:49 +0000 (02:30 +0000)]
NT4 is particularly fussy about getting this right.

Andrew Bartlett
(This used to be commit 055a499afb0cab87529f3f991765af95f11cc364)

21 years agoupdate version number in release notes
Gerald Carter [Mon, 31 Mar 2003 02:29:19 +0000 (02:29 +0000)]
update version number in release notes
(This used to be commit 378c48dedaef9b71aa0901adae21c16403b6d66f)

21 years agoupdating release notes for next alpha
Gerald Carter [Mon, 31 Mar 2003 02:21:37 +0000 (02:21 +0000)]
updating release notes for next alpha
(This used to be commit 8fb8290319d5793e002c5a3577a8b1868f34319d)

21 years agoupdated passdb backend parameter
Gerald Carter [Mon, 31 Mar 2003 01:57:15 +0000 (01:57 +0000)]
updated passdb backend parameter
(This used to be commit 36a1fea696ca2c729c0f2e71d4587fafdc3daf94)

21 years agoBreak the current build dependency on perl. Perl is required for
Tim Potter [Mon, 31 Mar 2003 01:44:42 +0000 (01:44 +0000)]
Break the current build dependency on perl.  Perl is required for
include/tdbsam2_parse_info.h which is included by sam/gumm_tdb.c which
doesn't seem to be used anywhere.

It would be nice to have the tdbsam2 stuff hidden behind a --with
configuration parameter so it doesn't interfere with normal builds.

(One of the build farm machines doesn't have perl installed).
(This used to be commit 58924582e8bb922680860a13a89381b44906e9bc)

21 years agoSuccess is not a level-0 issue...
Andrew Bartlett [Mon, 31 Mar 2003 01:30:19 +0000 (01:30 +0000)]
Success is not a level-0 issue...

Andrew Bartlett
(This used to be commit 54e736e6f46a8db6db64a1025daa33fffcbde799)

21 years agoDon't try and dlsym or dlclose a NULL pointer.
Andrew Bartlett [Mon, 31 Mar 2003 01:08:59 +0000 (01:08 +0000)]
Don't try and dlsym or dlclose a NULL pointer.

The new modules system does not always dlopen() it's modules, and when it
does, it keeps them open for the life of the server, not the life of the
connection.

This caused a segfault on every tree disconnect!

Andrew Bartlett
(This used to be commit c76ecbae6295022d031d2e286f2d67e5d08946a2)

21 years agoadd a few error checks in EnumPrinterData()
Gerald Carter [Mon, 31 Mar 2003 01:00:34 +0000 (01:00 +0000)]
add a few error checks in EnumPrinterData()
(This used to be commit 453813ec6e2c25a3f6a664212aedcad15cfd6000)

21 years agoadd a few error checks in EnumPrinterData()
Gerald Carter [Mon, 31 Mar 2003 00:59:58 +0000 (00:59 +0000)]
add a few error checks in EnumPrinterData()
(This used to be commit 6cd74dea086aa6e0936719f6e2829494c4688ea6)

21 years agoset version string
Gerald Carter [Mon, 31 Mar 2003 00:53:03 +0000 (00:53 +0000)]
set version string
(This used to be commit 39102a070b010dd5c83a8075654952c922df00a4)

21 years agosmbpasswd -> net
Andrew Bartlett [Mon, 31 Mar 2003 00:32:13 +0000 (00:32 +0000)]
smbpasswd -> net
(This used to be commit 25f2ebd2711182645fcb2225b4a5a4ed9d3c6dd7)

21 years agodistclean fixups from Paul Green.
Tim Potter [Sun, 30 Mar 2003 23:44:22 +0000 (23:44 +0000)]
distclean fixups from Paul Green.
(This used to be commit 3776840227104b1d7d3b7aeceba5d84ded6cfeec)

21 years agoUpdating from HEAD branch.
John Terpstra [Sun, 30 Mar 2003 23:21:51 +0000 (23:21 +0000)]
Updating from HEAD branch.
(This used to be commit cf4673685b430373bfbaafeaaa418d746475b4f8)

21 years agoupdate copyright notice since it we are now almost 4 months into 2003
Gerald Carter [Sun, 30 Mar 2003 23:03:27 +0000 (23:03 +0000)]
update copyright notice since it we are now almost 4 months into 2003
(This used to be commit 6a17c23a549e1e2ce2b428421fbf0b81b37ad0c1)

21 years agoupdate copyright notice since it we are now almost 4 months into 2003
Gerald Carter [Sun, 30 Mar 2003 23:03:11 +0000 (23:03 +0000)]
update copyright notice since it we are now almost 4 months into 2003
(This used to be commit 0751d2f117b4274dd19388d856de75d9fc739865)

21 years agoFix installation of auth and charset modules (reported by Stephan Kulow)
Jelmer Vernooij [Sun, 30 Mar 2003 21:23:01 +0000 (21:23 +0000)]
Fix installation of auth and charset modules (reported by Stephan Kulow)
(This used to be commit 2a281784c95854e13076b21f8043cd624063d461)

21 years agoThis sets the domain for the user in vampire. Otherwise
Volker Lendecke [Sun, 30 Mar 2003 16:46:28 +0000 (16:46 +0000)]
This sets the domain for the user in vampire. Otherwise
we end up with an empty domain field, which a workstation
does not really like in sam_logon..

Volker
(This used to be commit e0cb325b99e09a5a5cba07f0403ed445814bbf53)

21 years agoThis sets the domain for the user in vampire. Otherwise
Volker Lendecke [Sun, 30 Mar 2003 16:46:04 +0000 (16:46 +0000)]
This sets the domain for the user in vampire. Otherwise
we end up with an empty domain field, which a workstation
does not really like in sam_logon..

Volker
(This used to be commit 5a3f89d3c12c5e4ab89fbe220ca34387c1660511)

21 years agoThis fixes group updates in LDAP the same way as user updates
Volker Lendecke [Sun, 30 Mar 2003 16:40:41 +0000 (16:40 +0000)]
This fixes group updates in LDAP the same way as user updates
are handled, though we assume that always everything needs to
be updated in LDAP. PDB_IS_* is not done yet for groups.
Do we need it?

Volker
(This used to be commit 091f8f94486057b33f0409887ba09000a8415f4c)

21 years agoThis fixes group updates in LDAP the same way as user updates
Volker Lendecke [Sun, 30 Mar 2003 16:40:13 +0000 (16:40 +0000)]
This fixes group updates in LDAP the same way as user updates
are handled, though we assume that always everything needs to
be updated in LDAP. PDB_IS_* is not done yet for groups.
Do we need it?

Volker
(This used to be commit 409a26282f8fcbd583a85df40c70b504eac26f6e)

21 years agoThis changes our handling of invalid service types that the
Volker Lendecke [Sun, 30 Mar 2003 16:37:10 +0000 (16:37 +0000)]
This changes our handling of invalid service types that the
client requested on tconx. We now return the same error
code like NT4SP6 and W2kSP3 return.

TCONDEV is a little test for this.

Volker
(This used to be commit 6f94ab8ed50ad171f25e9538417c5074feba164d)

21 years agoThis changes our handling of invalid service types that the
Volker Lendecke [Sun, 30 Mar 2003 16:36:21 +0000 (16:36 +0000)]
This changes our handling of invalid service types that the
client requested on tconx. We now return the same error
code like NT4SP6 and W2kSP3 return.

TCONDEV is a little test for this.

Volker
(This used to be commit 6ab88f31d6773f16baff8421ec9e530461cc8f93)

21 years ago- Point users at the HOWTO Collection instead of 'README' in modules/mysql.c
Jelmer Vernooij [Sun, 30 Mar 2003 12:42:18 +0000 (12:42 +0000)]
- Point users at the HOWTO Collection instead of 'README' in modules/mysql.c
- Make passdb work with absolute paths (passdb backend = /path/to/smbpasswd.so works now). vfs, rpc and charset will follow
(This used to be commit 794d3ed03619a4e41558d9ff65783a1aa1b2be90)

21 years ago- Regenerate docs
Jelmer Vernooij [Sun, 30 Mar 2003 11:22:22 +0000 (11:22 +0000)]
- Regenerate docs
- Document 'preload modules'
(This used to be commit 57407401d0f261d4b8e42fdc64479afef10211c3)

21 years agoadded simple tests for SMBchkpath and SMBioctl
Andrew Tridgell [Sun, 30 Mar 2003 09:45:44 +0000 (09:45 +0000)]
added simple tests for SMBchkpath and SMBioctl
(This used to be commit ca982a9f1d6485e2d388d4b2e9c13806736ad91e)

21 years agomissed a couple of files
Gerald Carter [Sun, 30 Mar 2003 04:21:14 +0000 (04:21 +0000)]
missed a couple of files
(This used to be commit 4d1e39846ebef4bd7e6e0687811aca2103dfd591)

21 years agoMerge from HEAD - leave the SMB buffer untouched when checking it's SMB sig.
Andrew Bartlett [Sun, 30 Mar 2003 02:58:33 +0000 (02:58 +0000)]
Merge from HEAD - leave the SMB buffer untouched when checking it's SMB sig.

Andrew Bartlett
(This used to be commit 3d4c4b6cb3f4850f0801f140ea3dad2c8423ee52)

21 years agoDon't modify the incoming packet when checking the signiture.
Andrew Bartlett [Sun, 30 Mar 2003 02:52:47 +0000 (02:52 +0000)]
Don't modify the incoming packet when checking the signiture.

Andrew Bartlett
(This used to be commit 7064edf8534a6098fc4990bc516fcb45f4ff44bb)

21 years agofixed the -B option as well
Andrew Tridgell [Sun, 30 Mar 2003 00:00:10 +0000 (00:00 +0000)]
fixed the -B option as well
(This used to be commit 0c12a206bb6610d79deb89868cac9293604b7c08)

21 years agofixed the -U option in nmblookup
Andrew Tridgell [Sat, 29 Mar 2003 23:55:54 +0000 (23:55 +0000)]
fixed the -U option in nmblookup

please remember to *test* your changes before committing them. This is
especially the case when you receive patches from outside the team -
before you commit you must make sure that the patch actually works.
(This used to be commit 1d3c7e7fb628a528978f345f83289cc7f2521c35)

21 years agoupdated the TCON test so that win2000 passes. Samba now fails this
Andrew Tridgell [Sat, 29 Mar 2003 23:30:53 +0000 (23:30 +0000)]
updated the TCON test so that win2000 passes. Samba now fails this
test.

It is an interesting test because it shows that win2000 completely
ignores the TID and VUID fields in a SMBwriteX. In Samba it is hard to
do this as we check the VUID and TID fields before we call the SMB
specific reply functions.

The test also shows that the list of open files must be global to the
socket, not specific to a tcon.
(This used to be commit be98069c4e5bbfbe3ce66c20f796c2d2324e7511)

21 years agoUpdated for 3.0 release.
John Terpstra [Sat, 29 Mar 2003 23:25:31 +0000 (23:25 +0000)]
Updated for 3.0 release.
(This used to be commit 4a8e7578bf5d6df5a247e74eeb5a79b6a273737e)

21 years agoREADME file to explain that this is not a SuSE update.
John Terpstra [Sat, 29 Mar 2003 23:22:07 +0000 (23:22 +0000)]
README file to explain that this is not a SuSE update.
(This used to be commit 97d6e2fcfb01e3ae4431420407923b267c971bb1)

21 years agoPackaging files for SuSE 8.1
John Terpstra [Sat, 29 Mar 2003 23:17:30 +0000 (23:17 +0000)]
Packaging files for SuSE 8.1
(This used to be commit bacdf3b15c34991df01a49b47c178b36de048743)

21 years agoCleaning up SuSE build area in preparation for adding packaging for SuSE 8.1
John Terpstra [Sat, 29 Mar 2003 23:16:24 +0000 (23:16 +0000)]
Cleaning up SuSE build area in preparation for adding packaging for SuSE 8.1
Note: Also will work for UnitedLinux
(This used to be commit 6bc6c597760fe99e0d08d63a28a7559d61598222)

21 years agomerging packaging changes fro 2.2
Gerald Carter [Sat, 29 Mar 2003 22:06:45 +0000 (22:06 +0000)]
merging packaging changes fro 2.2
(This used to be commit d75787a112ff723f9ffe55531604fd2e99bb34d4)

21 years agoThis commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
cvs2svn Import User [Sat, 29 Mar 2003 12:49:55 +0000 (12:49 +0000)]
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit c779af7a06d2f2b400f9bca32b51e91d1757e2e6)

21 years agosync packagaing with SAMBA_3_0
Gerald Carter [Sat, 29 Mar 2003 12:49:54 +0000 (12:49 +0000)]
sync packagaing with SAMBA_3_0
(This used to be commit b97f6620aa80df9649775f81055b70146a03ec66)

21 years agoadded a simple test for the old SMBtcon interface
Andrew Tridgell [Sat, 29 Mar 2003 12:44:42 +0000 (12:44 +0000)]
added a simple test for the old SMBtcon interface
(This used to be commit c95ae394c5dfe5e0fcc658119213b17bcb95fab5)

21 years agopackaging updates from Buchan
Gerald Carter [Fri, 28 Mar 2003 23:13:51 +0000 (23:13 +0000)]
packaging updates from Buchan
(This used to be commit 9469c69b42553f54f8aff072f1a48382554537d7)

21 years agoMore patches from coolo. One of these functions needs to be moved
Richard Sharpe [Fri, 28 Mar 2003 21:41:27 +0000 (21:41 +0000)]
More patches from coolo. One of these functions needs to be moved
elsewhere so other code can use it.
(This used to be commit b988e16b7da824864cac6b69910ade27885e7f50)

21 years agoFix some uncleanness with testsmbc.c
Richard Sharpe [Fri, 28 Mar 2003 21:12:11 +0000 (21:12 +0000)]
Fix some uncleanness with testsmbc.c
(This used to be commit 73ef6d35bbadc3ea549309119857effe3c1bc7ef)

21 years agoSome fixes to URL syntax from coolo.
Richard Sharpe [Fri, 28 Mar 2003 21:07:44 +0000 (21:07 +0000)]
Some fixes to URL syntax from coolo.
(This used to be commit de49c3f48f85519b31e797730eca82cb979098dc)

21 years agofix CIDR hosts allow/deny notation
Gerald Carter [Fri, 28 Mar 2003 15:42:57 +0000 (15:42 +0000)]
fix CIDR hosts allow/deny notation
(This used to be commit 0dc611569427c8b63b752d0f62f2127dc1479754)

21 years agofix CIDR hosts allow/deny notation
Gerald Carter [Fri, 28 Mar 2003 15:42:36 +0000 (15:42 +0000)]
fix CIDR hosts allow/deny notation
(This used to be commit 84707fd95eec260a1cb22a165a0161a075f93ada)

21 years agoMerge from HEAD - get better error strings from the ldap server in pdb_ldap.
Andrew Bartlett [Fri, 28 Mar 2003 10:02:43 +0000 (10:02 +0000)]
Merge from HEAD - get better error strings from the ldap server in pdb_ldap.

Andrew Bartlett
(This used to be commit 5dc29b10b08658178133aee7b4c47197fadc533a)

21 years agoTry to get meaningful errors out of ldap more often - get the error string
Andrew Bartlett [Fri, 28 Mar 2003 09:59:11 +0000 (09:59 +0000)]
Try to get meaningful errors out of ldap more often - get the error string
from the server, not just the error code translation.

Andrew Bartlett
(This used to be commit 92415441fdc0f7d7c8b338d4cd4bbbba5418f88e)

21 years agoAllow the new modules system to function with builtin vfs modules.
Andrew Bartlett [Fri, 28 Mar 2003 05:24:21 +0000 (05:24 +0000)]
Allow the new modules system to function with builtin vfs modules.

If we don't have a vfs path set, just pass the original file name.

In future, we need to seperate the default path as a seperate paramater.

Andrew Bartlett
(This used to be commit 93c91a2e9d325a4b2d092e144e63f743e6e049bc)

21 years agodon't include proto.h during autoconf tests since it doesn't exist yet; fixed getsmbp...
Gerald Carter [Fri, 28 Mar 2003 02:03:31 +0000 (02:03 +0000)]
don't include proto.h during autoconf tests since it doesn't exist yet; fixed getsmbpass replacement test
(This used to be commit 2aa2767ed5dc5290d6f71174bbf1be7d75a97d8b)

21 years agodon't include proto.h during autoconf tests since it doesn't exist yet; fixed getsmbp...
Gerald Carter [Fri, 28 Mar 2003 02:02:32 +0000 (02:02 +0000)]
don't include proto.h during autoconf tests since it doesn't exist yet; fixed getsmbpass replacement test
(This used to be commit ff43a292b9f8e0a39d19cb099913efd899de84fa)

21 years agofix up IPC/LPT:/A: devicetype in tcon_and_X
Gerald Carter [Fri, 28 Mar 2003 02:00:19 +0000 (02:00 +0000)]
fix up IPC/LPT:/A: devicetype in tcon_and_X
(This used to be commit a9ccae314fdb4b96115d31083f1a4b26209d597c)

21 years agomerged real time signal fixes from head
Andrew Tridgell [Fri, 28 Mar 2003 01:07:05 +0000 (01:07 +0000)]
merged real time signal fixes from head
(This used to be commit 03a5e62300f3cfb96d14570b73a758e6fa64c449)

21 years agoit is possible for some of the real time signals to be used by glibc,
Andrew Tridgell [Fri, 28 Mar 2003 01:05:32 +0000 (01:05 +0000)]
it is possible for some of the real time signals to be used by glibc,
which then changes SIGRTMIN. It is also possible for bash to leave
some real time signals blocked at startup. This fixes both problems.
(This used to be commit 8d45bf644aecb6993c2a82b86a4527b33029ed8f)

21 years agoAdding some more docs from HEAD branch.
John Terpstra [Fri, 28 Mar 2003 00:51:26 +0000 (00:51 +0000)]
Adding some more docs from HEAD branch.
(This used to be commit d5cdba337a13e29fe0ce9f3b058ddb87e8c97b78)

21 years agoUpdating projdoc from HEAD brach.
John Terpstra [Fri, 28 Mar 2003 00:50:49 +0000 (00:50 +0000)]
Updating projdoc from HEAD brach.
(This used to be commit d4545b9154162a0a340ef52bfe8443b86dae9e56)

21 years agoits VFS_NETATALK_OBJ not VFS_NETATALK
Andrew Tridgell [Fri, 28 Mar 2003 00:28:55 +0000 (00:28 +0000)]
its VFS_NETATALK_OBJ not VFS_NETATALK
(This used to be commit 662e1bea1b5e8ca8fb842f7ef76f848541116760)

21 years agoremoved a duplicate lump of module stuff in configure.in
Andrew Tridgell [Fri, 28 Mar 2003 00:21:01 +0000 (00:21 +0000)]
removed a duplicate lump of module stuff in configure.in
(This used to be commit 0502c8a06e3bcefd9ea0f16f611bafc66086fbe9)

21 years agoCompile @VFS_STATIC@ into smbd and vfstest
Jelmer Vernooij [Thu, 27 Mar 2003 23:36:16 +0000 (23:36 +0000)]
Compile @VFS_STATIC@ into smbd and vfstest
(This used to be commit 0133c0a2ee36015f6f459da6f4d9472bf5a4dec4)

21 years agoAlso rebuild smbd/vfs.o after reconfiguring
Jelmer Vernooij [Thu, 27 Mar 2003 23:31:15 +0000 (23:31 +0000)]
Also rebuild smbd/vfs.o after reconfiguring
(This used to be commit afda828b388381742b4d980b21bed953273eb3aa)

21 years agoThis commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
cvs2svn Import User [Thu, 27 Mar 2003 23:02:44 +0000 (23:02 +0000)]
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit 6cd4d3f39a1258d51c022c99c73a7341b0ff94a5)

21 years agoDoc updates from John + some minor fixes by me
Jelmer Vernooij [Thu, 27 Mar 2003 23:02:43 +0000 (23:02 +0000)]
Doc updates from John + some minor fixes by me
(This used to be commit 7fc49746dfd8d93066fe6870e3b642a5898aa032)

21 years agocleanup the IPC/LPT:/A: mess I started
Gerald Carter [Thu, 27 Mar 2003 22:27:53 +0000 (22:27 +0000)]
cleanup the IPC/LPT:/A: mess I started
(This used to be commit e6034a03d543d8672303f2b24982cfc03b124391)

21 years agopdb_ldap may require ROOT privilages to access the group mapping. (yes, it's ugly :-)
Andrew Bartlett [Thu, 27 Mar 2003 22:01:22 +0000 (22:01 +0000)]
pdb_ldap may require ROOT privilages to access the group mapping. (yes, it's ugly :-)

Andrew Bartlett
(This used to be commit 12579a62945d0d475b53c4ab49761a01be9e8394)

21 years agoReflect current conversion status
Alexander Bokovoy [Thu, 27 Mar 2003 18:56:42 +0000 (18:56 +0000)]
Reflect current conversion status
(This used to be commit 8f1c78df1088beeb11de54b0369b4e5f036004d4)

21 years ago1. Fix generate-file-list.sh to produce a list sorted by parameter name, not paramet...
Alexander Bokovoy [Thu, 27 Mar 2003 18:28:55 +0000 (18:28 +0000)]
1. Fix  generate-file-list.sh to produce a list sorted by parameter name, not parameter section.
2. Convert base parameters to new meta-information scheme
(This used to be commit 6026e47cfe493625c6ed017ecae3cc785a6d0347)

21 years agoPut backwards compatibility support for old modules in a seperate function
Jelmer Vernooij [Thu, 27 Mar 2003 16:33:59 +0000 (16:33 +0000)]
Put backwards compatibility support for old modules in a seperate function
(This used to be commit 2dd00078eec736797e65f69ad00297068e57cd9a)

21 years agoAdd new framework for smb.conf(5). Please read README before trying to compile.
Alexander Bokovoy [Thu, 27 Mar 2003 15:27:19 +0000 (15:27 +0000)]
Add new framework for smb.conf(5). Please read README before trying to compile.
I will commit more meta-information updates during week-end.
(This used to be commit 8d684dffab6a90b3d612a1aa2b2c457a2bc2e6ac)

21 years agoThis is no functional change. It just makes pdb_ldap.c a bit
Volker Lendecke [Thu, 27 Mar 2003 14:31:46 +0000 (14:31 +0000)]
This is no functional change. It just makes pdb_ldap.c a bit
easier to understand by moving the logic for init_ldap_from_sam
and friends around.

Volker
(This used to be commit 09a92984baaee94521d0cacf16daaf0291242b42)

21 years agoThis is no functional change. It just makes pdb_ldap.c a bit
Volker Lendecke [Thu, 27 Mar 2003 14:30:10 +0000 (14:30 +0000)]
This is no functional change. It just makes pdb_ldap.c a bit
easier to understand by moving the logic for init_ldap_from_sam
and friends around.

Volker
(This used to be commit 124c80facba364033f72b20660f347390effba59)

21 years agoFix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16.
Volker Lendecke [Thu, 27 Mar 2003 14:25:30 +0000 (14:25 +0000)]
Fix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16.

Volker
(This used to be commit 5acb9f421c149126370e79d66d3d9ace6be9a695)

21 years agoTidy XML formating
Alexander Bokovoy [Thu, 27 Mar 2003 14:22:03 +0000 (14:22 +0000)]
Tidy XML formating
(This used to be commit f9515634f344f2408909d2398a7b585b91dca6ec)

21 years agoFix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16.
Volker Lendecke [Thu, 27 Mar 2003 14:12:42 +0000 (14:12 +0000)]
Fix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16.

Volker
(This used to be commit e92bfb766b08abccbf098c8d04347eb296b9be54)

21 years agolocal_gid_to_sid() could use pdb_ldap, which for now requires ROOT.
Andrew Bartlett [Thu, 27 Mar 2003 12:54:50 +0000 (12:54 +0000)]
local_gid_to_sid() could use pdb_ldap, which for now requires ROOT.
(This used to be commit a51ce67e322f91a56acb9e358ee8b2254b2e7792)

21 years agoUse the new modules system in VFS. If a module can't be loaded with the
Jelmer Vernooij [Thu, 27 Mar 2003 12:08:46 +0000 (12:08 +0000)]
Use the new modules system in VFS. If a module can't be loaded with the
new modules system, we still fall back to the old system.
(This used to be commit cebe8d8b424f10006f2f791a8f086c6c8a7f5d57)

21 years agoThe definition of pstrcpy_base(), and the preceeding comments, were given
Christopher R. Hertel [Thu, 27 Mar 2003 05:17:28 +0000 (05:17 +0000)]
The definition of pstrcpy_base(), and the preceeding comments, were given
twice (probably a cut/paste error).
(This used to be commit d9b799d8c35a7453e6ccb92b3fc4ec2ec510449a)

21 years agoThe definition of pstrcpy_base(), and the preceeding comments, were given
Christopher R. Hertel [Thu, 27 Mar 2003 05:11:25 +0000 (05:11 +0000)]
The definition of pstrcpy_base(), and the preceeding comments, were given
twice (probably a cut/paste error).
The definition of pstrcpy_base(), and the preceeding comments, were given
twice (probably a cut/paste error).
(This used to be commit 5306f6f7c88234d51c4ff13d5451d3489de6b00e)