summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-07forgot some bits from previous rpc_secdesc.h rework patchSimo Sorce2-5/+3
(This used to be commit 738b9237eda8fdb8adb534ab1a84070923f352f1)
2002-10-06try to put every security descriptors related definitions in the same file.Simo Sorce10-239/+327
also try to uniform names to a clean scheme. first part. (This used to be commit a123e05877caf90c28980be2d84b1d0b46e4fd21)
2002-10-05Fix a small mistake.Richard Sharpe1-1/+1
(This used to be commit 12c49861fd21fb57ba38537c73a6576ca034913a)
2002-10-05Update popt help message and use popt-commonJelmer Vernooij1-12/+7
(This used to be commit 821b27037b991e143b87f0f1c7186c9a403376f0)
2002-10-05Don't use usage function, but use popt for usage and help infoJelmer Vernooij1-38/+37
(This used to be commit a0e0f3b293a71ee6a7bb0edb626c5e16cb803830)
2002-10-05missing prs_align()'sGerald Carter1-0/+9
(This used to be commit f149a5a54722fe05c8e30cb217cc72cec6f34e18)
2002-10-05Removed Fax document no longer extant.John Terpstra1-23/+1
(This used to be commit 4e2a129ac1b5da7ea1420926f57588b2c4344775)
2002-10-05Use popt_common and use popt for showing help infoJelmer Vernooij1-30/+15
(This used to be commit de9ea4ee6b3a939044d84f43ce14f10dd16341ce)
2002-10-05Push Steve Langasek's fix ...Richard Sharpe1-1/+1
(This used to be commit 0325b938f5b3d1c592da666b43c7b20dcc7ba5eb)
2002-10-05Add more common options to popt_common - and start usingJelmer Vernooij3-25/+62
the ones for debuglevel and configuration file in pdbedit (This used to be commit cb0d03a393d9009c3e16b9d05d88c171de9a9414)
2002-10-05Turn on sendfile detection by default in HEAD and 3.0.Jeremy Allison3-53/+47
Jeremy. (This used to be commit 6a9d0c9bdd57c135c4565da829b2fa4f44874a6d)
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison12-69/+89
MAX_PRINT_JOBS in a queue. Jeremy. (This used to be commit bb58a08af459b4abae9d53ab98c15f40638ce52b)
2002-10-04fix typoGerald Carter1-1/+1
(This used to be commit 38a956c79bbdb5e1eedfcb1cf3ad4f7c906d0cf7)
2002-10-04merge native_mode flag in winbindd_domain struct from app-headGerald Carter4-36/+72
(This used to be commit dd948a302ad6bd4307ecdfb10510e12185150eae)
2002-10-04Remove useless spaces - this broke make protoJelmer Vernooij1-1/+1
(This used to be commit 0341fb45829c5d13a7e02daaa9b960fdff492323)
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)