1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

20319 Commits

Author SHA1 Message Date
Günther Deschner
b28dd747cb r25416: Add registry debug class.
Guenther
2007-10-10 12:31:03 -05:00
Jelmer Vernooij
bdc831ddb3 r25415: Merge the 3.2-perltest branch that switches Samba 3.2 to use Samba 4's selftest code. See the mailing list for details. 2007-10-10 12:31:03 -05:00
Gerald Carter
00a93ed336 r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.
The translate_name() used by cli_session_setup_spnego() cann rely
Winbindd since it is needed by the join process (and hence before
Winbind can be run).
2007-10-10 12:31:03 -05:00
Jeremy Allison
cc19c0ace4 r25406: Make the Linux nss client code thread-safe.
Fix originally inspired from code from boyang <yyyeer.bo@gmail.com>.
Jeremy.
2007-10-10 12:31:03 -05:00
Gerald Carter
45fa393358 r25405: Fix formatting as per metze's comments 2007-10-10 12:31:03 -05:00
Gerald Carter
f387e0f256 r25402: BUG 4997 (3.2 only): Fix enumration level for smbtree 2007-10-10 12:31:02 -05:00
Gerald Carter
611fdd95a5 r25401: BUG 4982: Don't delete lanman hashes on invalid logins when
using the "lanman auth = no".  Tested by Guenter Kukkukk.
2007-10-10 12:31:02 -05:00
Gerald Carter
8304ccba73 r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,
and client fixes.  Patch from Todd Stetcher <todd.stetcher@isilon.com>.
2007-10-10 12:31:02 -05:00
Jeremy Allison
b4ee924000 r25399: Excise uint - > uint32 (where appropriate) or unsigned int.
Jeremy.
2007-10-10 12:31:02 -05:00
Günther Deschner
1f0d05807b r25396: Very obvious fix from Martin Zielinski.
Guenther
2007-10-10 12:31:02 -05:00
Gerald Carter
11894a62e3 r25393: Removed unused variable 2007-10-10 12:31:01 -05:00
Jeremy Allison
713277391a r25391: Fix bug #4978 : Store DOS Attributes fails when copying folders.
Jeremy.
2007-10-10 12:31:01 -05:00
Jeremy Allison
993bd0995e r25389: Fix crash bug using DFS info struct uninitialized.
Jeremy.
2007-10-10 12:31:01 -05:00
Gerald Carter
c5adb92c02 r25380: Remove the groupdb:mapping parameter as discussed in the following thread:
http://lists.samba.org/archive/samba-technical/2007-June/053747.html
2007-10-10 12:31:01 -05:00
Günther Deschner
e9922cd8ae r25370: Allow to delete registry keys recursively without deleting the final key.
Guenther
2007-10-10 12:31:01 -05:00
Günther Deschner
ddc6d05111 r25362: Add "NT Authority\System" with Full Access to the default registry security
descriptor.

Guenther
2007-10-10 12:31:00 -05:00
Steve French
0202a84e3f r25355: IP address parsing did not allow for fully expanded ipv6 addresses
(which can be 12 bytes longer than we were allowing for).

Thanks to Dr. David Holder
2007-10-10 12:31:00 -05:00
Günther Deschner
53c99d415d r25328: When using ldap sasl wrapping with gssapi it's important to receive warnings
for clock-skew errors.

Guenther
2007-10-10 12:31:00 -05:00
Volker Lendecke
25cc27df97 r25327: Normalize the path we return for 'msdfs proxy'
We now accept both \\server\tmp and \server\tmp. There are other places
where this might be necessary, but at least the functionality is a bit
easier now.
2007-10-10 12:31:00 -05:00
Günther Deschner
0719835c4d r25326: Free the context from the talloc_stackframe.
Guenther
2007-10-10 12:31:00 -05:00
Günther Deschner
cc38e4fc1f r25325: Rename some defines.
Guenther
2007-10-10 12:30:59 -05:00
Volker Lendecke
d4eddf88d2 r25324: Fix "msdfs proxy"
Jeremy, please check!
2007-10-10 12:30:59 -05:00
Volker Lendecke
e55b30ab84 r25323: Fix the build 2007-10-10 12:30:59 -05:00
Volker Lendecke
1cbe40b27c r25317: Activate raw-samba3rootdirfid 2007-10-10 12:30:58 -05:00
Günther Deschner
693b3c26c0 r25314: Add HKEY_CURRENT_USER to reg_hive_key().
Guenther
2007-10-10 12:30:58 -05:00
Günther Deschner
eb311cafbb r25313: dd HKEY_CURRENT_USER to rpccli_winreg_Connect().
Guenther
2007-10-10 12:30:58 -05:00
Volker Lendecke
a8312a1d7b r25311: Patch from Heinrich Mislik <Heinrich.Mislik@univie.ac.at> to fix AIX
quotas.

Heinrich, I trust you on that, I don't even have compiled this :-)

