summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * r19447: Do not throw away informationVolker Lendecke2006-10-211-4/+1
| | |
| | * r19446: Comment can be NULL nowVolker Lendecke2006-10-211-1/+2
| | |
| | * r19445: Attempt to fix net rpc shareVolker Lendecke2006-10-211-1/+42
| | |
| | * r19444: merge from samba4:Stefan Metzmacher2006-10-211-0/+2
| | | | | | | | | | | | | | | | | | reset trap when we have removed the test specifc files already metze
| | * r19431: merge recent talloc performance improvements from Samba4Andrew Tridgell2006-10-213-594/+660
| | |
| | * r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell2006-10-2126-108/+170
| | | | | | | | | | | | and significant speedups
| | * r19429: moved tdb/common/tdbutil.c into lib/util_tdb.cAndrew Tridgell2006-10-204-2/+2
| | | | | | | | | | | | see discussion on samba-technical
| | * r19426: merge nearly all the differences between Samba3 tdb and Samba4Andrew Tridgell2006-10-2017-406/+558
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tdb. This includes: - the new tdb_lockall and tdb_lockall_read code, which will be needed for the ldb speedups - the tdb logging changes. This is an intermediate step to keep the differences between the two branches small. The plan is still to move to a tdb_init()/tdb_set_logging_function()/tdb_attach() style of open which will make things much cleaner. - the updated test suites and standalone tdb build code - use libreplace headers There are still some small differences I haven't merged. I'll discuss those on the list.
| | * r19424: Protect against username == NULLJeremy Allison2006-10-201-0/+4
| | | | | | | | | | | | Jeremy.
| | * r19422: Doh ! Put the krb5 user@realm code in the right place.Jeremy Allison2006-10-201-3/+37
| | | | | | | | | | | | Jeremy.
| | * r19421: BUG 3868: Patch from Timur Bakeyev <timur@com.bat.ru> to preventGerald Carter2006-10-191-0/+1
| | | | | | | | | | | | --with-aio-support from trimping on the $LIBS variable
| | * r19420: Remove strequal and use strcmp() instead. Meant to Gerald Carter2006-10-191-11/+12
| | | | | | | | | | | | make the change before theprevious commit.
| | * 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.