summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * add a few error checks in EnumPrinterData()Gerald Carter2003-03-311-4/+5
| |
| * distclean fixups from Paul Green.Tim Potter2003-03-301-2/+5
| |
| * update copyright notice since it we are now almost 4 months into 2003Gerald Carter2003-03-302-2/+2
| |
| * Fix installation of auth and charset modules (reported by Stephan Kulow)Jelmer Vernooij2003-03-301-2/+2
| |
| * 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 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 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
| * - 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
| * added simple tests for SMBchkpath and SMBioctlAndrew Tridgell2003-03-302-1/+173
| |
| * Don't modify the incoming packet when checking the signiture.Andrew Bartlett2003-03-301-10/+26
| | | | | | | | Andrew Bartlett
| * fixed the -B option as wellAndrew Tridgell2003-03-301-4/+4
| |
| * 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.
| * 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.
| * added a simple test for the old SMBtcon interfaceAndrew Tridgell2003-03-292-1/+80
| |
| * More patches from coolo. One of these functions needs to be movedRichard Sharpe2003-03-281-42/+78
| | | | | | | | elsewhere so other code can use it.
| * Some fixes to URL syntax from coolo.Richard Sharpe2003-03-281-2/+85
| |
| * fix CIDR hosts allow/deny notationGerald Carter2003-03-281-1/+1
| |
| * Merge from HEAD - get better error strings from the ldap server in pdb_ldap.Andrew Bartlett2003-03-281-11/+38
| | | | | | | | Andrew Bartlett
| * 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
| * don't include proto.h during autoconf tests since it doesn't exist yet; ↵Gerald Carter2003-03-282-0/+3
| | | | | | | | fixed getsmbpass replacement test
| * fix up IPC/LPT:/A: devicetype in tcon_and_XGerald Carter2003-03-281-21/+20
| |
| * 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.
| * its VFS_NETATALK_OBJ not VFS_NETATALKAndrew Tridgell2003-03-281-1/+1
| |
| * removed a duplicate lump of module stuff in configure.inAndrew Tridgell2003-03-281-7/+0
| |
| * Compile @VFS_STATIC@ into smbd and vfstestJelmer Vernooij2003-03-271-1/+1
| |
| * Also rebuild smbd/vfs.o after reconfiguringJelmer Vernooij2003-03-271-1/+1
| |
* | 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)
* | 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
* | Waider's cosmetic change to print out the database type whenVolker Lendecke2003-03-311-1/+17
| | | | | | | | | | | | downloading stuff. Volker
* | add a few error checks in EnumPrinterData()Gerald Carter2003-03-311-4/+5
| |
* | set version stringGerald Carter2003-03-311-1/+1
| |
* | update copyright notice since it we are now almost 4 months into 2003Gerald Carter2003-03-302-2/+2
| |
* | 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 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 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
* | Merge from HEAD - leave the SMB buffer untouched when checking it's SMB sig.Andrew Bartlett2003-03-301-10/+26
| | | | | | | | Andrew Bartlett
* | fix CIDR hosts allow/deny notationGerald Carter2003-03-281-1/+1
| |
* | 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
* | don't include proto.h during autoconf tests since it doesn't exist yet; ↵Gerald Carter2003-03-282-0/+3
| | | | | | | | fixed getsmbpass replacement test
* | merged real time signal fixes from headAndrew Tridgell2003-03-283-2/+12
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-03-272-0/+335
|\|
| * Put backwards compatibility support for old modules in a seperate functionJelmer Vernooij2003-03-271-45/+58
| |
| * 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
| * local_gid_to_sid() could use pdb_ldap, which for now requires ROOT.Andrew Bartlett2003-03-271-0/+2
| |
| * 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.
| * 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).
| * Fix DOS del command with widelinks = False.Jeremy Allison2003-03-261-1/+2
| | | | | | | | Jeremy.
| * Remove LDAP_LIBS and just use LIBS again as before. I'llJelmer Vernooij2003-03-262-8/+3
| | | | | | | | fix this better later.
| * Add defines for platforms that need them.Jeremy Allison2003-03-261-0/+6
| | | | | | | | Jeremy.
| * Fix extra NULL arg added during app-head merge.Jeremy Allison2003-03-261-3/+3
| | | | | | | | Jeremy.