summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
1998-07-29removed some feedback request comments - we get enough email :)Andrew Tridgell1-7/+0
(This used to be commit 19aa9a1c95d357e1041e9a3ece89d7bb3cc6f6ac)
1998-07-29updated the UNIX install instructions to include ./configureAndrew Tridgell1-10/+4
(This used to be commit 8d916f3fdb8eeea179f25028adc2a60f2e4e9b24)
1998-07-24Updates smbstatus to have a -S and -L flag.Richard Sharpe1-2/+18
Also updated the documentation :-) The code is ugly, we need to rewrite smbstatus someday. (This used to be commit a2a9f55a76fc16ef1d4656332ef6b1b455bb6259)
1998-07-09Fixing Oops. Thought I had added these - but not!John Terpstra2-0/+309
(This used to be commit 3d15f9d297a0b03c7e0f2434c9d9457dece60c9a)
1998-07-09Fixed typos and reformatted doco.John Terpstra2-9/+22
(This used to be commit 4a0cda25fd96e81da2502c3e0efd83d9a4c0ced6)
1998-07-07Corrected info.Jeremy Allison1-6/+6
Jeremy. (This used to be commit 2d0c9baa17d5d298a3e9c22a8a5d2c77998cee18)
1998-07-06Added Australian consultant.Jeremy Allison1-27/+175
Jeremy. (This used to be commit 04733f455dcc960387b5fd56c7bb443f233f66e2)
1998-07-06Updated the 'samba does not allow multi-workgroups & WINS' section. StillJeremy Allison1-6/+9
leave the info there, but add a caveat. Jeremy. (This used to be commit 160bcd5fccab7493a1a08e03af5492ed1e9accfa)
1998-07-05Added as rapid config guide for cross subnet / cross workgroup browsing.John Terpstra1-0/+212
(This used to be commit 023df8c04ec9c03dcd0ebc351b1cb3494db0dab9)
1998-07-05Updated in line with recent samba-bugs postings.John Terpstra1-2/+8
(This used to be commit 11c1f090723878ada33b4f501af9a48112133fb4)
1998-07-05Updating Unix installation notes.John Terpstra2-2/+55
(This used to be commit 4ffbdcbddff3094a8635527218f0f4a7974d8e4d)
1998-07-05Fixed typos pointed out by Pekka Savola <Pekka.Savola@netcore.fi>John Terpstra1-5/+5
(This used to be commit f0ca1afb77de83318d95ebad2a0477bc360cdefc)
1998-06-16Adding Christian Starkjohann <cs@obdev.at> SSLeay document.Jeremy Allison1-0/+392
Jeremy. (This used to be commit 9234df00e73980ed383cc77fcaa0a79d417900e4)
1998-06-01point people at the main web site for a up to date list of mirrorsAndrew Tridgell1-80/+2
(This used to be commit 553100a2baccc67f1c0e4a1df5b7dc0df9a79c9b)
1998-05-27removed "domain sid = " parameter instructionsLuke Leighton1-6/+6
(This used to be commit 3bc0d700d1f2a63a8037370986b1f6111a38894c)
1998-04-13As it says.John Terpstra1-0/+57
(This used to be commit adf4b3ffd78dd99e593b4d9f34389d436b90fa72)
1998-04-12Added additional comments from Bruce WoodJohn Terpstra1-0/+75
(This used to be commit cd1e7eb8b13ed84dce740de92ef8620280430476)
1998-04-11Corrected the spelling of my Surname. Added several postscripts.John Terpstra1-2/+27
Extended info on Win95 logins to Windows NT. (This used to be commit 237f80b128def6d9ec903cfebe12eec82913964f)
1998-04-11created from a really useful discussion about Win95 / NT profiles.Luke Leighton1-0/+285
Contributors: Bruce Cook <BC3-AU@bigfoot.com> Copyright (C) 1998 Bruce Cook John Terpestra <samba-bugs@samba.anu.edu.au> Copyright (C) 1998 John H. Terpestra Wolfgang Ratzka <ratzka@hrz.uni-marburg.de> Copyright (C) 1998 Wolfgang Ratzka (This used to be commit 2d7d013e0ca8fc2e97eb8299e3d847c57c40ed1c)
1998-04-11Updated to include possible cause of failed TESTS 3/6 as bad broadcast address.John Terpstra1-1/+7
(This used to be commit 031f5b183e57b26a3401440cc3d8156c9771da2e)
1998-04-11smbclient.1 updated to reflect the new functionality and to document ↵Richard Sharpe1-2/+24
functionality that has been available for a long time. More updates needed ... people tend to forget the man pages when adding functionality. (This used to be commit 587624e1ebc668900600c0ac7f272e6f1b92685b)
1998-03-23Updating note thanks to comments from Franky Liederkerke.John Terpstra1-3/+9
(This used to be commit 94d5b33559af82776b710083fc30040160bc7ebe)
1998-03-19Adding the same changes to HEAD as were added to BRANCH_1_9_18.Jeremy Allison2-36/+65
Changed smbpasswd to be client-server for a normal user, rather than accessing the private/smbpasswd file directly (it still accesses this file directly when run as root, so root can add users/change a users password without knowing the old password). A shakeout of this change is that smbpasswd can now be used to change a users password on a remote NT machine (yep - you heard that one right - we can now change a NT password from UNIX !!!!!). Jeremy. (This used to be commit 20770b6f1c25288e90d3e0d215afa7f0809ce124)
1998-03-16Adding the same change as was added to 1.9.18 branch to add theJeremy Allison2-4/+95
"name resolve order" parameter. source/Makefile: Re-ordered link for name resolve order code. source/clientgen.c: source/clientutil.c: Added calls to resolve_name(). source/includes.h: Added HPUX zombie fix. source/loadparm.c: Added new name resolve order parameter. source/namequery.c: Re-wrote to include parsing of lmhosts file, new resolve_name() function requested by John. source/nmbd.c: Tell resolve_name not to do WINS lookups if we are the WINS server. source/nmbd_lmhosts.c: Call lmhosts parsing functions in namequery.c source/password.c: Call resolve_name() to lookup security=server name. source/reply.c: source/time.c: source/trans2.c: "fake directory create times" fix from Jim Hague - hague@research.canon.com.au. source/util.c: Removed isalnum() test in Get_Hostname() that seems to cause problems on many systems. Jeremy. (This used to be commit 7f118970da7c43eaddcf92dc056d3e849f1e7d5c)
1998-03-16Adding mention of %p substitution.Jeremy Allison2-5/+25
Jeremy. (This used to be commit d8e7e73f4d484c63be3055d215823610734361ac)
1998-03-16changed the default "keepalive" value to 300 seconds.Andrew Tridgell1-6/+1
This is more important now that oplocks are being used. (This used to be commit 7bccd2c360a270df227c140aeecb943d8d187855)
1998-03-12Fixed typos. Anyone else like to vet this?John Terpstra1-6/+7
(This used to be commit 49e025d557bc2b2a3a8e9a33d6736ca3972287b0)
1998-03-01Adding example config info for the ISC DHCP Server, An MS Knowledge Base ↵John Terpstra3-1/+300
article contributed by an anonymous person, and adding Caldera Inc. printing config notes to Printing.txt. (This used to be commit 914b1626178aab30da07a14f14d04703106b95c4)
1998-02-13Updated - removed "win95 bug compatibility" and added "dos filetime resolution".Jeremy Allison1-52/+25
Jeremy. (This used to be commit 7ca827b6eaf948d57b8aefb09c6818371e1cd65b)
1998-02-12ENCRYPTION.txt: Fixed typo.Jeremy Allison3-26/+122
Support.txt: Added consultant. smb.conf.5: Updated with new parameters. Jeremy. (This used to be commit 71c70cf090b749827ae4186a6d389864708b7899)
1998-02-11fixed typoAndrew Tridgell1-1/+1
(This used to be commit a083cef78ba235cde22453d763a7f8caca8bbe58)
1998-02-03Added Newcast - UK Consultant to Support.txtJohn Terpstra1-0/+19
(This used to be commit 3e438c8e7ac336c12d40b0be967b04b2ae6b39a5)
1998-02-03Removed Brett Worth from Support.txt as per Bug#3833John Terpstra1-10/+0
(This used to be commit 9afe9d8897dbc2740dbba895186614cf1f1716ce)
1998-01-26*** empty log message ***Volker Lendecke2-25/+62
(This used to be commit be395f4bce2863f4bd131793ea37f47f05e4151f)
1998-01-23sync with changes to 1.9.18 treeHerb Lewis1-8/+12
(This used to be commit 175e85279df64a5bcfd5c3ecf50884bb970ab611)
1998-01-23Changed phone numbers for BitWizard.Jeremy Allison1-1/+2
Jeremy. (This used to be commit 76e467238f195d94c0afb67a2d3af3560f26d3a0)
1998-01-22Added Romanian consultant.Jeremy Allison1-2/+19
Jeremy. (This used to be commit 722dc838c754e9367cca5a3bd78bbb5d5871936a)
1998-01-22*** empty log message ***Volker Lendecke1-1/+1
(This used to be commit 1e1b0c80f84657f89ffcd4132887cd9f8a26885a)
1998-01-21fixed a few typos in the instructions and added a longer explaination forHerb Lewis1-3/+146
how the printers.def entry is constructed. (This used to be commit d9be263e598cbb10d2632247a82043aa19840012)
1998-01-17Added italian consultancy.Jeremy Allison1-1/+20
Jeremy. (This used to be commit 9e864db97050d35675a2629ad0fb3decbd72de8f)
1998-01-09docs/Support.txt: Removed consultant.Jeremy Allison1-12/+1
source/Makefile: Added Volker's comment. source/nmbd_become_lmb.c: source/nmbd_browsesync.c: source/nmbd_incomingdgrams.c: Fixed userdata alignment problems. source/mem_man/mem_man.c: source/mem_man/mem_man.h: added smb_ prefix to stop namespace collisions. Jeremy. (This used to be commit 4c8af3bc9f43b2427609cbeecb7940b1753a9a1c)
1998-01-08preparing for release of 1.9.18Samba Release Account44-44/+44
(This used to be commit c3f725ad889650147cf5b931ca9f34836daaf942)
1998-01-07Updated french contact address.Jeremy Allison1-6/+10
(This used to be commit 800510a852db046bf88a88c966c80d71b474f4ef)
1998-01-06Added manpages.Volker Lendecke3-0/+131
Removed obsolete options from smbmount help message. Volker (This used to be commit 2d550d28cd9d3cdb6f72e1f387d9c65dbc1404ad)
1998-01-05Fixed type that referred to regedit.exe instead of regedt32.exe.John Terpstra1-1/+1
(This used to be commit 6a55305070f7dfd8a615a7f2c6d10c171ff8f0c5)
1998-01-03added description of changes I madeHerb Lewis1-4/+20
(This used to be commit 6b8f8005f2e04665ceefe4ad98587617ff2666d0)
1997-12-24preparing for release of 1.9.18alpha14Samba Release Account41-41/+41
(This used to be commit d3a238e7ac452690bd35f399357b8795100f60a3)
1997-12-24Updated WHATSNEW.txt for 1.9.18alpha14 release.Jeremy Allison1-0/+124
Added CVS_ACCESS to tell people how to use cvs to keep up-to-date. Jeremy. (This used to be commit 8f721f8c1d758c6f9483145a1b39e9264c8011f4)
1997-12-24Added docs for new signal handling functions.Jeremy Allison2-0/+26
Jeremy. (This used to be commit 24fb57e7507338845c2075dbd6d86922b3f028ed)
1997-12-20Put it in the right directory :~)Dan Shearer1-181/+0
(This used to be commit 49694879a0f96b75bb2ca5ec120a5867706afc90)