summaryrefslogtreecommitdiffstats
path: root/source3/libnet/libnet_samsync.c
Commit message (Expand)AuthorAgeFilesLines
* s3-libnet-samsync: refactor libnet_samsync.Günther Deschner2008-11-181-57/+66
* s3-libnet-samsync: use netr_DatabaseDeltas unless full replication enforced.Günther Deschner2008-11-181-1/+12
* s3-libnet-samsync: pass sequence number pointer to process routine.Günther Deschner2008-11-181-0/+1
* s3-libnet-samsync: move all modules to startup,process,finish callbacks.Günther Deschner2008-11-181-1/+0
* s3-libnet-samsync: call init and close ops function where appropriate.Günther Deschner2008-11-181-1/+23
* s3-libnet-samsync: use samsync_ops.Günther Deschner2008-11-181-3/+4
* s3-libnet-samsync: add support for partial replication.Günther Deschner2008-11-181-12/+107
* Fix net rpc vampire, based on an *amazing* piece of debugging work by "Cooper...Jeremy Allison2008-10-221-21/+32
* s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner2008-09-231-2/+2
* 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