summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-2.0.5pre1cvs2svn Import User1999-07-150-0/+0
| | | 'samba_2_0_5_pre1'.
* I'm going to do a snapshot release of 2.0.5-pre1. This is just to getAndrew Tridgell1999-07-151-1/+1
| | | | the version number right.
* fix from matty for directory creation on read-only sharesAndrew Tridgell1999-07-151-0/+5
|
* add a length to string_sub() and add fstring_sub() and pstring_sub()Andrew Tridgell1999-07-1518-97/+122
|
* Moved log message to correct place.Jeremy Allison1999-07-151-3/+2
| | | | Jeremy.
* force_group and force_user fixes. Added '+' element to force_group.Jeremy Allison1999-07-142-33/+103
| | | | Jeremy.
* if the share modes fail to initialise and we are root then allow themAndrew Tridgell1999-07-141-9/+14
| | | | | to init read-write. This allows people to run smbstatus directly after a install/upgrade without nasty messages.
* removed the HAVE_CRYPT_DECL autoconf stuff as it doesn't work withAndrew Tridgell1999-07-145-672/+723
| | | | glibc 2.1
* new prototypesAndrew Tridgell1999-07-141-12/+29
|
* an update from 2.0Andrew Tridgell1999-07-141-0/+3
|
* make the default printing model on all Linux systems BSDAndrew Tridgell1999-07-141-0/+5
|
* the smbd changes from the 2.0 branch. This is going to need a _lot_ ofAndrew Tridgell1999-07-1415-319/+690
| | | | testing over the next few days.
* lib changes from the 2.0 branchAndrew Tridgell1999-07-146-222/+535
| | | | | this includes the wildcard fixes, some grotesque reformatting and some pid_t stuff
* include changes to support the new stuff, particularly levelIIAndrew Tridgell1999-07-144-37/+50
| | | | | | oplocks. all taken from the 2.0 branch
* configure.in changes for .so as a variableAndrew Tridgell1999-07-141-10/+20
|
* Makefile.in changes for .so as a variableAndrew Tridgell1999-07-141-6/+6
|
* the locking code from 2.0Andrew Tridgell1999-07-144-34/+69
| | | | | | | | I've finally decided that Jeremy's new levelII code should go into 2.0.5, but disabled by default. We have a few days to make sure that the changes required to support the new code, with the option disabled, don't break anything. This seemed like the only sane decision.
* parameter changes from 2.0, except I've made levelII oplocks off byAndrew Tridgell1999-07-141-3/+60
| | | | default
* the password database updates from 2.0. This is mostly the fix for theAndrew Tridgell1999-07-145-7/+7
| | | | constant string problem
* ACL order change from the 2.0 branchAndrew Tridgell1999-07-141-40/+40
|
* smbtar fix from 2.0Andrew Tridgell1999-07-141-1/+1
|
* - cleanups in namequery code from 2.0Andrew Tridgell1999-07-142-72/+163
| | | | | - use only one outstanding read until we find the multiplex bug - add oplocks to client code (only used by smbtorture)
* pid_t and testparm cleanups from the 2.0 branchAndrew Tridgell1999-07-142-68/+101
|
* more pid_t cleanups from the 2.0 branchAndrew Tridgell1999-07-145-6/+8
|
* swat fixes from 2.0 branchAndrew Tridgell1999-07-142-7/+9
| | | | | | this cnludes updates to the status page for levelII oplocks. Once we decide if the levelII code goes into 2.0.5 we will work out if this stays
* transfer some more fixes from the 2.0 branch (mostly smbtorture changes)Andrew Tridgell1999-07-145-13/+27
|
* transfered nmbd fixes from the 2.0 branchAndrew Tridgell1999-07-144-17/+33
|
* transfer pid_t updates from 2.0 branchAndrew Tridgell1999-07-141-4/+3
|
* transfer the SIGIOCONF fix from the 2.0 branchAndrew Tridgell1999-07-141-3/+17
|
* transfer minor fixes from the 2.0 branchAndrew Tridgell1999-07-142-3/+3
|
* transfer the 127.0.0.1 behaviour from the 2.0 branchAndrew Tridgell1999-07-141-0/+9
|
* we don't need this anymoreAndrew Tridgell1999-07-131-975/+0
|
* remove some unused variablesAndrew Tridgell1999-07-131-2/+0
|
* greatly simplify smbmnt, removing the u g f d and P options.Andrew Tridgell1999-07-131-82/+16
|
* transfer the -b option from the 2.0 branchAndrew Tridgell1999-07-131-8/+15
|
* removed some meta-dataAndrew Tridgell1999-07-131-11/+2
|
* - fixed some URLsAndrew Tridgell1999-07-131-14/+4
| | | | - made the installation instructions more obvious
* Looking at string_sub() - which seems to be the cause of Olaf's complaints,Jeremy Allison1999-07-131-8/+8
| | | | | | | it looks like the lengths which were converted to size_t's should have been ssize_t's in these two functions. At one point two lengths are subtracted, and this should be a signed type. Jeremy.
* param/loadparm.c: Removed StrCpy from Samba - last use.Jeremy Allison1999-07-134-26/+48
| | | | | | | lib/util_str.c: Removed StrCpy - added alpha_strcpy(). smbd/message.c: Fix for buffer overrun issues. include/proto.h: Removed StrCpy. Jeremy.
* Purify fixes plus 2 DOS bug fixes found by : Olaf Kirch <okir@monad.swb.de>Jeremy Allison1999-07-122-6/+38
| | | | Jeremy.
* Fix for directory copies on Win2k.Jeremy Allison1999-06-292-16/+39
| | | | | typo in oplock.c spotted by J.F. Jeremy.
* Adding Win2k browsing fix to release 2.0.4c.Matthew Chapman1999-06-247-532/+457
|
* Updated with a couple of other changes now I've done the cvs diff againstJeremy Allison1999-06-231-0/+3
| | | | | the 2.0.4b release tag. Jeremy.
* Updated for a possible 2.0.4c.Jeremy Allison1999-06-232-2/+12
| | | | Jeremy.
* Adding Andrew's new smbmount for Linux and the fixes to theJeremy Allison1999-06-234-726/+321
| | | | | file_struct leak. Jeremy.
* 99.9999999% sure this is the correct fix for the directory open bugs.Jeremy Allison1999-05-281-5/+2
| | | | | | | I finally noticed in the Lotus Notes capture file that the "FILE_NON_DIRECTORY" flag was being set in create options for a open on a directory that should fail. All the other heuristics were incorrect. Jeremy.
* add missing cvs.log fileHerb Lewis1999-05-261-0/+1
|
* Fixed the sense of the fcntl_lock* tests using WIFEXITED.Jeremy Allison1999-05-264-110/+122
| | | | | | Don't check for fcntl64 if the glibc2.1 broken test has already failed. This *should* fix the RedHat 6.0 glibc2.1 bugs. Jeremy.
* New broken 64 bit locking test.Jeremy Allison1999-05-251-0/+91
| | | | Jeremy.
* (Hopefully) correct fix for a glibc2.1 x86 Linux system w.r.t. the 64Jeremy Allison1999-05-257-833/+759
| | | | | | bit locking issue. Added a test to check for broken 64 bit locks and to use the 64 -> 32 bit mapping code in reply.c if detected. Jeremy.