summaryrefslogtreecommitdiffstats
path: root/source4/libnet/libnet_become_dc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove more global_loadparm instance.sJelmer Vernooij2008-02-211-1/+2
* Remove the forced 'krb5' from the NET-API-BECOME-DC test.Andrew Bartlett2008-02-091-2/+2
* Fix segfaults in codepaths only tested by the NET-API-BECOME-DC test.Andrew Bartlett2008-01-231-12/+13
* r26669: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-3/+3
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-12/+12
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-16/+16
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-16/+16
* r26328: remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-3/+3
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-1/+2
* r26277: Move loadparm context higher up the stack.Jelmer Vernooij2007-12-211-1/+2
* r26271: Remove some more uses of global_loadparm.Jelmer Vernooij2007-12-211-0/+1
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-34/+71
* r25803: Make our security descriptor acl manipulation methods more generic so...Günther Deschner2007-12-211-1/+1
* r25607: Allow to set security descriptor type flags at creation time withGünther Deschner2007-12-211-0/+1
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-1/+1
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-1/+1
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-9/+9
* r21839: add my email addressStefan Metzmacher2007-10-101-1/+1
* r21821: move comment about the becoming a dc to the code which implements itStefan Metzmacher2007-10-101-0/+643
* r21820: move function, so that all are in top-down order as they get calledStefan Metzmacher2007-10-101-23/+25
* r21538: this looks better...Stefan Metzmacher2007-10-101-1/+1
* r21516: - use the same assoc_group_id, for all 3 drsuapi connectionStefan Metzmacher2007-10-101-4/+21
* r21295: pass down the gensec session key to the store_chunk hookStefan Metzmacher2007-10-101-3/+10
* r21293: store the gensec session key for each drsuapi connectionStefan Metzmacher2007-10-101-0/+14
* r21292: add become_dc:print = yes option to dump out the drsuapi trafficStefan Metzmacher2007-10-101-3/+74
* r20714: we can use talloc_asprintf_append() again, because strupper_talloc()Stefan Metzmacher2007-10-101-6/+5
* r20708: fix crash bug! we can't use stack memory for async requests...Stefan Metzmacher2007-10-101-4/+7
* r20676: Add ref pointer to fix warning.Jelmer Vernooij2007-10-101-6/+8
* r20570: use talloc_asprintf() instead of talloc_asprintf_append()Stefan Metzmacher2007-10-101-3/+4
* r20504: we handle the attribute values always as DATA_BLOB's andStefan Metzmacher2007-10-101-70/+70
* r20484: get rid of the special case for DN stringsStefan Metzmacher2007-10-101-53/+100
* r20476: get rid of extra case for uint32 valuesStefan Metzmacher2007-10-101-27/+36
* r20475: remove special case for GUID valuesStefan Metzmacher2007-10-101-10/+15
* r20418: start to get step by step rid of the union for the attributeStefan Metzmacher2007-10-101-7/+15
* r20293: implement store chunk hook for libnet_BecomeDC()Stefan Metzmacher2007-10-101-55/+29
* r20292: set ntds_dn_str if DsAddEntry() was successfulStefan Metzmacher2007-10-101-0/+4
* r20291: implement prepare_db hook of libnet_BecomeDC()Stefan Metzmacher2007-10-101-1/+7
* r20285: pass more info to check_options hook and move behavior versions etc.Stefan Metzmacher2007-10-101-59/+20
* r20283: pass in callbacks to libnet_BecomeDC() from the callerStefan Metzmacher2007-10-101-15/+6
* r20282: prepare callback infrastructure to check if the forest/domainStefan Metzmacher2007-10-101-0/+46
* r20251: I found out that the oid-prefix to uint32-id-prefix mapping is transf...Stefan Metzmacher2007-10-101-2/+2
* r20204: use symbolic constantStefan Metzmacher2007-10-101-1/+1
* r20142: only the DDNS updates are missing for the full libnet_BecomeDC(),Stefan Metzmacher2007-10-101-1/+2
* r20109: let libnet_BecomeDC() work against w2k serversStefan Metzmacher2007-10-101-4/+19