gd/samba/.git
16 years agodocs: fix the manpage output of parameters list in smb.conf.5. release-3-2-0pre3
Michael Adam [Fri, 25 Apr 2008 12:08:10 +0000 (14:08 +0200)]
docs: fix the manpage output of parameters list in smb.conf.5.

There were some newlines missing in the template for samba:parameters.

Michael
(cherry picked from commit a47abfa9276765164870bd7541798ff1201379b1)

16 years agoFix yet another set of documentation links
Alexander Bokovoy [Thu, 24 Apr 2008 19:46:01 +0000 (23:46 +0400)]
Fix yet another set of documentation links

Signed-off-by: Alexander Bokovoy <ab@samba.org>
(cherry picked from commit a132cc3c6243c049860378f56c4d415d6cb35570)

16 years agoIgnore intermediary documentation files in git
Alexander Bokovoy [Thu, 24 Apr 2008 19:41:35 +0000 (23:41 +0400)]
Ignore intermediary documentation files in git

Signed-off-by: Alexander Bokovoy <ab@samba.org>
(cherry picked from commit e700cf9ef4aefcb04d500136d117ff13a51e6433)

16 years agoFix documentation build: manpages, links in the HTML documents.
Alexander Bokovoy [Thu, 24 Apr 2008 19:40:51 +0000 (23:40 +0400)]
Fix documentation build: manpages, links in the HTML documents.

Fixed manpages generation to properly create handle smb.conf parameters' titles
Changed HTML generator to include links for every smb.conf parameter.
Now we have correct linking between different HTML documents.

Signed-off-by: Alexander Bokovoy <ab@samba.org>
(cherry picked from commit 056935ff1f5fefc3ca42f7006182fc80c94d91ab)

16 years agomount.cifs: Zero mountpassword content before freeing.
Karolin Seeger [Fri, 25 Apr 2008 10:07:28 +0000 (12:07 +0200)]
mount.cifs: Zero mountpassword content before freeing.

Karolin
(cherry picked from commit d99a31848bd2172c15500dd61ce30fef963c1ac6)

16 years agoRerun pidl after fixing array copying in client code and authservice array sizes.
Jelmer Vernooij [Fri, 25 Apr 2008 09:22:03 +0000 (10:22 +0100)]
Rerun pidl after fixing array copying in client code and authservice array sizes.

16 years agomanpages: update the section about registry configuration in smb.conf.5
Michael Adam [Thu, 24 Apr 2008 09:23:36 +0000 (11:23 +0200)]
manpages: update the section about registry configuration in smb.conf.5

Michael
(cherry picked from commit 27bc3ac03f8be222814ff7b77cb3e50b3167a1ef)

16 years agomanpages: describe special meaning of "include = registry" in description of "include"
Michael Adam [Thu, 24 Apr 2008 09:24:23 +0000 (11:24 +0200)]
manpages: describe special meaning of "include = registry" in description of "include"

Michael
(cherry picked from commit 613b6dc6f833dd7ef93e107c0eddc211d42fff93)

16 years agoWHATSNEW: Update release date for 3.2.0pre3.
Karolin Seeger [Tue, 22 Apr 2008 12:48:40 +0000 (14:48 +0200)]
WHATSNEW: Update release date for 3.2.0pre3.
(cherry picked from commit f4053cf5097aac32bb522f0c4d7d073ae823b409)

16 years agoMake mount.cifs.c consistent with other Samba code usage w.r.t
Jeremy Allison [Thu, 24 Apr 2008 17:24:05 +0000 (10:24 -0700)]
Make mount.cifs.c consistent with other Samba code usage w.r.t
SAFE_FREE. Use #define constants not arbitrary numbers. Stevef
please check. Karolyn, once Steve has checked please pull for
3.2-stable.
Jeremy.
(cherry picked from commit cc23f91d639db61903bf8b6c9fa46ec9c1f44178)

16 years agoFix a bogus uninitialized variable warning in IDL-based nbt code
Volker Lendecke [Sat, 19 Apr 2008 15:58:53 +0000 (17:58 +0200)]
Fix a bogus uninitialized variable warning in IDL-based nbt code
(cherry picked from commit 06c5076f8ef23ac36d234ed417b80a58ab8dd7b4)

