summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-2.0.4bcvs2svn Import User1999-05-200-0/+0
* Fix for parent smbd dieing in sigterm. This was previouslyJeremy Allison1999-05-201-1/+2
* preparing for release of 2.0.4bSamba Release Account1999-05-2019-17/+23
* Added the NT_Security file to the packaging for RedHat.Jeremy Allison1999-05-2020-23/+18
* For some reason this html file didn't get correctly tagged and added toJeremy Allison1999-05-200-0/+0
* preparing for release of 2.0.4bSamba Release Account1999-05-1962-61/+64
* Stop rcs complaining about log.Jeremy Allison1999-05-191-1/+0
* Fixing Word bug in 2.0.x release branch.Jeremy Allison1999-05-194-14/+33
* This commit was manufactured by cvs2svn to create branchcvs2svn Import User1999-05-181-46/+0
|\
* | cast ptsname to get rid of warning messageHerb Lewis1999-05-181-1/+1
* | remove html file after copyHerb Lewis1999-05-181-0/+1
* | Changed version to 2.0.4a as I am adding the NT_Security docs intoJeremy Allison1999-05-181-1/+1
* | Adding missing html and txt versions of NT_Security.yoMatthew Chapman1999-05-182-0/+453
* | fix typoHerb Lewis1999-05-181-2/+2
* | preparing for release of 2.0.4Samba Release Account1999-05-1862-61/+64
* | Fixed bug where copymap was referenced if malloc fails.Jeremy Allison1999-05-171-3/+3
* | Removed the sockethack code (sorry Andrew :-). Added the recursive directoryJeremy Allison1999-05-175-50/+174
* | added a --with-sockethack option that should give us an _enormous_Andrew Tridgell1999-05-166-663/+875
* | added full netbench simulation in smbtorture. It now reads a 4MB loadAndrew Tridgell1999-05-155-51/+337
* | Updated Roadmap as we have met one our our objectivesSamba Release Account1999-05-151-2/+5
* | Fixed typo.Samba Release Account1999-05-151-1/+1
* | Fixes due to DEBUG format %d needing (int) casting forJeremy Allison1999-05-1522-54/+54
* | Updated for 2.0.4Jeremy Allison1999-05-131-31/+117
* | Modified post install script so xtoi is run only if /etc/xinetd.conf exists.John Terpstra1999-05-121-3/+5
* | Explicit cast to int before mask...Jeremy Allison1999-05-121-2/+2
* | Ensure that when a pipe number is extracted from the incoming buffer notJeremy Allison1999-05-121-2/+2
* | Added new package components (not for general distribution).John Terpstra1999-05-111-12/+35
* | use a separate directory for each cleint in netbench testsAndrew Tridgell1999-05-101-2/+9
* | print a + at the start of the unlink phase, so we can see it moreAndrew Tridgell1999-05-091-0/+2
* | fixed typoAndrew Tridgell1999-05-091-1/+1
* | set a 2 minute timeout on SMB packets in the torture code.Andrew Tridgell1999-05-091-0/+2
* | better filename choiceAndrew Tridgell1999-05-091-2/+2
* | use a better synchronisation method at startupAndrew Tridgell1999-05-091-2/+4
* | don't delete files till all are written. This stresses the diskAndrew Tridgell1999-05-091-2/+6
* | added synchronisation code at startup so all clients start at the sameAndrew Tridgell1999-05-095-35/+117
* | improved the netbench simulator a bit. give results as throughput inAndrew Tridgell1999-05-091-9/+25
* | added a very simple netbench simulator to smbtorture. The tests areAndrew Tridgell1999-05-093-23/+152
* | modified smbtorture so you can run individual tests using command lineAndrew Tridgell1999-05-091-25/+65
* | The install instructions file is UNIX_INSTALL.txt not UNIX-INSTALL.txt.Matthew Chapman1999-05-081-1/+1
* | Fix check return for sys_open.Jeremy Allison1999-05-051-1/+1
* | Tidyups caught by running gcc with -Wall. It gets a different set from the IR...Jeremy Allison1999-05-055-21/+25
* | Size bugfix for smbsh (patch from Dave Smith dsmith@tqs.com).Jeremy Allison1999-05-041-2/+2
* | Removed the null packet send. This code worked perfectly with IRIXJeremy Allison1999-05-031-17/+0
* | Added "oplock break wait time" parameter to help with Win9x oplock relatedJeremy Allison1999-05-0317-823/+801
* | Fixed (I think) the last outstanding bug before 2.0.4. This was the lotusJeremy Allison1999-04-291-1/+13
* | Re-wrote prs_force_grow() as my fist implementation was crap. Now onlyJeremy Allison1999-04-281-23/+21
* | Fixed the security=domain which seemed to have been broken. Hmmm. WonderJeremy Allison1999-04-286-13/+82
* | got rid of /tmp time based random source. I saw a system with a hugeAndrew Tridgell1999-04-281-2/+1
* | CIFS spec states (and I've seen on the wire, so I believe it now :-) thatJeremy Allison1999-04-271-8/+39
* | Added SO_RCVBUF and SO_SNDBUF options to socket options.John Terpstra1999-04-261-1/+1