summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_become_dc.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-11libnet: Simplify becomeDCVolker Lendecke1-1/+1
2024-11-11libnet4: Use netlogon_pings() in become_dcVolker Lendecke1-23/+28
2024-11-11param: Remove parameter "cldap port"Volker Lendecke1-4/+2
2024-11-11cldap: Make cldap_netlogon.out.netlogon a pointerVolker Lendecke1-2/+2
2024-11-11libnet4: Call map_netlogon_samlogon_response directlyVolker Lendecke1-1/+2
2024-09-26s4:libnet: make use of dcerpc_binding_handle_get_binding()Stefan Metzmacher1-2/+6
2024-09-26s4:libnet: make use of dcerpc_binding_handle_auth_session_key() in libnet_bec...Stefan Metzmacher1-9/+12
2024-03-21s4:libnet: Fix code spellingJo Sutton1-5/+5
2023-03-31librpc/ndr: Unimplement DRSUAPI_COMPRESSION_TYPE_XPRESS and renameAndrew Bartlett1-1/+1
2017-07-28libnet: Initialize req_level in become_dc testsTim Beale1-1/+1
2017-02-08s4:libnet: s/highestCommitedUSN/highestCommittedUSNStefan Metzmacher1-1/+1
2016-11-04dsdb: Rework DSDB code to use WERRORAndrew Bartlett1-4/+4
2016-06-06samba-tool domain join: Set drsuapi.DRSUAPI_DRS_GET_ANC during initial replAndrew Bartlett1-4/+7
2014-07-07Order switch statementsSamuel Cabrero1-9/+9
2014-07-07idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfoSamuel Cabrero1-1/+24
2014-02-13s4:libnet: use helper functions to access dcerpc_binding->target_hostnameStefan Metzmacher1-3/+4
2014-02-13s4:libnet: make use of dcerpc_binding_set_flags()Stefan Metzmacher1-4/+16
2014-02-13s4:libnet_become_dc: make use of dcerpc_binding_[g|s]et_assoc_group_id()Stefan Metzmacher1-2/+8
2012-08-14s4-libnet: Prepare libnet_BecomeDC for samdb_reference_dn() returning an exte...Andrew Bartlett1-0/+1
2012-08-14s4-libnet: Improve debugging of libnet_BecomeDC LDAP errorsAndrew Bartlett1-0/+12
2012-04-23s4:libnet_become_dc: add missing 'return' after composite_error()Stefan Metzmacher1-0/+2
2011-12-19s4-becomedc: replicate first with DRS_CRITICAL_ONLY and DRS_GET_ANC objects f...Matthieu Patou1-0/+13
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-08-25s4-libnet: fixed forest DNS nameAndrew Tridgell1-1/+1
2011-08-12s4:libnet: passdown the DsGetNCChangesReq* to the libnet_BecomeDC_StoreChunk ...Stefan Metzmacher1-0/+25
2011-08-03gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett1-0/+3
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/+12
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-2/+2
2010-10-31idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID valuesKamen Mazdrashki1-12/+12
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-10/+10
2010-08-23s4-libnet: show the DN when DsAddEntry() failsAndrew Tridgell1-1/+2
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-5/+5
2010-06-23s4:provision Raise default max functional level to 2008R2Andrew Bartlett1-2/+2
2010-06-23libds:common Remove DS_DC_* domain functionality flagsAndrew Bartlett1-1/+1
2010-06-16s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher1-1/+1
2010-06-16s4:libnet Remove 'ads min function level' checks.Andrew Bartlett1-23/+0
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-25/+23
2010-04-27nbt: samlogon/netlogon structures - unify denominationsMatthias Dieter Wallnöfer1-1/+1
2010-04-27s4-libnet: cope with an empty client site name from CLDAPAndrew Tridgell1-0/+5
2010-04-27s4-vampire: show main CLDAP response attributes during vampireAndrew Tridgell1-0/+4
2010-04-22s4-libnet: fixed two compiler warningsAndrew Tridgell1-3/+2
2010-04-13Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"Matthias Dieter Wallnöfer1-2/+4
2010-04-12s4/libnet: handle errors returned for DsAddEntry_v3 properlyKamen Mazdrashki1-4/+3
2010-04-12s4/libnet: Add few new lines in the debug log so it is readable againKamen Mazdrashki1-14/+16
2010-04-12s4/libnet: Dump DRSUAPI_DIRERR_OK as unexpectedKamen Mazdrashki1-2/+1
2010-03-24s4/drs: Implement DsAddEntry V3 error handlingKamen Mazdrashki1-10/+67
2010-03-24s4/drs: Refactor error handling for DsAddEntry V3 repliesKamen Mazdrashki1-15/+43