Volker
2007-10-10 12:30:58 -05:00
Jeremy Allison
f70ac2e258 r25309: Volker's fix for bug #4984 - samba4 torture test
to follow. Ensure we don't prepend "./" as a root
directory - this is an invalid pathname for unix_convert().
Jeremy.
2007-10-10 12:30:58 -05:00
Michael Adam
9a28be220d r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) to
the maxeln parameter instead of sizeof(target_area) - 1 (or even
sizeof(fstring) - 1 in some places.

I hope these were really all there were.

Michael
2007-10-10 12:30:58 -05:00
Michael Adam
bf12f0c0f8 r25287: Eliminate a handful of red bars and overly long lines I just
came across.

Michael
2007-10-10 12:30:57 -05:00
Michael Adam
cd3d652d0d r25286: Fix one more caller of unistr2_to_ascii() that passed
in -1 for maxlen.

Michael
2007-10-10 12:30:57 -05:00
Michael Adam
76cb05deec r25285: Fix some more callers of unistr2_to_ascii to use the size of
destination instead of source as maxlen.

Michael
2007-10-10 12:30:57 -05:00
Michael Adam
841ff0beee r25281: Fix a caller of unistr2_to_ascii():
The maxlen parameter should be set to the size of the
destination, not to the size of the soruce.

Michael
2007-10-10 12:30:57 -05:00
Jeremy Allison
32626e2b97 r25277: Belt-and-braces approach to Volker's fix for RPC-SAMBA3-GETUSERNAME.
If we promise dest is null terminated, ensure we do it even on
fast path exits.
Jeremy.
2007-10-10 12:30:57 -05:00
Stefan Metzmacher
9a9c164366 r25275: w2k3 (as PDC emulator) returns WERR_NO_SUCH_DOMAIN to netlogon_getanydcname()
when called for it's own domain. So we should use netlogon_getdcname() which
returns WERR_OK:-)

gd: feel free to usage rpccli_netlogon_dsr_getdcname(), but please make sure
    the new WINBIND-STRUCT-GETDCNAME test is still passing.

metze
2007-10-10 12:30:56 -05:00
Volker Lendecke
f6f64cf0b5 r25274: Attempt to fix RPC-SAMBA3-GETUSERNAME 2007-10-10 12:30:56 -05:00
Jeremy Allison
9ed3046633 r25273: unistrX_to_ascii calls pull_ucs2 - ensure it's never
called with -1 (these calls were wrong anyway, target
was an fstring, not a pstring). Found by  Michael Adam <ma@sernet.de>,
now to check all other uses.
Michael - this version uses sizeof(target) not sizeof(fstring).
This way is more future proof.
Jeremy.
2007-10-10 12:30:56 -05:00
Michael Adam
a4f53fe225 r25272: Fix a bunch of callers of pull_ucs2 that passed -1 for dest_len.
Michael
2007-10-10 12:30:56 -05:00
Stefan Metzmacher
579ed8ae87 r25270: for internal domains we should not ask a remote DC.
metze
2007-10-10 12:30:56 -05:00
Stefan Metzmacher
b8d67b78aa r25260: add trusted domains always to the end of the list.
Now BUILTIN is always the first domain followed
by the domain of our own SAM DB and the primary
domain (in member server mode).

metze
2007-10-10 12:30:56 -05:00
Michael Adam
8b5c34b7d1 r25258: Fix a panic message and remove superfluous return after the call to smb_panic().
Michael
2007-10-10 12:30:55 -05:00
Günther Deschner
38eca60913 r25257: When dumping eventlist, display full timestring.
Guenther
2007-10-10 12:30:55 -05:00
Michael Adam
3246be8cf0 r25254: Add my C - Michael 2007-10-10 12:30:55 -05:00
Stefan Metzmacher
862046028c r25252: move macro defines to the end of replace.h
and move the include location sys/param.h
before we redefine missing macros

metze
2007-10-10 12:30:55 -05:00
Stefan Metzmacher
b09024928d r25248: According to the build-farm all this defines are not needed
for HPUX large file support.

But it would be nice if someone could verify that.

metze
2007-10-10 12:30:54 -05:00
Michael Adam
1194d4f36e r25247: Rename the rpccli_lsa_lookup_sids_all() function to rpccli_lsa_lookup_sids()
and remove the old rpccli_lsa_lookup_sids() function. The old function would
fail due to server limits when requesting to resolve too many sids at once
(20480 for W2k3). The new version passes the list of sids in hunks to the
server. It has up to now been used (and tested) in the winbindd_ads
lookup_groupmem() function, and I think the time has come to replace the actual
function with this correct version.

Michael
2007-10-10 12:30:54 -05:00
Stefan Metzmacher
af91f4fd08 r25245: rerun 'make idl'
metze
2007-10-10 12:30:53 -05:00
Stefan Metzmacher
00ea030e67 r25244: see what the build-farm says when we only use large file support
detection from libreplace...

It would be good if someone could test that on HPUX...

metze
2007-10-10 12:30:53 -05:00
Stefan Metzmacher
9caf54c868 r25241: remove sequence_number out of WINBINDD_DOMAIN_INFO call
as this is always answered by the winbindd parent and will
most times return old sequence number values.

metze
2007-10-10 12:30:53 -05:00
Stefan Metzmacher
ff94d05576 r25239: fix cut-n-paste bug in code with LIBUNWIND support
metze
2007-10-10 12:30:53 -05:00