summaryrefslogtreecommitdiff
path: root/source4/libnet
AgeCommit message (Expand)AuthorFilesLines
2019-07-04s4/libnet: Fix joining a Windows pre-2008R2 DCTim Beale1-0/+9
2019-06-27lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett2-2/+2
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-1/+1
2019-06-24s3:libnet: Use gnutls_error_to_ntstatus() in libnet_passwdAndreas Schneider1-6/+7
2019-05-21s4:libnet: Use GnuTLS MD5 for samr passwordsAndreas Schneider1-13/+64
2019-05-16s4: squash 'cast between incompatible function types' warningNoel Power2-12/+75
2019-05-06libnet: Remove unused source4/libnet/libnet_sam{dump,sync}:Andrew Bartlett4-530/+1
2019-05-06libnet: Remove unused source4/libnet/libnet_samsync_ldb.cAndrew Bartlett3-1301/+1
2019-04-08libnet vampire: NULL access bug fixGarming Sam1-1/+6
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