summaryrefslogtreecommitdiff
path: root/source4/libnet
AgeCommit message (Expand)AuthorFilesLines
2017-09-14debug: Add new debug class "drs_repl" for DRS replication processingAndrew Bartlett1-0/+3
2017-07-24py3: Make sure to specify METH_VARARGS together with METH_KEYWORDSAlexander Bokovoy1-1/+1
2017-05-25libnet join: Fix error handling on provision_store_self_join failureGary Lockyer1-1/+8
2017-05-25pynet: Add a hook to decrypt one attributeAndrew Bartlett1-0/+74
2017-05-23dsdb: Do not write the @INDEXLIST or @ATTRIBUTES records during schema refreshAndrew Bartlett1-1/+1
2017-03-29python net: add username, oldpassword and domain to change_passwordGary Lockyer1-7/+19
2017-03-10waf: disable-python - don't build samba-netIan Stakenvicius1-1/+2
2017-03-10python: Port the samba.net module to Python 3Petr Viktorin2-17/+27
2017-02-25py_net: make use of pytalloc_GenericObject_steal()Stefan Metzmacher1-3/+2
2017-02-23samba-tool drs replicate: Add --single-objectAndrew Bartlett1-3/+3
2017-02-21s4:libnet: make use of generate_random_machine_password()Stefan Metzmacher1-1/+1
2017-02-08s4:libnet: s/highestCommitedUSN/highestCommittedUSNStefan Metzmacher1-1/+1
2016-11-04python-libnet: Use new NTSTATUSError, WERRORError and DsExtendedError exceptionsAndrew Bartlett1-14/+102
2016-11-04dsdb: Catch errors in extended operations (like allocating a RID Set)Andrew Bartlett1-2/+19
2016-11-04dsdb: Rework DSDB code to use WERRORAndrew Bartlett4-70/+89
2016-08-31krb5_wrap: Rename smb_krb5_open_keytab_relative()Andreas Schneider1-4/+4
2016-08-11s4:dsdb/repl: set working_schema->resolving_in_progress during schema creationStefan Metzmacher1-0/+5
2016-08-11s4:dsdb/repl: Improve memory handling in replicated schema codeAndrew Bartlett1-1/+1
2016-07-28valgrind: Avoid a warning about uninitialized memoryGarming Sam1-1/+1
2016-06-28libnet: Fix CID 1362934: CHECKED_RETURNVolker Lendecke1-1/+6
2016-06-06samba-tool domain join: Set drsuapi.DRSUAPI_DRS_GET_ANC during initial replAndrew Bartlett1-4/+7
2016-06-06repl: Pass in the full partition DN to dsdb_replicated_objects_convert()Andrew Bartlett1-2/+26
2016-04-25s4:libnet: fix 'Syscall param writev(vector[...])' valgrind errorNoel Power1-0/+1
2016-04-25s4/libnet: fix exporting to keytab by SPNRalph Boehme1-16/+23
2016-03-24s4-libnet: Link dckeytab.so correctly when is AD DC enabledAndreas Schneider2-3/+2
2016-03-23s4-libnet: only build python-dckeytab module for Heimdal in AD DC modeAlexander Bokovoy1-1/+1
2016-03-15build: mark explicit dependencies on pytalloc-utilGarming Sam1-1/+1
2016-03-10s4-libnet: Implement export_keytab without HDBAndreas Schneider1-33/+159
2015-10-26repl: Use DSDB_REPL_FLAG_PRIORITISE_INCOMING in samba-tool drs replicate --localAndrew Bartlett1-0/+4
2015-10-26repl: Give an error if we get a secret when not expecting oneAndrew Bartlett1-1/+6
2015-10-26samba-tool: Remove vampire subcommand and now unused libnet_Vampire()Andrew Bartlett2-341/+0
2015-07-07s4:libnet: make use of dcerpc_secondary_auth_connection_send/recv()Stefan Metzmacher2-13/+7
2015-03-20s4-libnet: only build python_dckeytab when heimdal is available.Günther Deschner1-1/+1
2015-03-12s4:py_net: make domain and address fully optional to py_net_finddcStefan Metzmacher1-1/+1
2015-03-03Fix the O3 developer buildVolker Lendecke1-1/+1
2014-10-24s4-libnet: make it possible to join "off-site".Günther Deschner1-1/+2
2014-10-14py_net: Fix typo in change_password docstring, and indentation inJelmer Vernooij1-4/+2
2014-09-23s4:librpc: use authenticated epmapping for ncacn_httpStefan Metzmacher1-2/+8
2014-07-07Order switch statementsSamuel Cabrero2-18/+18
2014-07-07idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfoSamuel Cabrero2-2/+48
2014-06-11dsdb: Do not store a struct ldb_dn in struct schema_dataAndrew Bartlett1-5/+0
2014-05-05Fix an empty if statement.Jose A. Rivera1-1/+1
2014-04-28kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett1-1/+1
2014-03-05Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam1-3/+12
2014-02-13s4:libnet: add const to libnet_JoinDomain->out.samr_bindingStefan Metzmacher2-2/+1
2014-02-13s4:libnet: use helper functions to access dcerpc_binding->target_hostnameStefan Metzmacher4-13/+10
2014-02-13s4:libnet: make use of dcerpc_binding_get_string_option("host")Stefan Metzmacher2-2/+5
2014-02-13s4:libnet: make use of dcerpc_binding_set_flags()Stefan Metzmacher3-7/+24
2014-02-13s4:libnet: make use of dcerpc_binding_[g|s]et_*() in libnet_join.cStefan Metzmacher1-4/+29
2014-02-13s4:libnet: use 'const struct dcerpc_binding' for local readonly variablesStefan Metzmacher1-1/+1