summaryrefslogtreecommitdiff
path: root/source4/libnet
Commit message (Expand)AuthorAgeFilesLines
* s4/libnet: Fix joining a Windows pre-2008R2 DCTim Beale2019-07-041-0/+9
* lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett2019-06-272-2/+2
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-1/+1
* s3:libnet: Use gnutls_error_to_ntstatus() in libnet_passwdAndreas Schneider2019-06-241-6/+7
* s4:libnet: Use GnuTLS MD5 for samr passwordsAndreas Schneider2019-05-211-13/+64
* s4: squash 'cast between incompatible function types' warningNoel Power2019-05-162-12/+75
* libnet: Remove unused source4/libnet/libnet_sam{dump,sync}:Andrew Bartlett2019-05-064-530/+1
* libnet: Remove unused source4/libnet/libnet_samsync_ldb.cAndrew Bartlett2019-05-063-1301/+1
* libnet vampire: NULL access bug fixGarming Sam2019-04-081-1/+6
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-25/+24
* build: Remove --extra-pythonAndrew Bartlett2019-03-211-2/+0
* libnet: Use dom_sid_str_bufVolker Lendecke2019-02-271-13/+27
* s4/param: Fix provision_get_schema leaking python objectNoel Power2019-02-211-1/+1
* Make sure results from GetAttrString are decref'ed where neededNoel Power2019-02-131-2/+7
* Cleanup references to module objects returned from PyImport_ImportModuleNoel Power2019-02-071-3/+9
* py_net: fix != None checkDouglas Bagnall2019-02-011-1/+1
* s4/libnet: use 'et' as format for ParseTuple with python2Noel Power2019-01-131-1/+2
* libnet4: Use dom_sid_str_bufVolker Lendecke2019-01-083-21/+21
* Fix spelling mistakesOlly Betts2018-11-301-2/+2
* libnet: Reset debug counters after replicating critical objectsTim Beale2018-11-061-0/+6
* libnet/drs: Update replication debug to report link progressTim Beale2018-10-171-3/+6
* FIXUP: Improve memory handling on py_net_change_passwordAndrew Bartlett2018-05-171-2/+7
* s4/libnet: Allow passwords containing non ascii characters to be passedNoel Power2018-05-171-9/+14
* samdb: Add remote address to connectGary Lockyer2018-05-101-2/+3
* s3/libnet/wscript: build samba-net lib for extra-python/py3Noel Power2018-04-131-10/+15
* wscript_build: make sure we link extra-python versions of librariesNoel Power2018-04-131-1/+1
* python3 port for dckeytab moduleNoel Power2018-03-232-13/+25
* bugfix memory leak. partition_dn is only used to search and compare and is no...Andrej Gessel2018-03-191-2/+2
* Replace NT_STATUS_HAVE_NO_MEMORY macroSwen Schillig2018-03-031-2/+8
* Minor cleanup of libnet_LookupName_recvSwen Schillig2018-03-021-30/+39
* Zero libnet_LookupName out struct before usingSwen Schillig2018-03-021-4/+1
* Minor cleanup to libnet_join_memberSwen Schillig2018-02-241-27/+19
* talloc_zero libnet_context on initSwen Schillig2018-02-011-8/+2
* Fix wrong condition for error string assignmentSwen Schillig2018-01-251-2/+2
* libnet: Use talloc_zero instead of ZERO_STRUCTPVolker Lendecke2018-01-251-3/+3
* libnet: Add NULL checks to py_net_finddcVolker Lendecke2018-01-091-0/+10
* schema: Make writing indices flag an enum for a new stateGarming Sam2017-11-241-2/+2
* debug: Add new debug class "drs_repl" for DRS replication processingAndrew Bartlett2017-09-071-0/+3
* replmd: Don't fail cycle if we get link for deleted object with GET_TGTTim Beale2017-08-181-0/+4
* drs: Fail replication transaction instead of dropping linksTim Beale2017-08-181-0/+1
* libnet: Initialize req_level in become_dc testsTim Beale2017-07-281-1/+1
* py3: Make sure to specify METH_VARARGS together with METH_KEYWORDSAlexander Bokovoy2017-07-141-1/+1
* libnet join: Fix error handling on provision_store_self_join failureGary Lockyer2017-05-251-1/+8
* pynet: Add a hook to decrypt one attributeAndrew Bartlett2017-05-251-0/+74
* dsdb: Do not write the @INDEXLIST or @ATTRIBUTES records during schema refreshAndrew Bartlett2017-05-231-1/+1
* python net: add username, oldpassword and domain to change_passwordGary Lockyer2017-03-291-7/+19
* waf: disable-python - don't build samba-netIan Stakenvicius2017-03-101-1/+2
* python: Port the samba.net module to Python 3Petr Viktorin2017-03-102-17/+27
* py_net: make use of pytalloc_GenericObject_steal()Stefan Metzmacher2017-02-251-3/+2
* samba-tool drs replicate: Add --single-objectAndrew Bartlett2017-02-231-3/+3