Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix installation of auth and charset modules (reported by Stephan Kulow) | Jelmer Vernooij | 2003-03-30 | 1 | -2/+2 | |
| | | ||||||
| * | This sets the domain for the user in vampire. Otherwise | Volker Lendecke | 2003-03-30 | 1 | -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 updates | Volker Lendecke | 2003-03-30 | 1 | -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 the | Volker Lendecke | 2003-03-30 | 2 | -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.c | Jelmer Vernooij | 2003-03-30 | 4 | -6/+31 | |
| | | | | | | | | - Make passdb work with absolute paths (passdb backend = /path/to/smbpasswd.so works now). vfs, rpc and charset will follow | |||||
| * | - Regenerate docs | Jelmer Vernooij | 2003-03-30 | 37 | -6935/+9548 | |
| | | | | | | | | - Document 'preload modules' | |||||
| * | added simple tests for SMBchkpath and SMBioctl | Andrew Tridgell | 2003-03-30 | 2 | -1/+173 | |
| | | ||||||
| * | Don't modify the incoming packet when checking the signiture. | Andrew Bartlett | 2003-03-30 | 1 | -10/+26 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | fixed the -B option as well | Andrew Tridgell | 2003-03-30 | 1 | -4/+4 | |
| | | ||||||
| * | fixed the -U option in nmblookup | Andrew Tridgell | 2003-03-29 | 1 | -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 this | Andrew Tridgell | 2003-03-29 | 1 | -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. | |||||
* | | fix potential smbd crash when we fail to alloacte a policy handle for a ↵ | Gerald Carter | 2003-03-31 | 1 | -6/+7 | |
| | | | | | | | | printer open; CR 2102 (reviewed by jreilly) | |||||
* | | 3 things: | Volker Lendecke | 2003-03-31 | 2 | -3/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | * 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 when | Volker Lendecke | 2003-03-31 | 1 | -1/+17 | |
| | | | | | | | | | | | | downloading stuff. Volker | |||||
* | | removing duplicate listing of files | Gerald Carter | 2003-03-31 | 1 | -2/+0 | |
| | | ||||||
* | | preparing for release of 3.0alpha23 | Gerald Carter | 2003-03-31 | 1 | -4/+4 | |
| | | ||||||
* | | preparing for release of 3.0alpha23 | Gerald Carter | 2003-03-31 | 1 | -0/+1 | |
| | | ||||||
* | | update version number in release notes | Gerald Carter | 2003-03-31 | 1 | -2/+2 | |
| | | ||||||
* | | updating release notes for next alpha | Gerald Carter | 2003-03-31 | 1 | -244/+113 | |
| | | ||||||
* | | updated passdb backend parameter | Gerald Carter | 2003-03-31 | 6 | -39/+140 | |
| | | ||||||
* | | add a few error checks in EnumPrinterData() | Gerald Carter | 2003-03-31 | 1 | -4/+5 | |
| | | ||||||
* | | set version string | Gerald Carter | 2003-03-31 | 1 | -1/+1 | |
| | | ||||||
* | | Updating from HEAD branch. | John Terpstra | 2003-03-30 | 1 | -4808/+6209 | |
| | | ||||||
* | | update copyright notice since it we are now almost 4 months into 2003 | Gerald Carter | 2003-03-30 | 2 | -2/+2 | |
| | | ||||||
* | | This sets the domain for the user in vampire. Otherwise | Volker Lendecke | 2003-03-30 | 1 | -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 updates | Volker Lendecke | 2003-03-30 | 1 | -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 the | Volker Lendecke | 2003-03-30 | 2 | -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 | |||||
* | | missed a couple of files | Gerald Carter | 2003-03-30 | 0 | -0/+0 | |
| | | ||||||
* | | Merge from HEAD - leave the SMB buffer untouched when checking it's SMB sig. | Andrew Bartlett | 2003-03-30 | 1 | -10/+26 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | Updated for 3.0 release. | John Terpstra | 2003-03-29 | 1 | -1/+9 | |
| | | ||||||
* | | README file to explain that this is not a SuSE update. | John Terpstra | 2003-03-29 | 1 | -0/+18 | |
| | | ||||||
* | | Packaging files for SuSE 8.1 | John Terpstra | 2003-03-29 | 8 | -0/+1138 | |
| | | ||||||
* | | Cleaning up SuSE build area in preparation for adding packaging for SuSE 8.1 | John Terpstra | 2003-03-29 | 3 | -608/+0 | |
| | | | | | | | | Note: Also will work for UnitedLinux | |||||
* | | merging packaging changes fro 2.2 | Gerald Carter | 2003-03-29 | 1 | -3/+1 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2003-03-29 | 1 | -0/+93 | |
|\| | ||||||
| * | sync packagaing with SAMBA_3_0 | Gerald Carter | 2003-03-29 | 5 | -219/+629 | |
| | | ||||||
| * | added a simple test for the old SMBtcon interface | Andrew Tridgell | 2003-03-29 | 2 | -1/+80 | |
| | | ||||||
| * | More patches from coolo. One of these functions needs to be moved | Richard Sharpe | 2003-03-28 | 1 | -42/+78 | |
| | | | | | | | | elsewhere so other code can use it. | |||||
| * | Fix some uncleanness with testsmbc.c | Richard Sharpe | 2003-03-28 | 1 | -1/+1 | |
| | | ||||||
| * | Some fixes to URL syntax from coolo. | Richard Sharpe | 2003-03-28 | 1 | -2/+85 | |
| | | ||||||
| * | fix CIDR hosts allow/deny notation | Gerald Carter | 2003-03-28 | 1 | -1/+1 | |
| | | ||||||
| * | Merge from HEAD - get better error strings from the ldap server in pdb_ldap. | Andrew Bartlett | 2003-03-28 | 1 | -11/+38 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Allow the new modules system to function with builtin vfs modules. | Andrew Bartlett | 2003-03-28 | 1 | -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 Carter | 2003-03-28 | 2 | -0/+3 | |
| | | | | | | | | fixed getsmbpass replacement test | |||||
| * | fix up IPC/LPT:/A: devicetype in tcon_and_X | Gerald Carter | 2003-03-28 | 1 | -21/+20 | |
| | | ||||||
| * | it is possible for some of the real time signals to be used by glibc, | Andrew Tridgell | 2003-03-28 | 3 | -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_NETATALK | Andrew Tridgell | 2003-03-28 | 1 | -1/+1 | |
| | | ||||||
| * | removed a duplicate lump of module stuff in configure.in | Andrew Tridgell | 2003-03-28 | 1 | -7/+0 | |
| | | ||||||
| * | Compile @VFS_STATIC@ into smbd and vfstest | Jelmer Vernooij | 2003-03-27 | 1 | -1/+1 | |
| | | ||||||
| * | Also rebuild smbd/vfs.o after reconfiguring | Jelmer Vernooij | 2003-03-27 | 1 | -1/+1 | |
| | |