16 years agoCorrectly initialize lp_load in smbstatus in the presence of registry on tdb2
Volker Lendecke [Wed, 23 Apr 2008 09:35:51 +0000 (11:35 +0200)]
Correctly initialize lp_load in smbstatus in the presence of registry on tdb2
(cherry picked from commit c4f7bee9238db536a7d5215cebb0bf37f757dfad)

16 years agoIncrease level of debug msg when a regkey is not found
Volker Lendecke [Wed, 23 Apr 2008 09:12:25 +0000 (11:12 +0200)]
Increase level of debug msg when a regkey is not found

This is a pretty normal situation if you have "include=registry" set but no
configuration options have been set there yet.
(cherry picked from commit 727127f1dcd49b31b5a48cc3f9314aa2380d60e1)

16 years agoFix CLEAR_IF_FIRST handling of messages.tdb
Volker Lendecke [Wed, 23 Apr 2008 15:13:50 +0000 (17:13 +0200)]
Fix CLEAR_IF_FIRST handling of messages.tdb

We now open messages.tdb even before we do the become_daemon. become_daemon()
involves a fork and an immediate exit of the parent, thus the
parent_is_longlived argument must be set to false in this case. The parent is
not really long lived :-)
(cherry picked from commit 4f4781c6d17fe2db34dd5945fec52a7685448aec)

16 years agolibwbclient: change wbcResolveWinsByIP() to take char ** instead of const char **
Michael Adam [Sun, 20 Apr 2008 20:17:39 +0000 (22:17 +0200)]
libwbclient: change wbcResolveWinsByIP() to take char ** instead of const char **

Fix a compile warning. This seems the right thing since the data is created
by talloc_strdup...

Michael
(cherry picked from commit f81da8e8ed8e2d75c77bd8b5e7fdd7c53bab7e49)

16 years agolibwbclient: fix wbcResolveWinsByName() to take char * instead of const char **
Michael Adam [Sun, 20 Apr 2008 20:13:40 +0000 (22:13 +0200)]
libwbclient: fix wbcResolveWinsByName() to take char * instead of const char **

This fixes a compile warning and seems the correct thing to me as
the returned data is talloc_strdup't, so not const anyways.

Michael
(cherry picked from commit 13cfa7f48a541a934a129fab0544cbf66029c4c7)

16 years agoThe attached patch removes some global variables, and make them local to main().
Charles [Tue, 11 Mar 2008 18:49:08 +0000 (19:49 +0100)]
The attached patch removes some global variables, and make them local to main().
(cherry picked from commit 50cab87d3ee6d701dd8847f4e0a058f5e2d80e0f)

16 years agoFix return code.
Charles [Sun, 9 Mar 2008 18:52:29 +0000 (19:52 +0100)]
Fix return code.
(cherry picked from commit 98b643366044f471ad69c9e5aac06022f30742d9)

16 years agosmbget: Make global variables static.
Charles [Sun, 9 Mar 2008 12:50:56 +0000 (13:50 +0100)]
smbget: Make global variables static.
(cherry picked from commit c430b7831d5dc6f81cfd18ee2bf24bc3f276fe5d)

16 years agoFix formatting.
Jelmer Vernooij [Wed, 5 Mar 2008 16:30:18 +0000 (17:30 +0100)]
Fix formatting.
(cherry picked from commit e2345ce90c3f1548f63d720c5943c8d61fdc899a)

16 years agoAdd --update option to smbget.
Charles [Wed, 5 Mar 2008 14:20:29 +0000 (15:20 +0100)]
Add --update option to smbget.
(cherry picked from commit 3cfa35fca64b059b307668ca0113503679e0b1fa)

16 years agoJanitor for tridge. Keep lib/replace in sync with the gcc4
Jeremy Allison [Fri, 18 Apr 2008 07:30:50 +0000 (00:30 -0700)]
Janitor for tridge. Keep lib/replace in sync with the gcc4
changes.
Jeremy.
(cherry picked from commit b496f133228b74bf613dab81167a5b9670511c51)

