Jeremy Allison
d75b175cf9
r25508: Reformatting.
...
Jeremy.
(This used to be commit b412ba6fb3
)
2007-10-10 12:31:11 -05:00
Jeremy Allison
b5725f4fec
r25507: Fix definition of struct sockaddr_storage if
...
struct sockaddr_in6 is defined.
Jeremy.
(This used to be commit 4cf17df5ca
)
2007-10-10 12:31:11 -05:00
Jeremy Allison
941544a951
r25505: 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.
(This used to be commit 760d993340
)
2007-10-10 12:31:10 -05:00
Stefan Metzmacher
5a3dcd8dd6
r25503: ignore failing WINBIND tests
...
we should get the them going without ignoring error...
metze
(This used to be commit 3d3881a3d1
)
2007-10-10 12:31:10 -05:00
Volker Lendecke
4b21570812
r25502: Fix bug 5006
...
Thanks to Joerg.Bernau at web.de
(This used to be commit 492977016f
)
2007-10-10 12:31:10 -05:00
Volker Lendecke
e3d07ff9fe
r25499: Fix rpc_file_list_internals
...
(This used to be commit da5736f210
)
2007-10-10 12:31:10 -05:00
Jelmer Vernooij
bb9f1e5146
r25498: Remove checks that are always true.
...
(This used to be commit 2f2bdfa0df
)
2007-10-10 12:31:10 -05:00
Jeremy Allison
30e4012396
r25495: Fixup definitions for missing sockaddr_storage.
...
Jeremy.
(This used to be commit d980ee5040
)
2007-10-10 12:31:10 -05:00
Jelmer Vernooij
33c0cebd75
r25494: Sanity check --with-samba4srcdir argument.
...
(This used to be commit d05bf1fbee
)
2007-10-10 12:31:09 -05:00
Jim McDonough
7c4df041a6
r25493: 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.
(This used to be commit 281c619154
)
2007-10-10 12:31:09 -05:00
Jeremy Allison
0d87820380
r25492: 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.
(This used to be commit 18c6a2211d
)
2007-10-10 12:31:09 -05:00
Jeremy Allison
334b288831
r25487: Try fix the build - fix socklen_t and sa_family_t.
...
Jeremy.
(This used to be commit 2cab825634
)
2007-10-10 12:31:08 -05:00
Volker Lendecke
5d552214e6
r25484: Fix srvsrc_NetFileEnum listing only for one user
...
(This used to be commit 9e1f513916
)
2007-10-10 12:31:08 -05:00
Volker Lendecke
105d2a67ea
r25482: Slightly simplify logic
...
Instead of one big if-branch for if (process_exists(..)) return if
(!process_exists(..))
(This used to be commit 3acc00132c
)
2007-10-10 12:31:07 -05:00
Volker Lendecke
4a952fb0c0
r25481: Fix some typos, don't panic as non-root on net getdomainsid
...
Thanks to Karolin Seeger <ks@sernet.de>
(This used to be commit 5ae4b27398
)
2007-10-10 12:31:07 -05:00
Volker Lendecke
3665d6d9d5
r25480: Fix a segfault
...
(This used to be commit 7e72a3046d
)
2007-10-10 12:31:07 -05:00
Jeremy Allison
e817616a0e
r25476: Finally fix up new interface detection code :-).
...
Jeremy.
(This used to be commit fffdad5285
)
2007-10-10 12:31:07 -05:00
Jeremy Allison
989120d53e
r25475: Fix braindead mistakes I made pointed out by Simo and
...
James (how did this compile ? :-).
Jeremy.
(This used to be commit ae8efc60aa
)
2007-10-10 12:31:07 -05:00
Jeremy Allison
c7da0dced6
r25474: Try and fix the build on Mac OS X 10.4.9.
...
Shuffle sa_family_t around.
Jeremy.
(This used to be commit f1b8c5de0a
)
2007-10-10 12:31:06 -05:00
Jeremy Allison
31adfe3446
r25473: Reformatting only. Prepare for new ip functions.
...
Jeremy.
(This used to be commit 2a8f3dd550
)
2007-10-10 12:31:06 -05:00
Jeremy Allison
3fbd1ae54c
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.
(This used to be commit 327875182c
)
2007-10-10 12:31:06 -05:00
Stefan Metzmacher
5c5acae0ee
r25470: use --immediate like in samba4 to get more usefull output
...
metze
(This used to be commit f5b089370a
)
2007-10-10 12:31:06 -05:00
Jeremy Allison
a2bbf608d2
r25455: Ensure we have inet_ntop and inet_pton available in lib/replace.
...
Jeremy.
(This used to be commit 1f71990544
)
2007-10-10 12:31:06 -05:00
Jeremy Allison
82a549770e
r25445: Fix IPV6 detection.
...
Jeremy.
(This used to be commit ab2e190859
)
2007-10-10 12:31:05 -05:00
Michael Adam
b2e8ed64cc
r25441: Make wbinfo --sequence output the sequence number if --domain
...
is specified.
Michael
(This used to be commit b0f59f18bc
)
2007-10-10 12:31:05 -05:00
Michael Adam
b6a6fbd493
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.
(This used to be commit 066a46ba91
)
2007-10-10 12:31:05 -05:00
James Peach
f3cf737ff0
r25432: Merge module linking changes from SAMBA_3_2 to SAMBA_3_2_0 to reduce
...
spurious tree differences.
(This used to be commit ee1eba2855
)
2007-10-10 12:31:05 -05:00
Jeremy Allison
96c4510c8d
r25431: Add detection for IPv6 support.
...
Jeremy.
(This used to be commit 86b47d267d
)
2007-10-10 12:31:05 -05:00
Stefan Metzmacher
ba86aa9976
r25429: Samba 3 doesn't need to selftest Samba4 code...
...
metze
(This used to be commit fef2ed2130
)
2007-10-10 12:31:04 -05:00
Michael Adam
6765a8acfd
r25426: Fix another implicit cast warning.
...
Michael
(This used to be commit 4a053d5bf9
)
2007-10-10 12:31:04 -05:00
Michael Adam
9cffea618a
r25424: Align log level (by two) in debugging output.
...
Michael
(This used to be commit 9265b3cde2
)
2007-10-10 12:31:04 -05:00
Michael Adam
b12e11f29f
r25422: Get rid of some cast warnings.
...
(This used to be commit 3e155b249e
)
2007-10-10 12:31:04 -05:00
Stefan Metzmacher
4802b2d6ca
r25418: fix generation of git revision calculation
...
metze
(This used to be commit 43df4928ec
)
2007-10-10 12:31:04 -05:00
Günther Deschner
6334c7cc5f
r25417: Use DBGC_REGISTRY class.
...
Guenther
(This used to be commit 43ca04918a
)
2007-10-10 12:31:04 -05:00
Günther Deschner
d3dd14b70e
r25416: Add registry debug class.
...
Guenther
(This used to be commit b28dd747cb
)
2007-10-10 12:31:03 -05:00
Jelmer Vernooij
679ef7b6ba
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.
...
(This used to be commit bdc831ddb3
)
2007-10-10 12:31:03 -05:00
Gerald Carter
5221ebb299
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).
(This used to be commit 00a93ed336
)
2007-10-10 12:31:03 -05:00
Jeremy Allison
58a9621904
r25406: Make the Linux nss client code thread-safe.
...
Fix originally inspired from code from boyang <yyyeer.bo@gmail.com>.
Jeremy.
(This used to be commit cc19c0ace4
)
2007-10-10 12:31:03 -05:00
Gerald Carter
5335a5d0c4
r25405: Fix formatting as per metze's comments
...
(This used to be commit 45fa393358
)
2007-10-10 12:31:03 -05:00
Gerald Carter
754cfb427b
r25402: BUG 4997 (3.2 only): Fix enumration level for smbtree
...
(This used to be commit f387e0f256
)
2007-10-10 12:31:02 -05:00
Gerald Carter
99b031e190
r25401: BUG 4982: Don't delete lanman hashes on invalid logins when
...
using the "lanman auth = no". Tested by Guenter Kukkukk.
(This used to be commit 611fdd95a5
)
2007-10-10 12:31:02 -05:00
Gerald Carter
3529156971
r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,
...
and client fixes. Patch from Todd Stetcher <todd.stetcher@isilon.com>.
(This used to be commit 8304ccba73
)
2007-10-10 12:31:02 -05:00
Jeremy Allison
470ebf8a35
r25399: Excise uint - > uint32 (where appropriate) or unsigned int.
...
Jeremy.
(This used to be commit b4ee924000
)
2007-10-10 12:31:02 -05:00
Günther Deschner
314cb03db1
r25396: Very obvious fix from Martin Zielinski.
...
Guenther
(This used to be commit 1f0d05807b
)
2007-10-10 12:31:02 -05:00
Gerald Carter
1f4e302dc2
r25393: Removed unused variable
...
(This used to be commit 11894a62e3
)
2007-10-10 12:31:01 -05:00
Jeremy Allison
152a1f4a7d
r25391: Fix bug #4978 : Store DOS Attributes fails when copying folders.
...
Jeremy.
(This used to be commit 713277391a
)
2007-10-10 12:31:01 -05:00
Jeremy Allison
7fc3a0663c
r25389: Fix crash bug using DFS info struct uninitialized.
...
Jeremy.
(This used to be commit 993bd0995e
)
2007-10-10 12:31:01 -05:00
Gerald Carter
d7a4d51ead
r25380: Remove the groupdb:mapping parameter as discussed in the following thread:
...
http://lists.samba.org/archive/samba-technical/2007-June/053747.html
(This used to be commit c5adb92c02
)
2007-10-10 12:31:01 -05:00
Michael Adam
a4137c3555
r25378: Add a vim configuration example to highlight overly long lines.
...
(This used to be commit 95b7404836
)
2007-10-10 12:31:01 -05:00
Günther Deschner
4d7a1c3bcf
r25370: Allow to delete registry keys recursively without deleting the final key.
...
Guenther
(This used to be commit e9922cd8ae
)
2007-10-10 12:31:01 -05:00