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

28404 Commits

Author SHA1 Message Date
Günther Deschner
ecab49a4d3 Re-run make idl.
Guenther
(This used to be commit 8928479272)
2008-04-29 20:22:02 +02:00
Günther Deschner
aede77b258 IDL: Add DFS_MANAGER_VERSION_W2K8.
Guenther
(This used to be commit 85a758c0b8)
2008-04-29 20:22:02 +02:00
Günther Deschner
1223574c7b netapi: fix returned name buffer in NetGetJoinInformation_r().
Guenther
(This used to be commit 0e8e05d556)
2008-04-29 20:22:01 +02:00
Günther Deschner
d0411c19dc errors: add WERR_NOT_FOUND.
Guenther
(This used to be commit b9ac03bdfa)
2008-04-29 20:22:01 +02:00
Günther Deschner
ad73cb11a2 Merge data_blob_hex_string from Samba4.
Guenther
(This used to be commit 686d8939d9)
2008-04-29 20:22:01 +02:00
Jeremy Allison
0173eeb3b5 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.
(This used to be commit fbd99071f9)
2008-04-28 15:06:08 -07:00
Karolin Seeger
41195669be man smbcacls: Correct possible flag values.
This patch fixes bug #620.
Thanks to Satoh Fumiyasu <fumiyas@osstech.co.jp>!

Karolin
(This used to be commit 70f6966099)
2008-04-28 15:26:57 +02:00
Steven Danneman
778a5414b1 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().
(This used to be commit f1a5405409)
2008-04-26 08:11:20 -07:00
Jeremy Allison
17ade782b9 Sync up client/mount.cifs.c with v3-2-test.
Jeremy.
(This used to be commit 7a724d78e1)
2008-04-25 09:29:11 -07:00
Gerald W. Carter
c7a42797c8 Setting version to 3.3.0pre1
(This used to be commit 4dd00987be)
2008-04-25 08:35:27 -05:00
Günther Deschner
53672f196f IDL: Add autogenerated drsuapi files.
Guenther
(This used to be commit 192ffa3835)
2008-04-25 14:49:31 +02:00
Günther Deschner
dddac2bc8f errors: add WERR_INVALID_DOMAINNAME.
Guenther
(This used to be commit b11a5e70d3)
2008-04-25 14:49:31 +02:00
Michael Adam
6d3c61c9e7 docs: fix the manpage output of parameters list in smb.conf.5.
There were some newlines missing in the template for samba:parameters.

Michael
(This used to be commit a47abfa927)
2008-04-25 14:10:07 +02:00
Michael Adam
11e8b58bdf docs: fix indentation in expand-smbxonfdoc.
Michael
(This used to be commit 79f53a0682)
2008-04-25 14:10:07 +02:00
Karolin Seeger
ea56d4a234 mount.cifs: Zero mountpassword content before freeing.
Karolin
(This used to be commit d99a31848b)
2008-04-25 12:40:54 +02:00
Volker Lendecke
9de291e671 Attempt to fix the non-krb build
(This used to be commit 31d80a4767)
2008-04-25 12:36:39 +02:00
Volker Lendecke
79fae5082a Add basic ncacn_ip_tcp client infrastructure
(This used to be commit 11072ccc7a)
2008-04-25 11:12:52 +02:00
Volker Lendecke
63e0884df5 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
(This used to be commit 3433f430b0)
2008-04-25 11:12:52 +02:00
Volker Lendecke
cf182c0a76 Introduce rpccli_pipe_txt(), describing a pipe for debug messages
(This used to be commit 83892d51de)
2008-04-25 11:12:52 +02:00
Volker Lendecke
eb5582d28a cli_rpc_pipe_open_noauth must take the user/domain from the smb session
(This used to be commit 6f08128cf2)
2008-04-25 11:12:52 +02:00
Volker Lendecke
324e92ea67 Make use of rpccli_xxx_bind_data
(This used to be commit f9bc336aff)
2008-04-25 11:12:51 +02:00
Volker Lendecke
253b0b8868 Create rpccli_xxx_bind_data functions
These functions create the auth data for the later bind
(This used to be commit 630b9c241c)
2008-04-25 11:12:51 +02:00
Volker Lendecke
862d7e32b9 Move user/domain from rpc_pipe_client to cli_pipe_auth_data
(This used to be commit 42de50d2cd)
2008-04-25 11:12:50 +02:00
Volker Lendecke
9e9d40d097 Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_client
(This used to be commit f665afaaa3)
2008-04-25 11:12:50 +02:00
Jeremy Allison
501562f15c Fix from Martin Zielinski <mz@seh.de>. Don't delete files when
they're in use by other drivers.
Jeremy.
(This used to be commit 205c352cae)
2008-04-24 15:02:23 -07:00
Jeremy Allison
189eb93b73 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.
(This used to be commit 3fc1ab210b)
2008-04-24 14:04:47 -07:00
Günther Deschner
051ff45c60 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
(This used to be commit d8b2ff3c87)
2008-04-24 22:01:52 +02:00
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