summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_vampire.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-05s4-libnet: Split up samba-net into samba-net and samba-net-joinAndrew Bartlett1-0/+1
2023-08-08s4:libnet: Add missing newlines to logging messagesJoseph Sutton1-3/+3
2022-01-26s4:libnet: Fix uninitialized value "seq_num"Pavel Filipenský1-1/+1
2022-01-26s4:libnet: Fix trailing whitespace in libnet_vampire.cPavel Filipenský1-10/+10
2021-04-07provision: Decrease the length of random machine passwordsJoseph Sutton1-1/+1
2019-07-04s4/libnet: Fix joining a Windows pre-2008R2 DCTim Beale1-0/+9
2019-04-08libnet vampire: NULL access bug fixGarming Sam1-1/+6
2019-02-21s4/param: Fix provision_get_schema leaking python objectNoel Power1-1/+1
2018-11-06libnet: Reset debug counters after replicating critical objectsTim Beale1-0/+6
2018-10-17libnet/drs: Update replication debug to report link progressTim Beale1-3/+6
2018-03-19bugfix memory leak. partition_dn is only used to search and compare and is no...Andrej Gessel1-2/+2
2017-11-24schema: Make writing indices flag an enum for a new stateGarming Sam1-2/+2
2017-09-07debug: Add new debug class "drs_repl" for DRS replication processingAndrew Bartlett1-0/+3
2017-08-18replmd: Don't fail cycle if we get link for deleted object with GET_TGTTim Beale1-0/+4
2017-08-18drs: Fail replication transaction instead of dropping linksTim Beale1-0/+1
2017-05-23dsdb: Do not write the @INDEXLIST or @ATTRIBUTES records during schema refreshAndrew Bartlett1-1/+1
2017-02-23samba-tool drs replicate: Add --single-objectAndrew Bartlett1-3/+3
2017-02-21s4:libnet: make use of generate_random_machine_password()Stefan Metzmacher1-1/+1
2016-11-04dsdb: Rework DSDB code to use WERRORAndrew Bartlett1-53/+72
2016-08-11s4:dsdb/repl: set working_schema->resolving_in_progress during schema creationStefan Metzmacher1-0/+5
2016-08-11s4:dsdb/repl: Improve memory handling in replicated schema codeAndrew Bartlett1-1/+1
2016-07-28valgrind: Avoid a warning about uninitialized memoryGarming Sam1-1/+1
2016-06-06repl: Pass in the full partition DN to dsdb_replicated_objects_convert()Andrew Bartlett1-2/+26
2015-10-26repl: Use DSDB_REPL_FLAG_PRIORITISE_INCOMING in samba-tool drs replicate --localAndrew Bartlett1-0/+4
2015-10-26repl: Give an error if we get a secret when not expecting oneAndrew Bartlett1-1/+6
2015-10-26samba-tool: Remove vampire subcommand and now unused libnet_Vampire()Andrew Bartlett1-282/+0
2014-06-11dsdb: Do not store a struct ldb_dn in struct schema_dataAndrew Bartlett1-5/+0
2014-02-13s4:libnet: make use of dcerpc_binding_get_string_option("host")Stefan Metzmacher1-1/+2
2013-05-23libnet-vampire: make use of dsdb_repl_resolve_working_schema()Stefan Metzmacher1-210/+17
2013-05-23libnet-vampire: add attributes and classes from the replicated schema to the ...Matthieu Patou1-7/+119
2013-01-09libnet-vampire: reports Exops as they rather than sync on some partitionsMatthieu Patou1-6/+27
2013-01-09libnet: set the invocation_id earlier in order to avoid annoying messagesMatthieu Patou1-13/+13
2012-11-09s4-drs: Remove unused varMatthieu Patou1-3/+0
2012-08-22s4-provision: pass use_ntvfs from C wrappers and set to true in tests/vampireAndrew Bartlett1-1/+1
2012-04-29Add some debug for FOOBAR return case as they are hard to diagnoseMatthieu Patou1-2/+5
2011-11-15s4:libnet_vampire: setup base_dn on the self_made_schemaStefan Metzmacher1-0/+5
2011-11-15s4:libnet_vampire: use dsdb_modify(..., DSDB_FLAG_AS_SYSTEM) to store prefixMapStefan Metzmacher1-1/+1
2011-11-15s4:param/provision: pass schema_dn to provision_get_schema()Stefan Metzmacher1-1/+3
2011-11-01s4-vampire: Fix the output of fetched object for the schema-dnMatthieu Patou1-2/+8
2011-10-04s4-dsdb: update callers to dsdb_convert_object_ex()Andrew Tridgell1-0/+3
2011-08-12s4:libnet_vampire: don't keep the replication state if DRSUAPI_DRS_CRITICAL_O...Stefan Metzmacher1-0/+30
2011-03-01s4-libnet_vampire: Ignore some attributes when building working schema cacheKamen Mazdrashki1-0/+9
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-2/+2
2010-12-15s4-repl: Allow dsdb_replicated_objects_commit() to use different schema while...Kamen Mazdrashki1-2/+2
2010-12-01s4-repl: Let dsdb_replicated_objects_convert() to accept schema from callerKamen Mazdrashki1-0/+9
2010-11-11s4-repl: Propagate remote prefixMap in DRSUAPI data conversion functionsKamen Mazdrashki1-1/+10
2010-11-11s4-repl: dsdb_extended_replicated_objects_convert -> dsdb_replicated_objects_...Kamen Mazdrashki1-22/+22
2010-11-11s4-repl: dsdb_extended_replicated_objects_commit -> dsdb_replicated_objects_c...Kamen Mazdrashki1-3/+2
2010-10-12libcli/security Use common security.hAndrew Bartlett1-1/+1
2010-10-10s4-libnet_vampire: Remove unused self_corrected_schemaKamen Mazdrashki1-10/+0