summaryrefslogtreecommitdiffstats
path: root/source3/lib/events.c
Commit message (Collapse)AuthorAgeFilesLines
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* r25257: When dumping eventlist, display full timestring.Günther Deschner2007-10-101-2/+3
| | | | | Guenther (This used to be commit 38eca60913f513accb24b31dcb6d1d7e92b0ba66)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r23569: Also dump fd_event in dump_event_list().Günther Deschner2007-10-101-1/+10
| | | | | Guenther (This used to be commit 27fdf995d13611ebc9e57895f886c184e9027c4d)
* r23562: Add dump_event_list() for debugging the event list.Günther Deschner2007-10-101-0/+24
| | | | | Guenther (This used to be commit 4e1e697ac48513719bd3a2152f17871bc00df796)
* r23015: Make message_(de)register static to messages.cVolker Lendecke2007-10-101-0/+15
| | | | (This used to be commit a8082a3c7c3d1e68c27fc3bf42f3d44402cc6f9f)
* r22934: Change smbcontrol to use messaging_register instead of message_registerVolker Lendecke2007-10-101-2/+45
| | | | (This used to be commit e3d985c581ffc597aea932858d27c421643d2868)
* r20913: Fix the build.Jeremy Allison2007-10-101-3/+4
| | | | | Jeremy. (This used to be commit dce98dae2d18126d8380f92595f315b96d48a7df)
* r20912: Ensure the list always remains sorted even whenJeremy Allison2007-10-101-17/+29
| | | | | | moving events around. Jeremy. (This used to be commit 6fee874ab420b4c406e38b5e189a6d6ea8594fc9)
* r20846: Before this gets out of control...Volker Lendecke2007-10-101-22/+197
| | | | | | | | | | | | This add a struct event_context and infrastructure for fd events to smbd. This is step zero to import lib/events. Jeremy, I rely on you to watch the change in receive_message_or_smb() closely. For the normal code path this should be the only relevant change. The rest is either not yet used or is cosmetic. Volker (This used to be commit cd07f93a8aecb24c056e33b1ad3447a41959810f)
* 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)