summaryrefslogtreecommitdiff
path: root/source4/libnet
AgeCommit message (Expand)AuthorFilesLines
2022-03-24s4:libnet: avoid using sdb_entry_ex and use sdb_entry directlyStefan Metzmacher1-12/+12
2022-03-24s4:kdc: samba_kdc_{first,next}key() only need sdb_entryStefan Metzmacher1-2/+2
2022-03-24s4:kdc: samba_kdc_fetch() only needs sdb_entryStefan Metzmacher1-1/+1
2022-03-24s4:libnet: ask for SDB_F_ADMIN_DATA in order to create a keytab entryStefan Metzmacher1-1/+2
2022-03-24s4:libnet: sdb_free_entry() already clears everythingStefan Metzmacher1-9/+1
2022-01-26s4:libnet: Fix uninitialized value "seq_num"Pavel Filipenský1-1/+1
2022-01-26s4:libnet: Fix trailing whitespace in libnet_vampire.cPavel Filipenský1-10/+10
2021-08-03s4:libnet: Allow libnet_SetPassword() for encrypted SMB connectionsAndreas Schneider1-11/+40
2021-08-03s4:libnet: Remove trailing whitespacesAndreas Schneider1-12/+12
2021-04-07provision: Decrease the length of random machine passwordsJoseph Sutton1-1/+1
2021-03-11s4:libnet_rpc: avoid reusing the assoc_group_id of the lsa connectionStefan Metzmacher1-0/+6
2020-11-06s4:libnet:py_net - free event context in dealloc fnAndrew Walker1-1/+1
2019-12-10smbdes: convert E_old_pw_hash to use gnutlsIsaac Boukris1-5/+25
2019-07-26s4:libnet: Use GnuTLS RC4 in libnet_ChangePassword_samr()Andreas Schneider1-6/+104
2019-07-26s4:libnet: Use GnuTLS RC4 in libnet_SetPassword_samr_handle_23()Andreas Schneider1-1/+28
2019-07-26s4:libnet: Use GnuTLS RC4 in libnet_SetPassword_samr_handle_24()Andreas Schneider1-1/+28
2019-07-26s4:libnet: Use encode_rc4_passwd_buffer() in libnet_SetPassword_samr_handle_25()Andreas Schneider1-34/+9
2019-07-26s4:libnet: Use encode_rc4_passwd_buffer() in libnet_SetPassword_samr_handle_26()Andreas Schneider1-36/+11
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