16 years agoFix the problem when -L is used with IPv6 addresses. Don't try to
Jeremy Allison [Thu, 17 Apr 2008 16:24:54 +0000 (09:24 -0700)]
Fix the problem when -L is used with IPv6 addresses. Don't try to
connect on port 139 with IPv6. Found by David Holder @ Erion.
Karolin please merge to 3.2-stable.
Jeremy.
(cherry picked from commit c003e66ff10b23bb30aef0071ba7a3ae9579174e)

16 years agoFix gcc uninitialized variable used warning.
Jeremy Allison [Thu, 17 Apr 2008 15:02:46 +0000 (08:02 -0700)]
Fix gcc uninitialized variable used warning.
Jeremy.
(cherry picked from commit b95f2adeb5e2f7ce71e46e6a6165159483c9a702)

16 years agoFix bug #5386, don't keep printing the same waiting
Jeremy Allison [Sat, 12 Apr 2008 00:41:49 +0000 (17:41 -0700)]
Fix bug #5386, don't keep printing the same waiting
error message.
Jeremy.
(cherry picked from commit 12e6818df1c77810a59a2896f8c44c91fc24e7ae)

16 years agoQuieten valgrind message on make valgrindtest. This doesn't
Jeremy Allison [Sat, 12 Apr 2008 00:23:48 +0000 (17:23 -0700)]
Quieten valgrind message on make valgrindtest. This doesn't
seem to be valid (vl - feel free to confirm).
Jeremy.
(cherry picked from commit 43b0254d93540eeaddaa32d76dd9271f4dc2ebff)

16 years agoCheck x_fflush returns.
Jeremy Allison [Tue, 8 Apr 2008 22:08:47 +0000 (15:08 -0700)]
Check x_fflush returns.
Jeremy.
(cherry picked from commit 5525dc5f09a79d30f6c52fc3a88c8bce3060e642)

16 years agoFix for termination problems when no interfaces found - bug #5267.
Jeremy Allison [Thu, 27 Mar 2008 21:23:20 +0000 (14:23 -0700)]
Fix for termination problems when no interfaces found - bug #5267.
Jeremy.
(cherry picked from commit 4b03f4eb2da7a523967ace3d13e79406ade07d47)

16 years agoUse wbinfo --online-status in make test rather than --sequence
Gerald W. Carter [Wed, 23 Apr 2008 16:26:35 +0000 (11:26 -0500)]
Use wbinfo --online-status in make test rather than --sequence
(cherry picked from commit f8c364da94fac96450116be980e38ddddd3f304a)

16 years agoMark a domain offline in the wbcDomainInfo structure using the domain_flags.
Gerald W. Carter [Tue, 22 Apr 2008 20:29:53 +0000 (15:29 -0500)]
Mark a domain offline in the wbcDomainInfo structure using the domain_flags.

Use the existing domain_flags fiueld in wbcDomainInfo to set a bit if the
domain is marked as offline by Winbind.
(cherry picked from commit 59cfba2c3d6d4594f08cbe3b7295ab36a7cfb044)

16 years agoRename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXX
Gerald W. Carter [Tue, 22 Apr 2008 17:22:59 +0000 (12:22 -0500)]
Rename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXX

Better consistency with the othre classes of WBC_DOMINDO_XXX_YYYY flags.
(cherry picked from commit 1cb2305fc96be0c190621f7c86c0476e4ea1fff7)

16 years agoConvert "wbinfo -m" to use wbcListTrusts() API call.
Gerald W. Carter [Thu, 17 Apr 2008 16:07:18 +0000 (18:07 +0200)]
Convert "wbinfo -m" to use wbcListTrusts() API call.
(cherry picked from commit 2fbe8437efe232b6f53af6fafed5995fe7e26820)

16 years agoAdd wbcListTrusts() API call to libwbclient.so
Gerald W. Carter [Thu, 17 Apr 2008 16:06:10 +0000 (18:06 +0200)]
Add wbcListTrusts() API call to libwbclient.so
(cherry picked from commit 5c454e77cf664fee65fcb03e5811764c92e73696)

16 years agoFix out of tree build. Remove the embedded srcdir path from talloc and tdb.
Gerald W. Carter [Wed, 16 Apr 2008 13:48:00 +0000 (15:48 +0200)]
Fix out of tree build.  Remove the embedded srcdir path from talloc and tdb.
(cherry picked from commit 359921acd436684a0b4cf76ba15f82a224d2c337)

