summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r19491: backport changes from samba4Simo Sorce2007-10-108-35/+44
| | | | (This used to be commit aa464c9fda978f615230241921f83884a60f4c6f)
* r19487: Fix coverity # 313Volker Lendecke2007-10-101-2/+4
| | | | (This used to be commit 0eb5a0f7b8dd26dae489b74e1d2a88188ae9e48d)
* r19486: Probably Coverity is wrong here, but this fixes their ID 317. Not ↵Volker Lendecke2007-10-101-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 (This used to be commit c0c035b1c8b9d80cd205cde16ad3e838e2d44459)
* r19485: Fix Coverity # 319Volker Lendecke2007-10-101-1/+1
| | | | (This used to be commit d9f1697c1f09e1f01c15d8fc210b7b5b7c7ec7bb)
* r19484: Fix Coverity #329Volker Lendecke2007-10-101-1/+1
| | | | (This used to be commit c3f860e55da8877131f149ca213b311c215e8a6e)
* r19477: Patch from Huang Dejin Eugene <hdejin@yahoo.com>.James Peach2007-10-101-23/+31
| | | | | | Add configure option --enable-fam so that FAM support can explicitly be controlled at build time. Default behaviour is to autodetect. (This used to be commit 066951bc48723b1a26aab9ebb21ff2c897189043)
* r19469: Another user of NetShareEnumVolker Lendecke2007-10-101-0/+4
| | | | (This used to be commit 3a1be1626c1e285da70a8fd688a494eb633eee2f)
* r19468: Fix some potential NULL dereferencesVolker Lendecke2007-10-101-14/+48
| | | | (This used to be commit c8ed4129767d53ba6b7a084ca43b3e22e847ffec)
* r19451: Another cleanup of 18802. Referring to structures after the block ↵Volker Lendecke2007-10-101-3/+3
| | | | | | | | | has been left is not a good idea. Volker (This used to be commit 88ac17db196c828e15a73c7561fda291b15e2613)
* r19450: Fix smbtree's use of netshareenum.Volker Lendecke2007-10-101-0/+5
| | | | | | | Jelmer, how much of r18802 did you actually test?? Volker (This used to be commit d0025861c09b3a19ecd291265f10eaec5f380932)
* r19448: Convert delete_share_security to struct share_params plus some cleanupsVolker Lendecke2007-10-104-21/+69
| | | | (This used to be commit c73d0815a3a1f58b951caa62fac601a8f4630894)
* r19447: Do not throw away informationVolker Lendecke2007-10-101-4/+1
| | | | (This used to be commit 141e0dd7174462d0df642f6055eb3f35df107bac)
* r19446: Comment can be NULL nowVolker Lendecke2007-10-101-1/+2
| | | | (This used to be commit f4dcb9bd56dc61bc2d254f1fb8a648ef9fc6aa8f)
* r19445: Attempt to fix net rpc shareVolker Lendecke2007-10-101-1/+42
| | | | (This used to be commit 769988f83adac5f8adcf6a3cda68fb8f26a0327d)
* r19444: merge from samba4:Stefan Metzmacher2007-10-101-0/+2
| | | | | | | reset trap when we have removed the test specifc files already metze (This used to be commit 36065025c70d4ae3115554aac44c8807725a63b7)
* r19431: merge recent talloc performance improvements from Samba4Andrew Tridgell2007-10-103-594/+660
| | | | (This used to be commit ced12bd6d8c95a103cb2c84166a64f9a21bd32ad)
* r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell2007-10-1026-108/+170
| | | | | and significant speedups (This used to be commit bb5c205fef90aa8b89ba400fb9f2f37a111676a8)
* r19429: moved tdb/common/tdbutil.c into lib/util_tdb.cAndrew Tridgell2007-10-104-2/+2
| | | | | see discussion on samba-technical (This used to be commit 1ad563286f00be0d72930b81b10cb74f13c5fbff)
* r19426: merge nearly all the differences between Samba3 tdb and Samba4Andrew Tridgell2007-10-1017-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. (This used to be commit 48903c75edfaf75dbd3e9d052e615552cdff39b4)
* r19424: Protect against username == NULLJeremy Allison2007-10-101-0/+4
| | | | | Jeremy. (This used to be commit 78b14de27a2220dc4a26d21d108242220b4a1598)
* r19422: Doh ! Put the krb5 user@realm code in the right place.Jeremy Allison2007-10-101-3/+37
| | | | | Jeremy. (This used to be commit a31bbbaee1042143d750a29b8fcec4720bfdb374)
* r19421: BUG 3868: Patch from Timur Bakeyev <timur@com.bat.ru> to preventGerald Carter2007-10-101-0/+1
| | | | | --with-aio-support from trimping on the $LIBS variable (This used to be commit 00bf29d352af694373be035047cfcf1298891d25)
* r19420: Remove strequal and use strcmp() instead. Meant toGerald Carter2007-10-101-11/+12
| | | | | make the change before theprevious commit. (This used to be commit 815388c4c8be1274359679077a120fec4cc39b0f)
* r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn offGerald Carter2007-10-103-27/+25
| | | | | winbindd and fail to disable the _NO_WINBIND environment. (This used to be commit a6366b40b3967853c20ca5399021108f09ffd505)
* r19417: BUG 3856: patch from Timur Bakeyev <timur@com.bat.ru> to include ↵Gerald Carter2007-10-101-4/+5
| | | | | | setting the nss soname version on FreeBSD (This used to be commit e1490e72eafbe3a2f9cc2e3a46563a75a19672e0)
* r19416: Fix some c++ warnings.Günther Deschner2007-10-102-4/+4
| | | | | Guenther (This used to be commit b076c39b6ac87a078feae30a4384c881c46e81ac)
* r19415: oh la la, always compile before commit, I'm very sorry.Günther Deschner2007-10-101-6/+1
| | | | | Guenther (This used to be commit bdd2e0361ce53a4f10fca767f734991797e7f927)
* r19414: gencache is getting really important now, make sure that lp_lockdirGünther Deschner2007-10-101-1/+1
| | | | | | | always exists so that the gencache.tdb can get created there. Guenther (This used to be commit e5ed286125d1f4b8b28bf143f987102071fd0de2)
* r19413: Now we're calling init_dc_connection, this codeJeremy Allison2007-10-101-16/+0
| | | | | | | | is completely useless (and in fact harmful :-) in that it causes a winbindd error where there should be none. Jeremy. (This used to be commit acf5419d62f4ac64449d4722c5ff3c9be35c0570)
* r19399: Now Guenther discovered one crash dereferencing domain->backends,Jeremy Allison2007-10-101-1/+1
| | | | | | | get paranoid. I don't think this can really happen, but let's be sure. Jeremy. (This used to be commit be4709984b8548abf10a5e9fabba21d53440c42a)
* r19394: When we fail to get the list of trusted domains, make sure to returnGünther Deschner2007-10-101-1/+1
| | | | | | | WINBINDD_ERROR. Guenther (This used to be commit 6089b3007bf92904ca4562d21958d7922143dbcb)
* r19391: Fix crash bug within the winbind caching method.Günther Deschner2007-10-101-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 (This used to be commit 4d6503d1377a262ba8b87f344be7daf04e011ef2)
* r19390: Add some tests that are known failing against samba3.Jelmer Vernooij2007-10-101-0/+4
| | | | (This used to be commit 6ff2ad4246a7e6c51ac8764c417fffc57c6d49df)
* r19386: Limit the size of the connection bitmap to <64K entries.James Peach2007-10-101-1/+11
| | | | (This used to be commit 9f0518e0b0d4add7cceac6d4d797edddb0080aaa)
* r19385: These replaced symbols should have a rep_ prefix.James Peach2007-10-102-5/+5
| | | | (This used to be commit decdb46a3f7445d589c23e0ad554453ae79cd292)
* r19374: fix the build with heimdalStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit a813c7595541e31dfa77915d80235de4402bfeca)
* r19371: Add two missing refresh_sequence_number calls where they are missingGünther Deschner2007-10-101-0/+3
| | | | | | | just before writing to the winbind cache tdb. Guenther (This used to be commit bd8548998b06a84c2e66acbcb68542a4b5d8b8df)
* r19368: Use WINBINDD_CACHE_TDB_DEFAULT_HASH_SIZE whereever the winbindd tdb isGünther Deschner2007-10-101-1/+2
| | | | | | | opened. Guenther (This used to be commit 49e9e1a3e7f6ac1a9cf584c88f3c640ca9d15554)
* r19355: Add getdispenumindex2 wrapper for rpcclient.Günther Deschner2007-10-103-18/+91
| | | | | Guenther (This used to be commit 27c35848ebc6d72fd4fccbb6597b63787230f80c)
* r19354: adjust usage printf for rpcclient's timeout command.Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit fb21c9c58b3867ee2f0831342427b0cd0aa1fd6c)
* r19353: Add "timeout" command for rpcclient.Günther Deschner2007-10-103-3/+40
| | | | | Guenther (This used to be commit 4106a56d3f4edb2e07e876204743a1cb028c950a)
* r19351: Also export the info3 profilepath via the PAM_WINBIND_PROFILEPATH dataGünther Deschner2007-10-102-0/+13
| | | | | | | field. Guenther (This used to be commit 66b92f27fa4edec180b8c8eee929ec8f31ef6a08)
* r19349: Fix invalid free on the PAM_WINBIND_PWD_LAST_SET data.Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit a4d17ee9c960abdf21b9af1601bd1042e0cd7636)
* r19348: Fix uninitialized dictionary handle, found by valgrind.Günther Deschner2007-10-101-3/+3
| | | | | Guenther (This used to be commit 9621bb420a13e634badcc922c73c8bfb30aa6120)
* r19345: Allow better rootdse searches.Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit 27fbd85300c810cd06f4df514b6a762f8eac84d5)
* r19342: we only have one BASE-LOCK test in samba4's smbtorture nowStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit a2c20811d6ef2a20326bcc2d4c2bb2cbb49f6394)
* r19340: Wait longer then 10 seconds for a samr_query_groupmem lookup to succeed.Günther Deschner2007-10-102-0/+15
| | | | | Guenther (This used to be commit 37dd019e21cab2f0df314b0b741f79422fc10d1b)
* r19302: Use TALLOC_ZERO_P not TALLOC_P to ensure unusedJeremy Allison2007-10-101-5/+5
| | | | | | fields are initialized to zero. Jeremy. (This used to be commit 8a0ff70e8e562db17b8d90dbde7aeb0314d270da)
* r19301: Correct debug statement.Jeremy Allison2007-10-101-1/+1
| | | | (This used to be commit 3ea8399bc9ae9de0a6eb0efe0f5b96f923b62082)
* r19300: Fix null deref in debug statement.Jeremy Allison2007-10-101-3/+3
| | | | | Jeremy. (This used to be commit c55b9111f60debe4c5a7765273fc86ac3829f31c)