1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
Commit Graph

28477 Commits

Author SHA1 Message Date
Günther Deschner
b77601a4b7 mailslot: allow to give back struct nbt_ntlogon_packet.
Guenther
(This used to be commit 2b178dcae6)
2008-04-24 22:01:52 +02:00
Günther Deschner
012d678211 mailslot: make sure we are looking at the correct reply structure.
Guenther
(This used to be commit c6ce07fdf5)
2008-04-24 22:01:51 +02:00
Günther Deschner
e66d452466 mailslot: allow to define nt_version in send_getdc_request().
Guenther
(This used to be commit ce3728191b)
2008-04-24 22:01:51 +02:00
Günther Deschner
12b9be6d5e rpcclient: Add tiny fix for cmd_samr_get_dispinfo_idx().
Guenther
(This used to be commit c15b5d73ba)
2008-04-24 22:01:51 +02:00
Alexander Bokovoy
5cc22bc59f Fix yet another set of documentation links
Signed-off-by: Alexander Bokovoy <ab@samba.org>
(This used to be commit a132cc3c62)
2008-04-24 23:46:01 +04:00
Alexander Bokovoy
386d136ebc Ignore intermediary documentation files in git
Signed-off-by: Alexander Bokovoy <ab@samba.org>
(This used to be commit e700cf9ef4)
2008-04-24 23:41:35 +04:00
Alexander Bokovoy
3be9a355ff 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>
(This used to be commit 056935ff1f)
2008-04-24 23:40:51 +04:00
Jeremy Allison
9174e864fe 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.
(This used to be commit cc23f91d63)
2008-04-24 10:24:05 -07:00
Michael Adam
e431925063 manpages: describe special meaning of "include = registry" in description of "include"
Michael
(This used to be commit 613b6dc6f8)
2008-04-24 11:33:18 +02:00
Michael Adam
e11106238f manpages: update the section about registry configuration in smb.conf.5
Michael
(This used to be commit 27bc3ac03f)
2008-04-24 11:33:17 +02:00
Volker Lendecke
0c4093a234 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 :-)
(This used to be commit 4f4781c6d1)
2008-04-23 22:18:26 +02:00
Gerald W. Carter
5c3b9a38f5 Use wbinfo --online-status in make test rather than --sequence
(This used to be commit f8c364da94)
2008-04-23 11:26:35 -05:00
Gerald W. Carter
de154dcf92 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.
(This used to be commit 59cfba2c3d)
2008-04-23 08:47:50 -05:00
Gerald W. Carter
5984097e09 Rename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXX
Better consistency with the othre classes of WBC_DOMINDO_XXX_YYYY flags.
(This used to be commit 1cb2305fc9)
2008-04-23 08:47:50 -05:00
Gerald W. Carter
9670e9e9b3 Adding DTD from svn:externals link in samba-docs SVN repo
(This used to be commit 54b82bc95d)
2008-04-23 08:47:49 -05:00
Gerald W. Carter
8f8a9f0190 Moving docs tree to docs-xml to make room for generated docs in the release tarball.
(This used to be commit 9f672c26d6)
2008-04-23 08:47:48 -05:00
Alexander Bokovoy
1972382463 Next update of VFS modules development guide
(This used to be commit d2c86fef8c)
2008-04-23 08:47:46 -05:00
Alexander Bokovoy
26dfb095bc 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
(This used to be commit cbf242ab8c)
2008-04-23 08:47:46 -05:00
Alexander Bokovoy
0d8bf91111 Use indexterm instead of term in expansion xslts
(This used to be commit dfa2f5defa)
2008-04-23 08:47:46 -05:00
Alexander Bokovoy
4388eeec4f Fix numbering in the Samba3 developer's guide
(This used to be commit 1b8d80f7ae)
2008-04-23 08:47:46 -05:00
Alexander Bokovoy
7ece10fa23 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.
(This used to be commit 2575ceec2a)
2008-04-23 08:47:46 -05:00
Alexander Bokovoy
338aa2568b Remove smbconfexample check from test index.xml, it is not used anymore
(This used to be commit e392bbacb1)
2008-04-23 08:47:45 -05:00
Alexander Bokovoy
2bf419cb8e Prettify attributions
(This used to be commit e42baa19dc)
2008-04-23 08:47:45 -05:00
Alexander Bokovoy
9c3c6106d7 Add small preface to a VFS guide. More to come.
(This used to be commit 9de9b5852c)
2008-04-23 08:47:45 -05:00
Alexander Bokovoy
87f7e01255 Add first cut at networkless build instructions for samba-docs
(This used to be commit 86bfaa5a1c)
2008-04-23 08:47:45 -05:00
Alexander Bokovoy
56ca8914b8 Attempt to add DTDs as svn external repository for build
(This used to be commit 850cf98b5a)
2008-04-23 08:47:45 -05:00
Karolin Seeger
fb0d81d8cc Correct usage of multiple LDAP servers as passdb backend. Patch from Björn Jacke <bj@sernet.de>
(This used to be commit 9b9c86c3a4)
2008-04-23 08:47:45 -05:00
Karolin Seeger
2f35677db6 Correct description of cups options. Patch from Björn Jacke <bj@sernet.de>.
(This used to be commit d415df59b3)
2008-04-23 08:47:45 -05:00
Alexander Bokovoy
5166145a57 Forgot to add these macros to a samba-docs repository
(This used to be commit b0df61bb4d)
2008-04-23 08:47:45 -05:00
Alexander Bokovoy
cc8cfd8e91 Fix more entries with back slashes that need to use literal formatting
(This used to be commit 0dd087ade4)
2008-04-23 08:47:45 -05:00
Alexander Bokovoy
cf820a7ba0 Fix typo
(This used to be commit 042dc3be94)
2008-04-23 08:47:45 -05:00
Alexander Bokovoy
10b953a59d Insert space inside this very long string. It is arguable how to fix it properly but at least man pages good now
(This used to be commit 9303a7ba86)
2008-04-23 08:47:45 -05:00
Alexander Bokovoy
f18299f36e Refresh our XSL templates to work with current docbook xslt for manpages
(This used to be commit fa20959680)
2008-04-23 08:47:45 -05:00
Alexander Bokovoy
847645d88a Add man page metadata fields that are used by temprorary manpages XSLT
(This used to be commit b2f3f38e57)
2008-04-23 08:47:44 -05:00
Gerald Carter
185f977e94 Document --verbose option to wbinfo
(This used to be commit fa20651444)
2008-04-23 08:47:44 -05:00
Gerald Carter
c519a4c9bc Adding WinXP64 and Vista as documented values for %a in smb.conf(5)
(This used to be commit d407bc8041)
2008-04-23 08:47:44 -05:00
Simo Sorce
1f2cfa5951 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>
(This used to be commit ec87ae251b)
2008-04-23 08:47:44 -05:00
Gerald Carter
0bcced17e0 Add rfc2307 as a valid value for winbind nss info parameter.
(This used to be commit a76499cfc5)
2008-04-23 08:47:44 -05:00
John Terpstra
425a8b838e Fix type reported by Mangaldeep Sandhu
(This used to be commit b9b106e6ad)
2008-04-23 08:47:44 -05:00
Karolin Seeger
6c504341f9 Remove man page for smbmnt.
Karolin
(This used to be commit f9177fa206)
2008-04-23 08:47:44 -05:00
Karolin Seeger
97a3643464 Remove manpages for smbmount and smbumount.
Karolin
(This used to be commit 5377994e90)
2008-04-23 08:47:44 -05:00
Karolin Seeger
0ed56296c0 Add missing end tags
(This used to be commit 7c5832285f)
2008-04-23 08:47:44 -05:00
Volker Lendecke
72ca79732b "hidden"->"administrative share"
(This used to be commit 7ee48e3acb)
2008-04-23 08:47:44 -05:00
Karolin Seeger
9824c77650 Fix typo
(This used to be commit d21a5f915a)
2008-04-23 08:47:43 -05:00
Karolin Seeger
0abdb9c595 Fix typo.
(This used to be commit 5a949ccaac)
2008-04-23 08:47:43 -05:00
Volker Lendecke
d414ef08d0 Add docs for "hidden" parameter
Thanks to Andreas Schneider <anschneider@suse.de>
(This used to be commit 7501bc1682)
2008-04-23 08:47:43 -05:00
Karolin Seeger
c0383f26e7 Add description for vfs_xattr_tdb option 'xattr_tdb:file'.
Karolin
(This used to be commit 9efe5fa5f3)
2008-04-23 08:47:43 -05:00
Karolin Seeger
ba1e827f47 Add documentation for vfs_xattr_tdb.
Karolin
(This used to be commit b00b446d83)
2008-04-23 08:47:43 -05:00
Karolin Seeger
f26c0fb902 Fix escaped backslashes (bug #5194). Thanks to the Debian Samba package maintainers for reporting!
Karolin
(This used to be commit e55ce8eda2)
2008-04-23 08:47:43 -05:00
Karolin Seeger
46482378eb Fix typos.
Karolin
(This used to be commit 920a5589b4)
2008-04-23 08:47:43 -05:00