16 years agoPatch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP and WinXP64.
Gerald W. Carter [Mon, 31 Mar 2008 19:33:53 +0000 (14:33 -0500)]
Patch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP and WinXP64.

Defines a new value for the %a variable when detecting a Windows XP 64-bit client.
(cherry picked from commit 0c94918fb52c5345ce30490046b79f81712c30bf)

16 years agoAdding DTD from svn:externals link in samba-docs SVN repo
Gerald W. Carter [Tue, 22 Apr 2008 15:31:22 +0000 (10:31 -0500)]
Adding DTD from svn:externals link in samba-docs SVN repo

16 years agoMoving docs tree to docs-xml to make room for generated docs in the release tarball.
Gerald W. Carter [Tue, 22 Apr 2008 15:09:40 +0000 (10:09 -0500)]
Moving docs tree to docs-xml to make room for generated docs in the release tarball.

16 years agoNext update of VFS modules development guide
Alexander Bokovoy [Tue, 15 Apr 2008 14:53:18 +0000 (14:53 +0000)]
Next update of VFS modules development guide

16 years agoUse title from a linked item to show up as text of the link if there is no endterm...
Alexander Bokovoy [Tue, 15 Apr 2008 07:37:36 +0000 (07:37 +0000)]
Use title from a linked item to show up as text of the link if there is no endterm or content in the link itself

16 years agoUse indexterm instead of term in expansion xslts
Alexander Bokovoy [Tue, 15 Apr 2008 07:35:29 +0000 (07:35 +0000)]
Use indexterm instead of term in expansion xslts

16 years agoFix numbering in the Samba3 developer's guide
Alexander Bokovoy [Tue, 15 Apr 2008 07:26:30 +0000 (07:26 +0000)]
Fix numbering in the Samba3 developer's guide

16 years agoSwitch to SVG and Inkscape to generate pictures instead of Dia.
Alexander Bokovoy [Mon, 14 Apr 2008 15:39:30 +0000 (15:39 +0000)]
Switch to SVG and Inkscape to generate pictures instead of Dia.
This was discussed months ago and with Inkscape getting better and more clear in SVG processing
it is now a preffered tool to create and process vector images.

16 years agoRemove smbconfexample check from test index.xml, it is not used anymore
Alexander Bokovoy [Mon, 14 Apr 2008 15:37:20 +0000 (15:37 +0000)]
Remove smbconfexample check from test index.xml, it is not used anymore

16 years agoPrettify attributions
Alexander Bokovoy [Mon, 14 Apr 2008 15:36:39 +0000 (15:36 +0000)]
Prettify attributions

16 years agoAdd small preface to a VFS guide. More to come.
Alexander Bokovoy [Mon, 14 Apr 2008 15:35:45 +0000 (15:35 +0000)]
Add small preface to a VFS guide. More to come.

16 years agoAdd first cut at networkless build instructions for samba-docs
Alexander Bokovoy [Sun, 13 Apr 2008 20:11:27 +0000 (20:11 +0000)]
Add first cut at networkless build instructions for samba-docs

16 years agoAttempt to add DTDs as svn external repository for build
Alexander Bokovoy [Sun, 13 Apr 2008 19:54:15 +0000 (19:54 +0000)]
Attempt to add DTDs as svn external repository for build

16 years agoCorrect usage of multiple LDAP servers as passdb backend. Patch from Björn Jacke...
Karolin Seeger [Mon, 7 Apr 2008 15:36:23 +0000 (15:36 +0000)]
Correct usage of multiple LDAP servers as passdb backend. Patch from Björn Jacke <bj@sernet.de>

16 years agoCorrect description of cups options. Patch from Björn Jacke <bj@sernet.de>.
Karolin Seeger [Mon, 7 Apr 2008 15:10:14 +0000 (15:10 +0000)]
Correct description of cups options. Patch from Björn Jacke <bj@sernet.de>.

16 years agoForgot to add these macros to a samba-docs repository
Alexander Bokovoy [Mon, 7 Apr 2008 11:08:19 +0000 (11:08 +0000)]
Forgot to add these macros to a samba-docs repository

