summaryrefslogtreecommitdiff
path: root/source4/wrepl_server/wrepl_out_push.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r25549: Convert to standard bool type.Jelmer Vernooij1-3/+3
(This used to be commit 318bf1f7441678860adfff5cdb0d3d2448e58f4b)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-1/+1
try to include just the BASENAME.h files (containing only structs) (This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd)
2007-10-10r13111: w2k3 uses the naxVersion id for calculating the notification,Stefan Metzmacher1-5/+5
so we do now metze (This used to be commit e48a47aa650781ebe79425f41eee925f358ceb96)
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij1-1/+0
(This used to be commit 63917616016133c623fc6ff59454bc313ee7dd8f)
2007-10-10r12674: make use of the winsdb functionsStefan Metzmacher1-1/+2
metze (This used to be commit 9a7da608e2099ea1d037b6985358649a6e35a714)
2007-10-10r12642: only do push notifications when something changedStefan Metzmacher1-4/+22
metze (This used to be commit 61f1c8c347d26f34e3e924ceae55e99e6c1461f7)
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-9/+0
(This used to be commit 70e7449318aa0e9d2639c76730a7d1683b2f4981)
2007-10-10r12388: fix debug messagesStefan Metzmacher1-3/+3
metze (This used to be commit 8b99b2d6c47ef5596269b57a71b275236b43a2a1)
2007-10-10r12372: - make the periodic scheduling a bit easier, instead of passingStefan Metzmacher1-3/+2
an uint32_t next_interval everywhere, we now call wreplsrv_periodic_schedule() if we want to schedule an event - also prevent us from looping with a 0 interval, by using 1s as minimum interval metze (This used to be commit b6943b11fc6e501d5081d591336185518943ee5a)
2007-10-10r12309: fix a crash bug, which appens in an error caseStefan Metzmacher1-6/+9
metze (This used to be commit 292bb4b6cb600ce286ded90d32d72123fdaae1d7)
2007-10-10r12242: - make the push notifications triggered by the change countStefan Metzmacher1-0/+134
- for now we fake the change count to '1', so we'll still have periodicly triggered push notifies, the interval is the 'wreplsrv:periodic_interval=60' - add the 'pushUseInform' attribute to the wreplPartner objectClass to configure if we'll use WREPL_REPL_INFORM notifies metze (This used to be commit fa1a5660bb2ef7fabd72ad9b993dd91d59ac409e)