summaryrefslogtreecommitdiffstats
path: root/source/libnet/libnet_samsync.c
Commit message (Expand)AuthorAgeFilesLines
* s3-libnet: Fix Bug #6193: avoid messing with sync_context in libnet_samsync_d...Günther Deschner2009-03-271-3/+0
* s3-libnet: fix build warning (missing prototype).Günther Deschner2008-12-121-2/+2
* s3-libnet-samsync: refactor libnet_samsync.Günther Deschner2008-11-191-57/+66
* s3-libnet-samsync: use netr_DatabaseDeltas unless full replication enforced.Günther Deschner2008-11-191-1/+12
* s3-libnet-samsync: pass sequence number pointer to process routine.Günther Deschner2008-11-191-0/+1
* s3-libnet-samsync: move all modules to startup,process,finish callbacks.Günther Deschner2008-11-191-1/+0
* s3-libnet-samsync: call init and close ops function where appropriate.Günther Deschner2008-11-191-1/+23
* s3-libnet-samsync: use samsync_ops.Günther Deschner2008-11-191-3/+4
* s3-libnet-samsync: add support for partial replication.Günther Deschner2008-11-191-12/+107
* Fix net rpc vampire, based on an *amazing* piece of debugging work by "Cooper...Jeremy Allison2008-10-231-21/+32
* build: fix some no previous prototype warnings.Günther Deschner2008-07-301-1/+1
* net_vampire: use bool for last_query information in samsync.Günther Deschner2008-06-271-1/+2
* net_vampire: add code to vampire a SAM database to a keytab file.Günther Deschner2008-06-241-0/+3
* net_vampire: more libnet_samsync restructuring.Günther Deschner2008-06-231-16/+8
* net_vampire: prepend libnet_ to the public samsync functions.Günther Deschner2008-06-231-17/+17
* net_vampire: move pull_netr_AcctLockStr() to libnet.Günther Deschner2008-06-231-0/+38
* net_vampire: add error and result_message to samsync_context.Günther Deschner2008-06-171-22/+44
* net_vampire: add domain_name to samsync_context.Günther Deschner2008-06-171-0/+4
* net_vampire: fix samsync_process_database().Günther Deschner2008-06-171-1/+1
* net_vampire: fix build warning.Günther Deschner2008-06-171-1/+0
* net_vampire: move some samsync functions to libnet.Günther Deschner2008-06-171-0/+164
* samsync: add samsync_fix_delta_array()Günther Deschner2008-06-131-0/+188