summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* r19292: Avoid some potential segfaults: In winreg_EnumValue all pointers are ↵Volker Lendecke2007-10-101-9/+21
| | | | | | | | | | | unique pointers and can thus be independently NULL. Thanks, Volker (This used to be commit d48ac0726a931a7200c47a87f771b74826ab9c96)
* r19291: this should fix the build on heimdal systemsStefan Metzmacher2007-10-102-2/+1
| | | | | metze (This used to be commit 785ab128c4d630819f141ede8bcf5fc0c705aebb)
* r19290: regedit running on nt4 will cut off the last character from a ↵Volker Lendecke2007-10-103-6/+6
| | | | | | | | | | | enumkey without this patch. Jerry, Jelmer, can you please check this? Thanks, Volker (This used to be commit ed95fe3c63d48de9504d43f90e72f11ec0617064)
* r19288: tdb_prs_store is right now used to store printer and share securityVolker Lendecke2007-10-101-1/+1
| | | | | | | | descriptors. Both databases are long-lived and not frequently written, so I think storing it deserves a tdb transaction. Volker (This used to be commit 2d4b5f5727104f87b8282fc0e94675b0dc4cd9d8)
* r19287: As requested by Bjoern Jacke <bjoern@j3e.de>: Check in the NetBSD ↵Volker Lendecke2007-10-104-1/+479
| | | | | | | | | winbind module by Luke Mewburn. Volker (This used to be commit 104f5e9ec9aea71950308b8b73479f06bf3c66a2)
* r19286: Remove dependency on Fink. If we really *need* anything from Fink,James Peach2007-10-101-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}. (This used to be commit d0166e117216b5196b27a7caef776007641072f2)
* r19272: Ensure we return 1 member in the optimized case.Jeremy Allison2007-10-101-0/+1
| | | | (This used to be commit cc6cdabf19e9a610be064e26fdf3a9d2a3c76c2c)
* r19271: Test the "hack" for "Domain Users" as agreed withJeremy Allison2007-10-101-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. (This used to be commit 91b40e25cc38ed6e8df9e448da975d3e202d919f)
* r19270: Stop depending on internal MIT symbols. These are private on MacOSJames Peach2007-10-103-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! (This used to be commit 9b8e179fcc1fb877e8601bfd242ee1fd615b554c)