r23792: convert Samba4 to GPLv3
[amitay/samba.git] / source4 / libnet / libnet_become_dc.c
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr22944: fix bug #4618:
2007-10-10 Stefan Metzmacherr21839: add my email address
2007-10-10 Stefan Metzmacherr21821: move comment about the becoming a dc to the...
2007-10-10 Stefan Metzmacherr21820: move function, so that all are in top-down...
2007-10-10 Stefan Metzmacherr21538: this looks better...
2007-10-10 Stefan Metzmacherr21516: - use the same assoc_group_id, for all 3 drsuap...
2007-10-10 Stefan Metzmacherr21295: pass down the gensec session key to the store_c...
2007-10-10 Stefan Metzmacherr21293: store the gensec session key for each drsuapi...
2007-10-10 Stefan Metzmacherr21292: add become_dc:print = yes option to dump out...
2007-10-10 Stefan Metzmacherr20714: we can use talloc_asprintf_append() again,...
2007-10-10 Stefan Metzmacherr20708: fix crash bug! we can't use stack memory for...
2007-10-10 Jelmer Vernooijr20676: Add ref pointer to fix warning.
2007-10-10 Stefan Metzmacherr20570: use talloc_asprintf() instead of talloc_asprint...
2007-10-10 Stefan Metzmacherr20504: we handle the attribute values always as DATA_B...
2007-10-10 Stefan Metzmacherr20484: get rid of the special case for DN strings
2007-10-10 Stefan Metzmacherr20476: get rid of extra case for uint32 values
2007-10-10 Stefan Metzmacherr20475: remove special case for GUID values
2007-10-10 Stefan Metzmacherr20418: start to get step by step rid of the union...
2007-10-10 Stefan Metzmacherr20293: implement store chunk hook for libnet_BecomeDC()
2007-10-10 Stefan Metzmacherr20292: set ntds_dn_str if DsAddEntry() was successful
2007-10-10 Stefan Metzmacherr20291: implement prepare_db hook of libnet_BecomeDC()
2007-10-10 Stefan Metzmacherr20285: pass more info to check_options hook and move...
2007-10-10 Stefan Metzmacherr20283: pass in callbacks to libnet_BecomeDC() from...
2007-10-10 Stefan Metzmacherr20282: prepare callback infrastructure to check if...
2007-10-10 Stefan Metzmacherr20251: I found out that the oid-prefix to uint32-id...
2007-10-10 Stefan Metzmacherr20204: use symbolic constant
2007-10-10 Stefan Metzmacherr20142: only the DDNS updates are missing for the full...
2007-10-10 Stefan Metzmacherr20109: let libnet_BecomeDC() work against w2k servers
2007-10-10 Stefan Metzmacherr20105: remove useless comments
2007-10-10 Stefan Metzmacherr20095: make a complete copy of the binding string
2007-10-10 Stefan Metzmacherr20088: implement DsReplicaUpdateRefs() calls for all...
2007-10-10 Stefan Metzmacherr20086: pull domain partition
2007-10-10 Stefan Metzmacherr20085: add _part to structure elements
2007-10-10 Stefan Metzmacherr20084: pull the config partition
2007-10-10 Stefan Metzmacherr20083: move function together which belong to each...
2007-10-10 Stefan Metzmacherr20081: pull the whole schema partition
2007-10-10 Stefan Metzmacherr20079: the 2nd guid is the source_dsa invocation_id...
2007-10-10 Stefan Metzmacherr20075: start pulling the schema content.
2007-10-10 Stefan Metzmacherr20073: update the computer_dn_str after ldb_rename()
2007-10-10 Stefan Metzmacherr20071: move common code into a function
2007-10-10 Stefan Metzmacherr20070: implement the 2nd and 3rd drsuapi connection
2007-10-10 Stefan Metzmacherr20068: handle DsAddEntry() errors
2007-10-10 Stefan Metzmacherr20067: use a global zero_sid
2007-10-10 Stefan Metzmacherr20066: use the same sid "Domain Admins" for the securi...
2007-10-10 Stefan Metzmacherr20062: send values in DsAddEntry(), but it didn't...
2007-10-10 Stefan Metzmacherr20056: send a DsBindInfo28 struct in the DsBind()...
2007-10-10 Stefan Metzmacherr20055: implement dummy DsAddEntry call (without attrib...
2007-10-10 Stefan Metzmacherr20053: implement the DsBind on the 1st drsuapi connection
2007-10-10 Stefan Metzmacherr20052: implement the first drsuapi connection
2007-10-10 Stefan Metzmacherr20051: handle the case where the server object exist...
2007-10-10 Stefan Metzmacherr20045: implement the drsuapi_DsRemoveDSServer() call
2007-10-10 Stefan Metzmacherr20043: when becoming a dc:
2007-10-10 Stefan Metzmacherr20031: - implement earching for an existing server...
2007-10-10 Stefan Metzmacherr20030: - implement the computer object search
2007-10-10 Stefan Metzmacherr20029: - implement source_dsa site object search
2007-10-10 Stefan Metzmacherr20026: - store the infrastructure server_dn_str
2007-10-10 Stefan Metzmacherr20025: - implement the windows2003update revision...
2007-10-10 Stefan Metzmacherr20024: lookup the infrastructure fSMORoleOwner on...
2007-10-10 Stefan Metzmacherr20022: - implement the ldap connect code
2007-10-10 Stefan Metzmacherr20021: implement a CLDAP netlogon request to get some...
2007-10-10 Stefan Metzmacherr20011: define libnet_BecomeDC_state struct and add...
2007-10-10 Stefan Metzmacherr20009: use a composite context
2007-10-10 Stefan Metzmacherr20008: add stubs for a libnet_BecomeDC() call