metze/old/v3-2-winbind-ndr.git
16 years agoFix sockaddr_in6 detection.
jra [Fri, 5 Oct 2007 02:03:29 +0000 (02:03 +0000)]
Fix sockaddr_in6 detection.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25511 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoNow we're returning the port instead of using a global,
jra [Fri, 5 Oct 2007 01:11:33 +0000 (01:11 +0000)]
Now we're returning the port instead of using a global,
remember to use ntohs. Hopefully will fix the build farm.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25510 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoReformatting.
jra [Thu, 4 Oct 2007 18:23:22 +0000 (18:23 +0000)]
Reformatting.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25508 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix definition of struct sockaddr_storage if
jra [Thu, 4 Oct 2007 17:35:12 +0000 (17:35 +0000)]
Fix definition of struct sockaddr_storage if
struct sockaddr_in6 is defined.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25507 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoAdd a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfo
jra [Thu, 4 Oct 2007 17:20:49 +0000 (17:20 +0000)]
Add a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfo
under the 2 clause *BSD license for future use in IPv6 code. Original
code was from PostgreSQL and I've maintained their license even though
I've rewritten large parts of it (I probably should donate this back
to them).
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25505 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoignore failing WINBIND tests
metze [Thu, 4 Oct 2007 14:45:57 +0000 (14:45 +0000)]
ignore failing WINBIND tests

we should get the them going without ignoring error...

metze

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25503 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix bug 5006
vlendec [Thu, 4 Oct 2007 13:13:16 +0000 (13:13 +0000)]
Fix bug 5006

Thanks to Joerg.Bernau at web.de

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25502 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix rpc_file_list_internals
vlendec [Thu, 4 Oct 2007 00:10:54 +0000 (00:10 +0000)]
Fix rpc_file_list_internals

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25499 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoRemove checks that are always true.
jelmer [Wed, 3 Oct 2007 22:23:37 +0000 (22:23 +0000)]
Remove checks that are always true.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25498 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFixup definitions for missing sockaddr_storage.
jra [Wed, 3 Oct 2007 22:01:25 +0000 (22:01 +0000)]
Fixup definitions for missing sockaddr_storage.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25495 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoSanity check --with-samba4srcdir argument.
jelmer [Wed, 3 Oct 2007 21:14:20 +0000 (21:14 +0000)]
Sanity check --with-samba4srcdir argument.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25494 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix typo in Jeremy's thread-safe winbind patch:
jmcd [Wed, 3 Oct 2007 20:56:29 +0000 (20:56 +0000)]
Fix typo in Jeremy's thread-safe winbind patch:
lock->unlock (would have tried to lock a mutex
at the end of a function).  Cut-n-paste error.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25493 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoStart adding IPv6 compatible code to lib/util_sock.c and deal with
jra [Wed, 3 Oct 2007 20:43:55 +0000 (20:43 +0000)]
Start adding IPv6 compatible code to lib/util_sock.c and deal with
the ripple effects this causes. utmp has to change etc. Remove some
global varables and store address/port in the unexpected db.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25492 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoTry fix the build - fix socklen_t and sa_family_t.
jra [Wed, 3 Oct 2007 19:12:39 +0000 (19:12 +0000)]
Try fix the build - fix socklen_t and sa_family_t.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25487 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix srvsrc_NetFileEnum listing only for one user
vlendec [Wed, 3 Oct 2007 18:37:57 +0000 (18:37 +0000)]
Fix srvsrc_NetFileEnum listing only for one user

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25484 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoSlightly simplify logic
vlendec [Wed, 3 Oct 2007 13:13:02 +0000 (13:13 +0000)]
Slightly simplify logic

Instead of one big if-branch for if (process_exists(..)) return if
(!process_exists(..))

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25482 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix some typos, don't panic as non-root on net getdomainsid
vlendec [Wed, 3 Oct 2007 12:55:45 +0000 (12:55 +0000)]
Fix some typos, don't panic as non-root on net getdomainsid

