summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn off Gerald Carter2006-10-193-27/+25
| | | | | | | | | | | | winbindd and fail to disable the _NO_WINBIND environment.
| | * r19417: BUG 3856: patch from Timur Bakeyev <timur@com.bat.ru> to include ↵Gerald Carter2006-10-191-4/+5
| | | | | | | | | | | | setting the nss soname version on FreeBSD
| | * r19416: Fix some c++ warnings.Günther Deschner2006-10-192-4/+4
| | | | | | | | | | | | Guenther
| | * r19415: oh la la, always compile before commit, I'm very sorry.Günther Deschner2006-10-191-6/+1
| | | | | | | | | | | | Guenther
| | * r19414: gencache is getting really important now, make sure that lp_lockdirGünther Deschner2006-10-191-1/+1
| | | | | | | | | | | | | | | | | | always exists so that the gencache.tdb can get created there. Guenther
| | * r19413: Now we're calling init_dc_connection, this codeJeremy Allison2006-10-191-16/+0
| | | | | | | | | | | | | | | | | | | | | is completely useless (and in fact harmful :-) in that it causes a winbindd error where there should be none. Jeremy.
| | * r19399: Now Guenther discovered one crash dereferencing domain->backends,Jeremy Allison2006-10-181-1/+1
| | | | | | | | | | | | | | | | | | get paranoid. I don't think this can really happen, but let's be sure. Jeremy.
| | * r19394: When we fail to get the list of trusted domains, make sure to returnGünther Deschner2006-10-181-1/+1
| | | | | | | | | | | | | | | | | | WINBINDD_ERROR. Guenther
| | * r19391: Fix crash bug within the winbind caching method.Günther Deschner2006-10-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That one was hard to find: when coming from offline mode and switching to online, a refresh sequence number call (using the default MS-RPC mechanism) may reset domain->backend to NULL (by the set_domain_online event). We need to make sure to reidentify the remote domain in that case. Guenther
| | * r19390: Add some tests that are known failing against samba3.Jelmer Vernooij2006-10-181-0/+4
| | |
| | * r19386: Limit the size of the connection bitmap to <64K entries.James Peach2006-10-181-1/+11
| | |
| | * r19385: These replaced symbols should have a rep_ prefix.James Peach2006-10-182-5/+5
| | |
| | * r19374: fix the build with heimdalStefan Metzmacher2006-10-171-1/+1
| | | | | | | | | | | | metze
| | * r19371: Add two missing refresh_sequence_number calls where they are missingGünther Deschner2006-10-171-0/+3
| | | | | | | | | | | | | | | | | | just before writing to the winbind cache tdb. Guenther
| | * r19368: Use WINBINDD_CACHE_TDB_DEFAULT_HASH_SIZE whereever the winbindd tdb isGünther Deschner2006-10-171-1/+2
| | | | | | | | | | | | | | | | | | opened. Guenther
| | * r19355: Add getdispenumindex2 wrapper for rpcclient.Günther Deschner2006-10-163-18/+91
| | | | | | | | | | | | Guenther
| | * r19354: adjust usage printf for rpcclient's timeout command.Günther Deschner2006-10-161-1/+1
| | | | | | | | | | | | Guenther
| | * r19353: Add "timeout" command for rpcclient.Günther Deschner2006-10-163-3/+40
| | | | | | | | | | | | Guenther
| | * r19351: Also export the info3 profilepath via the PAM_WINBIND_PROFILEPATH dataGünther Deschner2006-10-162-0/+13
| | | | | | | | | | | | | | | | | | field. Guenther
| | * r19349: Fix invalid free on the PAM_WINBIND_PWD_LAST_SET data.Günther Deschner2006-10-161-1/+1
| | | | | | | | | | | | Guenther
| | * r19348: Fix uninitialized dictionary handle, found by valgrind.Günther Deschner2006-10-161-3/+3
| | | | | | | | | | | | Guenther
| | * r19345: Allow better rootdse searches.Günther Deschner2006-10-161-1/+1
| | | | | | | | | | | | Guenther
| | * r19342: we only have one BASE-LOCK test in samba4's smbtorture nowStefan Metzmacher2006-10-161-2/+2
| | | | | | | | | | | | metze
| | * r19340: Wait longer then 10 seconds for a samr_query_groupmem lookup to succeed.Günther Deschner2006-10-162-0/+15
| | | | | | | | | | | | Guenther
| | * r19302: Use TALLOC_ZERO_P not TALLOC_P to ensure unusedJeremy Allison2006-10-161-5/+5
| | | | | | | | | | | | | | | fields are initialized to zero. Jeremy.
| | * r19301: Correct debug statement.Jeremy Allison2006-10-161-1/+1
| | |
| | * r19300: Fix null deref in debug statement.Jeremy Allison2006-10-161-3/+3
| | | | | | | | | | | | Jeremy.
| | * r19292: Avoid some potential segfaults: In winreg_EnumValue all pointers are ↵Volker Lendecke2006-10-151-9/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unique pointers and can thus be independently NULL. Thanks, Volker
| | * r19291: this should fix the build on heimdal systemsStefan Metzmacher2006-10-152-2/+1
| | | | | | | | | | | | metze
| | * r19290: regedit running on nt4 will cut off the last character from a ↵Volker Lendecke2006-10-153-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enumkey without this patch. Jerry, Jelmer, can you please check this? Thanks, Volker
| | * r19288: tdb_prs_store is right now used to store printer and share securityVolker Lendecke2006-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | descriptors. Both databases are long-lived and not frequently written, so I think storing it deserves a tdb transaction. Volker
| | * r19287: As requested by Bjoern Jacke <bjoern@j3e.de>: Check in the NetBSD ↵Volker Lendecke2006-10-154-1/+479
| | | | | | | | | | | | | | | | | | | | | | | | winbind module by Luke Mewburn. Volker
| | * r19286: Remove dependency on Fink. If we really *need* anything from Fink,James Peach2006-10-151-13/+2
| | | | | | | | | | | | | | | | | | | | | this shold be a strong dependency. If stuff from Fink is an optional extra, there should be a --with-stuff-from-fink argument. It's just too easy to unexpectedly end up with binaries that depend on /sw/{lib,include}.
| | * r19272: Ensure we return 1 member in the optimized case.Jeremy Allison2006-10-141-0/+1
| | |
| | * r19271: Test the "hack" for "Domain Users" as agreed withJeremy Allison2006-10-141-9/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jerry. If "enum users" is set to false, and the group being looked up is the Domain Users SID: S-1-5-domain-513, then for the list of members check if the querying user is in that group, and if so only return that user as the gr_mem array. We can change this to a different parameter than "enum users" if neccessaey, or parameterize the group list we do this for. Jeremy.
| | * r19270: Stop depending on internal MIT symbols. These are private on MacOSJames Peach2006-10-133-62/+107
| | | | | | | | | | | | | | | | | | | | | x, so we can't get at them even if we wanted to. Kerberos experts, please take a look to make sure I've done the right thing!
| | * r19263: Be more accurate in telling what the sitename problem is in this DEBUGGünther Deschner2006-10-131-1/+1
| | | | | | | | | | | | | | | | | | statement. Guenther
| | * r19260: Fix for bug #3524 from tiamat@komi.mts.ru - Solaris quotas.Jeremy Allison2006-10-131-7/+9
| | | | | | | | | | | | Jeremy.
| | * r19257: Janitor for Guenther - as well as a little massaging to makeJeremy Allison2006-10-121-37/+74
| | | | | | | | | | | | | | | | | | his patch fit SAMBA_3_0. (This is guenthers code). Make site support work correctly in net ads join. Jeremy.
| | * r19255: Add blacklist of accounts when NSS initgroups calls are coming in andGünther Deschner2006-10-122-0/+28
| | | | | | | | | | | | | | | | | | | | | "winbind use default domain" is set. Defaults to "root, nobody, lp" currently. Guenther
| | * r19254: Make sure to also wait 35 seconds to receive a Netlogon GETDC replyGünther Deschner2006-10-121-0/+8
| | | | | | | | | | | | | | | | | | here in winbindd_getdcname(). Guenther
| | * r19250: Fixes bug 4156.Derrell Lipman2006-10-111-0/+1
| | | | | | | | | | | | | | | The protocol negotiation string "LANMAN2.1" was not listed in the set of negotiatiable possibilities, so non-optimal negotiation was taking place.
| | * r19249: Attempt to fix a site lookup bug found by Guenther.Jeremy Allison2006-10-112-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - "The problem is, with a fresh system, we don't know our sitename, therefor we do a stupid DNS query for all DCs. The reply we get is a round-robin list of all 21 DCs, we just pick the first, contact that and safe that INET.COM#1C query in the name cache for later use... What we need to do if we don't yet know our sitename, is to contact to any DC, get the CLDAP reply to tell us in which site we are, then flush the namecache and requery DNS including the sitename" Implement the flushing of the #1C entries for a given NetBIOS name/realm when looking up the site value. Jeremy.
| | * r19248: Activate RPC-SAMBA3-WKSSVCVolker Lendecke2006-10-111-1/+1
| | |
| | * r19246: merge from samba4 rev 18207 and 18208:Stefan Metzmacher2006-10-112-1/+10
| | | | | | | | | | | | | | | | | | readline fixes for mac os 10 metze
| | * r19244: fix the build on systems with broken krb5Stefan Metzmacher2006-10-112-5/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we need to make sure HAVE_GSSAPI HAVE_KRB5_H HAVE_GSSAPI_H HAVE_GSSAPI_GSSAPI_GENERIC_H HAVE_GSSAPI_GSSAPI_H are not in config.h this adds 2 new macros to libreplace AC_REMOVE_DEFINE(), AC_REMOVE_INCLUDE() metze
| | * r19243: Fix debug statement.Günther Deschner2006-10-111-1/+1
| | | | | | | | | | | | Guenther
| | * r19241: compile xattr wrappers on mac os 10Stefan Metzmacher2006-10-112-0/+76
| | | | | | | | | | | | | | | | | | patch from Bjoern Jacke and it fixes bug 3698 metze
| | * r19240: move the NO_CONFIG_H check to libreplaceStefan Metzmacher2006-10-112-2/+2
| | | | | | | | | | | | | | | | | | | | | this fixes the quota detection configure and maybe more configure tests metze
| | * r19239: make the acl configure check more readable...Stefan Metzmacher2006-10-111-38/+68
| | | | | | | | | | | | metze