summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r21388: Merge support for providing replacement system headers.Jelmer Vernooij2007-02-163-1/+17
| |
| * r21387: Another important fix for non-AD domains:Günther Deschner2007-02-162-7/+3
| | | | | | | | | | | | | | Avoid assigning 0 as primary group id for users in NSS calls. Jerry, please check. Guenther
| * r21385: Regenerate IDL after pidl changes, sync winreg.idl from samba4.Jelmer Vernooij2007-02-1628-618/+694
| |
| * r21383: More possible "security=share" fixes. If a clientJeremy Allison2007-02-161-0/+3
| | | | | | | | | | | | is sending LMv2 make sure we test with the password blob in the LM field as well as the NT field. Jeremy.
| * r21382: Important fix for winbind when using non-AD domains.Günther Deschner2007-02-162-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | Jeremy, I'm afraid you removed the "domain->initialized" from the set_dc_types_and_flags() call when the connect to PI_LSARPC_DS failed (with rev. 19148). This causes now that init_dc_connection_network is called again and again which in turn rescans the DC each time (which of course fails each time with NT_STATUS_BUFFER_TOO_SMALL). Just continue with the non-PI_LSARPC_DS scan so that the domain is initialized properly. Guenther
| * r21379: Attempt to fix the build on "gwen"Volker Lendecke2007-02-161-1/+1
| |
| * r21369: sys_disk_free return type is SMB_BIG_UINT.Simo Sorce2007-02-151-1/+1
| | | | | | | | | | | | | | Fix dfree_retval to be SMB_BIG_UINT as well, otherwise we may wrap up on > 2T file systems. Simo.
| * r21365: Lets see which build farm machines have makecontext & friendsVolker Lendecke2007-02-151-0/+1
| |
| * r21358: Some more debugging for _nss_winbind_initgroups_dyn() on Linux.Günther Deschner2007-02-151-0/+12
| | | | | | | | Guenther
| * r21357: Fix typo.Günther Deschner2007-02-151-1/+1
| | | | | | | | Guenther
| * r21353: In the turn of tracking down nss_winbind related bugs on Linux:Günther Deschner2007-02-151-19/+100
| | | | | | | | | | | | print NSS_STATUS code with DEBUG_NSS when leaving a function. Guenther
| * r21352: Let ads_upn_suffixes() return a pointer to an array of suffixes.Günther Deschner2007-02-151-4/+4
| | | | | | | | Guenther
| * r21349: Fix memleak in ads_upn_suffixes().Günther Deschner2007-02-141-0/+3
| | | | | | | | Guenther
| * r21346: FIXME ! Our parsing here is wrong I think,Jeremy Allison2007-02-141-1/+10
| | | | | | | | | | | | | | | | but for a level3 it makes no sense for ptr_sec_desc to be NULL. JRA. Based on a Vista sniff from Martin Zielinski <mz@seh.de>. Jerry - part of the Vista patchset. Jeremy.
| * r21345: Smaller fixes for adssearch:Günther Deschner2007-02-141-49/+74
| | | | | | | | | | | | | | | | * get rid of horrible ads.h parsing * add LDAP_SERVER_SHUTDOWN_NOTIFY_OID * display hex bitmasks Guenther
| * r21339: Fix the non-linux build. This is more evidence that this needs to beJim McDonough2007-02-141-0/+2
| | | | | | | | moved up one layer.
| * r21336: Fix indent (as pointed out by Volker).Günther Deschner2007-02-141-6/+6
| | | | | | | | Guenther
| * r21324: Add linux setlease to the vfs layer. Next round, as Volker points out,Jim McDonough2007-02-148-10/+97
| | | | | | | | | | | | | | | | | | it should be abstracted a little higher up so other os'es can have an entry, but it will take a bit more work. Thanks to Chetan Shringarpure and Mathias Dietz. I didn't increment the vfs number again because the kernel change notify stuff hasn't been released yet anyway.
| * r21320: Display query_user info level 16 in rpcclient.Günther Deschner2007-02-131-3/+14
| | | | | | | | Guenther
| * r21319: Remove functions not needed anymoreVolker Lendecke2007-02-131-44/+0
| |
| * r21318: Fix Bug #4225. Günther Deschner2007-02-132-11/+69
| | | | | | | | | | | | | | Cached logon with pam_winbind should work now also for NT4 and samba3 domains. Guenther
| * r21312: merge from SAMBA_4_0:Stefan Metzmacher2007-02-131-1/+1
| | | | | | | | | | | | fix memory hierachy, and access to already freed memory metze
| * r21310: Fix invalid printfs in pam_winbind.Günther Deschner2007-02-131-12/+20
| | | | | | | | Guenther
| * r21309: Add PRINTF_ATTRIBUTE checks for log statements.Günther Deschner2007-02-131-0/+3
| | | | | | | | Guenther
| * r21308: Fix some typos and ensure to null terminate the correct strings.Günther Deschner2007-02-133-6/+6
| | | | | | | | Guenther
| * r21303: As discussed on samba-technical: Change the static array for the ↵Volker Lendecke2007-02-124-36/+96
| | | | | | | | | | | | | | | | | | | | | | in-memory mirrors of the hash chain locks to a dynamically allocated one. Jeremy, I count on you to revert it if the build farm freaks out, it's after midnight here :-) Volker
| * r21284: Fix some unitilized variable warnings pointed out by Volker.Gerald Carter2007-02-111-4/+6
| |
| * r21283: Do not display away debug output of cifs dfs resolver by defaultSteve French2007-02-111-3/+3
| | | | | | | | per Dave Howell's suggestion
| * r21280: Fix an uninitialized variable warning. Jeremy, please check.Volker Lendecke2007-02-111-3/+3
| | | | | | | | Volker
| * r21279: Get rid of 'aio write behind', this is broken.Volker Lendecke2007-02-118-181/+2
| | | | | | | | | | | | It should probably better be integrated with our write cache. Volker
| * r21278: The main goal of this was to get rid of the NetInBuffer / ↵Volker Lendecke2007-02-112-79/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set_InBuffer. But it turns out that this patch actually speeds up the async writes considerably. I tested writing 100.000 times 65535 bytes with the allowed 10 ops in parallel. Without this patch it took about 32 seconds on my dual-core 1.6GHz laptop. With this patch it dropped to about 26 seconds. I can only explain it by better cache locality, NewInBuffer allocates more than 128k, so we jump around in memory more. Jeremy, please check! Volker
| * r21277: Fix an off by one error in the signal handler for aio: We can ↵Volker Lendecke2007-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | actually receive AIO_PENDING_SIZE signals, not one less. Jeremy I'm not merging this to 3_0_25, I want you to look at it first! Volker
| * r21274: As we now have POSIX opens which can unlinkJeremy Allison2007-02-111-0/+9
| | | | | | | | | | | | | | | | with other open files we may have taken the delete code path with more than one share mode entry - ensure we only delete once by resetting the delete on close flag. Jeremy.
| * r21273: * Protect the sasl bind against a NULL principal string Gerald Carter2007-02-101-1/+29
| | | | | | | | in the SPNEGO negTokenInit
| * r21269: ReformattingVolker Lendecke2007-02-101-89/+151
| |
| * r21265: Fix some valgrind errors -- not in 3_0Volker Lendecke2007-02-091-6/+28
| |
| * r21264: LDAP_OPT_ERROR_NUMBER seems more portable than LDAP_OPT_RESULT_CODEVolker Lendecke2007-02-091-5/+5
| |
| * r21263: getpeername() returning -1 is not a reliable indication if a TCP ↵Volker Lendecke2007-02-091-15/+70
| | | | | | | | | | | | | | | | | | | | connection is dead. Might be my code, this rings a very distant bell... Attempt to fix bug # 4372. Volker
| * r21262: Final part of BUG 4093: fix %a with Windows XP 64bitGerald Carter2007-02-091-1/+4
| |
| * r21259: Fix coverity bug id #340. No way to processJeremy Allison2007-02-091-1/+1
| | | | | | | | | | logon parameter as the code was written. Jeremy.
| * r21258: Fix for connecting printers from Vista by storing Gerald Carter2007-02-091-9/+78
| | | | | | | | | | | | | | | | the printer GUID as a REG_SZ as Vista seems to whine about unknown REG_BINARY values. Thanks to Martin Zielinski <mz@seh.de> for his excellent analysis on this.
| * r21257: Better fix for bug #4188 :Jeremy Allison2007-02-093-49/+44
| | | | | | | | | | | | Windows Vista RC1 and RC2 can't delete directory on Samba share based on work by Joe Meadows <jmeadows@webopolis.com>. Jeremy.
| * r21251: Okay, after Jeremy has kindly tested this, check it in :-)Volker Lendecke2007-02-081-1/+5
| | | | | | | | | | | | | | | | | | | | | | Attached find a workaround that works for me. This is not the "correct" fix, to me it seems our DFS referral marshalling is broken. Vista requests level 4, we reply with level 2, and Vista seems not to like that. If we reply with level 3 it seems more happy. Needs more work! Volker
| * r21250: Partial fix for BUG 4093: Make %a expand to "Vista"Gerald Carter2007-02-083-9/+43
| | | | | | | | | | | | | | | | | | | | based on the flags2 values in the negprot request. This also includes some code for testing the dialect strings for "SMB 2.001" but this is unreliable as Vista only sends that in the 1st negprot and caches the fact that we don't support it. Restartnig the WOrkstation service on the client clears the cache.
| * r21247: In the refactoring I dropped a RESOLVE_DFSPATH callJeremy Allison2007-02-081-2/+9
| | | | | | | | | | | | from setpathinfo. Return it and make sure all paths go through a dfs resolve. Jeremy.
| * r21246: Remove incorrect control on unix set info.Jeremy Allison2007-02-081-6/+2
| | | | | | | | | | We can take path or handle based calls. Jeremy.
| * r21240: Fix longstanding Bug #4009.Günther Deschner2007-02-0813-33/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the winbind cached ADS LDAP connection handling (ads_cached_connection()) we were (incorrectly) assuming that the service ticket lifetime equaled the tgt lifetime. For setups where the service ticket just lives 10 minutes, we were leaving hundreds of LDAP connections in CLOSE_WAIT state, until we fail to service entirely with "Too many open files". Also sequence_number() in winbindd_ads.c needs to delete the cached LDAP connection after the ads_do_search_retry() has failed to submit the search request (although the bind succeeded (returning an expired service ticket that we cannot delete from the memory cred cache - this will get fixed later)). Guenther
| * r21239: if the workgroup name is longer than 16 chars we get garbage in the ↵Simo Sorce2007-02-081-6/+7
| | | | | | | | | | | | | | | | string server_len is usually 256 (fstring). Correctly terminate saving the lenght
| * r21238: Fix tab indent in self-written krb5.confs.Günther Deschner2007-02-081-1/+1
| | | | | | | | Guenther
| * r21237: Forgot configure checks in 3_0 (3_0_25 is fine) for heimdal kinit fix.Günther Deschner2007-02-081-0/+2
| | | | | | | | Guenther