Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn off | Gerald Carter | 2006-10-19 | 3 | -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 Carter | 2006-10-19 | 1 | -4/+5 | |
| | | | | | | | | | | | | setting the nss soname version on FreeBSD | |||||
| | * | r19416: Fix some c++ warnings. | Günther Deschner | 2006-10-19 | 2 | -4/+4 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r19415: oh la la, always compile before commit, I'm very sorry. | Günther Deschner | 2006-10-19 | 1 | -6/+1 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r19414: gencache is getting really important now, make sure that lp_lockdir | Günther Deschner | 2006-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | always exists so that the gencache.tdb can get created there. Guenther | |||||
| | * | r19413: Now we're calling init_dc_connection, this code | Jeremy Allison | 2006-10-19 | 1 | -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 Allison | 2006-10-18 | 1 | -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 return | Günther Deschner | 2006-10-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | WINBINDD_ERROR. Guenther | |||||
| | * | r19391: Fix crash bug within the winbind caching method. | Günther Deschner | 2006-10-18 | 1 | -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 Vernooij | 2006-10-18 | 1 | -0/+4 | |
| | | | ||||||
| | * | r19386: Limit the size of the connection bitmap to <64K entries. | James Peach | 2006-10-18 | 1 | -1/+11 | |
| | | | ||||||
| | * | r19385: These replaced symbols should have a rep_ prefix. | James Peach | 2006-10-18 | 2 | -5/+5 | |
| | | | ||||||
| | * | r19374: fix the build with heimdal | Stefan Metzmacher | 2006-10-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | metze | |||||
| | * | r19371: Add two missing refresh_sequence_number calls where they are missing | Günther Deschner | 2006-10-17 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | just before writing to the winbind cache tdb. Guenther | |||||
| | * | r19368: Use WINBINDD_CACHE_TDB_DEFAULT_HASH_SIZE whereever the winbindd tdb is | Günther Deschner | 2006-10-17 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | opened. Guenther | |||||
| | * | r19355: Add getdispenumindex2 wrapper for rpcclient. | Günther Deschner | 2006-10-16 | 3 | -18/+91 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r19354: adjust usage printf for rpcclient's timeout command. | Günther Deschner | 2006-10-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r19353: Add "timeout" command for rpcclient. | Günther Deschner | 2006-10-16 | 3 | -3/+40 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r19351: Also export the info3 profilepath via the PAM_WINBIND_PROFILEPATH data | Günther Deschner | 2006-10-16 | 2 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | field. Guenther | |||||
| | * | r19349: Fix invalid free on the PAM_WINBIND_PWD_LAST_SET data. | Günther Deschner | 2006-10-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r19348: Fix uninitialized dictionary handle, found by valgrind. | Günther Deschner | 2006-10-16 | 1 | -3/+3 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r19345: Allow better rootdse searches. | Günther Deschner | 2006-10-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r19342: we only have one BASE-LOCK test in samba4's smbtorture now | Stefan Metzmacher | 2006-10-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | metze | |||||
| | * | r19340: Wait longer then 10 seconds for a samr_query_groupmem lookup to succeed. | Günther Deschner | 2006-10-16 | 2 | -0/+15 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r19302: Use TALLOC_ZERO_P not TALLOC_P to ensure unused | Jeremy Allison | 2006-10-16 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | fields are initialized to zero. Jeremy. | |||||
| | * | r19301: Correct debug statement. | Jeremy Allison | 2006-10-16 | 1 | -1/+1 | |
| | | | ||||||
| | * | r19300: Fix null deref in debug statement. | Jeremy Allison | 2006-10-16 | 1 | -3/+3 | |
| | | | | | | | | | | | | Jeremy. | |||||
| | * | r19292: Avoid some potential segfaults: In winreg_EnumValue all pointers are ↵ | Volker Lendecke | 2006-10-15 | 1 | -9/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unique pointers and can thus be independently NULL. Thanks, Volker | |||||
| | * | r19291: this should fix the build on heimdal systems | Stefan Metzmacher | 2006-10-15 | 2 | -2/+1 | |
| | | | | | | | | | | | | metze | |||||
| | * | r19290: regedit running on nt4 will cut off the last character from a ↵ | Volker Lendecke | 2006-10-15 | 3 | -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 security | Volker Lendecke | 2006-10-15 | 1 | -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 Lendecke | 2006-10-15 | 4 | -1/+479 | |
| | | | | | | | | | | | | | | | | | | | | | | | | winbind module by Luke Mewburn. Volker | |||||
| | * | r19286: Remove dependency on Fink. If we really *need* anything from Fink, | James Peach | 2006-10-15 | 1 | -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 Allison | 2006-10-14 | 1 | -0/+1 | |
| | | | ||||||
| | * | r19271: Test the "hack" for "Domain Users" as agreed with | Jeremy Allison | 2006-10-14 | 1 | -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 MacOS | James Peach | 2006-10-13 | 3 | -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 DEBUG | Günther Deschner | 2006-10-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | statement. Guenther | |||||
| | * | r19260: Fix for bug #3524 from tiamat@komi.mts.ru - Solaris quotas. | Jeremy Allison | 2006-10-13 | 1 | -7/+9 | |
| | | | | | | | | | | | | Jeremy. | |||||
| | * | r19257: Janitor for Guenther - as well as a little massaging to make | Jeremy Allison | 2006-10-12 | 1 | -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 and | Günther Deschner | 2006-10-12 | 2 | -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 reply | Günther Deschner | 2006-10-12 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | here in winbindd_getdcname(). Guenther | |||||
| | * | r19250: Fixes bug 4156. | Derrell Lipman | 2006-10-11 | 1 | -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 Allison | 2006-10-11 | 2 | -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-WKSSVC | Volker Lendecke | 2006-10-11 | 1 | -1/+1 | |
| | | | ||||||
| | * | r19246: merge from samba4 rev 18207 and 18208: | Stefan Metzmacher | 2006-10-11 | 2 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | readline fixes for mac os 10 metze | |||||
| | * | r19244: fix the build on systems with broken krb5 | Stefan Metzmacher | 2006-10-11 | 2 | -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 Deschner | 2006-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r19241: compile xattr wrappers on mac os 10 | Stefan Metzmacher | 2006-10-11 | 2 | -0/+76 | |
| | | | | | | | | | | | | | | | | | | patch from Bjoern Jacke and it fixes bug 3698 metze | |||||
| | * | r19240: move the NO_CONFIG_H check to libreplace | Stefan Metzmacher | 2006-10-11 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | this fixes the quota detection configure and maybe more configure tests metze | |||||
| | * | r19239: make the acl configure check more readable... | Stefan Metzmacher | 2006-10-11 | 1 | -38/+68 | |
| | | | | | | | | | | | | metze |