summaryrefslogtreecommitdiffstats
path: root/source4/libnet/libnet_vampire.c
Commit message (Expand)AuthorAgeFilesLines
* s4-libnet_vampire: Ignore some attributes when building working schema cacheKamen Mazdrashki2011-03-011-0/+9
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-2/+2
* s4-repl: Allow dsdb_replicated_objects_commit() to use different schema while...Kamen Mazdrashki2010-12-151-2/+2
* s4-repl: Let dsdb_replicated_objects_convert() to accept schema from callerKamen Mazdrashki2010-12-011-0/+9
* s4-repl: Propagate remote prefixMap in DRSUAPI data conversion functionsKamen Mazdrashki2010-11-111-1/+10
* s4-repl: dsdb_extended_replicated_objects_convert -> dsdb_replicated_objects_...Kamen Mazdrashki2010-11-111-22/+22
* s4-repl: dsdb_extended_replicated_objects_commit -> dsdb_replicated_objects_c...Kamen Mazdrashki2010-11-111-3/+2
* libcli/security Use common security.hAndrew Bartlett2010-10-121-1/+1
* s4-libnet_vampire: Remove unused self_corrected_schemaKamen Mazdrashki2010-10-101-10/+0
* s4-libnet_vampire use a linked list to handle schema objects pending conversionAndrew Bartlett2010-10-101-26/+33
* s4-vampire: Optimize Schema decoding conversionKamen Mazdrashki2010-10-101-14/+10
* s4-vampire: Initial implementation for multi-pass schema decoding from DRS dataKamen Mazdrashki2010-10-101-69/+92
* s4-libnet_vampire: Reparent result.lp_ctx - we have already referenced itKamen Mazdrashki2010-10-051-1/+1
* s4-pyjoin: fill in the dns name in the python replication methodAndrew Tridgell2010-09-161-0/+3
* s4-rodc: s->schema need initialisationAndrew Tridgell2010-09-091-0/+1
* s4-libnet: added libnet_vampire_replicate_init()Andrew Tridgell2010-08-251-0/+17
* s4-libnet: split libnet_Vampire() into two partsAndrew Tridgell2010-08-231-26/+66
* s4/vampire: update dNSHostName for the Server objectAnatoliy Atanasov2010-08-031-1/+61
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-7/+7
* s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher2010-06-161-1/+1
* s4:dsdb Rework the vampire schema handling to convert 3 times.Andrew Bartlett2010-06-151-57/+117
* s4:provision Allow a specific prefix map to be loaded into a new schema provi...Andrew Bartlett2010-06-151-1/+24
* s4:dsdb Keep the DRS-based prefix map for use in provision-based schemaAndrew Bartlett2010-06-151-2/+13
* s4:dsdb Allow the setting an override on the schemaAndrew Bartlett2010-06-151-0/+4
* s4:dsdb Use the schema from our local provision to decode the schemaAndrew Bartlett2010-06-151-78/+40
* s4:libnet Steal ldb and lp_ctx from python result into correct structures.Andrew Bartlett2010-06-151-2/+2
* s4:libnet Make the libnet_vampire default callbacks non-staticAndrew Bartlett2010-06-151-40/+69
* s4:dsdb Add debugAndrew Bartlett2010-06-121-0/+1
* s4:libnet: use the new generated config from the provision for the self_joinStefan Metzmacher2010-05-221-1/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+1
* s4:provision Remove unused 'account_name' parameterAndrew Bartlett2010-05-181-1/+0
* s4:libnet Make 'net vampire' more robust to command line argumentsAndrew Bartlett2010-04-291-0/+20
* s4/libnet: Allocate mem in supplied mem_ctxKamen Mazdrashki2010-04-121-2/+2
* s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett2010-03-161-1/+1
* s4:libnet: use generate_random_password()Stefan Metzmacher2010-02-261-1/+1
* s4/rodc: change the libnet_become_dc code to do RODC joinAnatoliy Atanasov2010-02-171-0/+2
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-181-6/+6
* s4-libnet: better error messages in libnet_vampire.cAndrew Tridgell2010-01-081-2/+2
* s4:dsdb Load objectGUID and extended DN defaultObjectCategory into the schemaAndrew Bartlett2009-11-171-1/+1
* s4:dsdb/repl Split the 'convert' or 'commit' stages in the DRS importAndrew Bartlett2009-11-121-25/+38
* s4/drs: dsdb_map_int2oid() replaced by dsdb_schema_pfm_oid_from_attid()Kamen Mazdrashki2009-11-061-1/+2
* s4/drs: dsdb_verify_oid_mappings_drsuapi() replaced by dsdb_schema_pfm_contai...Kamen Mazdrashki2009-11-061-1/+1
* s4/drs: dsdb_load_oid_mappings_drsuapi() -> dsdb_load_prefixmap_from_drsuapi()Kamen Mazdrashki2009-11-061-1/+1
* s4-libnet: fixed debug formattingAndrew Tridgell2009-09-281-2/+2
* s4-libnet: avoid a steal with references errorAndrew Tridgell2009-09-241-1/+2
* s4:provision Use code to store domain join in 'net join' as wellAndrew Bartlett2009-09-201-18/+31
* s4-libnet: use updated dsdb commit functionAndrew Tridgell2009-09-151-2/+4
* s4/vampire: fixed i/j index mixup in vampire codeAndrew Tridgell2009-09-101-3/+3
* show more reasonable object counts during a vampireAndrew Tridgell2009-09-031-4/+18
* wrap the entire vampire operation in a transactionAndrew Tridgell2009-09-021-13/+24