index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
net_rpc_samsync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-22
Revert "net: Use samba default command line arguments."
Kai Blin
1
-2
/
+2
2009-07-13
s3:net: Fix Bug #6222. Default to DRSUAPI replication for net rpc vampire keytab
Stefan Metzmacher
1
-4
/
+7
2009-05-25
net: Use samba default command line arguments.
Kai Blin
1
-2
/
+2
2008-11-18
s3-libnet-samsync: use samsync_ops.
Günther Deschner
1
-4
/
+4
2008-11-18
s3-net: add "net rpc vampire passdb" that allows to take arguments.
Günther Deschner
1
-0
/
+13
2008-11-18
s3-net: use net_scan_dc in net rpc vampire keytab.
Günther Deschner
1
-8
/
+27
2008-11-18
s3-net-vampire: add support for partial replication (individual deltas).
Günther Deschner
1
-0
/
+109
2008-11-11
[s3]make keytab filename argument mandatory to "net rpc vampire keytab"
Michael Adam
1
-4
/
+11
2008-08-22
net: Add missing colon to unify usage messages.
Karolin Seeger
1
-2
/
+2
2008-08-01
vampire keytab: add command line switch --clean-old-entries .
Michael Adam
1
-0
/
+1
2008-08-01
vampire keytab: introduce switch --single-obj-repl.
Michael Adam
1
-1
/
+2
2008-08-01
libnet dssync: rename flag single to single_object_replication
Michael Adam
1
-1
/
+1
2008-08-01
net rpc vampire: rename --repl-nodiff to --force-full-repl.
Michael Adam
1
-1
/
+1
2008-08-01
libnet dssync: rename repl_nodiff flag to force_full_replication.
Michael Adam
1
-1
/
+1
2008-08-01
libnet dssync: support lists of dns (instead of one dn) for single object rep...
Michael Adam
1
-1
/
+2
2008-08-01
vampire keytab: add switch --repl-nodiff to trigger full replication.
Michael Adam
1
-0
/
+2
2008-08-01
dssync: allow replications of a single obj with net rpc vampire keytab.
Michael Adam
1
-0
/
+4
2008-08-01
dssync: replace the processing_fn by startup/process/finish ops.
Michael Adam
1
-1
/
+1
2008-07-21
Refactoring: run_rpc_command uses ndr_syntax_id instead of pipe_idx
Volker Lendecke
1
-4
/
+6
2008-07-18
net rpc vampire: eliminate missing proto warning by making rpc_vampire_keytab...
Michael Adam
1
-8
/
+8
2008-07-01
net_vampire: add code to vampire to a Kerberos keytab file using DRSUAPI.
Günther Deschner
1
-0
/
+50
2008-06-24
net_vampire: add code to vampire a SAM database to a keytab file.
Günther Deschner
1
-2
/
+75
2008-06-23
net_vampire: more libnet_samsync restructuring.
Günther Deschner
1
-27
/
+29
2008-06-23
net_vampire: prepend libnet_ to the public samsync functions.
Günther Deschner
1
-29
/
+29
2008-06-23
net_vampire: move out display routines to one file.
Günther Deschner
1
-275
/
+0
2008-06-23
net_vampire: move out passdb routines to one file.
Günther Deschner
1
-762
/
+0
2008-06-23
net_vampire: display more deltas while doing samdump.
Günther Deschner
1
-41
/
+44
2008-06-23
net_vampire: move pull_netr_AcctLockStr() to libnet.
Günther Deschner
1
-34
/
+0
2008-06-23
time: move uint64s_nt_time_to_unix_abs() to lib/time.c
Günther Deschner
1
-7
/
+0
2008-06-17
net_vampire: add error and result_message to samsync_context.
Günther Deschner
1
-20
/
+28
2008-06-17
net_vampire: add domain_name to samsync_context.
Günther Deschner
1
-0
/
+3
2008-06-17
net_vampire: use generic output filename and use correct argv element.
Günther Deschner
1
-1
/
+1
2008-06-17
net_vampire: move ldif code out of net_rpc_samsync.c
Günther Deschner
1
-1153
/
+0
2008-06-17
net_vampire: move some samsync functions to libnet.
Günther Deschner
1
-161
/
+0
2008-06-13
net_vampire: rename process_database to samsync_process_database.
Günther Deschner
1
-19
/
+19
2008-06-13
net_vampire: fix ldif_init_context().
Günther Deschner
1
-31
/
+40
2008-06-13
net_vampire: split out rpc_vampire_ldif().
Günther Deschner
1
-23
/
+73
2008-06-13
net_vampire: add samsync_init_context().
Günther Deschner
1
-9
/
+41
2008-06-13
net_vampire: add samsync_debug_str().
Günther Deschner
1
-30
/
+52
2008-06-13
net_vampire: restructure internal code more.
Günther Deschner
1
-312
/
+426
2008-06-13
net_vampire: start using talloc for the ldif vampire code.
Günther Deschner
1
-118
/
+138
2008-06-13
net_vampire: join dump and process function into one callback.
Günther Deschner
1
-96
/
+54
2008-06-13
net_vampire: let fetch_database and fetch_database_to_ldif use sid pointers.
Günther Deschner
1
-12
/
+12
2008-06-13
net_vampire: let dump_database() return NTSTATUS.
Günther Deschner
1
-6
/
+8
2008-06-13
net: Fix bug #5542 (samsync contains empty passwords).
Günther Deschner
1
-0
/
+27
2008-06-11
net: remove some dead code.
Günther Deschner
1
-29
/
+0
2008-05-20
net: Use true/false instead of True/False.
Kai Blin
1
-13
/
+13
2008-05-10
net: Remove globals
Kai Blin
1
-4
/
+8
2008-04-20
Add "desthost" to rpc_pipe_client
Volker Lendecke
1
-3
/
+3
2008-04-17
Fix gcc uninitialized variable used warning.
Jeremy Allison
1
-6
/
+5
[next]