Thanks to Karolin Seeger <ks@sernet.de>

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25481 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix a segfault
vlendec [Wed, 3 Oct 2007 12:51:36 +0000 (12:51 +0000)]
Fix a segfault

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25480 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFinally fix up new interface detection code :-).
jra [Tue, 2 Oct 2007 21:12:01 +0000 (21:12 +0000)]
Finally fix up new interface detection code :-).
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25476 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix braindead mistakes I made pointed out by Simo and
jra [Tue, 2 Oct 2007 20:39:41 +0000 (20:39 +0000)]
Fix braindead mistakes I made pointed out by Simo and
James (how did this compile ? :-).
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25475 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoTry and fix the build on Mac OS X 10.4.9.
jra [Tue, 2 Oct 2007 20:04:14 +0000 (20:04 +0000)]
Try and fix the build on Mac OS X 10.4.9.
Shuffle sa_family_t around.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25474 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoReformatting only. Prepare for new ip functions.
jra [Tue, 2 Oct 2007 19:50:53 +0000 (19:50 +0000)]
Reformatting only. Prepare for new ip functions.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25473 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix the interfaces code to detect IPv6 interfaces, using the
jra [Tue, 2 Oct 2007 19:27:25 +0000 (19:27 +0000)]
Fix the interfaces code to detect IPv6 interfaces, using the
new standard getifaddrs() and freeifaddrs() interfaces. Currently
we only return IPv4 af_families. Needs fixing for binds to IPv6
but this has to be careful work.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25472 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agouse --immediate like in samba4 to get more usefull output
metze [Tue, 2 Oct 2007 16:13:30 +0000 (16:13 +0000)]
use --immediate like in samba4 to get more usefull output

metze

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25470 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoEnsure we have inet_ntop and inet_pton available in lib/replace.
jra [Mon, 1 Oct 2007 23:18:26 +0000 (23:18 +0000)]
Ensure we have inet_ntop and inet_pton available in lib/replace.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25455 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix IPV6 detection.
jra [Mon, 1 Oct 2007 18:30:01 +0000 (18:30 +0000)]
Fix IPV6 detection.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25445 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoMake wbinfo --sequence output the sequence number if --domain
obnox [Mon, 1 Oct 2007 15:35:05 +0000 (15:35 +0000)]
Make wbinfo --sequence output the sequence number if --domain
is specified.

Michael

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25441 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoAdd the option to print the debug class (DBGC_CLASS) in the debug header.
obnox [Sun, 30 Sep 2007 08:07:06 +0000 (08:07 +0000)]
Add the option to print the debug class (DBGC_CLASS) in the debug header.
Control this by a new boolean smb.conf option "debug class" which is
by default set to "no" to keep the default debug header unchanged.

Michael

Note: You need to make clean for this patch.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25434 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoMerge module linking changes from SAMBA_3_2 to SAMBA_3_2_0 to reduce
jpeach [Sat, 29 Sep 2007 23:54:32 +0000 (23:54 +0000)]
Merge module linking changes from SAMBA_3_2 to SAMBA_3_2_0 to reduce
spurious tree differences.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25432 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoAdd detection for IPv6 support.
jra [Sat, 29 Sep 2007 23:43:24 +0000 (23:43 +0000)]
Add detection for IPv6 support.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25431 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoSamba 3 doesn't need to selftest Samba4 code...
metze [Sat, 29 Sep 2007 15:17:49 +0000 (15:17 +0000)]
Samba 3 doesn't need to selftest Samba4 code...

metze

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25429 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix another implicit cast warning.
obnox [Sat, 29 Sep 2007 08:25:44 +0000 (08:25 +0000)]
Fix another implicit cast warning.

Michael

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25426 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoAlign log level (by two) in debugging output.
obnox [Sat, 29 Sep 2007 07:18:23 +0000 (07:18 +0000)]
Align log level (by two) in debugging output.

