1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

9811 Commits

Author SHA1 Message Date
Jeremy Allison
1252fda04f Write cache bugfix from Rasmus Borup Hansen, system adm. Email: rbh@math.ku.dk
Jeremy.
(This used to be commit 971b82beb7b99a3ae692ca147cce9ce4b5bce39c)
2002-10-03 18:11:12 +00:00
Jelmer Vernooij
49cd711d49 Fix links in html versions of manpages
(This used to be commit e0632a7752f123859290140b5fc190fee0da8484)
2002-10-03 18:10:16 +00:00
Herb Lewis
adc594ec2e make the default printed values for boolean the same for all parameters.
(This used to be commit 074de699a20a1f8d8f45e576c50b94bb5aeb634e)
2002-10-03 18:02:01 +00:00
Jelmer Vernooij
4a1e64555c Fix generation of HTML versions of manpages
Add comments to dsssl file
(This used to be commit 16656d35bb7a316d219f83e073b88d79f66101de)
2002-10-03 17:54:22 +00:00
Gerald Carter
8f3fc6ac4b fix typos in net.8.sgml so it will compile and
regenerate html versions of manpages....
(This used to be commit 4d4ef0d34afb43e62b4bec274fd4e64cda04c949)
2002-10-03 17:17:54 +00:00
Gerald Carter
16612b8d32 merge sendfile entry from SAMBA_2_2 and fix typo
(This used to be commit 068d7ab14c0f6f83b61e6fe1724ef00ca2e0e590)
2002-10-03 16:57:37 +00:00
Jelmer Vernooij
15d544de7d Document 'hide special files'
(This used to be commit 36a9fe66c50021443a9d4336f9413a2afd5d3af3)
2002-10-03 16:32:26 +00:00
Andrew Tridgell
fa066fdde3 .NET likes both forms of servicePrincipalName in the machine account
record
(This used to be commit 8ff6d40d7fe4dc11e9ba194a55995c0926202df9)
2002-10-03 14:23:06 +00:00
Andrew Tridgell
c1346cdca9 fixed 3 bugs in the wins server code related to precedence of ! and &
in C

please note that:
 if (! a & b)
is not the same as:
 if (! (a & b))
