summaryrefslogtreecommitdiff
path: root/source4/libnet
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21362: rename:Stefan Metzmacher1-4/+4
2007-10-10r21300: let the caller decide if it wants rid decrypted hashes or notStefan Metzmacher5-3/+12
2007-10-10r21295: pass down the gensec session key to the store_chunk hookStefan Metzmacher2-3/+11
2007-10-10r21293: store the gensec session key for each drsuapi connectionStefan Metzmacher1-0/+14
2007-10-10r21292: add become_dc:print = yes option to dump out the drsuapi trafficStefan Metzmacher1-3/+74
2007-10-10r21255: Add a debugging option to avoid rid decryption in the samsync output.Andrew Bartlett1-12/+22
2007-10-10r21175: Fix the kerberos keytab update code to handle deletes.Andrew Bartlett1-28/+0
2007-10-10r21141: Attempt to fix the buildVolker Lendecke1-1/+1
2007-10-10r20964: Show the domain name we figured out, rather than a null pointer (inAndrew Bartlett1-1/+1
2007-10-10r20714: we can use talloc_asprintf_append() again, because strupper_talloc()Stefan Metzmacher1-6/+5
2007-10-10r20708: fix crash bug! we can't use stack memory for async requests...Stefan Metzmacher1-4/+7
2007-10-10r20676: Add ref pointer to fix warning.Jelmer Vernooij1-6/+8
2007-10-10r20570: use talloc_asprintf() instead of talloc_asprintf_append()Stefan Metzmacher1-3/+4
2007-10-10r20504: we handle the attribute values always as DATA_BLOB's andStefan Metzmacher1-70/+70
2007-10-10r20484: get rid of the special case for DN stringsStefan Metzmacher1-53/+100
2007-10-10r20476: get rid of extra case for uint32 valuesStefan Metzmacher1-27/+36
2007-10-10r20475: remove special case for GUID valuesStefan Metzmacher1-10/+15
2007-10-10r20418: start to get step by step rid of the union for the attributeStefan Metzmacher1-7/+15
2007-10-10r20397: Another user of the DsCrackNames call needs a rename following IDL cl...Andrew Bartlett1-2/+2
2007-10-10r20328: use prereq function instead of local implementation.Rafal Szczesniak1-42/+3
2007-10-10r20294: Without this we don't do the ADS join against Win2k3 SP1Andrew Bartlett1-0/+1
2007-10-10r20293: implement store chunk hook for libnet_BecomeDC()Stefan Metzmacher2-58/+67
2007-10-10r20292: set ntds_dn_str if DsAddEntry() was successfulStefan Metzmacher1-0/+4
2007-10-10r20291: implement prepare_db hook of libnet_BecomeDC()Stefan Metzmacher2-3/+17
2007-10-10r20285: pass more info to check_options hook and move behavior versions etc.Stefan Metzmacher2-64/+76
2007-10-10r20283: pass in callbacks to libnet_BecomeDC() from the callerStefan Metzmacher2-15/+24
2007-10-10r20282: prepare callback infrastructure to check if the forest/domainStefan Metzmacher1-0/+46
2007-10-10r20251: I found out that the oid-prefix to uint32-id-prefix mapping is transf...Stefan Metzmacher1-2/+2
2007-10-10r20225: we can't use composite_error() in a _recv() function, as that wouldStefan Metzmacher1-1/+4
2007-10-10r20222: return status unsuccessful when null pointers are returnedRafal Szczesniak1-1/+3
2007-10-10r20205: remove unused varStefan Metzmacher1-2/+0
2007-10-10r20204: use symbolic constantStefan Metzmacher1-1/+1
2007-10-10r20182: make the composite api usage more consistant (only cosmetic change)Stefan Metzmacher1-0/+1
2007-10-10r20177: return the actual function status code.Rafal Szczesniak1-0/+2
2007-10-10r20166: we have a dom_sid_add_rid() function that adds the rid after allocatingStefan Metzmacher2-12/+10
2007-10-10r20162: Always return some error string.Rafal Szczesniak1-0/+3
2007-10-10r20161: Prevent potential segfault in case account is unknown.Rafal Szczesniak1-8/+12
2007-10-10r20142: only the DDNS updates are missing for the full libnet_BecomeDC(),Stefan Metzmacher1-1/+2
2007-10-10r20138: return the proper status for the other functions as well.Rafal Szczesniak1-3/+7
2007-10-10r20137: return the proper status.Rafal Szczesniak1-1/+4
2007-10-10r20113: Update the DRSUAPI CrackNames test to explore a few more cases, and inAndrew Bartlett2-4/+8
2007-10-10r20109: let libnet_BecomeDC() work against w2k serversStefan Metzmacher1-4/+19
2007-10-10r20105: remove useless commentsStefan Metzmacher1-2/+0
2007-10-10r20103: Change the returned type of prerequisite checking functions,Rafal Szczesniak2-43/+48
2007-10-10r20102: Do not reference remote_ldb before we initialise it. This should fixAndrew Bartlett1-8/+8
2007-10-10r20099: Add some comments, and correct others.Andrew Bartlett1-2/+4
2007-10-10r20095: make a complete copy of the binding stringStefan Metzmacher1-1/+7
2007-10-10r20088: implement DsReplicaUpdateRefs() calls for all partitionsStefan Metzmacher1-0/+111
2007-10-10r20086: pull domain partitionStefan Metzmacher1-2/+52
2007-10-10r20085: add _part to structure elementsStefan Metzmacher1-29/+29