summaryrefslogtreecommitdiff
path: root/source4/libnet
AgeCommit message (Expand)AuthorFilesLines
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-25/+24
2019-03-21build: Remove --extra-pythonAndrew Bartlett1-2/+0
2019-02-27libnet: Use dom_sid_str_bufVolker Lendecke1-13/+27
2019-02-21s4/param: Fix provision_get_schema leaking python objectNoel Power1-1/+1
2019-02-13Make sure results from GetAttrString are decref'ed where neededNoel Power1-2/+7
2019-02-07Cleanup references to module objects returned from PyImport_ImportModuleNoel Power1-3/+9
2019-02-01py_net: fix != None checkDouglas Bagnall1-1/+1
2019-01-13s4/libnet: use 'et' as format for ParseTuple with python2Noel Power1-1/+2
2019-01-08libnet4: Use dom_sid_str_bufVolker Lendecke3-21/+21
2018-11-30Fix spelling mistakesOlly Betts1-2/+2
2018-11-06libnet: Reset debug counters after replicating critical objectsTim Beale1-0/+6
2018-10-17libnet/drs: Update replication debug to report link progressTim Beale1-3/+6
2018-05-17FIXUP: Improve memory handling on py_net_change_passwordAndrew Bartlett1-2/+7
2018-05-17s4/libnet: Allow passwords containing non ascii characters to be passedNoel Power1-9/+14
2018-05-10samdb: Add remote address to connectGary Lockyer1-2/+3
2018-04-13s3/libnet/wscript: build samba-net lib for extra-python/py3Noel Power1-10/+15
2018-04-13wscript_build: make sure we link extra-python versions of librariesNoel Power1-1/+1
2018-03-23python3 port for dckeytab moduleNoel Power2-13/+25
2018-03-19bugfix memory leak. partition_dn is only used to search and compare and is no...Andrej Gessel1-2/+2
2018-03-03Replace NT_STATUS_HAVE_NO_MEMORY macroSwen Schillig1-2/+8
2018-03-02Minor cleanup of libnet_LookupName_recvSwen Schillig1-30/+39
2018-03-02Zero libnet_LookupName out struct before usingSwen Schillig1-4/+1
2018-02-24Minor cleanup to libnet_join_memberSwen Schillig1-27/+19
2018-02-01talloc_zero libnet_context on initSwen Schillig1-8/+2
2018-01-25Fix wrong condition for error string assignmentSwen Schillig1-2/+2
2018-01-25libnet: Use talloc_zero instead of ZERO_STRUCTPVolker Lendecke1-3/+3
2018-01-09libnet: Add NULL checks to py_net_finddcVolker Lendecke1-0/+10
2017-11-24schema: Make writing indices flag an enum for a new stateGarming Sam1-2/+2
2017-09-07debug: Add new debug class "drs_repl" for DRS replication processingAndrew Bartlett1-0/+3
2017-08-18replmd: Don't fail cycle if we get link for deleted object with GET_TGTTim Beale1-0/+4
2017-08-18drs: Fail replication transaction instead of dropping linksTim Beale1-0/+1
2017-07-28libnet: Initialize req_level in become_dc testsTim Beale1-1/+1
2017-07-14py3: 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