summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-03-31preparing for release of 3.0alpha23Gerald Carter1-0/+1
(This used to be commit 4d43bd410265d67da3e148981cb6ca45cedddb4c)
2003-03-31update version number in release notesGerald Carter1-2/+2
(This used to be commit 378c48dedaef9b71aa0901adae21c16403b6d66f)
2003-03-31updating release notes for next alphaGerald Carter1-244/+113
(This used to be commit 8fb8290319d5793e002c5a3577a8b1868f34319d)
2003-03-31updated passdb backend parameterGerald Carter6-39/+140
(This used to be commit 36a1fea696ca2c729c0f2e71d4587fafdc3daf94)
2003-03-31add a few error checks in EnumPrinterData()Gerald Carter1-4/+5
(This used to be commit 6cd74dea086aa6e0936719f6e2829494c4688ea6)
2003-03-31set version stringGerald Carter1-1/+1
(This used to be commit 39102a070b010dd5c83a8075654952c922df00a4)
2003-03-30Updating from HEAD branch.John Terpstra1-4808/+6209
(This used to be commit cf4673685b430373bfbaafeaaa418d746475b4f8)
2003-03-30update copyright notice since it we are now almost 4 months into 2003Gerald Carter2-2/+2
(This used to be commit 0751d2f117b4274dd19388d856de75d9fc739865)
2003-03-30This sets the domain for the user in vampire. OtherwiseVolker Lendecke1-0/+2
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)
2003-03-30This fixes group updates in LDAP the same way as user updatesVolker Lendecke1-77/+98
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)
2003-03-30This changes our handling of invalid service types that theVolker Lendecke2-7/+112
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)
2003-03-30missed a couple of filesGerald Carter0-0/+0
(This used to be commit 4d1e39846ebef4bd7e6e0687811aca2103dfd591)
2003-03-30Merge from HEAD - leave the SMB buffer untouched when checking it's SMB sig.Andrew Bartlett1-10/+26
Andrew Bartlett (This used to be commit 3d4c4b6cb3f4850f0801f140ea3dad2c8423ee52)
2003-03-29Updated for 3.0 release.John Terpstra1-1/+9
(This used to be commit 4a8e7578bf5d6df5a247e74eeb5a79b6a273737e)
2003-03-29README file to explain that this is not a SuSE update.John Terpstra1-0/+18
(This used to be commit 97d6e2fcfb01e3ae4431420407923b267c971bb1)
2003-03-29Packaging files for SuSE 8.1John Terpstra8-0/+1138
(This used to be commit bacdf3b15c34991df01a49b47c178b36de048743)
2003-03-29Cleaning up SuSE build area in preparation for adding packaging for SuSE 8.1John Terpstra3-608/+0
Note: Also will work for UnitedLinux (This used to be commit 6bc6c597760fe99e0d08d63a28a7559d61598222)
2003-03-29merging packaging changes fro 2.2Gerald Carter1-3/+1
(This used to be commit d75787a112ff723f9ffe55531604fd2e99bb34d4)
2003-03-29This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User1-0/+93
used to be commit c779af7a06d2f2b400f9bca32b51e91d1757e2e6)
2003-03-29sync packagaing with SAMBA_3_0Gerald Carter5-219/+629
(This used to be commit b97f6620aa80df9649775f81055b70146a03ec66)
2003-03-29added a simple test for the old SMBtcon interfaceAndrew Tridgell2-1/+80
(This used to be commit c95ae394c5dfe5e0fcc658119213b17bcb95fab5)
2003-03-28packaging updates from BuchanGerald Carter4-219/+536
(This used to be commit 9469c69b42553f54f8aff072f1a48382554537d7)
2003-03-28More patches from coolo. One of these functions needs to be movedRichard Sharpe1-42/+78
elsewhere so other code can use it. (This used to be commit b988e16b7da824864cac6b69910ade27885e7f50)
2003-03-28Fix some uncleanness with testsmbc.cRichard Sharpe1-1/+1
(This used to be commit 73ef6d35bbadc3ea549309119857effe3c1bc7ef)
2003-03-28Some fixes to URL syntax from coolo.Richard Sharpe1-2/+85
(This used to be commit de49c3f48f85519b31e797730eca82cb979098dc)
2003-03-28fix CIDR hosts allow/deny notationGerald Carter1-1/+1
(This used to be commit 0dc611569427c8b63b752d0f62f2127dc1479754)
2003-03-28fix CIDR hosts allow/deny notationGerald Carter1-1/+1
(This used to be commit 84707fd95eec260a1cb22a165a0161a075f93ada)
2003-03-28Merge from HEAD - get better error strings from the ldap server in pdb_ldap.Andrew Bartlett1-11/+38
Andrew Bartlett (This used to be commit 5dc29b10b08658178133aee7b4c47197fadc533a)
2003-03-28Try to get meaningful errors out of ldap more often - get the error stringAndrew Bartlett1-11/+38
from the server, not just the error code translation. Andrew Bartlett (This used to be commit 92415441fdc0f7d7c8b338d4cd4bbbba5418f88e)
2003-03-28Allow the new modules system to function with builtin vfs modules.Andrew Bartlett1-1/+1
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)
2003-03-28don't include proto.h during autoconf tests since it doesn't exist yet; ↵Gerald Carter2-0/+3
fixed getsmbpass replacement test (This used to be commit 2aa2767ed5dc5290d6f71174bbf1be7d75a97d8b)
2003-03-28don't include proto.h during autoconf tests since it doesn't exist yet; ↵Gerald Carter2-0/+3
fixed getsmbpass replacement test (This used to be commit ff43a292b9f8e0a39d19cb099913efd899de84fa)
2003-03-28fix up IPC/LPT:/A: devicetype in tcon_and_XGerald Carter1-21/+20
(This used to be commit a9ccae314fdb4b96115d31083f1a4b26209d597c)
2003-03-28merged real time signal fixes from headAndrew Tridgell3-2/+12
(This used to be commit 03a5e62300f3cfb96d14570b73a758e6fa64c449)
2003-03-28it is possible for some of the real time signals to be used by glibc,Andrew Tridgell3-2/+12
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)
2003-03-28Adding some more docs from HEAD branch.John Terpstra0-0/+0
(This used to be commit d5cdba337a13e29fe0ce9f3b058ddb87e8c97b78)
2003-03-28Updating projdoc from HEAD brach.John Terpstra22-1306/+479
(This used to be commit d4545b9154162a0a340ef52bfe8443b86dae9e56)
2003-03-28its VFS_NETATALK_OBJ not VFS_NETATALKAndrew Tridgell1-1/+1
(This used to be commit 662e1bea1b5e8ca8fb842f7ef76f848541116760)
2003-03-28removed a duplicate lump of module stuff in configure.inAndrew Tridgell1-7/+0
(This used to be commit 0502c8a06e3bcefd9ea0f16f611bafc66086fbe9)
2003-03-27Compile @VFS_STATIC@ into smbd and vfstestJelmer Vernooij1-1/+1
(This used to be commit 0133c0a2ee36015f6f459da6f4d9472bf5a4dec4)
2003-03-27Also rebuild smbd/vfs.o after reconfiguringJelmer Vernooij1-1/+1
(This used to be commit afda828b388381742b4d980b21bed953273eb3aa)
2003-03-27This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User24-0/+3381
used to be commit 6cd4d3f39a1258d51c022c99c73a7341b0ff94a5)
2003-03-27Doc updates from John + some minor fixes by meJelmer Vernooij5-418/+573
(This used to be commit 7fc49746dfd8d93066fe6870e3b642a5898aa032)
2003-03-27cleanup the IPC/LPT:/A: mess I startedGerald Carter1-16/+19
(This used to be commit e6034a03d543d8672303f2b24982cfc03b124391)
2003-03-27pdb_ldap may require ROOT privilages to access the group mapping. (yes, it's ↵Andrew Bartlett1-0/+2
ugly :-) Andrew Bartlett (This used to be commit 12579a62945d0d475b53c4ab49761a01be9e8394)
2003-03-27Reflect current conversion statusAlexander Bokovoy1-1/+1
(This used to be commit 8f1c78df1088beeb11de54b0369b4e5f036004d4)
2003-03-271. Fix generate-file-list.sh to produce a list sorted by parameter name, ↵Alexander Bokovoy16-244/+295
not parameter section. 2. Convert base parameters to new meta-information scheme (This used to be commit 6026e47cfe493625c6ed017ecae3cc785a6d0347)
2003-03-27Put backwards compatibility support for old modules in a seperate functionJelmer Vernooij1-45/+58
(This used to be commit 2dd00078eec736797e65f69ad00297068e57cd9a)
2003-03-27Add new framework for smb.conf(5). Please read README before trying to compile.Alexander Bokovoy323-0/+7843
I will commit more meta-information updates during week-end. (This used to be commit 8d684dffab6a90b3d612a1aa2b2c457a2bc2e6ac)
2003-03-27This is no functional change. It just makes pdb_ldap.c a bitVolker Lendecke1-24/+50
easier to understand by moving the logic for init_ldap_from_sam and friends around. Volker (This used to be commit 09a92984baaee94521d0cacf16daaf0291242b42)