summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Janitor for tridge. Keep lib/replace in sync with the gcc4Jeremy Allison2008-04-234-5/+6
| | | | | | changes. Jeremy. (cherry picked from commit b496f133228b74bf613dab81167a5b9670511c51)
* Fix the problem when -L is used with IPv6 addresses. Don't try toJeremy Allison2008-04-231-0/+8
| | | | | | | connect on port 139 with IPv6. Found by David Holder @ Erion. Karolin please merge to 3.2-stable. Jeremy. (cherry picked from commit c003e66ff10b23bb30aef0071ba7a3ae9579174e)
* Fix gcc uninitialized variable used warning.Jeremy Allison2008-04-231-6/+5
| | | | | Jeremy. (cherry picked from commit b95f2adeb5e2f7ce71e46e6a6165159483c9a702)
* Fix bug #5386, don't keep printing the same waitingJeremy Allison2008-04-231-3/+6
| | | | | | error message. Jeremy. (cherry picked from commit 12e6818df1c77810a59a2896f8c44c91fc24e7ae)
* Quieten valgrind message on make valgrindtest. This doesn'tJeremy Allison2008-04-231-0/+5
| | | | | | seem to be valid (vl - feel free to confirm). Jeremy. (cherry picked from commit 43b0254d93540eeaddaa32d76dd9271f4dc2ebff)
* Check x_fflush returns.Jeremy Allison2008-04-231-4/+8
| | | | | Jeremy. (cherry picked from commit 5525dc5f09a79d30f6c52fc3a88c8bce3060e642)
* Fix for termination problems when no interfaces found - bug #5267.Jeremy Allison2008-04-231-6/+15
| | | | | Jeremy. (cherry picked from commit 4b03f4eb2da7a523967ace3d13e79406ade07d47)
* Use wbinfo --online-status in make test rather than --sequenceGerald W. Carter2008-04-231-3/+3
| | | | (cherry picked from commit f8c364da94fac96450116be980e38ddddd3f304a)
* Mark a domain offline in the wbcDomainInfo structure using the domain_flags.Gerald W. Carter2008-04-234-28/+64
| | | | | | 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)
* Rename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXXGerald W. Carter2008-04-233-10/+10
| | | | | Better consistency with the othre classes of WBC_DOMINDO_XXX_YYYY flags. (cherry picked from commit 1cb2305fc96be0c190621f7c86c0476e4ea1fff7)
* Convert "wbinfo -m" to use wbcListTrusts() API call.Gerald W. Carter2008-04-231-84/+50
| | | | (cherry picked from commit 2fbe8437efe232b6f53af6fafed5995fe7e26820)
* Add wbcListTrusts() API call to libwbclient.soGerald W. Carter2008-04-232-6/+238
| | | | (cherry picked from commit 5c454e77cf664fee65fcb03e5811764c92e73696)
* Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Gerald W. Carter2008-04-233-8/+8
| | | | (cherry picked from commit 359921acd436684a0b4cf76ba15f82a224d2c337)
* Patch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP ↵Gerald W. Carter2008-04-232-2/+5
| | | | | | | and WinXP64. Defines a new value for the %a variable when detecting a Windows XP 64-bit client. (cherry picked from commit 0c94918fb52c5345ce30490046b79f81712c30bf)
* Adding DTD from svn:externals link in samba-docs SVN repoGerald W. Carter2008-04-233-0/+570
|
* Moving docs tree to docs-xml to make room for generated docs in the release ↵Gerald W. Carter2008-04-23899-0/+0
| | | | tarball.
* Next update of VFS modules development guideAlexander Bokovoy2008-04-231-22/+121
|
* Use title from a linked item to show up as text of the link if there is no ↵Alexander Bokovoy2008-04-231-1/+63
| | | | endterm or content in the link itself
* Use indexterm instead of term in expansion xsltsAlexander Bokovoy2008-04-232-2/+3
|
* Fix numbering in the Samba3 developer's guideAlexander Bokovoy2008-04-231-0/+1
|
* Switch to SVG and Inkscape to generate pictures instead of Dia.Alexander Bokovoy2008-04-2375-130/+64052
| | | | | 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.
* Remove smbconfexample check from test index.xml, it is not used anymoreAlexander Bokovoy2008-04-231-1/+0
|
* Prettify attributionsAlexander Bokovoy2008-04-231-3/+0
|
* Add small preface to a VFS guide. More to come.Alexander Bokovoy2008-04-231-0/+26
|
* Add first cut at networkless build instructions for samba-docsAlexander Bokovoy2008-04-232-2/+28
|
* Attempt to add DTDs as svn external repository for buildAlexander Bokovoy2008-04-231-0/+14
|
* Correct usage of multiple LDAP servers as passdb backend. Patch from Björn ↵Karolin Seeger2008-04-231-4/+8
| | | | Jacke <bj@sernet.de>
* Correct description of cups options. Patch from Björn Jacke <bj@sernet.de>.Karolin Seeger2008-04-231-1/+4
|
* Forgot to add these macros to a samba-docs repositoryAlexander Bokovoy2008-04-231-0/+27
|
* Fix more entries with back slashes that need to use literal formattingAlexander Bokovoy2008-04-232-2/+3
|
* Fix typoAlexander Bokovoy2008-04-231-1/+1
|
* Insert space inside this very long string. It is arguable how to fix it ↵Alexander Bokovoy2008-04-231-1/+1
| | | | properly but at least man pages good now
* Refresh our XSL templates to work with current docbook xslt for manpagesAlexander Bokovoy2008-04-236-219/+132
|
* Add man page metadata fields that are used by temprorary manpages XSLTAlexander Bokovoy2008-04-2368-0/+204
|
* Document --verbose option to wbinfoGerald Carter2008-04-231-0/+9
|
* Adding WinXP64 and Vista as documented values for %a in smb.conf(5)Gerald Carter2008-04-231-8/+13
|
* Better doc mount.cifs.Simo Sorce2008-04-231-0/+11
| | | | | | | | | | | 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>
* Add rfc2307 as a valid value for winbind nss info parameter.Gerald Carter2008-04-231-1/+1
|
* Fix type reported by Mangaldeep SandhuJohn Terpstra2008-04-231-1/+1
|
* Remove man page for smbmnt.Karolin Seeger2008-04-231-118/+0
| | | | Karolin
* Remove manpages for smbmount and smbumount.Karolin Seeger2008-04-232-422/+0
| | | | Karolin
* Add missing end tagsKarolin Seeger2008-04-231-2/+3
|
* "hidden"->"administrative share"Volker Lendecke2008-04-231-3/+6
|
* Fix typoKarolin Seeger2008-04-231-1/+1
|
* Fix typo.Karolin Seeger2008-04-231-1/+1
|
* Add docs for "hidden" parameterVolker Lendecke2008-04-231-0/+12
| | | | Thanks to Andreas Schneider <anschneider@suse.de>
* Add description for vfs_xattr_tdb option 'xattr_tdb:file'.Karolin Seeger2008-04-231-2/+18
| | | | Karolin
* Add documentation for vfs_xattr_tdb.Karolin Seeger2008-04-231-0/+50
| | | | Karolin
* Fix escaped backslashes (bug #5194). Thanks to the Debian Samba package ↵Karolin Seeger2008-04-231-3/+4
| | | | | | maintainers for reporting! Karolin
* Fix typos.Karolin Seeger2008-04-231-2/+2
| | | | Karolin