summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * r19493: There is no point in prompting for a user's password in "net ads" whenGünther Deschner2006-10-251-0/+8
| | | | | | | | | | | | | | | | | | we can't find a domain controller at all. Guenther
| | * r19491: backport changes from samba4Simo Sorce2006-10-258-35/+44
| | |
| | * r19487: Fix coverity # 313Volker Lendecke2006-10-241-2/+4
| | |
| | * r19486: Probably Coverity is wrong here, but this fixes their ID 317. Not ↵Volker Lendecke2006-10-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | sure whether to merge it to 4_0. I want it in 3_0 because it took a bit to persuade myself that el can not be NULL here. Volker
| | * r19485: Fix Coverity # 319Volker Lendecke2006-10-241-1/+1
| | |
| | * r19484: Fix Coverity #329Volker Lendecke2006-10-241-1/+1
| | |
| | * r19477: Patch from Huang Dejin Eugene <hdejin@yahoo.com>.James Peach2006-10-241-23/+31
| | | | | | | | | | | | | | | Add configure option --enable-fam so that FAM support can explicitly be controlled at build time. Default behaviour is to autodetect.
| | * r19469: Another user of NetShareEnumVolker Lendecke2006-10-231-0/+4
| | |
| | * r19468: Fix some potential NULL dereferencesVolker Lendecke2006-10-231-14/+48
| | |
| | * r19451: Another cleanup of 18802. Referring to structures after the block ↵Volker Lendecke2006-10-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | has been left is not a good idea. Volker
| | * r19450: Fix smbtree's use of netshareenum.Volker Lendecke2006-10-221-0/+5
| | | | | | | | | | | | | | | | | | Jelmer, how much of r18802 did you actually test?? Volker
| | * r19448: Convert delete_share_security to struct share_params plus some cleanupsVolker Lendecke2006-10-214-21/+69
| | |
| | * 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
| | |