summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-04-23This is the documantation for the shadow_copy vfs module.Stefan Metzmacher1-4/+289
Many thanks to Ed Riddle <ed at riddlefixer dot com> ('enigma' on #samba-technical) who wrotes the documentation for this module. metze (This used to be commit e2600d75103e576458f4c77dfc5410c73e3d4020)
2008-04-23the parameter name is 'writeable' and 'writable' is just an alias of it.Stefan Metzmacher1-2/+2
metze (This used to be commit 7cd0dd90bcabff6343d6e0791333db721f192a2e)
2008-04-23No longer use cvs2cl (we're not using CVS anymore so it broke the build)Jelmer Vernooij3-4/+3
Fix syntax error in "ea support" parameter (This used to be commit afa157521599450ee44ad228677813ab9cd3e2e1)
2008-04-23Add smb.conf entry for "winbind nested groups"Volker Lendecke1-0/+19
(This used to be commit 899ad47b18e9614bd1678bed02070e841c4be7ca)
2008-04-23- "total print jobs" doesn't exist ("max print jobs" was meant)Jelmer Vernooij1-5/+3
- Fix note about spaces in smb.conf (This used to be commit 0dbd2fd59ac646060ac590ea924a3fc41b029192)
2008-04-23Remove anoncvs instructions and replace them with svnanon instructions.Jelmer Vernooij1-58/+33
(This used to be commit 0fe4774a4ffa0ddccb68b2e28a834d00dcbe3c84)
2008-04-23adding the THANKS and history files back after talking to jhtGerald Carter2-0/+355
(This used to be commit 3db167192c1eebac8b76dc4bf5a522a20cf6d4b8)
2008-04-23Add script for extracting additional filesJelmer Vernooij1-0/+41
(This used to be commit b41c38e8df138eca806e4c04a6d48059d9b03ca7)
2008-04-23Fix developer documentation buildJelmer Vernooij1-0/+0
(This used to be commit 60aac4237b390eb5d5388cec419a7ccbcc3178ec)
2008-04-23Remove autogenerated fileJelmer Vernooij1-70/+0
(This used to be commit a2a6e692eae34a431946376aca4b4dd79b34d5dc)
2008-04-23Having killed it from Samba 3.0 and trunk, kill 'unicode' from samba-docs.Andrew Bartlett1-20/+0
Andrew Bartlett (This used to be commit d2d20279be30389d64c0016535d28b1662d160cc)
2008-04-23Added docs for new parameters.Jeremy Allison2-1/+23
Jeremy. (This used to be commit a1c65952afa716a8b314b5e60d2d038e435c9d51)
2008-04-23Fix docs build (remaining commits from SambaXP)Jelmer Vernooij1-25/+17
(This used to be commit 3c105fdb21197614b3790b7d6275566118729050)
2008-04-23Another round of fixes (projdoc -> howto) for imagesAlexander Bokovoy4-12/+12
(This used to be commit 80aa81950e7cf341b87b0f7b77850d080a67f9a6)
2008-04-23Document --require-membership-of={SID|Name}Alexander Bokovoy1-0/+14
(This used to be commit 83e7f9692302a7c459dda7ef35e26b836c85c23f)
2008-04-23Change 'release' target: remove 'htmlfaq' (outdated) and add 'guide'Alexander Bokovoy1-1/+1
(This used to be commit ca67dad01bc200d1b94f37e8fa140f999288eb14)
2008-04-23Fix Development documentation as wellAlexander Bokovoy2-4/+5
(This used to be commit 3f683a67c5a2a1797bc26c5f3efc01831a4e4969)
2008-04-23Fix samba-docs build after svn conversion and Samba3 By Example addition.Alexander Bokovoy44-133/+167
Now we are able to build everything in samba-docs properly. (This used to be commit bb09f771958150e9465a5dc9d8e62aa8477c17a4)
2008-04-23Remove ignore filesJelmer Vernooij5-3/+607
Add missing build files (This used to be commit 5f3b2ba2255a557d3af6624779c34e0b59e0352a)
2008-04-23- Better names for some filesJelmer Vernooij26-21/+5822
- Add the build system (This used to be commit 450386e3edfc59e0ad67c12998eddfc46b381250)
2008-04-23Add all the source files from the old CVS tree,Jelmer Vernooij579-0/+85612
add the 5 missing chapters from the HOWTO and add jht's Samba by Example book. (This used to be commit 9fb5bcb93e57c5162b3ee6f9c7d777dc0269d100)
2008-04-23winbindd_cache: simplify logic in new key length check for UA keys.Michael Adam1-14/+9
This reduces indentation by combining common code paths, and wraps long lines. Holger: sorry, I could not resist. I think it is much easier to understand what is going on when we only have one check and determine the max allowed key length in advance. Michael (This used to be commit e489f3d988feafe35b486b31a9e60c2399e6a6e7)
2008-04-23winbindd_cache: recognize and allow longer UA keysHolger Hetterich1-3/+13
UA keys consist of a potientally large number of concatenated SID strings which can grow much larger than 1024 bytes in complex environments. We catch those keys and allow them exclusivly to be larger. (This used to be commit fcd35232e111f9b046ae35d939d08c29d0d43438)
2008-04-23Correctly initialize lp_load in smbstatus in the presence of registry on tdb2Volker Lendecke1-4/+16
(This used to be commit c4f7bee9238db536a7d5215cebb0bf37f757dfad)
2008-04-23Increase level of debug msg when a regkey is not foundVolker Lendecke1-1/+1
This is a pretty normal situation if you have "include=registry" set but no configuration options have been set there yet. (This used to be commit 727127f1dcd49b31b5a48cc3f9314aa2380d60e1)
2008-04-23libsmbconf: remove unnecessary talloc success check from smbconf_txt.cMichael Adam1-8/+0
talloc_stackframe() panics on NOMEM. Michael (This used to be commit dee57ad025e7ad9971e44ea30b6aab3806c06fc6)
2008-04-23libsmbconf: remove unnecessary talloc success checks from smbconf_reg.cMichael Adam1-12/+1
talloc_stackframe panics on NOMEM. Michael (This used to be commit 03fd30eef803ff2718e7af618d38944d56ccd329)
2008-04-23libsmbconf: remove unnecessary talloc success checks from smbconf.cMichael Adam1-4/+0
talloc_stackframe() panics on NOMEM. Michael (This used to be commit be4f8447ccd044563f6b12793ea64d9f38741861)
2008-04-23libsmbconf: rewrite API to use smbconf_service structMichael Adam7-122/+110
instead of lists of strings and counters directly... Michael (This used to be commit 17415e2dc457ce41793a7e28e71f72c538c19c61)
2008-04-22libsmbconf: add a struct smbconf_service to hold the parameter names + values.Michael Adam1-0/+7
Michael (This used to be commit 8118a8348f36b28fa4d46b42a104097cefa33a4d)
2008-04-22WHATSNEW: add one more change.Michael Adam1-0/+1
Michael (This used to be commit c55094555aa2ece1a64b44cc4470da96393acbf3)
2008-04-22rpcclient: Add getdispinfoidx command.Günther Deschner1-0/+62
Guenther (This used to be commit 7d8461d080c92a83bd7a8d168fdf1fe98e8bec9a)
2008-04-22IDL: rerun make idl.Günther Deschner4-12/+38
Guenther (This used to be commit c92b585cc42ba9f42727512c08c896ee40e5e319)
2008-04-22IDL: Fix IDL for samr_GetDisplayEnumerationIndex{2}.Günther Deschner1-2/+2
Guenther (This used to be commit cb0b0fd2684b63257421aba599f9d2111c0438bf)
2008-04-22Make nsstest valgrind-clean: buf is referred to by the parsed grp structVolker Lendecke1-3/+0
(This used to be commit 20ddbcaa0c113646cea774c36209f382cada50b0)
2008-04-22WHATSNEW: update the section on registry configuration.Michael Adam1-3/+12
Michael (This used to be commit e185fd493558a40a4ad5261525b3f9515803bf59)
2008-04-22WHATSNEW: list special meaning of "include = registry" under smb.conf changes.Michael Adam1-0/+2
Michael (This used to be commit d9b48d728d130f17a8270821d66092d6098449f3)
2008-04-22WHATSNEW: re-establish alphabetic ordering in smb.conf changesMichael Adam1-1/+1
Michael (This used to be commit b44f45f4f4ca2171dd6f8a72c91cd3574acda5c5)
2008-04-22WHATSNEW: update my changes for 3.2.0pre3Michael Adam1-0/+11
Michael (This used to be commit 1036f5a2e7de0254288cf5068ec1eab50ef19939)
2008-04-22libsmbconf: fix comment headers in smbconf.hMichael Adam1-3/+8
Michael (This used to be commit 54c0461679642b38653f803e7b21d865472f3f91)
2008-04-22libsmbconf: text backend remove comment references to "simple".Michael Adam1-2/+2
Michael (This used to be commit 640b8ae7ad7aa53e05c7124fed072f2312aa91aa)
2008-04-22libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().Michael Adam4-9/+9
...for consistency. Michael (This used to be commit 3d1da73f66b8452693262e2d03f986eec438451d)
2008-04-22libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt.Michael Adam2-1/+1
Michael (This used to be commit dd9fe5aec43e60d554f2580a0699fe6e4cfb5d3c)
2008-04-22Fix wbinfo --group-info if the winbind separator set to non \Volker Lendecke2-2/+5
In getgrsid_lookupsid_recv() we use parse_domain_user which itself looks at lp_winbind_separator(). Thus when building up that group name we should better use it as well. (This used to be commit 5df75578ef1da41164936cd11b14114889201d47)
2008-04-22WHATSNEW.txt: Update list of changes.Karolin Seeger1-12/+22
Karolin (This used to be commit d2cb298a469b00cb5f8e15a3185a4a5d51e1b9ec)
2008-04-22WHATSNEW: Update release date for 3.2.0pre3.Karolin Seeger1-1/+1
(This used to be commit f4053cf5097aac32bb522f0c4d7d073ae823b409)
2008-04-22configure: fix a comment typoMichael Adam1-1/+1
Michael (This used to be commit af2a1f15e6d45139ba62e334a3529d407430e6bd)
2008-04-22libnetjoin: identify type of domain early.Günther Deschner1-16/+16
This finally enables joining AD using workgroup or realm name. Guenther (This used to be commit 0cf16e6b47f5978bdcb84ac8a29ef13ff2b5cca8)
2008-04-22build: fix the build.Günther Deschner1-2/+2
Guenther (This used to be commit 09a0001063d5bdd9bdc7abfbf1467beb062de049)
2008-04-22dsgetdcname: Fix discover_dc_dns().Günther Deschner1-2/+2
Guenther (This used to be commit ec86deb349850c634b49cd5a536e9281a4a6e7d8)