(This used to be commit ec6a098c2edf6aa44f85b031459b737496080898)
2002-10-03 13:28:44 +00:00
Andrew Bartlett
16bf7a8f07 VFStest uses all of smbd's .o files, so needs -lpam and crypt.
(This used to be commit 4851b6a40f5f498d597a88874c2402b629ff36b6)
2002-10-03 07:25:08 +00:00
Andrew Bartlett
1a9703338c Patch from Steve Langasek <vorlon@netexpress.net>:
(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-03 04:19:52 +00:00
Andrew Bartlett
08387abd7d Another patch from Steve Langasek <vorlon@netexpress.net>, again from the
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-03 03:31:41 +00:00
Andrew Bartlett
3a5577e552 Patch from Steve Langasek <vorlon@netexpress.net> to use nice big integers when
attempting to calculate the bytes/second being transferred.  (Avoid overflow
etc)

Andrew Bartlett
(This used to be commit cd41e5ab857a33e05fa231756ff15707f2f5ce23)
2002-10-03 03:27:00 +00:00
Andrew Bartlett
26b8f6bbeb We are going to need to track the SAM sequence number too.
(This used to be commit 92e0d0e6082117d2d5342383023cff244bbceed0)
2002-10-03 03:20:40 +00:00
Jeremy Allison
32027e3b6b Missing break meant getprintprocessordirectory always returned UNKNOWN_LEVEL.
Jeremy.
(This used to be commit 1b283b649f68890b0aa450aa1ac90f1e8031a6fd)
2002-10-02 22:55:40 +00:00
Jelmer Vernooij
b98ddb91f8 Convert ADS-HOWTO to SGML and add it to the howto collection
Updated generated docs
(This used to be commit 3d417179233d0b8e486560c41248888be42bacf9)
2002-10-02 21:34:31 +00:00
Jelmer Vernooij
57b99405d5 Remove obsolete information from textdocs
(This used to be commit e1f9f3b9554453b5acb8a298e4f90ca9699cdfa0)
2002-10-02 19:42:28 +00:00
Jelmer Vernooij
71c1166472 Add htmlfaq to Makefile
Fix syntax errors in FAQ
(This used to be commit e538e5005faf2a447d101d9a872872206ac1e16c)
2002-10-02 19:35:07 +00:00
Jelmer Vernooij
1a66b224ed Remove old faq - all the useful information it contained is now in the new FAQ
(This used to be commit 5998dbe84bf3388d27597a5cb0b398b6f7840951)
2002-10-02 19:28:33 +00:00
Jelmer Vernooij
8ab937c344 Add initial version of new FAQ
(This used to be commit 9e61533b20e1dea815d467cfc0a09d5cb4fe8d14)
2002-10-02 19:26:18 +00:00
Gerald Carter
c7ca88ee40 small update from Rainer
(This used to be commit 3d0b7981d086ecdf0d2d660f19cf2a39a8ab02f8)
2002-10-02 19:12:40 +00:00
Jeremy Allison
b69d0e39bc Added const. Anal formatting fixup.
Jeremy.
(This used to be commit ae4bf35f942de6025d3f364d599cca9720734a19)
2002-10-02 19:11:59 +00:00
Jelmer Vernooij
2646df5691 Remove deprecated smb.conf options that were still in smb.conf.5:
domain admin group
domain guest group
use rhosts
status
(This used to be commit 475594a43938aaace7868b4fadc50d571ce18414)
2002-10-02 18:43:25 +00:00
Jelmer Vernooij
5b29a8f6ef Be less verbose
(This used to be commit 65c4a1060b57b1fa18f125d7ef92eb2cec0e1edf)
2002-10-02 18:38:04 +00:00
Jelmer Vernooij
f15c47d24d Update find_missing_doc.pl:
- 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-02 18:36:38 +00:00
Jelmer Vernooij
e6eb2dc3c5 Add framework for net command manpage - still contains a lot of FIXME's...
(This used to be commit 1e7686e5e7952b9b6f0474bace43078d2f6cb871)
2002-10-02 17:33:06 +00:00
Jelmer Vernooij
f174356aba remove text documents in source code (they're now in the Developers Guide) - discussed
with jerry
(This used to be commit f9b29692e33f8718b314ab4a61c501a3ddd9a3c6)
2002-10-02 17:24:38 +00:00
Jelmer Vernooij
7a822527e4 Fix Makefile.in (use variables instead of directory names, don't try to put files in ../../htmldocs, etc)
Add sam.sgml
(This used to be commit dfb3ee0bb646557ef911c827a5a68ef9c7833835)
2002-10-02 15:05:35 +00:00
Jelmer Vernooij
4cf8157ee9 strchr -> strrchr
(This used to be commit 598039599ca7c38a42ae75cf345c01b3cf3881ff)
2002-10-02 14:58:54 +00:00
Gerald Carter
83e4c6ea4b more doc structure updates. SWAT now on links to the TOC for
the HOWTO collection instead of linking each article.
(This used to be commit a0e0a76e000c2962037dddde11261108b3d63e50)
2002-10-02 14:36:55 +00:00
Jelmer Vernooij
2475f6ee3c Add note to test 9 about 'encrypt passwords'
(This used to be commit bc04c2c82fe5c236a030237032952c707bd17073)
2002-10-02 14:18:58 +00:00
Gerald Carter
53b1659183 newly generated docs; removing old ones
(This used to be commit d72538fd14b8d00ea07f19464b4f3a3d93445cbf)
2002-10-02 14:08:40 +00:00
Jelmer Vernooij
eb17f95e16 Remove manpage when there are errors during generation
(This used to be commit ae230491a8860a1846bd272d6455119a5bc99dd5)
2002-10-02 13:38:50 +00:00
Gerald Carter
e086aca6c5 mention openantivirus.org
(This used to be commit 25cd49d76650a5f059f956ae955569be340d3729)
2002-10-02 13:24:59 +00:00
Jeremy Allison
919a78f005 Doh ! Lookup name before checking negative cache (the way Tim originally
had it...).
Jeremy.
(This used to be commit 6929b65954ff5b94d11db79c8fc6a295311c238f)
2002-10-01 23:07:00 +00:00
Gerald Carter
d962f8b3c0 regenerate
(This used to be commit 57c9a6a1e8159f2eeaf0e3dae104a0815a000fa4)
2002-10-01 17:03:24 +00:00
Gerald Carter
7faabd42c5 * fixed typos in SGML source
* regenerated man pages
(This used to be commit 89bbec5216e1e02469dea6f68ceb797dd9165c1f)
2002-10-01 17:02:36 +00:00
Jeremy Allison
5567ef53cb Cope with rw errors and timeout to peer.
Jeremy.
(This used to be commit 736a7bab487d7e217eed452e2089adb6b4164ad5)
2002-10-01 06:50:25 +00:00
Jeremy Allison
a9ccc38c08 Fix Solaris sendfile detection. Add small fixes to sendfile code.
Jeremy.
(This used to be commit ef7bcaf1b7e1ca073b27a8836c6aa86e112b5bee)
2002-10-01 05:55:25 +00:00
Jeremy Allison
3e2a384e76 Tidy up client error processing.
Jeremy.
(This used to be commit 983e6d137eaada5cea1235e0cf051bc314b6f9d8)
2002-10-01 02:11:26 +00:00
Jeremy Allison
549f70f8ee Fixed typo.
Jeremy.
(This used to be commit e2d66c5d238a057175d9316b4491ca26066f34fe)
2002-10-01 01:43:09 +00:00
Jeremy Allison
68259be9d5 Added error string for server timeout on client call.
Jeremy.
(This used to be commit abeebf33c132c4975ac5dadde57c22176ddc9fda)
2002-10-01 01:33:05 +00:00
Gerald Carter
5de642fc6c fixing typos spotted by eagle-eye-vance
(This used to be commit 5bae773e0270c31ba936ef651dda149601ac6ecd)
2002-10-01 01:06:37 +00:00
Jeremy Allison
d2c0dca984 Fix memory leak in getting DC list. Remember to exclude failed lookups.
Jeremy.
(This used to be commit c4fcbb2948beb3b6594d53a7ffdc8b94fd0d94e0)
2002-09-30 23:16:42 +00:00
Gerald Carter
8ea9c80a6e * adding some notes on the wins failover stuff
* fixing some typos after running printing.sgml through ispell
(This used to be commit d20be2e868015266ef3b33f353e1c9a2e6d6b7e1)
2002-09-30 21:55:17 +00:00
Jeremy Allison
7dc8aa0854 Added Solaris sendfile patch + configure tests from Pierre Belanger <belanger@yahoo.com>.
Jeremy.
(This used to be commit 8db4d46dc983ce37814fb375d61951b6220a4c61)
2002-09-30 21:14:46 +00:00
Gerald Carter
834b89cc49 * working on Makefile
* converting printing internal doc to SGML
(This used to be commit bc74170cd982e520421e8b930710671923d65208)
2002-09-30 21:07:37 +00:00
Gerald Carter
5dd53e1deb missed one txt rule.
(This used to be commit c58d4b3cca9132c5995fa12cf5dfcadce082dba9)
2002-09-30 20:21:00 +00:00
Gerald Carter
d64e0e9772 * add the Developers guide to the repository
* fix syntax errors in developer's docs
* update Makefile.in to place HTML files in htmldocs & text
  files in textdocs/
(This used to be commit cb96e1a1d9a07314bb60e431484cfd05aef83de6)
2002-09-30 20:18:12 +00:00
Gerald Carter
ae61c575ba more updates--printing backend inmterface & Print queue tdb's
(This used to be commit a42414fe5aff8a9e0fccd1c73a86e3b472f2c149)
2002-09-30 19:52:11 +00:00