summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-03Merging tridge's wins fixes. Tridge - we're supposed to be keeping 3.0 upJeremy Allison1-2/+2
to date :-). Jeremy. (This used to be commit 5959f35db6b4b23c591799dad7587e6616e5a998)
2002-10-03fix typos in net.8.sgml so it will compile andGerald Carter4-1657/+1532
regenerate html versions of manpages.... (This used to be commit 4d4ef0d34afb43e62b4bec274fd4e64cda04c949)
2002-10-03merge sendfile entry from SAMBA_2_2 and fix typoGerald Carter3-181/+355
(This used to be commit 068d7ab14c0f6f83b61e6fe1724ef00ca2e0e590)
2002-10-03Document 'hide special files'Jelmer Vernooij2-1/+23
(This used to be commit 36a9fe66c50021443a9d4336f9413a2afd5d3af3)
2002-10-03.NET likes both forms of servicePrincipalName in the machine accountAndrew Tridgell1-1/+8
record (This used to be commit 8ff6d40d7fe4dc11e9ba194a55995c0926202df9)
2002-10-03fixed 3 bugs in the wins server code related to precedence of ! and &Andrew Tridgell1-2/+2
in C please note that: if (! a & b) is not the same as: if (! (a & b)) (This used to be commit ec6a098c2edf6aa44f85b031459b737496080898)
2002-10-03VFStest uses all of smbd's .o files, so needs -lpam and crypt.Andrew Bartlett1-1/+1
(This used to be commit 4851b6a40f5f498d597a88874c2402b629ff36b6)
2002-10-03Patch from Steve Langasek <vorlon@netexpress.net>:Andrew Bartlett3-847/+859
(quoting his mail) Ok, here's round two of splitting up the library dependencies. I think the first one's been steeping in CVS for long enough now. This splits off the "authentication" libs (libpam, libcrypt) into their own group. A modest gain, but you've gotta start somewhere. Steve Langasek postmodern programmer (This used to be commit a1c63d04b87375dc98dc78781eaf1812bfb1db2b)
2002-10-03Another patch from Steve Langasek <vorlon@netexpress.net>, again from theAndrew Bartlett3-7/+7
Debian patchset. The idea is to still allow DNS domains to be specified in 'hosts allow' and 'hosts deny' without making the admin set 'hostname lookups' in their smb.conf. His concern is about upgrades. This has been designed not to change the value of %M. Andrew Bartlett (This used to be commit f428ee98d83a55922c991b0eeddd47891b80d918)
2002-10-03Patch from Steve Langasek <vorlon@netexpress.net> to use nice big integers whenAndrew Bartlett1-4/+4
attempting to calculate the bytes/second being transferred. (Avoid overflow etc) Andrew Bartlett (This used to be commit cd41e5ab857a33e05fa231756ff15707f2f5ce23)
2002-10-03We are going to need to track the SAM sequence number too.Andrew Bartlett1-0/+1
(This used to be commit 92e0d0e6082117d2d5342383023cff244bbceed0)
2002-10-02Missing break meant getprintprocessordirectory always returned UNKNOWN_LEVEL.Jeremy Allison1-0/+1
Jeremy. (This used to be commit 1b283b649f68890b0aa450aa1ac90f1e8031a6fd)
2002-10-02Missing break meant getprintprocessordirectory always returned UNKNOWN_LEVEL.Jeremy Allison1-0/+1
Jeremy. (This used to be commit a9a959b85d110c4a6b9ac8988d35aee9a4d6b9f1)
2002-10-02Convert ADS-HOWTO to SGML and add it to the howto collectionJelmer Vernooij5-1744/+1909
Updated generated docs (This used to be commit 3d417179233d0b8e486560c41248888be42bacf9)
2002-10-02Remove obsolete information from textdocsJelmer Vernooij3-372/+2
(This used to be commit e1f9f3b9554453b5acb8a298e4f90ca9699cdfa0)
2002-10-02Add htmlfaq to MakefileJelmer Vernooij2-11/+23
Fix syntax errors in FAQ (This used to be commit e538e5005faf2a447d101d9a872872206ac1e16c)
2002-10-02Remove old faq - all the useful information it contained is now in the new FAQJelmer Vernooij22-6717/+0
(This used to be commit 5998dbe84bf3388d27597a5cb0b398b6f7840951)
2002-10-02Add initial version of new FAQJelmer Vernooij2-2/+538
(This used to be commit 9e61533b20e1dea815d467cfc0a09d5cb4fe8d14)
2002-10-02small update from RainerGerald Carter1-16/+4
(This used to be commit 3d0b7981d086ecdf0d2d660f19cf2a39a8ab02f8)
2002-10-02Added const. Anal formatting fixup.Jeremy Allison1-175/+222
Jeremy. (This used to be commit 66531969dfe0935be2c9c4d89f5bba80d862a52f)
2002-10-02Added const. Anal formatting fixup.Jeremy Allison1-175/+222
Jeremy. (This used to be commit ae4bf35f942de6025d3f364d599cca9720734a19)
2002-10-02Remove deprecated smb.conf options that were still in smb.conf.5:Jelmer Vernooij1-89/+2
domain admin group domain guest group use rhosts status (This used to be commit 475594a43938aaace7868b4fadc50d571ce18414)
2002-10-02Be less verboseJelmer Vernooij1-8/+4
(This used to be commit 65c4a1060b57b1fa18f125d7ef92eb2cec0e1edf)
2002-10-02Update find_missing_doc.pl:Jelmer Vernooij1-27/+78
- Report references in smb.conf that point to non-existent entries - Report entries that are not referenced in the list - Report entries that are documented, but don't exist in loadparm.c - Report entries that are in loadparm.c, but are not documented (This used to be commit bf5a84efb36410bc07e7de91f4a926a60083bb7a)
2002-10-02Add framework for net command manpage - still contains a lot of FIXME's...Jelmer Vernooij1-4/+282
(This used to be commit 1e7686e5e7952b9b6f0474bace43078d2f6cb871)
2002-10-02remove text documents in source code (they're now in the Developers Guide) - ↵Jelmer Vernooij4-938/+0
discussed with jerry (This used to be commit f9b29692e33f8718b314ab4a61c501a3ddd9a3c6)
2002-10-02Fix Makefile.in (use variables instead of directory names, don't try to put ↵Jelmer Vernooij3-31/+407
files in ../../htmldocs, etc) Add sam.sgml (This used to be commit dfb3ee0bb646557ef911c827a5a68ef9c7833835)
2002-10-02strchr -> strrchrJelmer Vernooij1-1/+1
(This used to be commit 598039599ca7c38a42ae75cf345c01b3cf3881ff)
2002-10-02more doc structure updates. SWAT now on links to the TOC forGerald Carter2-258/+1
the HOWTO collection instead of linking each article. (This used to be commit a0e0a76e000c2962037dddde11261108b3d63e50)
2002-10-02Add note to test 9 about 'encrypt passwords'Jelmer Vernooij1-1/+7
(This used to be commit bc04c2c82fe5c236a030237032952c707bd17073)
2002-10-02newly generated docs; removing old onesGerald Carter21-906/+5796
(This used to be commit d72538fd14b8d00ea07f19464b4f3a3d93445cbf)
2002-10-02Remove manpage when there are errors during generationJelmer Vernooij1-1/+1
(This used to be commit ae230491a8860a1846bd272d6455119a5bc99dd5)
2002-10-02mention openantivirus.orgGerald Carter1-0/+24
(This used to be commit 25cd49d76650a5f059f956ae955569be340d3729)
2002-10-01Doh ! Lookup name before checking negative cache (the way Tim originallyJeremy Allison1-10/+10
had it...). Jeremy. (This used to be commit 151f0c1c526a04ea14ae054e977c76c8617bb113)
2002-10-01Doh ! Lookup name before checking negative cache (the way Tim originallyJeremy Allison1-10/+10
had it...). Jeremy. (This used to be commit 6929b65954ff5b94d11db79c8fc6a295311c238f)
2002-10-01syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter19-311/+291
(i ignored the new SAMBA stuff, but the rest of this looks like it should have been merged already). (This used to be commit 3de09e5cf1f667e410ee8b9516a956860ce7290f)
2002-10-01merge from HEADGerald Carter42-6504/+15532
(This used to be commit c0ca286e36d49deba6c73690114b0d867cbfd63e)
2002-10-01regenerateGerald Carter1-126/+194
(This used to be commit 57c9a6a1e8159f2eeaf0e3dae104a0815a000fa4)
2002-10-01* fixed typos in SGML sourceGerald Carter33-809/+753
* regenerated man pages (This used to be commit 89bbec5216e1e02469dea6f68ceb797dd9165c1f)
2002-10-01Updates from Samba HEAD:Andrew Bartlett15-873/+970
- Fix segfaults in the 'net ads' commands when no password is provided - Readd --with-ldapsam for 2.2 compatability. This conditionally compiles the old options, but the actual code is available on all ldap systems. - Fix shadow passwords (as per work with vl) - Fix sending plaintext passwords to unicode servers (again vl) - Add a bit of const to secrets.c functions - Fix some spelling and grammer by vance. - Document the -r option in smbgroupedit. There are more changes in HEAD, I'm only merging the changes I've been involved with. Andrew Bartlett (This used to be commit 83973c389355a5cc9ca74af467dfd8b5dabd2c8f)
2002-10-01Cope with rw errors and timeout to peer.Jeremy Allison4-8/+31
Jeremy. (This used to be commit d8d351eb01ea7c84828dbc96224d7b13d643b558)
2002-10-01Cope with rw errors and timeout to peer.Jeremy Allison4-8/+31
Jeremy. (This used to be commit 736a7bab487d7e217eed452e2089adb6b4164ad5)
2002-10-01Fix Solaris sendfile detection. Add small fixes to sendfile code.Jeremy Allison3-46/+53
Jeremy. (This used to be commit ef7bcaf1b7e1ca073b27a8836c6aa86e112b5bee)
2002-10-01Fix Solaris sendfile detection. Add small fixes to sendfile code.Jeremy Allison3-46/+53
Jeremy. (This used to be commit 7ba5636897ea57669c62d22bb399bcfe5e3a9907)
2002-10-01Tidy up client error processing.Jeremy Allison1-16/+15
Jeremy. (This used to be commit aea64f1c300b1ec5ec1c5d637f456f025ec12821)
2002-10-01Tidy up client error processing.Jeremy Allison1-16/+15
Jeremy. (This used to be commit 983e6d137eaada5cea1235e0cf051bc314b6f9d8)
2002-10-01Fixed typo.Jeremy Allison1-1/+1
Jeremy. (This used to be commit e2d66c5d238a057175d9316b4491ca26066f34fe)
2002-10-01Added error string for server timeout on client call.Jeremy Allison3-0/+11
Jeremy. (This used to be commit 28d2eb934318818a3b0527e391987ea139dbf4a3)
2002-10-01Added error string for server timeout on client call.Jeremy Allison3-0/+11
Jeremy. (This used to be commit abeebf33c132c4975ac5dadde57c22176ddc9fda)
2002-10-01This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User9-0/+11951
used to be commit eb5ce70e2f0e3ebf6bab168108b410174e42818b)