1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00

28346 Commits

Author SHA1 Message Date
Jeremy Allison
7a724d78e1 Sync up client/mount.cifs.c with v3-2-test.
Jeremy.
2008-04-25 09:29:11 -07:00
Gerald W. Carter
4dd00987be Setting version to 3.3.0pre1 2008-04-25 08:35:27 -05:00
Günther Deschner
192ffa3835 IDL: Add autogenerated drsuapi files.
Guenther
2008-04-25 14:49:31 +02:00
Günther Deschner
b11a5e70d3 errors: add WERR_INVALID_DOMAINNAME.
Guenther
2008-04-25 14:49:31 +02:00
Michael Adam
a47abfa927 docs: fix the manpage output of parameters list in smb.conf.5.
There were some newlines missing in the template for samba:parameters.

Michael
2008-04-25 14:10:07 +02:00
Michael Adam
79f53a0682 docs: fix indentation in expand-smbxonfdoc.
Michael
2008-04-25 14:10:07 +02:00
Karolin Seeger
d99a31848b mount.cifs: Zero mountpassword content before freeing.
Karolin
2008-04-25 12:40:54 +02:00
Volker Lendecke
31d80a4767 Attempt to fix the non-krb build 2008-04-25 12:36:39 +02:00
Volker Lendecke
11072ccc7a Add basic ncacn_ip_tcp client infrastructure 2008-04-25 11:12:52 +02:00
Volker Lendecke
3433f430b0 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
2008-04-25 11:12:52 +02:00
Volker Lendecke
83892d51de Introduce rpccli_pipe_txt(), describing a pipe for debug messages 2008-04-25 11:12:52 +02:00
Volker Lendecke
6f08128cf2 cli_rpc_pipe_open_noauth must take the user/domain from the smb session 2008-04-25 11:12:52 +02:00
Volker Lendecke
f9bc336aff Make use of rpccli_xxx_bind_data 2008-04-25 11:12:51 +02:00
Volker Lendecke
630b9c241c Create rpccli_xxx_bind_data functions
These functions create the auth data for the later bind
2008-04-25 11:12:51 +02:00
Volker Lendecke
42de50d2cd Move user/domain from rpc_pipe_client to cli_pipe_auth_data 2008-04-25 11:12:50 +02:00
Volker Lendecke
f665afaaa3 Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_client 2008-04-25 11:12:50 +02:00
Jeremy Allison
205c352cae Fix from Martin Zielinski <mz@seh.de>. Don't delete files when
they're in use by other drivers.
Jeremy.
2008-04-24 15:02:23 -07:00
Jeremy Allison
3fc1ab210b 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.
2008-04-24 14:04:47 -07:00
Günther Deschner
d8b2ff3c87 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
2008-04-24 22:01:52 +02:00
Günther Deschner
2b178dcae6 mailslot: allow to give back struct nbt_ntlogon_packet.
Guenther
2008-04-24 22:01:52 +02:00
Günther Deschner
c6ce07fdf5 mailslot: make sure we are looking at the correct reply structure.
Guenther
2008-04-24 22:01:51 +02:00
Günther Deschner
ce3728191b mailslot: allow to define nt_version in send_getdc_request().
Guenther
2008-04-24 22:01:51 +02:00
Günther Deschner
c15b5d73ba rpcclient: Add tiny fix for cmd_samr_get_dispinfo_idx().
Guenther
2008-04-24 22:01:51 +02:00
Alexander Bokovoy
a132cc3c62 Fix yet another set of documentation links
Signed-off-by: Alexander Bokovoy <ab@samba.org>
2008-04-24 23:46:01 +04:00
Alexander Bokovoy
e700cf9ef4 Ignore intermediary documentation files in git
Signed-off-by: Alexander Bokovoy <ab@samba.org>
2008-04-24 23:41:35 +04:00
Alexander Bokovoy
056935ff1f 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>
2008-04-24 23:40:51 +04:00
Jeremy Allison
cc23f91d63 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.
2008-04-24 10:24:05 -07:00
Michael Adam
613b6dc6f8 manpages: describe special meaning of "include = registry" in description of "include"
Michael
2008-04-24 11:33:18 +02:00
Michael Adam
27bc3ac03f manpages: update the section about registry configuration in smb.conf.5
Michael
2008-04-24 11:33:17 +02:00
Volker Lendecke
4f4781c6d1 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 :-)
2008-04-23 22:18:26 +02:00
Gerald W. Carter
f8c364da94 Use wbinfo --online-status in make test rather than --sequence 2008-04-23 11:26:35 -05:00
Gerald W. Carter
59cfba2c3d 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.
2008-04-23 08:47:50 -05:00
Gerald W. Carter
1cb2305fc9 Rename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXX
Better consistency with the othre classes of WBC_DOMINDO_XXX_YYYY flags.
2008-04-23 08:47:50 -05:00
Gerald W. Carter
54b82bc95d Adding DTD from svn:externals link in samba-docs SVN repo 2008-04-23 08:47:49 -05:00
Gerald W. Carter
9f672c26d6 Moving docs tree to docs-xml to make room for generated docs in the release tarball. 2008-04-23 08:47:48 -05:00
Alexander Bokovoy
d2c86fef8c Next update of VFS modules development guide 2008-04-23 08:47:46 -05:00
Alexander Bokovoy
cbf242ab8c 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 2008-04-23 08:47:46 -05:00
Alexander Bokovoy
dfa2f5defa Use indexterm instead of term in expansion xslts 2008-04-23 08:47:46 -05:00
Alexander Bokovoy
1b8d80f7ae Fix numbering in the Samba3 developer's guide 2008-04-23 08:47:46 -05:00
Alexander Bokovoy
2575ceec2a 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.
2008-04-23 08:47:46 -05:00
Alexander Bokovoy
e392bbacb1 Remove smbconfexample check from test index.xml, it is not used anymore 2008-04-23 08:47:45 -05:00
Alexander Bokovoy
e42baa19dc Prettify attributions 2008-04-23 08:47:45 -05:00
Alexander Bokovoy
9de9b5852c Add small preface to a VFS guide. More to come. 2008-04-23 08:47:45 -05:00
Alexander Bokovoy
86bfaa5a1c Add first cut at networkless build instructions for samba-docs 2008-04-23 08:47:45 -05:00
Alexander Bokovoy
850cf98b5a Attempt to add DTDs as svn external repository for build 2008-04-23 08:47:45 -05:00
Karolin Seeger
9b9c86c3a4 Correct usage of multiple LDAP servers as passdb backend. Patch from Björn Jacke <bj@sernet.de> 2008-04-23 08:47:45 -05:00
Karolin Seeger
d415df59b3 Correct description of cups options. Patch from Björn Jacke <bj@sernet.de>. 2008-04-23 08:47:45 -05:00
Alexander Bokovoy
b0df61bb4d Forgot to add these macros to a samba-docs repository 2008-04-23 08:47:45 -05:00
Alexander Bokovoy
0dd087ade4 Fix more entries with back slashes that need to use literal formatting 2008-04-23 08:47:45 -05:00
Alexander Bokovoy
042dc3be94 Fix typo 2008-04-23 08:47:45 -05:00