summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-2.0.6cvs2svn Import User1999-11-110-0/+0
| | | 'release-2-0-6'.
* preparing for release of 2.0.6Samba Release Account1999-11-1163-61/+67
|
* fix spellingAndrew Tridgell1999-11-111-1/+1
|
* small mod to WHATSNEW.txtAndrew Tridgell1999-11-111-3/+3
|
* Updated for 2.0.6.Jeremy Allison1999-11-111-1/+1
| | | | Jeremy.
* Ensure smbmount docs get shipped.Jeremy Allison1999-11-112-2/+2
| | | | Jeremy.
* Updated for 2.0.6 release.Jeremy Allison1999-11-111-9/+124
| | | | Jeremy.
* Veritas packaging changes.Jeremy Allison1999-11-113-0/+128
| | | | Jeremy.
* Veritas packaging for Solaris from 2.0.Jeremy Allison1999-11-116-298/+17
| | | | Jeremy.
* updated wins_hook example from Stephen Rothwell which does cacheing toAndrew Tridgell1999-11-111-3/+19
| | | | reduce the load on dns servers from piles of WINS updates.
* smb -> smbfs changes from 2.0 branchAndrew Tridgell1999-11-106-24/+24
|
* Added reg file to cause Terminal server to use a separate smbd per logged onJeremy Allison1999-11-101-0/+7
| | | | | user. Jeremy.
* Added from 2.0 branch in preparation for release.Jeremy Allison1999-11-101-0/+13
| | | | Jeremy.
* Update to smb.conf.5.yo to sync with 2.0. tree.Jeremy Allison1999-11-1045-3858/+3349
| | | | Jeremy.
* smbd/ipc.c: Ensure logon script is returned correctly for UserInfo levels 1 ↵Jeremy Allison1999-11-092-6/+11
| | | | | | | and 2. smbwrapper/wrapped.c: utimes prototype fix. Jeremy.
* include/smb.h:Jeremy Allison1999-11-084-16/+93
| | | | | | | smbd/reply.c: Added Matt's printer ioctl code. smbd/service.c: Dead variable elimination. smbd/password.c: Code to vary DC chosen in auto-PDC finding code. Jeremy.
* Checking Andrew's change into release also.Jeremy Allison1999-11-081-0/+2
| | | | Jeremy.
* Changed semantics of read_with_timeout to be more like UNIX read (usingMatthew Chapman1999-11-072-42/+10
| | | | | | return code/errno rather than logging and setting smb_read_error). The only code currently using it is my new chgpasswd code, and this avoids annoying log messages in that code path.
* debug level change for consistencyMatthew Chapman1999-11-071-1/+1
|
* smbmount fix for error reporting from Urban Widmark <urban@svenskatest.se>.Jeremy Allison1999-11-051-7/+15
| | | | Jeremy.
* fnmatch. now lives in include/Jeremy Allison1999-11-051-69/+0
| | | | Jeremy.
* Updated for pre3.Jeremy Allison1999-11-031-1/+1
| | | | Jeremy.
* Prepare for pre3.Jeremy Allison1999-11-031-1/+1
| | | | Jeremy.
* Dos updates for pre3 snapshot.Jeremy Allison1999-11-034-71/+11
| | | | Jeremy.
* Fix for a couple of potential memory access errors in recursive code fromJeremy Allison1999-11-021-3/+12
| | | | | E. Jay Berkenbilt (ejb@ql.org). Jeremy.
* Added Andrew's printing changes from 2.0 branch.Jeremy Allison1999-11-021-10/+5
| | | | Jeremy.
* Moved fnmatch.h to include directory as suggested by VERITAS.Jeremy Allison1999-11-012-1/+70
| | | | | include/includes.h: Changed include to remove lib/ prefix. Jeremy.
* lib/util.c: Added exact_match() call.Jeremy Allison1999-11-013-12/+58
| | | | | | smbd/trans2.c: Optimisation for directory scanning. If exact match obtained then terminate scan as no wildcard was used. Jeremy.
* passdb/passdb.c: Andrew's formatting changes.Jeremy Allison1999-11-014-6/+64
| | | | | | | | smbd/filename.c: Andrew's change to remove logic bug. smbd/server.c: Re-seed the random number generator early on startup to prevent slow-start icon problems with Windows clients. utils/torture.c: Andrew's directory test. Jeremy.
* Improved status messages after dump and restore. Now both issue a similarMatthew Chapman1999-11-011-2/+4
| | | | message indicating the number of files and directories processed.
* client/smbmount.c: Sync up andrews comment change.Jeremy Allison1999-11-012-10/+4
| | | | | printing/printing.c: Sync up andrews print substitution tidyups. Jeremy.
* VERITAS Solaris packaging updates.Jeremy Allison1999-11-015-5/+262
| | | | Jeremy.
* Removed old x86 packagin in line with 2.0 tree.Jeremy Allison1999-11-018-151/+0
| | | | Jeremy.
* Improved password chat routines, particularly for systems which flushMatthew Chapman1999-10-311-64/+61
| | | | | | the input immediately prior to reading each password (which resulted in a race condition in the old code). Seems to work much better now but *needs more testing before release*.
* Updating build specs for TurboLinux 6.0 and later.John Terpstra1999-10-302-38/+48
|
* move command line parsing to before test for running as root. This allowsHerb Lewis1999-10-261-52/+52
| | | | smbd -V and smbd -h to be run as non-root.
* Ooops - learn to count.... (client string size too small).Jeremy Allison1999-10-211-1/+1
| | | | Jeremy.
* Added 'client address' to connection struct. Allows correct IP addressJeremy Allison1999-10-212-4/+4
| | | | | of client to be displayed on logout even if client closes socket. Jeremy.
* We were mistakenly using lp_logon_path() instead of lp_logon_home()Jeremy Allison1999-10-211-2/+2
| | | | | as a users home directory. Jeremy.
* Moved "must be root" error to somewhere people can see it :-).Jeremy Allison1999-10-211-10/+10
| | | | Jeremy.
* nmbd/nmbd_winsserver.c: Removed extra semi-colon.Jeremy Allison1999-10-203-2/+5
| | | | | | | | | smbd/open.c: smbd/oplock.c: Implemented Andrew's amazingly simple yet powerfull idea of not granting any further oplocks to a connected client that has failed an oplock break request. This may reduce the number of 'break timeout' problems we get reported. Jeremy.
* Changed oplock timeout constant to 30 seconds.Jeremy Allison1999-10-201-1/+1
| | | | Jeremy.
* Spelling fixes from Larry Nahlik.Jeremy Allison1999-10-191-14/+14
| | | | Jeremy.
* smbspool man page is section 8 not 1Andrew Tridgell1999-10-191-1/+1
|
* update spec file for smbumount and smbspoolAndrew Tridgell1999-10-191-2/+7
|
* reran yodldocsAndrew Tridgell1999-10-196-8/+187
|
* changes from the 2.0 treeAndrew Tridgell1999-10-192-0/+94
|
* upped versionAndrew Tridgell1999-10-191-1/+1
|
* cleanups from merging from the 2.0 branchAndrew Tridgell1999-10-193-1/+573
|
* cleanups from merging from the 2.0 branchAndrew Tridgell1999-10-191-3/+1
|