Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | r19447: Do not throw away information | Volker Lendecke | 2006-10-21 | 1 | -4/+1 | |
| | | | ||||||
| | * | r19446: Comment can be NULL now | Volker Lendecke | 2006-10-21 | 1 | -1/+2 | |
| | | | ||||||
| | * | r19445: Attempt to fix net rpc share | Volker Lendecke | 2006-10-21 | 1 | -1/+42 | |
| | | | ||||||
| | * | r19444: merge from samba4: | Stefan Metzmacher | 2006-10-21 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | reset trap when we have removed the test specifc files already metze | |||||
| | * | r19431: merge recent talloc performance improvements from Samba4 | Andrew Tridgell | 2006-10-21 | 3 | -594/+660 | |
| | | | ||||||
| | * | r19430: merge recent ldb changes from Samba4. This includes memory leak fixes | Andrew Tridgell | 2006-10-21 | 26 | -108/+170 | |
| | | | | | | | | | | | | and significant speedups | |||||
| | * | r19429: moved tdb/common/tdbutil.c into lib/util_tdb.c | Andrew Tridgell | 2006-10-20 | 4 | -2/+2 | |
| | | | | | | | | | | | | see discussion on samba-technical | |||||
| | * | r19426: merge nearly all the differences between Samba3 tdb and Samba4 | Andrew Tridgell | 2006-10-20 | 17 | -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 == NULL | Jeremy Allison | 2006-10-20 | 1 | -0/+4 | |
| | | | | | | | | | | | | Jeremy. | |||||
| | * | r19422: Doh ! Put the krb5 user@realm code in the right place. | Jeremy Allison | 2006-10-20 | 1 | -3/+37 | |
| | | | | | | | | | | | | Jeremy. | |||||
| | * | r19421: BUG 3868: Patch from Timur Bakeyev <timur@com.bat.ru> to prevent | Gerald Carter | 2006-10-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | --with-aio-support from trimping on the $LIBS variable | |||||
| | * | r19420: Remove strequal and use strcmp() instead. Meant to | Gerald Carter | 2006-10-19 | 1 | -11/+12 | |
| | | | | | | | | | | | | make the change before theprevious commit. | |||||
| | * | 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. |