16 years agoFix more entries with back slashes that need to use literal formatting
Alexander Bokovoy [Mon, 7 Apr 2008 05:43:55 +0000 (05:43 +0000)]
Fix more entries with back slashes that need to use literal formatting

16 years agoFix typo
Alexander Bokovoy [Sun, 6 Apr 2008 20:55:25 +0000 (20:55 +0000)]
Fix typo

16 years agoInsert space inside this very long string. It is arguable how to fix it properly...
Alexander Bokovoy [Sun, 6 Apr 2008 20:54:09 +0000 (20:54 +0000)]
Insert space inside this very long string. It is arguable how to fix it properly but at least man pages good now

16 years agoRefresh our XSL templates to work with current docbook xslt for manpages
Alexander Bokovoy [Sun, 6 Apr 2008 20:29:06 +0000 (20:29 +0000)]
Refresh our XSL templates to work with current docbook xslt for manpages

16 years agoAdd man page metadata fields that are used by temprorary manpages XSLT
Alexander Bokovoy [Sun, 6 Apr 2008 20:26:45 +0000 (20:26 +0000)]
Add man page metadata fields that are used by temprorary manpages XSLT

16 years agoDocument --verbose option to wbinfo
Gerald Carter [Mon, 31 Mar 2008 20:40:24 +0000 (20:40 +0000)]
Document --verbose option to wbinfo

16 years agoAdding WinXP64 and Vista as documented values for %a in smb.conf(5)
Gerald Carter [Mon, 31 Mar 2008 20:38:37 +0000 (20:38 +0000)]
Adding WinXP64 and Vista as documented values for %a in smb.conf(5)

16 years agoBetter doc mount.cifs.
Simo Sorce [Mon, 31 Mar 2008 20:13:01 +0000 (20:13 +0000)]
Better doc mount.cifs.

Original commit msg from Jeff:

This patch adds a section to the mount.cifs manpage to clarify how
mount.cifs treats delimiters and when it autoconverts them from one
type to another. It also has it state that the use of forward slash
as a delimiter is preferred and why.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
16 years agoAdd rfc2307 as a valid value for winbind nss info parameter.
Gerald Carter [Thu, 27 Mar 2008 17:54:31 +0000 (17:54 +0000)]
Add rfc2307 as a valid value for winbind nss info parameter.

16 years agoFix type reported by Mangaldeep Sandhu
John Terpstra [Fri, 7 Mar 2008 00:40:07 +0000 (00:40 +0000)]
Fix type reported by Mangaldeep Sandhu

16 years agoRemove man page for smbmnt.
Karolin Seeger [Tue, 4 Mar 2008 09:04:45 +0000 (09:04 +0000)]
Remove man page for smbmnt.

Karolin

16 years agoRemove manpages for smbmount and smbumount.
Karolin Seeger [Mon, 3 Mar 2008 13:09:41 +0000 (13:09 +0000)]
Remove manpages for smbmount and smbumount.
Karolin

16 years agoAdd missing end tags
Karolin Seeger [Fri, 29 Feb 2008 14:27:15 +0000 (14:27 +0000)]
Add missing end tags

16 years ago"hidden"->"administrative share"
Volker Lendecke [Fri, 29 Feb 2008 12:06:34 +0000 (12:06 +0000)]
"hidden"->"administrative share"

16 years agoFix typo
Karolin Seeger [Thu, 28 Feb 2008 10:07:40 +0000 (10:07 +0000)]
Fix typo

16 years agoFix typo.
Karolin Seeger [Wed, 27 Feb 2008 12:19:39 +0000 (12:19 +0000)]
Fix typo.

16 years agoAdd docs for "hidden" parameter
Volker Lendecke [Tue, 26 Feb 2008 20:34:33 +0000 (20:34 +0000)]
Add docs for "hidden" parameter

Thanks to Andreas Schneider <anschneider@suse.de>

16 years agoAdd description for vfs_xattr_tdb option 'xattr_tdb:file'.
Karolin Seeger [Thu, 21 Feb 2008 19:02:50 +0000 (19:02 +0000)]
Add description for vfs_xattr_tdb option 'xattr_tdb:file'.

Karolin