Michael

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25424 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoGet rid of some cast warnings.
obnox [Sat, 29 Sep 2007 06:44:39 +0000 (06:44 +0000)]
Get rid of some cast warnings.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25422 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agofix generation of git revision calculation
metze [Fri, 28 Sep 2007 23:39:32 +0000 (23:39 +0000)]
fix generation of git revision calculation

metze

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25418 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoUse DBGC_REGISTRY class.
gd [Fri, 28 Sep 2007 23:05:52 +0000 (23:05 +0000)]
Use DBGC_REGISTRY class.

Guenther

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25417 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoAdd registry debug class.
gd [Fri, 28 Sep 2007 23:03:08 +0000 (23:03 +0000)]
Add registry debug class.

Guenther

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25416 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoMerge the 3.2-perltest branch that switches Samba 3.2 to use Samba 4's selftest code...
jelmer [Fri, 28 Sep 2007 22:16:14 +0000 (22:16 +0000)]
Merge the 3.2-perltest branch that switches Samba 3.2 to use Samba 4's selftest code. See the mailing list for details.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25415 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoRevert Longhorn join patch as it is not correct for the 3.2 tree.
jerry [Fri, 28 Sep 2007 18:15:34 +0000 (18:15 +0000)]
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).

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25407 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoMake the Linux nss client code thread-safe.
jra [Fri, 28 Sep 2007 18:12:22 +0000 (18:12 +0000)]
Make the Linux nss client code thread-safe.
Fix originally inspired from code from boyang <yyyeer.bo@gmail.com>.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25406 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix formatting as per metze's comments
jerry [Fri, 28 Sep 2007 18:09:50 +0000 (18:09 +0000)]
Fix formatting as per metze's comments

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25405 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoBUG 4997 (3.2 only): Fix enumration level for smbtree
jerry [Fri, 28 Sep 2007 04:08:58 +0000 (04:08 +0000)]
BUG 4997 (3.2 only): Fix enumration level for smbtree

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25402 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoBUG 4982: Don't delete lanman hashes on invalid logins when
jerry [Fri, 28 Sep 2007 03:56:12 +0000 (03:56 +0000)]
BUG 4982: Don't delete lanman hashes on invalid logins when
using the "lanman auth = no".  Tested by Guenter Kukkukk.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25401 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoWindows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,
jerry [Fri, 28 Sep 2007 03:54:42 +0000 (03:54 +0000)]
Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,
and client fixes.  Patch from Todd Stetcher <todd.stetcher@isilon.com>.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25400 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoExcise uint - > uint32 (where appropriate) or unsigned int.
jra [Fri, 28 Sep 2007 01:32:08 +0000 (01:32 +0000)]
Excise uint - > uint32 (where appropriate) or unsigned int.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25399 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoVery obvious fix from Martin Zielinski.
gd [Fri, 28 Sep 2007 01:02:11 +0000 (01:02 +0000)]
Very obvious fix from Martin Zielinski.

Guenther

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25396 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoRemoved unused variable
jerry [Thu, 27 Sep 2007 23:33:35 +0000 (23:33 +0000)]
Removed unused variable

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25393 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix bug #4978 : Store DOS Attributes fails when copying folders.
jra [Thu, 27 Sep 2007 23:28:35 +0000 (23:28 +0000)]
Fix bug #4978 : Store DOS Attributes fails when copying folders.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25391 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix crash bug using DFS info struct uninitialized.
jra [Thu, 27 Sep 2007 22:55:11 +0000 (22:55 +0000)]
Fix crash bug using DFS info struct uninitialized.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25389 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoRemove the groupdb:mapping parameter as discussed in the following thread:
jerry [Thu, 27 Sep 2007 20:12:40 +0000 (20:12 +0000)]
Remove the groupdb:mapping parameter as discussed in the following thread:
http://lists.samba.org/archive/samba-technical/2007-June/053747.html

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25380 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoAdd a vim configuration example to highlight overly long lines.
obnox [Thu, 27 Sep 2007 19:20:37 +0000 (19:20 +0000)]
Add a vim configuration example to highlight overly long lines.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25378 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoAllow to delete registry keys recursively without deleting the final key.
gd [Thu, 27 Sep 2007 01:26:19 +0000 (01:26 +0000)]
Allow to delete registry keys recursively without deleting the final key.

