Günther Deschner
ffd91e763e
r25526: Fix usage output.
...
Guenther
(This used to be commit 31a0bf7b8cae3322a379dc147be6493441c2f13d)
2007-10-10 12:31:12 -05:00
Günther Deschner
70001d3106
r25525: Add "net rpc registry getsd <keyname>" to display security descriptors.
...
Guenther
(This used to be commit 550ae11ad1243c4c2af68345349c96d38a5e1ef8)
2007-10-10 12:31:11 -05:00
Jeremy Allison
4f2febdd03
r25511: Fix sockaddr_in6 detection.
...
Jeremy.
(This used to be commit 9fe14b5a78b0a9a9546fa07d184d0f320fb1a7be)
2007-10-10 12:31:11 -05:00
Jeremy Allison
3dbb3d4c26
r25510: Now we're returning the port instead of using a global,
...
remember to use ntohs. Hopefully will fix the build farm.
Jeremy.
(This used to be commit 5174acccb589edbfbe4ba633f4178f7200d7d6c4)
2007-10-10 12:31:11 -05:00
Jeremy Allison
d75b175cf9
r25508: Reformatting.
...
Jeremy.
(This used to be commit b412ba6fb3e526f5cd83e6cabd952ad7c303c346)
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 4cf17df5caeb2b0220f6a7dd82d5fed5aca56850)
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 760d993340a966269d71acfb7a6b5e4d3776ac5d)
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 3d3881a3d1fb5fe56cd41c80c0bfbf7747843b19)
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 492977016fa66ce0e98a5bdd1c0f00eacdf13f0c)
2007-10-10 12:31:10 -05:00
Volker Lendecke
e3d07ff9fe
r25499: Fix rpc_file_list_internals
...
(This used to be commit da5736f2103be2229cc3d4421c68f33b3242fa6d)
2007-10-10 12:31:10 -05:00
Jelmer Vernooij
bb9f1e5146
r25498: Remove checks that are always true.
...
(This used to be commit 2f2bdfa0df758104a9a2fcafe49d6215d8753536)
2007-10-10 12:31:10 -05:00
Jeremy Allison
30e4012396
r25495: Fixup definitions for missing sockaddr_storage.
...
Jeremy.
(This used to be commit d980ee5040f2ab9e7408218d13962dd64e2b33b1)
2007-10-10 12:31:10 -05:00
Jelmer Vernooij
33c0cebd75
r25494: Sanity check --with-samba4srcdir argument.
...
(This used to be commit d05bf1fbeeb5504d3b372b03db1ab5fd535f7b2e)
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 281c6191547c352a51d73920c7a31d9236b37351)
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 18c6a2211d9e25233d01715b3f78977edcd6d869)
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 2cab82563409eca79ac5f518a3dcb8cdbdcded7e)
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 9e1f513916d8836914580806580c4f8c38e5f2be)
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 3acc00132c97b36e026162ae11a23953269dfbed)
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 5ae4b2739853e2cd91e839909eb868dbb56be431)
2007-10-10 12:31:07 -05:00
Volker Lendecke
3665d6d9d5
r25480: Fix a segfault
...
(This used to be commit 7e72a3046d5c318247d1e69b51bcb74e897e3eae)
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 fffdad52859b5a8bc5dd61912d80b93e8c030c8f)
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 ae8efc60aa1ddff795d16b1fb1bfe8cc392f49b3)
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 f1b8c5de0ae96e04e340029f5cd544de9ac57b32)
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 2a8f3dd55074eeb3d96a1b478981780651bbe88b)
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 327875182c9219aeba687e10aaea93546d9a70ea)
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 f5b089370a4a8e23d656276d06febb041729743d)
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 1f719905440d4c87c526c56532f47d894cfec5f0)
2007-10-10 12:31:06 -05:00
Jeremy Allison
82a549770e
r25445: Fix IPV6 detection.
...
Jeremy.
(This used to be commit ab2e190859f2cc64c989f0d10195bfff3db12651)
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 b0f59f18bc8e95a98ee44fcc751f3af4e96d5924)
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 066a46ba91ca734d9e20cb9d6db36fec209a27d7)
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 ee1eba2855c7ee2d60ba7d354e6731da78cbd48e)
2007-10-10 12:31:05 -05:00
Jeremy Allison
96c4510c8d
r25431: Add detection for IPv6 support.
...
Jeremy.
(This used to be commit 86b47d267d0eda4b972f1087be069ae5afda834e)
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 fef2ed213035607fa2b9d987c3efc3cc48b04790)
2007-10-10 12:31:04 -05:00
Michael Adam
6765a8acfd
r25426: Fix another implicit cast warning.
...
Michael
(This used to be commit 4a053d5bf9db82b5ae9ac342f68e90ef89ba292f)
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 9265b3cde25208884a8d3a9c42461d1c6e6fc353)
2007-10-10 12:31:04 -05:00
Michael Adam
b12e11f29f
r25422: Get rid of some cast warnings.
...
(This used to be commit 3e155b249e03cc9f7bd0cbf3a3ab8a57536bf0ce)
2007-10-10 12:31:04 -05:00
Stefan Metzmacher
4802b2d6ca
r25418: fix generation of git revision calculation
...
metze
(This used to be commit 43df4928ecd61ae071109abb1c72dfd1b78a5a5e)
2007-10-10 12:31:04 -05:00
Günther Deschner
6334c7cc5f
r25417: Use DBGC_REGISTRY class.
...
Guenther
(This used to be commit 43ca04918a5a1b2379083dc624b346ceb8476a38)
2007-10-10 12:31:04 -05:00
Günther Deschner
d3dd14b70e
r25416: Add registry debug class.
...
Guenther
(This used to be commit b28dd747cb5a3d0eee865076eb4733dc123a6968)
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 bdc831ddb3a860676c36bbd89e6f748946df68a1)
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 00a93ed336c5f36643e6e33bd277608eaf05677c)
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 cc19c0ace43a3613f6290fa4bc4f68c964563743)
2007-10-10 12:31:03 -05:00
Gerald Carter
5335a5d0c4
r25405: Fix formatting as per metze's comments
...
(This used to be commit 45fa393358926117e0209970414678547d8504a6)
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 f387e0f256e3f8a8c4a67f7fcc847a9dabaff8da)
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 611fdd95a583ebd22ffa17e2f39c5a1bb0936c63)
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 8304ccba7346597425307e260e88647e49081f68)
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 b4ee924000f4a21b16a70e08e58331d209c4d114)
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 1f0d05807b7fe31cc4be59c7a2e850c9ec3e3864)
2007-10-10 12:31:02 -05:00
Gerald Carter
1f4e302dc2
r25393: Removed unused variable
...
(This used to be commit 11894a62e3a41f3387fac1a578258321333085ac)
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 713277391ae7f81f8545723c919865ff8c07ed86)
2007-10-10 12:31:01 -05:00