]> git.ipfire.org Git - thirdparty/samba.git/log
thirdparty/samba.git
17 years agoregistry: use regdb_fetch_key_internal() in regdb_fetch_keys().
Michael Adam [Tue, 29 Apr 2008 15:09:10 +0000 (17:09 +0200)] 
registry: use regdb_fetch_key_internal() in regdb_fetch_keys().

Michael

17 years agoregistry: add a function for fetching a tdb record for a given keystring
Michael Adam [Tue, 29 Apr 2008 15:04:41 +0000 (17:04 +0200)] 
registry: add a function for fetching a tdb record for a given keystring

regdb_fetch_key_internal()

Michael

17 years agoregistry: combine talloc_strdup() and normalize_reg_path() in regdb_fetch_keys().
Michael Adam [Tue, 29 Apr 2008 13:30:45 +0000 (15:30 +0200)] 
registry: combine talloc_strdup() and normalize_reg_path() in regdb_fetch_keys().

the talloc_strdup() call is just and extra allocation here.

Michael

17 years agoregistry: use normalize_reg_path() in regdb_fetch_keys()
Michael Adam [Tue, 29 Apr 2008 13:28:47 +0000 (15:28 +0200)] 
registry: use normalize_reg_path() in regdb_fetch_keys()

instead of handcrafting normalization.

Michael

17 years agoregistry: use dbwrap_fetch_bystring() in regdb_fetch_values().
Michael Adam [Tue, 29 Apr 2008 13:17:54 +0000 (15:17 +0200)] 
registry: use dbwrap_fetch_bystring() in regdb_fetch_values().

Michael

17 years agoregistry: use dbwrap_fetch_bystring() in regdb_fetch_keys().
Michael Adam [Tue, 29 Apr 2008 13:16:10 +0000 (15:16 +0200)] 
registry: use dbwrap_fetch_bystring() in regdb_fetch_keys().

instead of using regdb->fetch and constructing tdb data
from the registry key string by hand.

Michael

17 years agobuild: fix some build dependencies.
Günther Deschner [Tue, 29 Apr 2008 22:58:49 +0000 (00:58 +0200)] 
build: fix some build dependencies.

Guenther

17 years agoRe-run make idl.
Günther Deschner [Tue, 29 Apr 2008 22:58:28 +0000 (00:58 +0200)] 
Re-run make idl.

Guenther

17 years agoIDL: use nbt_dc_sock_addr.
Günther Deschner [Tue, 29 Apr 2008 23:10:13 +0000 (01:10 +0200)] 
IDL: use nbt_dc_sock_addr.

Guenther

17 years agoIDL: move some netlogon DS flags to NBT where they actually showup first.
Günther Deschner [Tue, 29 Apr 2008 22:56:31 +0000 (00:56 +0200)] 
IDL: move some netlogon DS flags to NBT where they actually showup first.

Guenther

17 years agoIDL: use samr_AcctFlags in nbt_ntlogon_sam_logon.
Günther Deschner [Tue, 29 Apr 2008 22:35:57 +0000 (00:35 +0200)] 
IDL: use samr_AcctFlags in nbt_ntlogon_sam_logon.

Guenther

17 years agoIDL: add nbt_netlogon_version.
Günther Deschner [Tue, 29 Apr 2008 22:34:43 +0000 (00:34 +0200)] 
IDL: add nbt_netlogon_version.

Guenther

17 years agorpcclient: fix another srv_name_slash.
Günther Deschner [Tue, 29 Apr 2008 18:14:17 +0000 (20:14 +0200)] 
rpcclient: fix another srv_name_slash.

Guenther

17 years ago_netr_LogonSamLogon: fix lm session key length.
Günther Deschner [Tue, 29 Apr 2008 18:13:22 +0000 (20:13 +0200)] 
_netr_LogonSamLogon: fix lm session key length.

Thanks Volker for pointing this out.

Guenther

17 years agoRe-run make idl.
Günther Deschner [Tue, 29 Apr 2008 18:12:26 +0000 (20:12 +0200)] 
Re-run make idl.

Guenther

17 years agoIDL: Add DFS_MANAGER_VERSION_W2K8.
Günther Deschner [Tue, 29 Apr 2008 18:11:59 +0000 (20:11 +0200)] 
IDL: Add DFS_MANAGER_VERSION_W2K8.

Guenther

