summaryrefslogtreecommitdiffstats
path: root/source3/lib/events.c
Commit message (Collapse)AuthorAgeFilesLines
* r20087: Ensure we clean up any random pending events weJeremy Allison2007-10-101-0/+15
| | | | | | | may have inherited from our parent in the winbindd forked child. Jeremy. (This used to be commit 0a1352f440a9d9b974ad8d571b2e48a43a15b6cc)
* r18473: Once we go online, trigger a "get krb5 ticket event"Jeremy Allison2007-10-101-1/+16
| | | | | | immediately if we were waiting on one. Jeremy. (This used to be commit 6dc8f9042f057e1f9aff46042a0fe697cb8a912c)
* r18191: Fix the online/offline state handling of winbindd.Jeremy Allison2007-10-101-17/+14
| | | | | | | | | | Instead of trying to do this in the winbindd_cache entries, add a timed even handler to probe every 5 mins when disconnected. Fix events to run all pending events, rather than only one. Jeremy. (This used to be commit 7bfbe1b4fb9a91c6678035f220bbf0b4f5afdcac)
* r17924: Get rid of warnings now that talloc is merged.Volker Lendecke2007-10-101-2/+1
| | | | | | | Destructors now take a pointer to the "real" destroyed object as an argument. Volker (This used to be commit 70edd716ef0ccb218fe18d1233bd30abe46b62bf)
* r15084: Try and squeeze more out of the non-read/write code path.Jeremy Allison2007-10-101-6/+2
| | | | | Jeremy. (This used to be commit 23dcff4d50d1d35b7ddee0d0cb79c16a312f179c)
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-2/+2
| | | | | macro which sets the freed pointer to NULL. (This used to be commit b65be8874a2efe5a4b167448960a4fcf6bd995e2)
* r13409: No functional changes, just some DEBUG cleanup.Günther Deschner2007-10-101-2/+2
| | | | | Guenther (This used to be commit 286f6fc2339cf4ef232c16466b8dffdcddbe343f)
* r13316: Let the carnage begin....Gerald Carter2007-10-101-0/+125
Sync with trunk as off r13315 (This used to be commit 17e63ac4ed8325c0d44fe62b2442449f3298559f)