summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r21336: Fix indent (as pointed out by Volker).Günther Deschner2007-02-141-6/+6
| | | | | | | | Guenther
| * r21327: Jim, thanks for the review! :-)Volker Lendecke2007-02-141-0/+29
| | | | | | | | | | | | Now to test this... Volker
| * r21324: Add linux setlease to the vfs layer. Next round, as Volker points out,Jim McDonough2007-02-148-11/+118
| | | | | | | | | | | | | | | | | | 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.
| * r21322: No feedback means consent :-)Volker Lendecke2007-02-1356-1544/+2941
| | | | | | | | | | | | | | | | | | | | | | It does not matter if I screw up 3.0.25 or 3.0.26 with this, so do it rather sooner than later. Add the notify support that already exists in 3_0 to 3_0_25. If you want to see this patch dissected into digestable parts, look at 3_0, revisions at about 20800 and following. Volker
| * r21320: Display query_user info level 16 in rpcclient.Günther Deschner2007-02-131-3/+14
| | | | | | | | Guenther
| * 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
| * r21313: Janitor for metze :-)Volker Lendecke2007-02-131-1/+1
| |
| * 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
| * r21288: Merge from Volker :Jeremy Allison2007-02-111-1/+1
| | | | | | | | | | Fix an off by one error in the signal handler for aio: We can actually receive AIO_PENDING_SIZE signals, not one less.
| * r21284: Fix some unitilized variable warnings pointed out by Volker.Gerald Carter2007-02-111-4/+6
| |
| * r21280: Fix an uninitialized variable warning. Jeremy, please check.Volker Lendecke2007-02-111-3/+3
| | | | | | | | 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
| * r21271: Janitor for Volker. Keep branches as muchJeremy Allison2007-02-101-89/+151
| | | | | | | | | | in sync as possible. Jeremy.
| * r21268: Merge the finnish swat translationVolker Lendecke2007-02-102-1/+612
| |
| * 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.
| * r21241: Merge from 3_0:Günther Deschner2007-02-0813-33/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix longstanding Bug #4009. 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
| * r21238: Fix tab indent in self-written krb5.confs.Günther Deschner2007-02-081-1/+1
| | | | | | | | Guenther
| * r21231: get rid of unused defines that cause a redefined warningHerb Lewis2007-02-081-2/+0
| |
| * r21229: Don't indirect through a potentially null pointer :-).Jeremy Allison2007-02-081-5/+6
| | | | | | | | Jeremy.
| * r21228: Fix for fd leak on error path. Thanks toJeremy Allison2007-02-081-1/+3
| | | | | | | | | | dleonard@vintela.com for this fix ! Jeremy.
| * r21227: Quick fix for Stevef - ensure the returned data on openJeremy Allison2007-02-082-6/+12
| | | | | | | | | | is 8 byte aligned. Jeremy.
| * r21226: Fix bug #4377 (rename of "foo" -> "Foo" fails).Jeremy Allison2007-02-071-11/+29
| | | | | | | | | | | | | | This is actually an interesting case as it exposed bad code in our DFS redirect module (that was where the bug was introduced). Caused by our turning on dfsroot be default. Jeremy.
| * r21225: Couple of fixes from Martin Zielinski mz@seh.de,Jeremy Allison2007-02-072-4/+3
| | | | | | | | | | | | | | one typo, one to make sure that time initialization is done before modules that depend on it (printer initialization). Jeremy.
| * r21223: Try and fix bug #4361 - Vista backup fails.Jeremy Allison2007-02-071-2/+24
| | | | | | | | | | | | Based on work from Joe Meadows <jameadows@webopolis.com>. One for the Vista patchset. Jeremy.
| * r21219: Speed up the initial startup time of smbd on systems with loaded diskVolker Lendecke2007-02-071-3/+32
| | | | | | | | | | | | subsystems. See the comment in the diff. Volker
| * r21218: Fix typoVolker Lendecke2007-02-071-1/+1
| |
| * r21217: Just found a system that does not define in_addr_t but only structVolker Lendecke2007-02-072-9/+12
| | | | | | | | | | | | | | in_addr. Okay, it's a SuSE 7.0, but if the fix is so simple I think we should not drop that :-) Volker
| * r21210: Fix POSIX open to return an info level.Jeremy Allison2007-02-071-54/+96
| | | | | | | | Jeremy.
| * r21209: Add in the POSIX extensions.Jeremy Allison2007-02-0715-160/+562
| | | | | | | | Jeremy.
| * r21201: reverting the winbindd cache validation work until Jeremy says it's ↵Gerald Carter2007-02-062-276/+1
| | | | | | | | finished
| * r21200: Grab Jeremy's winbind tdb validation codeGerald Carter2007-02-064-2/+282
| |
| * r21199: needed for new ndr codeGerald Carter2007-02-061-0/+8
| |
| * r21198: grab implement files for wkssvc pipeGerald Carter2007-02-061-41/+33
| |
| * r21197: const changesGerald Carter2007-02-061-2/+3
| |
| * r21196: * pick up a few sid mapping changesGerald Carter2007-02-061-7/+34
| |
| * r21195: sync minor changes from SAMBA_3_0 (comments and const)lib/privileges.cGerald Carter2007-02-062-1/+2
| |
| * r21194: sync DNS update code from SAMBA_3_0Gerald Carter2007-02-066-84/+136
| |