16 years agoAdd documentation for vfs_xattr_tdb.
Karolin Seeger [Tue, 19 Feb 2008 13:16:04 +0000 (13:16 +0000)]
Add documentation for vfs_xattr_tdb.

Karolin

16 years agoFix escaped backslashes (bug #5194). Thanks to the Debian Samba package maintainers...
Karolin Seeger [Thu, 14 Feb 2008 14:26:48 +0000 (14:26 +0000)]
Fix escaped backslashes (bug #5194). Thanks to the Debian Samba package maintainers for reporting!

Karolin

16 years agoFix typos.
Karolin Seeger [Tue, 12 Feb 2008 12:00:17 +0000 (12:00 +0000)]
Fix typos.

Karolin

16 years ago-Add missing whitespaces
Karolin Seeger [Thu, 7 Feb 2008 08:02:08 +0000 (08:02 +0000)]
-Add missing whitespaces
-change samba to Samba

Karolin

16 years agoDocument new smb.conf options "ldap debug level" and "ldap debug threshold".
Michael Adam [Wed, 6 Feb 2008 22:56:08 +0000 (22:56 +0000)]
Document new smb.conf options "ldap debug level" and "ldap debug threshold".

Michael

16 years agoAdd documentation for new parameter 'debug class'.
Karolin Seeger [Wed, 6 Feb 2008 11:57:16 +0000 (11:57 +0000)]
Add documentation for new parameter 'debug class'.

Karolin

16 years agoChange default value for 'lpresume command' to an example as the default value depend...
Karolin Seeger [Wed, 6 Feb 2008 07:57:54 +0000 (07:57 +0000)]
Change default value for 'lpresume command' to an example as the default value depends on the printing system.

Karolin

16 years agoAdd list of currently implemented debug classes.
Karolin Seeger [Wed, 6 Feb 2008 07:30:40 +0000 (07:30 +0000)]
Add list of currently implemented debug classes.

Karolin

16 years agoMan page updates for mount.cifs, including adding in the missing
Steve French [Tue, 5 Feb 2008 21:45:56 +0000 (21:45 +0000)]
Man page updates for mount.cifs, including adding in the missing
description for the mount option for the servernetbiosname

16 years agoFix typo.
Karolin Seeger [Mon, 4 Feb 2008 09:13:23 +0000 (09:13 +0000)]
Fix typo.

Karolin

16 years agoUpdate ignores for Bazaar.
Jelmer Vernooij [Sun, 20 Jan 2008 20:12:59 +0000 (20:12 +0000)]
Update ignores for Bazaar.

16 years agoDocument vl's new "allinfo" command.
Jeremy Allison [Fri, 18 Jan 2008 21:46:40 +0000 (21:46 +0000)]
Document vl's new "allinfo" command.
Jeremy.

16 years agoFix output of backslashes in SMBCONF registry key.
Michael Adam [Fri, 18 Jan 2008 11:08:18 +0000 (11:08 +0000)]
Fix output of backslashes in SMBCONF registry key.

Michael

16 years agoAdd more content to the description of "registry shares".
Michael Adam [Fri, 18 Jan 2008 10:59:31 +0000 (10:59 +0000)]
Add more content to the description of "registry shares".

And reverse the order of example/default value.

Michael

16 years agoDocument default value of parameter "registry shares".
Michael Adam [Fri, 18 Jan 2008 10:32:07 +0000 (10:32 +0000)]
Document default value of parameter "registry shares".

Michael

16 years agoAdd description of parameter "config backend" to the man pages.
Michael Adam [Fri, 18 Jan 2008 10:31:00 +0000 (10:31 +0000)]
Add description of parameter "config backend" to the man pages.

I originally forgot to do "svn add".

Michael

16 years ago-fix some typos
Karolin Seeger [Fri, 18 Jan 2008 10:19:31 +0000 (10:19 +0000)]
-fix some typos
-add missing whitespaces
-fix example for 'registry shares'

still missing: Description of 'config backend'

Karolin

16 years agoAdd documentation for new parameter "config backend".
Michael Adam [Wed, 16 Jan 2008 17:26:57 +0000 (17:26 +0000)]
Add documentation for new parameter "config backend".
Adapt documentation of registry based configuration.

Michael

16 years ago-Use '&stdarg.[server|client].debug' instead of '&stdarg.debug';
Karolin Seeger [Thu, 10 Jan 2008 08:39:53 +0000 (08:39 +0000)]
-Use '&stdarg.[server|client].debug' instead of '&stdarg.debug';
-Remove the debug section in smbclient manpage (replaced by '&stdarg.client.debug'
-Add '&stdarg.[server|client].debug' where debug section was included with '&popt.common.samba' before the changes in samba.entities

Karolin

16 years agoFix bug #4730:
Karolin Seeger [Wed, 9 Jan 2008 12:51:35 +0000 (12:51 +0000)]
Fix bug #4730:
default debug level of smbclient is 1, not 0. I had to remove the &popt.common.samba include,
because of the non-standard default debug level. Please review and revert if it is too bad.
Thanks to Noel Koethe <noel@d.o> for reporting this!

Fix warning (<term> in <para>).

Karolin

16 years agodocument changed default
Volker Lendecke [Wed, 9 Jan 2008 10:24:03 +0000 (10:24 +0000)]
document changed default

16 years agoAvoid useless use of 'cat'. Fix bug #4704. Thanks Christian Perrier <bubulle@debian...
Karolin Seeger [Tue, 8 Jan 2008 10:30:33 +0000 (10:30 +0000)]
Avoid useless use of 'cat'. Fix bug #4704. Thanks Christian Perrier <bubulle@debian.org> for reporting!

Karolin

16 years agoFix bug #4729. The mount.cifs option 'ip' does not accept hostnames. Thanks to the...
Karolin Seeger [Thu, 3 Jan 2008 13:53:08 +0000 (13:53 +0000)]
Fix bug #4729. The mount.cifs option 'ip' does not accept hostnames. Thanks to the Debian Samba package maintainers for reporting!

16 years agoAdd in the docs for -e and posix_encrypt commands.
Jeremy Allison [Mon, 31 Dec 2007 06:17:01 +0000 (06:17 +0000)]
Add in the docs for -e and posix_encrypt commands.
Jeremy.

16 years agoAdd "smb encrypt" to smb.conf.
Jeremy Allison [Mon, 31 Dec 2007 02:22:27 +0000 (02:22 +0000)]
Add "smb encrypt" to smb.conf.
Jeremy.

16 years ago-Improve descriptions for net rpc trustdom add/del
Karolin Seeger [Thu, 20 Dec 2007 10:00:30 +0000 (10:00 +0000)]
-Improve descriptions for net rpc trustdom add/del
-Remove comment that net rpc trustdom del is currently not implemented

Karolin

16 years agoFix Typo reported by TAKAHASHI Motonobu <monyo@samba.gr.jp> (fix bug #4253)
Karolin Seeger [Fri, 14 Dec 2007 12:45:42 +0000 (12:45 +0000)]
Fix Typo reported by TAKAHASHI Motonobu <monyo@samba.gr.jp> (fix bug #4253)
Karolin

16 years agoRename common samba option logfile to log-basename according to
Karolin Seeger [Fri, 14 Dec 2007 12:20:13 +0000 (12:20 +0000)]
Rename common samba option logfile to log-basename according to
the source code.

Karolin

16 years agoChange idmap_ad to the new spelling to fix bug #3733.
Karolin Seeger [Thu, 13 Dec 2007 13:36:59 +0000 (13:36 +0000)]
Change idmap_ad to the new spelling to fix bug #3733.
Thanks to Christoph Peus.

Karolin

16 years ago-Add section about net getdomain and setdomainsid
Karolin Seeger [Thu, 6 Dec 2007 11:43:08 +0000 (11:43 +0000)]
-Add section about net getdomain and setdomainsid
-Discern between local SIDs and domain SIDs
-Unify spelling of SID
Karolin

16 years ago- Activate embedded db2latex
Alexander Bokovoy [Tue, 27 Nov 2007 15:50:28 +0000 (15:50 +0000)]
- Activate embedded db2latex
- Use UTF-8 in LaTeX

16 years agoEmbed db2latex as interim solution before migration to dblatex
Alexander Bokovoy [Tue, 27 Nov 2007 15:47:55 +0000 (15:47 +0000)]
Embed db2latex as interim solution before migration to dblatex