Volker Lendecke
7e72a3046d
r25480: Fix a segfault
2007-10-10 12:31:07 -05:00
Jeremy Allison
fffdad5285
r25476: Finally fix up new interface detection code :-).
...
Jeremy.
2007-10-10 12:31:07 -05:00
Jeremy Allison
ae8efc60aa
r25475: Fix braindead mistakes I made pointed out by Simo and
...
James (how did this compile ? :-).
Jeremy.
2007-10-10 12:31:07 -05:00
Jeremy Allison
f1b8c5de0a
r25474: Try and fix the build on Mac OS X 10.4.9.
...
Shuffle sa_family_t around.
Jeremy.
2007-10-10 12:31:06 -05:00
Jeremy Allison
2a8f3dd550
r25473: Reformatting only. Prepare for new ip functions.
...
Jeremy.
2007-10-10 12:31:06 -05:00
Jeremy Allison
327875182c
r25472: 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.
2007-10-10 12:31:06 -05:00
Stefan Metzmacher
f5b089370a
r25470: use --immediate like in samba4 to get more usefull output
...
metze
2007-10-10 12:31:06 -05:00
Jeremy Allison
1f71990544
r25455: Ensure we have inet_ntop and inet_pton available in lib/replace.
...
Jeremy.
2007-10-10 12:31:06 -05:00
Jeremy Allison
ab2e190859
r25445: Fix IPV6 detection.
...
Jeremy.
2007-10-10 12:31:05 -05:00
Michael Adam
b0f59f18bc
r25441: Make wbinfo --sequence output the sequence number if --domain
...
is specified.
Michael
2007-10-10 12:31:05 -05:00
Michael Adam
066a46ba91
r25434: 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.
2007-10-10 12:31:05 -05:00
James Peach
ee1eba2855
r25432: Merge module linking changes from SAMBA_3_2 to SAMBA_3_2_0 to reduce
...
spurious tree differences.
2007-10-10 12:31:05 -05:00
Jeremy Allison
86b47d267d
r25431: Add detection for IPv6 support.
...
Jeremy.
2007-10-10 12:31:05 -05:00
Stefan Metzmacher
fef2ed2130
r25429: Samba 3 doesn't need to selftest Samba4 code...
...
metze
2007-10-10 12:31:04 -05:00
Michael Adam
4a053d5bf9
r25426: Fix another implicit cast warning.
...
Michael
2007-10-10 12:31:04 -05:00
Michael Adam
9265b3cde2
r25424: Align log level (by two) in debugging output.
...
Michael
2007-10-10 12:31:04 -05:00
Michael Adam
3e155b249e
r25422: Get rid of some cast warnings.
2007-10-10 12:31:04 -05:00
Stefan Metzmacher
43df4928ec
r25418: fix generation of git revision calculation
...
metze
2007-10-10 12:31:04 -05:00
Günther Deschner
43ca04918a
r25417: Use DBGC_REGISTRY class.
...
Guenther
2007-10-10 12:31:04 -05:00
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