summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter13-16/+339
(This used to be commit f70caa25e4ee198151b915cf2bc0a26b2d0e243d)
2002-10-04Remove README.DCEDFS as it doesn't contain useful info for developers nor ↵Jelmer Vernooij1-78/+0
users but only about the state DCE/DFS was in for samba 1.9.13 (This used to be commit 69c402f375818314e7e335abc52f566c037d16cb)
2002-10-04Convert even more text docsJelmer Vernooij7-179/+239
(This used to be commit cde5cd455ca48fde7eeb7cea84b061ef3be58e23)
2002-10-04Convert README.Win32-Viruses DHCP-Server-Configuration and Faxing to SGML...Jelmer Vernooij6-521/+70
(This used to be commit 68a18e1a9ea44d7f0d84de5a23eef9d9a7568cbc)
2002-10-04Move Recent-FAQ's to the new SGML FAQJelmer Vernooij6-69/+352
(This used to be commit 8a15a8c195285550be55bac63f7508bf34b36411)
2002-10-04Convert GOTCHAS to SGMLJelmer Vernooij23-4699/+5341
(This used to be commit c48207ef0e219680d4e4102256c76189aaf73ebc)
2002-10-04Move Application_Serving.txt to FAQ question "How to use a samba share as a ↵Jelmer Vernooij4-56/+126
administrative share for MS Office, etc?" (This used to be commit 5e96448348d3db232a9a9f273a16dcfc4f69aaab)
2002-10-04Split up faq in smaller filesJelmer Vernooij4-527/+532
(This used to be commit 5129c40c8391f6cc52b3b8382ec9a72bf1c8d097)
2002-10-04only set UF_USE_DES_KEY_ONLY if we are using krb5 libraries that can'tAndrew Tridgell1-3/+7
do type 23 (This used to be commit c0612272e8eea3d741854c0b4834bc687d787218)
2002-10-04support all permitted encoding types in tickets. This allows us toAndrew Tridgell1-15/+29
decode a type 23 ticket when the machine account is setup for non-DES tickets (This used to be commit 144d4429d7d91e8597263da6abc8041098f2a4c3)
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter24-177/+283
from APP_HEAD (This used to be commit 38c9e4299845fd77cc8629945ce2d259489f7437)
2002-10-03Added ASCII art to make this clearer.Jeremy Allison1-1/+73
Jeremy. (This used to be commit 96e9ff905426f4754685a140674934cf2f6cb11c)
2002-10-03Add generated files for FAQJelmer Vernooij4-0/+1346
(This used to be commit fd9854d45dee6697e1d1515e7e1729a3237093ca)
2002-10-03Fix generation of FAQJelmer Vernooij3-6/+9
(This used to be commit 26ce370e0c858c017333e33535956658e1a9fe7f)
2002-10-03Write cache bugfix from Rasmus Borup Hansen, system adm. Email: ↵Jeremy Allison1-0/+13
rbh@math.ku.dk Jeremy. (This used to be commit 971b82beb7b99a3ae692ca147cce9ce4b5bce39c)
2002-10-03Fix links in html versions of manpagesJelmer Vernooij31-1829/+2232
(This used to be commit e0632a7752f123859290140b5fc190fee0da8484)
2002-10-03make the default printed values for boolean the same for all parameters.Herb Lewis1-2/+2
(This used to be commit 074de699a20a1f8d8f45e576c50b94bb5aeb634e)
2002-10-03Fix generation of HTML versions of manpagesJelmer Vernooij2-2/+2
Add comments to dsssl file (This used to be commit 16656d35bb7a316d219f83e073b88d79f66101de)
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-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 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 6929b65954ff5b94d11db79c8fc6a295311c238f)
2002-10-01regenerateGerald Carter1-126/+194
(This used to be commit 57c9a6a1e8159f2eeaf0e3dae104a0815a000fa4)