summaryrefslogtreecommitdiff
path: root/source4/libnet
AgeCommit message (Expand)AuthorFilesLines
2023-08-14s4:libnet: Fix code spellingAndreas Schneider3-3/+3
2023-08-08s4:libnet: Add missing newlines to logging messagesJoseph Sutton1-3/+3
2023-06-30crypto: Rely on GnuTLS 3.6.13 and gnutls_pbkdf2()Andrew Bartlett1-4/+0
2023-04-03s4:libnet: cleanup py_net_time()Dmitry Antipov1-4/+9
2023-03-31librpc/ndr: Unimplement DRSUAPI_COMPRESSION_TYPE_XPRESS and renameAndrew Bartlett1-1/+1
2022-12-14s4:libnet: correctly handle gnutls_pbkdf2() errorsStefan Metzmacher1-1/+4
2022-12-14s4:libnet: fix error string for failing samr_ChangePasswordUser4()Stefan Metzmacher1-1/+1
2022-12-13CVE-2022-37966 s4:libnet: allow python bindings to force setting an nthash vi...Stefan Metzmacher1-3/+15
2022-12-13CVE-2022-37966 s4:libnet: add support LIBNET_SET_PASSWORD_SAMR_HANDLE_18 to s...Stefan Metzmacher2-0/+80
2022-12-13CVE-2022-37966 s4:libnet: initialize libnet_SetPassword() arguments explicitl...Stefan Metzmacher2-2/+4
2022-10-27lib/krb5_wrap: remove unused keep_old_entries argument from smb_krb5_kt_add_e...Stefan Metzmacher1-2/+1
2022-10-25s4:libnet: If we successfully changed the password we are doneAndreas Schneider1-14/+18
2022-10-25s3:rpcclient: Pass salt down to init_samr_CryptPasswordAES()Andreas Schneider1-6/+7
2022-07-28s4:libnet: Add support for samr_ChangePasswordUser4()Andreas Schneider2-0/+117
2022-07-28s4:libnet: Move code using RC4 into its own functionAndreas Schneider1-86/+123
2022-07-28s4:libnet: Remove unused code in libnet_ChangePassword_samr()Andreas Schneider1-50/+0
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