Jelmer Vernooij
fd9854d45d
Add generated files for FAQ
-
Jelmer Vernooij
26ce370e0c
Fix generation of FAQ
-
Jeremy Allison
971b82beb7
Write cache bugfix from Rasmus Borup Hansen, system adm. Email: rbh@math.ku.dk
...
Jeremy.
-
Jelmer Vernooij
e0632a7752
Fix links in html versions of manpages
-
Herb Lewis
074de699a2
make the default printed values for boolean the same for all parameters.
-
Jelmer Vernooij
16656d35bb
Fix generation of HTML versions of manpages
...
Add comments to dsssl file
-
Gerald Carter
4d4ef0d34a
fix typos in net.8.sgml so it will compile and
...
regenerate html versions of manpages....
-
Gerald Carter
068d7ab14c
merge sendfile entry from SAMBA_2_2 and fix typo
-
Jelmer Vernooij
36a9fe66c5
Document 'hide special files'
-
Andrew Tridgell
8ff6d40d7f
.NET likes both forms of servicePrincipalName in the machine account
...
record
-
Andrew Tridgell
ec6a098c2e
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))
-
Andrew Bartlett
4851b6a40f
VFStest uses all of smbd's .o files, so needs -lpam and crypt.
-
Andrew Bartlett
a1c63d04b8
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
-
Andrew Bartlett
f428ee98d8
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
-
Andrew Bartlett
cd41e5ab85
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
-
Andrew Bartlett
92e0d0e608
We are going to need to track the SAM sequence number too.
-
Jeremy Allison
1b283b649f
Missing break meant getprintprocessordirectory always returned UNKNOWN_LEVEL.
...
Jeremy.
-
Jelmer Vernooij
3d41717923
Convert ADS-HOWTO to SGML and add it to the howto collection
...
Updated generated docs
-
Jelmer Vernooij
e1f9f3b955
Remove obsolete information from textdocs
-
Jelmer Vernooij
e538e5005f
Add htmlfaq to Makefile
...
Fix syntax errors in FAQ
-
Jelmer Vernooij
5998dbe84b
Remove old faq - all the useful information it contained is now in the new FAQ
-
Jelmer Vernooij
9e61533b20
Add initial version of new FAQ
-
Gerald Carter
3d0b7981d0
small update from Rainer
-
Jeremy Allison
ae4bf35f94
Added const. Anal formatting fixup.
...
Jeremy.
-
Jelmer Vernooij
475594a439
Remove deprecated smb.conf options that were still in smb.conf.5:
...
domain admin group
domain guest group
use rhosts
status
-
Jelmer Vernooij
65c4a1060b
Be less verbose
-
Jelmer Vernooij
bf5a84efb3
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
-
Jelmer Vernooij
1e7686e5e7
Add framework for net command manpage - still contains a lot of FIXME's...
-
Jelmer Vernooij
f9b29692e3
remove text documents in source code (they're now in the Developers Guide) - discussed
...
with jerry
-
Jelmer Vernooij
dfb3ee0bb6
Fix Makefile.in (use variables instead of directory names, don't try to put files in ../../htmldocs, etc)
...
Add sam.sgml
-
Jelmer Vernooij
598039599c
strchr -> strrchr
-
Gerald Carter
a0e0a76e00
more doc structure updates. SWAT now on links to the TOC for
...
the HOWTO collection instead of linking each article.
-
Jelmer Vernooij
bc04c2c82f
Add note to test 9 about 'encrypt passwords'
-
Gerald Carter
d72538fd14
newly generated docs; removing old ones
-
Jelmer Vernooij
ae230491a8
Remove manpage when there are errors during generation
-
Gerald Carter
25cd49d766
mention openantivirus.org
-
Jeremy Allison
6929b65954
Doh ! Lookup name before checking negative cache (the way Tim originally
...
had it...).
Jeremy.
-
Gerald Carter
57c9a6a1e8
regenerate
-
Gerald Carter
89bbec5216
* fixed typos in SGML source
...
* regenerated man pages
-
Jeremy Allison
736a7bab48
Cope with rw errors and timeout to peer.
...
Jeremy.
-
Jeremy Allison
ef7bcaf1b7
Fix Solaris sendfile detection. Add small fixes to sendfile code.
...
Jeremy.
-
Jeremy Allison
983e6d137e
Tidy up client error processing.
...
Jeremy.
-
Jeremy Allison
e2d66c5d23
Fixed typo.
...
Jeremy.
-
Jeremy Allison
abeebf33c1
Added error string for server timeout on client call.
...
Jeremy.
-
Gerald Carter
5bae773e02
fixing typos spotted by eagle-eye-vance
-
Jeremy Allison
c4fcbb2948
Fix memory leak in getting DC list. Remember to exclude failed lookups.
...
Jeremy.
-
Gerald Carter
d20be2e868
* adding some notes on the wins failover stuff
...
* fixing some typos after running printing.sgml through ispell
-
Jeremy Allison
8db4d46dc9
Added Solaris sendfile patch + configure tests from Pierre Belanger <belanger@yahoo.com>.
...
Jeremy.
-
Gerald Carter
bc74170cd9
* working on Makefile
...
* converting printing internal doc to SGML
-
Gerald Carter
c58d4b3cca
missed one txt rule.
-