17 years agonetapi: fix returned name buffer in NetGetJoinInformation_r().
Günther Deschner [Tue, 29 Apr 2008 18:11:02 +0000 (20:11 +0200)] 
netapi: fix returned name buffer in NetGetJoinInformation_r().

Guenther

17 years agoerrors: add WERR_NOT_FOUND.
Günther Deschner [Tue, 29 Apr 2008 18:10:17 +0000 (20:10 +0200)] 
errors: add WERR_NOT_FOUND.

Guenther

17 years agoMerge data_blob_hex_string from Samba4.
Günther Deschner [Fri, 25 Apr 2008 18:06:19 +0000 (20:06 +0200)] 
Merge data_blob_hex_string from Samba4.

Guenther

17 years agoFix bug found by Igor Mammedov <niallain@gmail.com> where we are
Jeremy Allison [Mon, 28 Apr 2008 22:06:08 +0000 (15:06 -0700)] 
Fix bug found by Igor Mammedov <niallain@gmail.com> where we are
not returning a directory value for a QPATHINFO on a msdfs link
with a non-dfs path. Windows does this.
Jeremy.

17 years agoman smbcacls: Correct possible flag values.
Karolin Seeger [Mon, 28 Apr 2008 13:26:57 +0000 (15:26 +0200)] 
man smbcacls: Correct possible flag values.

This patch fixes bug #620.
Thanks to Satoh Fumiyasu <fumiyas@osstech.co.jp>!

Karolin

17 years agoFix bug 5419: memory leak in ads_do_search_all_args() when enumerating 1000s of entries
Steven Danneman [Sat, 26 Apr 2008 01:34:46 +0000 (18:34 -0700)] 
Fix bug 5419: memory leak in ads_do_search_all_args() when enumerating 1000s of entries

The ads_do_search_all_args() function attempts to string together several
LDAPMessage structures, returned across several paged ldap requests, into a
single LDAPMessage structure.  It does this by pulling entries off the second
LDAPMessage structure and appending them to the first via the OpenLDAP specific
ldap_add_result_entry() call.

The problem with this approach is it skips non-entry messages such as the
result, and controls.  These messages are leaked.

The short term solution as suggested by Volker is to replace the ads_*_entry()
calls with ads_*_message() calls so we don't leak any messages.

This fixes the leak but doesn't remove the dependence on the OpenLDAP specific
implementation of ldap_add_result_entry().

17 years agoSync up client/mount.cifs.c with v3-2-test.
Jeremy Allison [Fri, 25 Apr 2008 16:29:11 +0000 (09:29 -0700)] 
Sync up client/mount.cifs.c with v3-2-test.
Jeremy.

17 years agoSetting version to 3.3.0pre1
Gerald W. Carter [Fri, 25 Apr 2008 13:35:27 +0000 (08:35 -0500)] 
Setting version to 3.3.0pre1

17 years agoIDL: Add autogenerated drsuapi files.
Günther Deschner [Fri, 25 Apr 2008 12:49:02 +0000 (14:49 +0200)] 
IDL: Add autogenerated drsuapi files.

Guenther

17 years agoerrors: add WERR_INVALID_DOMAINNAME.
Günther Deschner [Thu, 24 Apr 2008 20:19:23 +0000 (22:19 +0200)] 
errors: add WERR_INVALID_DOMAINNAME.

Guenther

17 years agodocs: fix the manpage output of parameters list in smb.conf.5.
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

17 years agodocs: fix indentation in expand-smbxonfdoc.
Michael Adam [Fri, 25 Apr 2008 12:01:57 +0000 (14:01 +0200)] 
docs: fix indentation in expand-smbxonfdoc.

Michael

17 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

17 years agoAttempt to fix the non-krb build
Volker Lendecke [Fri, 25 Apr 2008 10:36:39 +0000 (12:36 +0200)] 
Attempt to fix the non-krb build

17 years agoAdd basic ncacn_ip_tcp client infrastructure
Volker Lendecke [Thu, 24 Apr 2008 20:24:20 +0000 (22:24 +0200)] 
Add basic ncacn_ip_tcp client infrastructure

17 years agoIntroduce a redirection for ncacn_np and ncacn_ip_tcp in rpc_pipe_client
Volker Lendecke [Thu, 24 Apr 2008 18:42:32 +0000 (20:42 +0200)] 
Introduce a redirection for ncacn_np and ncacn_ip_tcp in rpc_pipe_client

