summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* r25484: Fix srvsrc_NetFileEnum listing only for one userVolker Lendecke2007-10-101-37/+57
| | | | (This used to be commit 9e1f513916d8836914580806580c4f8c38e5f2be)
* r25482: Slightly simplify logicVolker Lendecke2007-10-101-48/+48
| | | | | | Instead of one big if-branch for if (process_exists(..)) return if (!process_exists(..)) (This used to be commit 3acc00132c97b36e026162ae11a23953269dfbed)
* r25481: Fix some typos, don't panic as non-root on net getdomainsidVolker Lendecke2007-10-102-4/+13
| | | | | Thanks to Karolin Seeger <ks@sernet.de> (This used to be commit 5ae4b2739853e2cd91e839909eb868dbb56be431)
* r25480: Fix a segfaultVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 7e72a3046d5c318247d1e69b51bcb74e897e3eae)
* r25476: Finally fix up new interface detection code :-).Jeremy Allison2007-10-102-3/+3
| | | | | Jeremy. (This used to be commit fffdad52859b5a8bc5dd61912d80b93e8c030c8f)
* r25475: Fix braindead mistakes I made pointed out by Simo andJeremy Allison2007-10-101-2/+6
| | | | | | James (how did this compile ? :-). Jeremy. (This used to be commit ae8efc60aa1ddff795d16b1fb1bfe8cc392f49b3)
* r25474: Try and fix the build on Mac OS X 10.4.9.Jeremy Allison2007-10-102-4/+4
| | | | | | Shuffle sa_family_t around. Jeremy. (This used to be commit f1b8c5de0ae96e04e340029f5cd544de9ac57b32)
* r25473: Reformatting only. Prepare for new ip functions.Jeremy Allison2007-10-101-254/+240
| | | | | Jeremy. (This used to be commit 2a8f3dd55074eeb3d96a1b478981780651bbe88b)
* r25472: Fix the interfaces code to detect IPv6 interfaces, using theJeremy Allison2007-10-109-72/+255
| | | | | | | | 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)
* r25470: use --immediate like in samba4 to get more usefull outputStefan Metzmacher2007-10-101-3/+3
| | | | | metze (This used to be commit f5b089370a4a8e23d656276d06febb041729743d)
* r25455: Ensure we have inet_ntop and inet_pton available in lib/replace.Jeremy Allison2007-10-106-4/+426
| | | | | Jeremy. (This used to be commit 1f719905440d4c87c526c56532f47d894cfec5f0)
* r25445: Fix IPV6 detection.Jeremy Allison2007-10-101-2/+2
| | | | | Jeremy. (This used to be commit ab2e190859f2cc64c989f0d10195bfff3db12651)
* r25441: Make wbinfo --sequence output the sequence number if --domainMichael Adam2007-10-101-1/+8
| | | | | | | is specified. Michael (This used to be commit b0f59f18bc8e95a98ee44fcc751f3af4e96d5924)
* r25434: Add the option to print the debug class (DBGC_CLASS) in the debug ↵Michael Adam2007-10-103-6/+19
| | | | | | | | | | | | 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)
* r25432: Merge module linking changes from SAMBA_3_2 to SAMBA_3_2_0 to reduceJames Peach2007-10-103-7/+8
| | | | | spurious tree differences. (This used to be commit ee1eba2855c7ee2d60ba7d354e6731da78cbd48e)
* r25431: Add detection for IPv6 support.Jeremy Allison2007-10-101-0/+20
| | | | | Jeremy. (This used to be commit 86b47d267d0eda4b972f1087be069ae5afda834e)
* r25429: Samba 3 doesn't need to selftest Samba4 code...Stefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit fef2ed213035607fa2b9d987c3efc3cc48b04790)
* r25426: Fix another implicit cast warning.Michael Adam2007-10-101-1/+1
| | | | | Michael (This used to be commit 4a053d5bf9db82b5ae9ac342f68e90ef89ba292f)
* r25424: Align log level (by two) in debugging output.Michael Adam2007-10-101-1/+1
| | | | | Michael (This used to be commit 9265b3cde25208884a8d3a9c42461d1c6e6fc353)
* r25422: Get rid of some cast warnings.Michael Adam2007-10-101-3/+3
| | | | (This used to be commit 3e155b249e03cc9f7bd0cbf3a3ab8a57536bf0ce)
* r25418: fix generation of git revision calculationStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 43df4928ecd61ae071109abb1c72dfd1b78a5a5e)
* r25417: Use DBGC_REGISTRY class.Günther Deschner2007-10-1017-10/+29
| | | | | Guenther (This used to be commit 43ca04918a5a1b2379083dc624b346ceb8476a38)
* r25416: Add registry debug class.Günther Deschner2007-10-102-0/+2
| | | | | Guenther (This used to be commit b28dd747cb5a3d0eee865076eb4733dc123a6968)
* r25415: Merge the 3.2-perltest branch that switches Samba 3.2 to use Samba ↵Jelmer Vernooij2007-10-1012-428/+174
| | | | | | 4's selftest code. See the mailing list for details. (This used to be commit bdc831ddb3a860676c36bbd89e6f748946df68a1)
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-1013-111/+53
| | | | | | | 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)
* r25406: Make the Linux nss client code thread-safe.Jeremy Allison2007-10-103-14/+187
| | | | | | Fix originally inspired from code from boyang <yyyeer.bo@gmail.com>. Jeremy. (This used to be commit cc19c0ace43a3613f6290fa4bc4f68c964563743)
* r25405: Fix formatting as per metze's commentsGerald Carter2007-10-101-1/+1
| | | | (This used to be commit 45fa393358926117e0209970414678547d8504a6)
* r25402: BUG 4997 (3.2 only): Fix enumration level for smbtreeGerald Carter2007-10-101-1/+0
| | | | (This used to be commit f387e0f256e3f8a8c4a67f7fcc847a9dabaff8da)
* r25401: BUG 4982: Don't delete lanman hashes on invalid logins whenGerald Carter2007-10-102-5/+7
| | | | | using the "lanman auth = no". Tested by Guenter Kukkukk. (This used to be commit 611fdd95a583ebd22ffa17e2f39c5a1bb0936c63)
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-1013-53/+111
| | | | | and client fixes. Patch from Todd Stetcher <todd.stetcher@isilon.com>. (This used to be commit 8304ccba7346597425307e260e88647e49081f68)
* r25399: Excise uint - > uint32 (where appropriate) or unsigned int.Jeremy Allison2007-10-106-11/+11
| | | | | Jeremy. (This used to be commit b4ee924000f4a21b16a70e08e58331d209c4d114)
* r25396: Very obvious fix from Martin Zielinski.Günther Deschner2007-10-101-0/+1
| | | | | Guenther (This used to be commit 1f0d05807b7fe31cc4be59c7a2e850c9ec3e3864)
* r25393: Removed unused variableGerald Carter2007-10-101-2/+0
| | | | (This used to be commit 11894a62e3a41f3387fac1a578258321333085ac)
* r25391: Fix bug #4978 : Store DOS Attributes fails when copying folders.Jeremy Allison2007-10-101-0/+10
| | | | | Jeremy. (This used to be commit 713277391ae7f81f8545723c919865ff8c07ed86)
* r25389: Fix crash bug using DFS info struct uninitialized.Jeremy Allison2007-10-101-4/+28
| | | | | Jeremy. (This used to be commit 993bd0995eadc134378e691ccd796074dc475741)
* r25380: Remove the groupdb:mapping parameter as discussed in the following ↵Gerald Carter2007-10-101-14/+2
| | | | | | | thread: http://lists.samba.org/archive/samba-technical/2007-June/053747.html (This used to be commit c5adb92c020e38644baf1afc8fc570a518cd6307)
* r25370: Allow to delete registry keys recursively without deleting the final ↵Günther Deschner2007-10-101-10/+31
| | | | | | | key. Guenther (This used to be commit e9922cd8aeb70aebb162ad598fda76ad69226b94)
* r25362: Add "NT Authority\System" with Full Access to the default registry ↵Günther Deschner2007-10-101-2/+7
| | | | | | | | | security descriptor. Guenther (This used to be commit ddc6d051115577b27529c46ff98267517218fe59)
* r25355: IP address parsing did not allow for fully expanded ipv6 addressesSteve French2007-10-101-1/+1
| | | | | | | (which can be 12 bytes longer than we were allowing for). Thanks to Dr. David Holder (This used to be commit 0202a84e3f61665953bd5207218063b0d5ff6088)
* r25328: When using ldap sasl wrapping with gssapi it's important to receive ↵Günther Deschner2007-10-101-0/+5
| | | | | | | | | warnings for clock-skew errors. Guenther (This used to be commit 53c99d415d605ab03e3646f6096aff794457dd33)
* r25327: Normalize the path we return for 'msdfs proxy'Volker Lendecke2007-10-101-1/+11
| | | | | | | 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. (This used to be commit 25cc27df97e9eecb470f99ea934de12f2a0f4df9)
* r25326: Free the context from the talloc_stackframe.Günther Deschner2007-10-101-2/+5
| | | | | Guenther (This used to be commit 0719835c4d979c91d11b139e5b424b5e0dc2a2c2)
* r25325: Rename some defines.Günther Deschner2007-10-102-6/+6
| | | | | Guenther (This used to be commit cc38e4fc1f2d3f9e2e2ff90a7a004ce8fdfa9238)
* r25324: Fix "msdfs proxy"Volker Lendecke2007-10-101-1/+1
| | | | | Jeremy, please check! (This used to be commit d4eddf88d20b09c450d4358d2ef1bc35736501ff)
* r25323: Fix the buildVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit e55b30ab8417cb36def8e4d8b8f6ba16b4e664c1)
* r25317: Activate raw-samba3rootdirfidVolker Lendecke2007-10-101-0/+1
| | | | (This used to be commit 1cbe40b27c8142c53480fc9c4e1b0c9f14446300)
* r25314: Add HKEY_CURRENT_USER to reg_hive_key().Günther Deschner2007-10-101-0/+3
| | | | | Guenther (This used to be commit 693b3c26c0643028e861b78068c2bcda0add1105)
* r25313: dd HKEY_CURRENT_USER to rpccli_winreg_Connect().Günther Deschner2007-10-101-0/+4
| | | | | Guenther (This used to be commit eb311cafbb446abf8e29faf6501cf5b82593a36f)
* r25311: Patch from Heinrich Mislik <Heinrich.Mislik@univie.ac.at> to fix AIXVolker Lendecke2007-10-101-0/+3
| | | | | | | | | quotas. Heinrich, I trust you on that, I don't even have compiled this :-) Volker (This used to be commit a8312a1d7b7e3ad00265279dd0640261beaa287d)
* r25309: Volker's fix for bug #4984 - samba4 torture testJeremy Allison2007-10-101-41/+71
| | | | | | | to follow. Ensure we don't prepend "./" as a root directory - this is an invalid pathname for unix_convert(). Jeremy. (This used to be commit f70ac2e25847e41ecf54ae9d66e3247e1996b152)