Guenther

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25370 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoAdd "NT Authority\System" with Full Access to the default registry security
gd [Wed, 26 Sep 2007 21:46:43 +0000 (21:46 +0000)]
Add "NT Authority\System" with Full Access to the default registry security
descriptor.

Guenther

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25362 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoIP address parsing did not allow for fully expanded ipv6 addresses
sfrench [Wed, 26 Sep 2007 18:36:38 +0000 (18:36 +0000)]
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

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25355 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoWhen using ldap sasl wrapping with gssapi it's important to receive warnings
gd [Wed, 26 Sep 2007 01:02:52 +0000 (01:02 +0000)]
When using ldap sasl wrapping with gssapi it's important to receive warnings
for clock-skew errors.

Guenther

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25328 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoNormalize the path we return for 'msdfs proxy'
vlendec [Tue, 25 Sep 2007 23:26:05 +0000 (23:26 +0000)]
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.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25327 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFree the context from the talloc_stackframe.
gd [Tue, 25 Sep 2007 22:43:42 +0000 (22:43 +0000)]
Free the context from the talloc_stackframe.

Guenther

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25326 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoRename some defines.
gd [Tue, 25 Sep 2007 21:41:57 +0000 (21:41 +0000)]
Rename some defines.

Guenther

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25325 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix "msdfs proxy"
vlendec [Tue, 25 Sep 2007 21:41:39 +0000 (21:41 +0000)]
Fix "msdfs proxy"

Jeremy, please check!

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25324 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix the build
vlendec [Tue, 25 Sep 2007 21:32:49 +0000 (21:32 +0000)]
Fix the build

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25323 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoActivate raw-samba3rootdirfid
vlendec [Tue, 25 Sep 2007 16:42:53 +0000 (16:42 +0000)]
Activate raw-samba3rootdirfid

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25317 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoAdd HKEY_CURRENT_USER to reg_hive_key().
gd [Tue, 25 Sep 2007 04:54:20 +0000 (04:54 +0000)]
Add HKEY_CURRENT_USER to reg_hive_key().

Guenther

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25314 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agodd HKEY_CURRENT_USER to rpccli_winreg_Connect().
gd [Tue, 25 Sep 2007 04:52:15 +0000 (04:52 +0000)]
dd HKEY_CURRENT_USER to rpccli_winreg_Connect().

Guenther

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25313 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoPatch from Heinrich Mislik <Heinrich.Mislik@univie.ac.at> to fix AIX
vlendec [Mon, 24 Sep 2007 21:43:54 +0000 (21:43 +0000)]
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

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25311 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoVolker's fix for bug #4984 - samba4 torture test
jra [Mon, 24 Sep 2007 19:11:42 +0000 (19:11 +0000)]
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.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25309 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoTidy up callers of unistr2_to_ascii() to pass sizeof(target_area) to
obnox [Fri, 21 Sep 2007 14:37:35 +0000 (14:37 +0000)]
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

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25294 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoEliminate a handful of red bars and overly long lines I just
obnox [Fri, 21 Sep 2007 12:24:43 +0000 (12:24 +0000)]
Eliminate a handful of red bars and overly long lines I just
came across.

Michael

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25287 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix one more caller of unistr2_to_ascii() that passed
obnox [Fri, 21 Sep 2007 11:58:25 +0000 (11:58 +0000)]
Fix one more caller of unistr2_to_ascii() that passed
in -1 for maxlen.

