summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* 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)
* Don't do $(MAKE) modules_clean twice in a row - it breaks the build...Jelmer Vernooij2003-03-251-1/+0
| | | | (This used to be commit 1e1544ecc12d1e7c00080894786f500cd774a6b3)
* Give PARAMS_OBJ more priorityJelmer Vernooij2003-03-251-27/+26
| | | | (This used to be commit cf73797d110d271fc7a30c11e023c4d1ba2b5c9b)
* Do $(MAKE) modules_clean when compiling dynconfig.o. It's not theJelmer Vernooij2003-03-251-2/+4
| | | | | most elegant solution, but it works. (This used to be commit 02d202034dad56365a15c4e9fdcb7c420a77e1ed)
* Always rebuild modules after running ./configure (to preventJelmer Vernooij2003-03-253-13/+28
| | | | | undefined symbol errors) (This used to be commit e193b47259d11b0eaef4071acb406d6433426733)
* Remove old check for TDB SAM (we now have ↵Jelmer Vernooij2003-03-251-18/+8
| | | | | | --with-{static,shared}-modules=pdb_tdbsam) (This used to be commit 760fd4e5c48276696182febcae3b0a997999b1e2)
* - Support building all auth modules as .so'sJelmer Vernooij2003-03-257-85/+120
| | | | | - Change 2 variable names to avoid conflicts (patch by Stephan Kulow <coolo@kde.org>) (This used to be commit 71b05cd14ae6df8340730e7bad1c783dc278c5d3)
* Don't use 'opt'Jelmer Vernooij2003-03-251-1/+1
| | | | (This used to be commit 6ab41e50fd0a36ebd9969064aa46235dc687dfba)
* Make variables static to satisfy exotic compilersJelmer Vernooij2003-03-252-3/+2
| | | | (This used to be commit 094eed2c6222fe167ee9f596f4b849a4dea234bf)
* Print list of builtin modules in 'smbd -b'Jelmer Vernooij2003-03-253-0/+6
| | | | (This used to be commit 3a2ed0da40c9709cdae061927f44a38f58e44df0)
* Remove obsolete defines (because of new modules system). We needJelmer Vernooij2003-03-251-9/+0
| | | | | a way to track which modules have been builtin (This used to be commit 0f724be38439af9284e51b7b9b8605e8956e51ba)
* We need to 'preprocess' in popt_common_samba as wellJelmer Vernooij2003-03-251-1/+1
| | | | (This used to be commit 37ee8aecf4ae570c3d08e9fa94724bc9c917108f)
* Fix debug (thanks metze)Andrew Bartlett2003-03-251-1/+1
| | | | | Andrew Bartlett (This used to be commit 5562f1865c90e3f52a3178d9d9ded60909bbe5f0)
* Make auth.c compile again. I'm not sure what this does though...Volker Lendecke2003-03-251-2/+3
| | | | | Volker (This used to be commit 8e3f300f21e23b7e6b68ddcc45d581a962cd8aa4)
* Make these functions static, keep them out of proto.Andrew Bartlett2003-03-252-4/+4
| | | | (This used to be commit 34934d2edf0d575fae7d729fe4d8d3ab034a544f)
* Apply metze's change correctly this time. Playing 'patch' byVolker Lendecke2003-03-251-6/+6
| | | | | | | hand can be somewhat error-prone.. Volker (This used to be commit 12fabd07148c21f5481cb750f1cfdab2e8112e4b)
* win9x was suffered a case of the blues during a domain logon.Gerald Carter2003-03-251-1/+14
| | | | | | For some reason, explicitly setting the service type during the tcon&X fixes this. (This used to be commit c458179d21465165705e6c035776698cb824baf5)
* - Add support to auth/ for the new modules systemJelmer Vernooij2003-03-2412-90/+129
| | | | | - Quite some small fixes (also fixes the build) (This used to be commit 3defbd5e0633acfa4631531b49601c7706072d86)
* Fix two typosJelmer Vernooij2003-03-242-2/+2
| | | | (This used to be commit 898a246c1650326cbd9b8ca49fb93963e589ea1f)
* When using --with-static-modules=subsystem, don't build modules thatJelmer Vernooij2003-03-242-4/+6
| | | | | can't be build (This used to be commit bb943a68af20f87a4b2d6b257585615d1792dd33)