summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix indentation in expand-smbxonfdoc.Michael Adam2008-04-251-9/+9
| | | | | Michael (This used to be commit 79f53a06820b226cbfbc939ae9a6d255e4a4a2d1)
* mount.cifs: Zero mountpassword content before freeing.Karolin Seeger2008-04-251-3/+24
| | | | | Karolin (This used to be commit d99a31848bd2172c15500dd61ce30fef963c1ac6)
* Attempt to fix the non-krb buildVolker Lendecke2008-04-251-0/+4
| | | | (This used to be commit 31d80a476701c89bf236997f2ab68bd2765579bd)
* Add basic ncacn_ip_tcp client infrastructureVolker Lendecke2008-04-251-71/+241
| | | | (This used to be commit 11072ccc7aeb6e087e78cea83959a2f6e0b2f837)
* Introduce a redirection for ncacn_np and ncacn_ip_tcp in rpc_pipe_clientVolker Lendecke2008-04-252-55/+82
| | | | | Should be no functional change, just a change in the data structure (This used to be commit 3433f430b0c1f7d350a40eac783385a2d30d905c)
* Introduce rpccli_pipe_txt(), describing a pipe for debug messagesVolker Lendecke2008-04-251-93/+62
| | | | (This used to be commit 83892d51de0dcdaeae18bc34d03eefefc95ff601)
* cli_rpc_pipe_open_noauth must take the user/domain from the smb sessionVolker Lendecke2008-04-251-0/+18
| | | | (This used to be commit 6f08128cf2722618e74b603e180e7e2a83d7d07a)
* Make use of rpccli_xxx_bind_dataVolker Lendecke2008-04-252-169/+62
| | | | (This used to be commit f9bc336affd2ce21a3c62880ecea2622f35653d1)
* Create rpccli_xxx_bind_data functionsVolker Lendecke2008-04-251-0/+198
| | | | | These functions create the auth data for the later bind (This used to be commit 630b9c241cb6db758f8290420a38af452569e903)
* Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke2008-04-256-43/+52
| | | | (This used to be commit 42de50d2cd43e760d776694f7b5f003ba51d7f84)
* Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_clientVolker Lendecke2008-04-254-58/+71
| | | | (This used to be commit f665afaaa3eff9ef54112e08ed034a6e1bb30edc)
* Fix from Martin Zielinski <mz@seh.de>. Don't delete files whenJeremy Allison2008-04-241-7/+20
| | | | | | they're in use by other drivers. Jeremy. (This used to be commit 205c352caeb32693a02fcfaeb3f18515719ac373)
* The first of Martin Zielinski <mz@seh.de> Vista printing patches.Jeremy Allison2008-04-242-4/+12
| | | | | | | Jerry will test and should get into 3.2 final (and the next 3.0.x release). Jeremy. (This used to be commit 3fc1ab210b8772ee9f867499c0b1a7bb4bcdd285)
* mailslot/dsgetdcname: do what XP does and request nt_version 11.Günther Deschner2008-04-241-5/+32
| | | | | | | | | | 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 (This used to be commit d8b2ff3c8769e8da9c21dec483e6edb7aa2d00f3)
* mailslot: allow to give back struct nbt_ntlogon_packet.Günther Deschner2008-04-243-3/+15
| | | | | Guenther (This used to be commit 2b178dcae608ecc05f62593a7a0c2a127b8b7ca2)
* mailslot: make sure we are looking at the correct reply structure.Günther Deschner2008-04-241-4/+21
| | | | | Guenther (This used to be commit c6ce07fdf57c8b63ba6d72b622be261723cb55e3)
* mailslot: allow to define nt_version in send_getdc_request().Günther Deschner2008-04-243-4/+6
| | | | | Guenther (This used to be commit ce3728191b23badfd5eb92701e4cebf84273b61e)
* rpcclient: Add tiny fix for cmd_samr_get_dispinfo_idx().Günther Deschner2008-04-241-2/+3
| | | | | Guenther (This used to be commit c15b5d73badafdc93066197aefaaaa72e37a8b99)
* Fix yet another set of documentation linksAlexander Bokovoy2008-04-243-8/+4
| | | | | Signed-off-by: Alexander Bokovoy <ab@samba.org> (This used to be commit a132cc3c6243c049860378f56c4d415d6cb35570)
* Ignore intermediary documentation files in gitAlexander Bokovoy2008-04-241-0/+0
| | | | | Signed-off-by: Alexander Bokovoy <ab@samba.org> (This used to be commit e700cf9ef4aefcb04d500136d117ff13a51e6433)
* Fix documentation build: manpages, links in the HTML documents.Alexander Bokovoy2008-04-247-35/+57
| | | | | | | | | | 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 056935ff1f5fefc3ca42f7006182fc80c94d91ab)
* Make mount.cifs.c consistent with other Samba code usage w.r.tJeremy Allison2008-04-241-69/+54
| | | | | | | | 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 cc23f91d639db61903bf8b6c9fa46ec9c1f44178)
* manpages: describe special meaning of "include = registry" in description of ↵Michael Adam2008-04-241-3/+8
| | | | | | | "include" Michael (This used to be commit 613b6dc6f833dd7ef93e107c0eddc211d42fff93)
* manpages: update the section about registry configuration in smb.conf.5Michael Adam2008-04-241-26/+43
| | | | | Michael (This used to be commit 27bc3ac03f8be222814ff7b77cb3e50b3167a1ef)
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-238-10/+12
| | | | | | | | 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 4f4781c6d17fe2db34dd5945fec52a7685448aec)
* Use wbinfo --online-status in make test rather than --sequenceGerald W. Carter2008-04-231-3/+3
| | | | (This used to be 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. (This used to be 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. (This used to be commit 1cb2305fc96be0c190621f7c86c0476e4ea1fff7)
* Adding DTD from svn:externals link in samba-docs SVN repoGerald W. Carter2008-04-233-0/+570
| | | | (This used to be commit 54b82bc95d4af41942949291846266d89d3e29f2)
* Moving docs tree to docs-xml to make room for generated docs in the release ↵Gerald W. Carter2008-04-23899-0/+0
| | | | | | tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)
* Next update of VFS modules development guideAlexander Bokovoy2008-04-231-22/+121
| | | | (This used to be commit d2c86fef8ce46e6ff265d472af3de671962c1a58)
* 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 (This used to be commit cbf242ab8cdec36fd24d92b6855381a355a68098)
* Use indexterm instead of term in expansion xsltsAlexander Bokovoy2008-04-232-2/+3
| | | | (This used to be commit dfa2f5defa42070f46277441caf1cc038c73937a)
* Fix numbering in the Samba3 developer's guideAlexander Bokovoy2008-04-231-0/+1
| | | | (This used to be commit 1b8d80f7ae36e049588f4e4fe767214ea0171af7)
* 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. (This used to be commit 2575ceec2a817156832ce84e80a97923f10ecbe9)
* Remove smbconfexample check from test index.xml, it is not used anymoreAlexander Bokovoy2008-04-231-1/+0
| | | | (This used to be commit e392bbacb19b653bd567f1cb7e0bf10cc3957d0e)
* Prettify attributionsAlexander Bokovoy2008-04-231-3/+0
| | | | (This used to be commit e42baa19dc0b472a8a2d39a299a478726687d402)
* Add small preface to a VFS guide. More to come.Alexander Bokovoy2008-04-231-0/+26
| | | | (This used to be commit 9de9b5852c925a91e90651f28837a86ecd2e9e21)
* Add first cut at networkless build instructions for samba-docsAlexander Bokovoy2008-04-232-2/+28
| | | | (This used to be commit 86bfaa5a1ccc1feff567e3ce5a5374a7b58d65d8)
* Attempt to add DTDs as svn external repository for buildAlexander Bokovoy2008-04-231-0/+14
| | | | (This used to be commit 850cf98b5a6fa810a744e273cb8482e145c888f2)
* Correct usage of multiple LDAP servers as passdb backend. Patch from Björn ↵Karolin Seeger2008-04-231-4/+8
| | | | | | Jacke <bj@sernet.de> (This used to be commit 9b9c86c3a4a63a254b45db75b9bbc69ef8896c2f)
* Correct description of cups options. Patch from Björn Jacke <bj@sernet.de>.Karolin Seeger2008-04-231-1/+4
| | | | (This used to be commit d415df59b3084d1463dbc3b8079cb3c9323b3304)
* Forgot to add these macros to a samba-docs repositoryAlexander Bokovoy2008-04-231-0/+27
| | | | (This used to be commit b0df61bb4d184eb2b20ff5e9c7876721e44832dd)
* Fix more entries with back slashes that need to use literal formattingAlexander Bokovoy2008-04-232-2/+3
| | | | (This used to be commit 0dd087ade47d3dc7e916e5c661ea99b6a0ac343d)
* Fix typoAlexander Bokovoy2008-04-231-1/+1
| | | | (This used to be commit 042dc3be948529a411570d3f6073264ea8d3c880)
* 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 (This used to be commit 9303a7ba860f480e1bfca2f23f1319993762f177)
* Refresh our XSL templates to work with current docbook xslt for manpagesAlexander Bokovoy2008-04-236-219/+132
| | | | (This used to be commit fa20959680ce87b549e4534023ecec399d158b84)
* Add man page metadata fields that are used by temprorary manpages XSLTAlexander Bokovoy2008-04-2368-0/+204
| | | | (This used to be commit b2f3f38e57d96132f2befb13359306848c998ffc)
* Document --verbose option to wbinfoGerald Carter2008-04-231-0/+9
| | | | (This used to be commit fa20651444465816457000b12e603988ca6b28bc)
* Adding WinXP64 and Vista as documented values for %a in smb.conf(5)Gerald Carter2008-04-231-8/+13
| | | | (This used to be commit d407bc8041ace48ecca71ed7a1752e48f132d66d)