summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * This sets the domain for the user in vampire. OtherwiseVolker Lendecke2003-03-301-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 e0cb325b99e09a5a5cba07f0403ed445814bbf53)
| * This fixes group updates in LDAP the same way as user updatesVolker Lendecke2003-03-301-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 409a26282f8fcbd583a85df40c70b504eac26f6e)
| * This changes our handling of invalid service types that theVolker Lendecke2003-03-302-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 6ab88f31d6773f16baff8421ec9e530461cc8f93)
| * - Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij2003-03-304-6/+31
| | | | | | | | | | - 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)
| * added simple tests for SMBchkpath and SMBioctlAndrew Tridgell2003-03-302-1/+173
| | | | | | | | (This used to be commit ca982a9f1d6485e2d388d4b2e9c13806736ad91e)
| * Don't modify the incoming packet when checking the signiture.Andrew Bartlett2003-03-301-10/+26
| | | | | | | | | | Andrew Bartlett (This used to be commit 7064edf8534a6098fc4990bc516fcb45f4ff44bb)
| * fixed the -B option as wellAndrew Tridgell2003-03-301-4/+4
| | | | | | | | (This used to be commit 0c12a206bb6610d79deb89868cac9293604b7c08)
| * fixed the -U option in nmblookupAndrew Tridgell2003-03-291-1/+1
| | | | | | | | | | | | | | 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)
| * updated the TCON test so that win2000 passes. Samba now fails thisAndrew Tridgell2003-03-291-32/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * added a simple test for the old SMBtcon interfaceAndrew Tridgell2003-03-292-1/+80
| | | | | | | | (This used to be commit c95ae394c5dfe5e0fcc658119213b17bcb95fab5)
| * More patches from coolo. One of these functions needs to be movedRichard Sharpe2003-03-281-42/+78
| | | | | | | | | | elsewhere so other code can use it. (This used to be commit b988e16b7da824864cac6b69910ade27885e7f50)
| * Some fixes to URL syntax from coolo.Richard Sharpe2003-03-281-2/+85
| | | | | | | | (This used to be commit de49c3f48f85519b31e797730eca82cb979098dc)
| * fix CIDR hosts allow/deny notationGerald Carter2003-03-281-1/+1
| | | | | | | | (This used to be commit 0dc611569427c8b63b752d0f62f2127dc1479754)
| * Merge from HEAD - get better error strings from the ldap server in pdb_ldap.Andrew Bartlett2003-03-281-11/+38
| | | | | | | | | | Andrew Bartlett (This used to be commit 5dc29b10b08658178133aee7b4c47197fadc533a)
| * Allow the new modules system to function with builtin vfs modules.Andrew Bartlett2003-03-281-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)
| * don't include proto.h during autoconf tests since it doesn't exist yet; ↵Gerald Carter2003-03-282-0/+3
| | | | | | | | | | | | fixed getsmbpass replacement test (This used to be commit ff43a292b9f8e0a39d19cb099913efd899de84fa)
| * fix up IPC/LPT:/A: devicetype in tcon_and_XGerald Carter2003-03-281-21/+20
| | | | | | | | (This used to be commit a9ccae314fdb4b96115d31083f1a4b26209d597c)
| * it is possible for some of the real time signals to be used by glibc,Andrew Tridgell2003-03-283-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)
| * its VFS_NETATALK_OBJ not VFS_NETATALKAndrew Tridgell2003-03-281-1/+1
| | | | | | | | (This used to be commit 662e1bea1b5e8ca8fb842f7ef76f848541116760)
| * removed a duplicate lump of module stuff in configure.inAndrew Tridgell2003-03-281-7/+0
| | | | | | | | (This used to be commit 0502c8a06e3bcefd9ea0f16f611bafc66086fbe9)
| * Compile @VFS_STATIC@ into smbd and vfstestJelmer Vernooij2003-03-271-1/+1
| | | | | | | | (This used to be commit 0133c0a2ee36015f6f459da6f4d9472bf5a4dec4)
| * Also rebuild smbd/vfs.o after reconfiguringJelmer Vernooij2003-03-271-1/+1
| | | | | | | | (This used to be commit afda828b388381742b4d980b21bed953273eb3aa)
* | fix potential smbd crash when we fail to alloacte a policy handle for a ↵Gerald Carter2003-03-311-6/+7
| | | | | | | | | | | | printer open; CR 2102 (reviewed by jreilly) (This used to be commit 26478158bc03fdf019589ce68062100a39149b52)
* | 3 things:Volker Lendecke2003-03-311-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | * 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)
* | Waider's cosmetic change to print out the database type whenVolker Lendecke2003-03-311-1/+17
| | | | | | | | | | | | | | downloading stuff. Volker (This used to be commit 702d368a9af98d59775ebc3ed89774507397b7e3)
* | add a few error checks in EnumPrinterData()Gerald Carter2003-03-311-4/+5
| | | | | | | | (This used to be commit 6cd74dea086aa6e0936719f6e2829494c4688ea6)
* | set version stringGerald Carter2003-03-311-1/+1
| | | | | | | | (This used to be commit 39102a070b010dd5c83a8075654952c922df00a4)
* | update copyright notice since it we are now almost 4 months into 2003Gerald Carter2003-03-302-2/+2
| | | | | | | | (This used to be commit 0751d2f117b4274dd19388d856de75d9fc739865)
* | This sets the domain for the user in vampire. OtherwiseVolker Lendecke2003-03-301-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)
* | This fixes group updates in LDAP the same way as user updatesVolker Lendecke2003-03-301-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)
* | This changes our handling of invalid service types that theVolker Lendecke2003-03-302-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)
* | Merge from HEAD - leave the SMB buffer untouched when checking it's SMB sig.Andrew Bartlett2003-03-301-10/+26
| | | | | | | | | | Andrew Bartlett (This used to be commit 3d4c4b6cb3f4850f0801f140ea3dad2c8423ee52)
* | fix CIDR hosts allow/deny notationGerald Carter2003-03-281-1/+1
| | | | | | | | (This used to be commit 84707fd95eec260a1cb22a165a0161a075f93ada)
* | Try to get meaningful errors out of ldap more often - get the error stringAndrew Bartlett2003-03-281-11/+38
| | | | | | | | | | | | | | from the server, not just the error code translation. Andrew Bartlett (This used to be commit 92415441fdc0f7d7c8b338d4cd4bbbba5418f88e)
* | don't include proto.h during autoconf tests since it doesn't exist yet; ↵Gerald Carter2003-03-282-0/+3
| | | | | | | | | | | | fixed getsmbpass replacement test (This used to be commit 2aa2767ed5dc5290d6f71174bbf1be7d75a97d8b)
* | merged real time signal fixes from headAndrew Tridgell2003-03-283-2/+12
| | | | | | | | (This used to be commit 03a5e62300f3cfb96d14570b73a758e6fa64c449)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-03-272-0/+335
|\| | | | | | | used to be commit 6cd4d3f39a1258d51c022c99c73a7341b0ff94a5)
| * Put backwards compatibility support for old modules in a seperate functionJelmer Vernooij2003-03-271-45/+58
| | | | | | | | (This used to be commit 2dd00078eec736797e65f69ad00297068e57cd9a)
| * This is no functional change. It just makes pdb_ldap.c a bitVolker Lendecke2003-03-271-24/+50
| | | | | | | | | | | | | | | | easier to understand by moving the logic for init_ldap_from_sam and friends around. Volker (This used to be commit 124c80facba364033f72b20660f347390effba59)
| * local_gid_to_sid() could use pdb_ldap, which for now requires ROOT.Andrew Bartlett2003-03-271-0/+2
| | | | | | | | (This used to be commit a51ce67e322f91a56acb9e358ee8b2254b2e7792)
| * Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij2003-03-2710-111/+155
| | | | | | | | | | new modules system, we still fall back to the old system. (This used to be commit cebe8d8b424f10006f2f791a8f086c6c8a7f5d57)
| * The definition of pstrcpy_base(), and the preceeding comments, were givenChristopher R. Hertel2003-03-271-9/+3
| | | | | | | | | | | | | | 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)
| * Fix DOS del command with widelinks = False.Jeremy Allison2003-03-261-1/+2
| | | | | | | | | | Jeremy. (This used to be commit ae754e9355c78c22ff5ca5a7f3276e61b4a8fcb7)
| * Remove LDAP_LIBS and just use LIBS again as before. I'llJelmer Vernooij2003-03-262-8/+3
| | | | | | | | | | fix this better later. (This used to be commit c6807d20457325012c4c9edd137b2f1f67e98ec4)
| * Add defines for platforms that need them.Jeremy Allison2003-03-261-0/+6
| | | | | | | | | | Jeremy. (This used to be commit f81128bc0187765f6f9e6d7e05eaebf778cbfec8)
| * Fix extra NULL arg added during app-head merge.Jeremy Allison2003-03-261-3/+3
| | | | | | | | | | Jeremy. (This used to be commit 4868633bc8182b939190d3cdb86b24cbdb78b5e1)
| * Use SAFE_FREE() instead of plain free() - pointed out by metzeJelmer Vernooij2003-03-261-1/+2
| | | | | | | | (This used to be commit b49436d020f8d88d42428c83ea9a278d3433d134)
| * Use execinfo.h to get prototypes for backtrace_symbols (fixesJelmer Vernooij2003-03-262-1/+5
| | | | | | | | | | some warnings) (This used to be commit d453b656e56a9b836b76f1cdce8de65d7bc4eb6c)
| * Fix $LDAP_LIBSJelmer Vernooij2003-03-261-2/+2
| | | | | | | | (This used to be commit af98285f4e4fc4a0e890fed2c71b09280252b3f4)
| * Output backtrace to logfile in smb_panic(), as suggested by mbpJelmer Vernooij2003-03-263-9/+32
| | | | | | | | | | (only on systems that support it, of course) (This used to be commit bf439d733df6a11a25ff561a853c3382a3b34b96)