Michael

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25286 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix some more callers of unistr2_to_ascii to use the size of
obnox [Fri, 21 Sep 2007 11:53:14 +0000 (11:53 +0000)]
Fix some more callers of unistr2_to_ascii to use the size of
destination instead of source as maxlen.

Michael

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25285 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix a caller of unistr2_to_ascii():
obnox [Fri, 21 Sep 2007 10:46:09 +0000 (10:46 +0000)]
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

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25281 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoBelt-and-braces approach to Volker's fix for RPC-SAMBA3-GETUSERNAME.
jra [Fri, 21 Sep 2007 10:32:57 +0000 (10:32 +0000)]
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.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25277 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agow2k3 (as PDC emulator) returns WERR_NO_SUCH_DOMAIN to netlogon_getanydcname()
metze [Fri, 21 Sep 2007 10:25:33 +0000 (10:25 +0000)]
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

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25275 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoAttempt to fix RPC-SAMBA3-GETUSERNAME
vlendec [Fri, 21 Sep 2007 10:23:35 +0000 (10:23 +0000)]
Attempt to fix RPC-SAMBA3-GETUSERNAME

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25274 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agounistrX_to_ascii calls pull_ucs2 - ensure it's never
jra [Fri, 21 Sep 2007 09:58:36 +0000 (09:58 +0000)]
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.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25273 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix a bunch of callers of pull_ucs2 that passed -1 for dest_len.
obnox [Fri, 21 Sep 2007 09:52:28 +0000 (09:52 +0000)]
Fix a bunch of callers of pull_ucs2 that passed -1 for dest_len.

Michael

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25272 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agofor internal domains we should not ask a remote DC.
metze [Fri, 21 Sep 2007 09:35:53 +0000 (09:35 +0000)]
for internal domains we should not ask a remote DC.

metze

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25270 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoadd trusted domains always to the end of the list.
metze [Thu, 20 Sep 2007 18:37:34 +0000 (18:37 +0000)]
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

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25260 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix a panic message and remove superfluous return after the call to smb_panic().
obnox [Thu, 20 Sep 2007 12:42:15 +0000 (12:42 +0000)]
Fix a panic message and remove superfluous return after the call to smb_panic().

Michael

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25258 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoWhen dumping eventlist, display full timestring.
gd [Thu, 20 Sep 2007 11:02:27 +0000 (11:02 +0000)]
When dumping eventlist, display full timestring.

Guenther

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25257 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoAdd my C - Michael
obnox [Thu, 20 Sep 2007 09:15:26 +0000 (09:15 +0000)]
Add my C - Michael

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25254 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agomove macro defines to the end of replace.h
metze [Thu, 20 Sep 2007 09:12:18 +0000 (09:12 +0000)]
move macro defines to the end of replace.h
and move the include location sys/param.h
before we redefine missing macros

metze

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25252 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoAccording to the build-farm all this defines are not needed
metze [Thu, 20 Sep 2007 06:52:30 +0000 (06:52 +0000)]
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

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25248 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoRename the rpccli_lsa_lookup_sids_all() function to rpccli_lsa_lookup_sids()
obnox [Wed, 19 Sep 2007 22:11:09 +0000 (22:11 +0000)]
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

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25247 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agorerun 'make idl'
metze [Wed, 19 Sep 2007 20:03:43 +0000 (20:03 +0000)]
rerun 'make idl'

metze

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25245 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agosee what the build-farm says when we only use large file support
metze [Wed, 19 Sep 2007 19:45:51 +0000 (19:45 +0000)]
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

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25244 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoremove sequence_number out of WINBINDD_DOMAIN_INFO call
metze [Wed, 19 Sep 2007 19:05:54 +0000 (19:05 +0000)]
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

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25241 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agofix cut-n-paste bug in code with LIBUNWIND support
metze [Wed, 19 Sep 2007 19:01:20 +0000 (19:01 +0000)]
fix cut-n-paste bug in code with LIBUNWIND support

