summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_unbecome_dc.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-10libcli/cldap: don't pass tevent_context to cldap_socket_init()Stefan Metzmacher1-2/+1
2011-10-10libcli/cldap: pass tevent_context to cldap_netlogon_send()Stefan Metzmacher1-1/+2
2011-06-20libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett1-1/+1
2011-04-04s4-libnet: honour convention of DEBUGLEVEL>=10 for NDR printAndrew Tridgell1-0/+4
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-2/+2
2010-10-16s4:dsdb - fix unsigned integer save problems using the "%u" specifierMatthias Dieter Wallnöfer1-2/+3
2010-10-15s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...Matthias Dieter Wallnöfer1-2/+2
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-1/+1
2010-06-16s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher1-1/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-3/+1
2010-04-27nbt: samlogon/netlogon structures - unify denominationsMatthias Dieter Wallnöfer1-1/+1
2010-03-12s4:libnet_unbecome_dc: make use of use tevent_req based dcerpc_binding_handle...Stefan Metzmacher1-14/+25
2010-03-10s4:libnet_become_dc - change counter variables to "unsigned" where they count...Matthias Dieter Wallnöfer1-1/+1
2010-03-10s4/drs: DsRemoveDSServer - Propagating IDL changes to source codeKamen Mazdrashki1-1/+1
2010-03-01s4:libnet: make use of explicit dcerpc_*_recv functionsStefan Metzmacher1-2/+2
2010-02-26s4:libnet: use a connected CLDAP socket.Stefan Metzmacher1-3/+15
2009-10-23s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell1-1/+1
2009-07-13libds: share UF_ flags between samba3 and 4.Günther Deschner1-1/+1
2009-03-19s4:cldap: rewrite the cldap library based on tsocketStefan Metzmacher1-11/+13
2009-02-02s4:cldap: s/private/private_dataStefan Metzmacher1-2/+2
2008-10-18s4-drsuapi: merge drsuapi_DsRemoveDSServer from s3 drsuapi idl.Günther Deschner1-4/+8
2008-10-02s4:drsuapi.idl: fix some fields in drsuapi_DsRemoveDSServer()Stefan Metzmacher1-6/+1
2008-10-02The IRIX compiler does not like embedded unnamed unionsVolker Lendecke1-1/+1
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce1-12/+7
2008-07-23drsuapi: always set the pid field of the outgoing DsBindInfo to 0.Michael Adam1-1/+1
2008-07-23libnet_unbecome_dc: teach unbecomeDC_drsuapi_bind_recv() DsBindInfo48.Michael Adam1-0/+9
2008-07-22Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam1-2/+2
2008-05-16Rework the CLDAP and NBT netlogon requests and responses.Andrew Bartlett1-10/+11
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-1/+1
2008-02-21Remove more global_loadparm instance.sJelmer Vernooij1-1/+2
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij1-3/+3
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij1-3/+3
2007-12-21r26328: remove more uses of global_loadparm.Jelmer Vernooij1-2/+2
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij1-1/+2
2007-12-21r26271: Remove some more uses of global_loadparm.Jelmer Vernooij1-0/+1
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+1
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+2
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison1-1/+1
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22944: fix bug #4618:Stefan Metzmacher1-2/+2
2007-10-10r21839: add my email addressStefan Metzmacher1-1/+1
2007-10-10r21827: move comments to the place where the functionality is implementedStefan Metzmacher1-0/+156
2007-10-10r21826: reorder functionsStefan Metzmacher1-23/+25
2007-10-10r20073: update the computer_dn_str after ldb_rename()Stefan Metzmacher1-1/+6
2007-10-10r20061: use a DsBindInfo28 structureStefan Metzmacher1-1/+32
2007-10-10r20045: implement the drsuapi_DsRemoveDSServer() callStefan Metzmacher1-1/+47
2007-10-10r20044: implement the drsuapi connect and ds_bindStefan Metzmacher1-0/+88
2007-10-10r20042: move the computer account to the CN=Computers container if neededStefan Metzmacher1-0/+54
2007-10-10r20041: when unbecoming a dc:Stefan Metzmacher1-0/+87