Should be no functional change, just a change in the data structure

17 years agoIntroduce rpccli_pipe_txt(), describing a pipe for debug messages
Volker Lendecke [Thu, 24 Apr 2008 18:24:37 +0000 (20:24 +0200)] 
Introduce rpccli_pipe_txt(), describing a pipe for debug messages

17 years agocli_rpc_pipe_open_noauth must take the user/domain from the smb session
Volker Lendecke [Tue, 22 Apr 2008 16:17:01 +0000 (18:17 +0200)] 
cli_rpc_pipe_open_noauth must take the user/domain from the smb session

17 years agoMake use of rpccli_xxx_bind_data
Volker Lendecke [Tue, 22 Apr 2008 12:31:35 +0000 (14:31 +0200)] 
Make use of rpccli_xxx_bind_data

17 years agoCreate rpccli_xxx_bind_data functions
Volker Lendecke [Tue, 22 Apr 2008 11:03:06 +0000 (13:03 +0200)] 
Create rpccli_xxx_bind_data functions

These functions create the auth data for the later bind

17 years agoMove user/domain from rpc_pipe_client to cli_pipe_auth_data
Volker Lendecke [Mon, 21 Apr 2008 20:27:29 +0000 (22:27 +0200)] 
Move user/domain from rpc_pipe_client to cli_pipe_auth_data

17 years agoRefactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_client
Volker Lendecke [Mon, 21 Apr 2008 08:39:37 +0000 (10:39 +0200)] 
Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_client

17 years agoFix from Martin Zielinski <mz@seh.de>. Don't delete files when
Jeremy Allison [Thu, 24 Apr 2008 22:02:23 +0000 (15:02 -0700)] 
Fix from Martin Zielinski <mz@seh.de>. Don't delete files when
they're in use by other drivers.
Jeremy.

17 years agoThe first of Martin Zielinski <mz@seh.de> Vista printing patches.
Jeremy Allison [Thu, 24 Apr 2008 21:04:47 +0000 (14:04 -0700)] 
The first of Martin Zielinski <mz@seh.de> Vista printing patches.
Jerry will test and should get into 3.2 final (and the next 3.0.x
release).
Jeremy.

17 years agomailslot/dsgetdcname: do what XP does and request nt_version 11.
Günther Deschner [Thu, 24 Apr 2008 19:53:55 +0000 (21:53 +0200)] 
mailslot/dsgetdcname: do what XP does and request nt_version 11.

This allows dsgetdcname to query for a flat, non-dns domain name and
come back with all information about the DC (site names, guid, forest,
etc.) based on a mailslot reply. The version 11 request is downgraded
to version 1 in case we do a query against NT4.

Guenther

17 years agomailslot: allow to give back struct nbt_ntlogon_packet.
Günther Deschner [Thu, 24 Apr 2008 19:37:42 +0000 (21:37 +0200)] 
mailslot: allow to give back struct nbt_ntlogon_packet.

Guenther

17 years agomailslot: make sure we are looking at the correct reply structure.
Günther Deschner [Thu, 24 Apr 2008 19:29:48 +0000 (21:29 +0200)] 
mailslot: make sure we are looking at the correct reply structure.

Guenther

17 years agomailslot: allow to define nt_version in send_getdc_request().
Günther Deschner [Thu, 24 Apr 2008 19:28:03 +0000 (21:28 +0200)] 
mailslot: allow to define nt_version in send_getdc_request().

Guenther

17 years agorpcclient: Add tiny fix for cmd_samr_get_dispinfo_idx().
Günther Deschner [Wed, 23 Apr 2008 08:55:26 +0000 (10:55 +0200)] 
rpcclient: Add tiny fix for cmd_samr_get_dispinfo_idx().

Guenther

17 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>
17 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>
17 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>
17 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.

17 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

17 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

17 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 :-)

17 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

17 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.

17 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.

17 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

17 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.

17 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

17 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

17 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

17 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

17 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.

17 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

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

17 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.

17 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

17 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

17 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>

17 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>.

17 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

17 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

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

17 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

17 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

17 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

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

17 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)

17 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>
17 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.

17 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

17 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

17 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

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

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

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

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

17 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>

17 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

17 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

17 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

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

Karolin

17 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

17 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

17 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

17 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

17 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

17 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

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

Karolin

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

17 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.