metze

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25239 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoMake the error returns from the string functions
jra [Wed, 19 Sep 2007 17:52:06 +0000 (17:52 +0000)]
Make the error returns from the string functions
always consistent. Return -1 on error, and ensure
we check for this. In cases where the dest is already
specified and we've been asked to terminate with a
null, ensure we always do so even on error.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25238 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agomake it possible to alter WINBINDD_SOCKET_DIR via
metze [Wed, 19 Sep 2007 17:19:57 +0000 (17:19 +0000)]
make it possible to alter WINBINDD_SOCKET_DIR via
"winbindd:socket dir=/path/to/dir" for usage in make test

metze

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25236 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agosync lib/replace with SAMBA_4_0
metze [Wed, 19 Sep 2007 14:57:20 +0000 (14:57 +0000)]
sync lib/replace with SAMBA_4_0

metze

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25232 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agosync lib/talloc with SAMBA_4_0
metze [Wed, 19 Sep 2007 14:44:16 +0000 (14:44 +0000)]
sync lib/talloc with SAMBA_4_0

metze

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25230 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoPatch from "Steven Danneman" <steven.danneman@isilon.com>:
metze [Wed, 19 Sep 2007 14:33:32 +0000 (14:33 +0000)]
Patch from "Steven Danneman" <steven.danneman@isilon.com>:

-
We ran across a bug joining our Samba server to a Win2K domain with LDAP
signing turned on.  Upon investigation I discovered that there is a bug
in Win2K server which returns a duplicated responseToken in the LDAP
bindResponse packet.  This blob is placed in the optional mechListMIC
field which is unsupported in both Win2K and Win2K3.  You can see RFC
2478 for the proper packet construction.  I've worked with metze on this
to confirm all these finding.

This patch properly parses then discards the mechListMIC field if it
exists in the packet, so we don't produce a malformed packet error,
causing LDAP signed joins to fail.  Also attached is a sniff of the
domain join, exposing Win2Ks bad behavior (packet 21).
-

(I've just changed the scope of the DATA_BLOB mechList)

metze

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25227 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoGet rid of more red bars...
obnox [Wed, 19 Sep 2007 12:45:35 +0000 (12:45 +0000)]
Get rid of more red bars...

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25226 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoAdd a debug message.
obnox [Wed, 19 Sep 2007 12:05:47 +0000 (12:05 +0000)]
Add a debug message.

Michael

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25225 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix a potential segfault in lsa_lookupsids client code due to
obnox [Wed, 19 Sep 2007 12:03:02 +0000 (12:03 +0000)]
Fix a potential segfault in lsa_lookupsids client code due to
uninitialized data.

Michael

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25224 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix behaviour of rpccli_lsa_lookupsids_all() when
obnox [Wed, 19 Sep 2007 11:01:44 +0000 (11:01 +0000)]
Fix behaviour of rpccli_lsa_lookupsids_all() when
rpccli_lsa_lookupsids_noalloc() returns an error for one hunk
of SIDs: free all allocated arrays and return the error code
returned by the hunk lookup.

Michael

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25223 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix last assumptions that (size_t)-1 can be used
jra [Wed, 19 Sep 2007 09:40:40 +0000 (09:40 +0000)]
Fix last assumptions that (size_t)-1 can be used
as a special dest_len of sizeof(pstring).
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25222 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFight those red bars...
obnox [Mon, 17 Sep 2007 21:04:10 +0000 (21:04 +0000)]
Fight those red bars...

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25201 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoFix a debug message.
obnox [Mon, 17 Sep 2007 20:01:47 +0000 (20:01 +0000)]
Fix a debug message.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25200 0c0555d6-39d7-0310-84fc-f1cc0bd64818

16 years agoRemove pstring from strdup_upper - make it the
jra [Mon, 17 Sep 2007 19:43:06 +0000 (19:43 +0000)]
Remove pstring from strdup_upper - make it the
same as talloc_strdup_upper.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25199 0c0555d6-39d7-0310-84fc-f1cc0bd64818