summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_samsync.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-22Fix net rpc vampire, based on an *amazing* piece of debugging work by "Cooper...Jeremy Allison1-21/+32
2008-09-23s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner1-2/+2
2008-07-30build: fix some no previous prototype warnings.Günther Deschner1-1/+1
2008-06-27net_vampire: use bool for last_query information in samsync.Günther Deschner1-1/+2
2008-06-24net_vampire: add code to vampire a SAM database to a keytab file.Günther Deschner1-0/+3
2008-06-23net_vampire: more libnet_samsync restructuring.Günther Deschner1-16/+8
2008-06-23net_vampire: prepend libnet_ to the public samsync functions.Günther Deschner1-17/+17
2008-06-23net_vampire: move pull_netr_AcctLockStr() to libnet.Günther Deschner1-0/+38
2008-06-17net_vampire: add error and result_message to samsync_context.Günther Deschner1-22/+44
2008-06-17net_vampire: add domain_name to samsync_context.Günther Deschner1-0/+4
2008-06-17net_vampire: fix samsync_process_database().Günther Deschner1-1/+1
2008-06-17net_vampire: fix build warning.Günther Deschner1-1/+0
2008-06-17net_vampire: move some samsync functions to libnet.Günther Deschner1-0/+164
2008-06-13samsync: add samsync_fix_delta_array()Günther Deschner1-0/+188