summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* test samba-tool group listmembers: test listing contacts as group membersBjörn Baumbach2021-04-261-0/+9
* Fix sigsegv in check_stream in smbtorture smb2.streams.ioGordon Ross2021-04-221-15/+28
* python: Test s3 net join and leaveDavid Mulder2021-04-211-0/+3
* heimdal_build: avoid cflags='-DSOCKET_WRAPPER_DISABLE=1 -D_SAMBA_HOSTCC_'Stefan Metzmacher2021-04-201-3/+0
* heimdal_build: Do not use LMDB in Heimdal even if we have it in SambaAndrew Bartlett2021-04-201-0/+3
* heimdal_build: use TO_LIST from wafsamba.samba_utilsStefan Metzmacher2021-04-201-16/+8
* torture: Move sddl tests to pythonVolker Lendecke2021-04-194-109/+9
* librpc: Add py_descriptor_richcmp() equality functionVolker Lendecke2021-04-191-0/+37
* librpc: Use GUID_buf_string() in python wrappersVolker Lendecke2021-04-191-12/+15
* py_security: Avoid casts in py_random_sid()Volker Lendecke2021-04-191-4/+6
* dsdb: Slightly tune get_new_descriptor()Volker Lendecke2021-04-191-3/+7
* auth4: Remove unused auth_unixAndrew Bartlett2021-04-192-810/+0
* auth4: Remove sync check_password from auth_operationsVolker Lendecke2021-04-162-44/+4
* auth4: Make auth_sam pseudo-asyncVolker Lendecke2021-04-161-2/+67
* auth4: Make auth_unix pseudo-asyncVolker Lendecke2021-04-161-26/+59
* auth4: Make auth_developer pseudo-asyncVolker Lendecke2021-04-162-2/+61
* auth4: Make auth_anonymous pseudo-asyncVolker Lendecke2021-04-162-10/+58
* waf: Check correctly if gnutls has been compiled with fips mode supportAndreas Schneider2021-04-131-3/+3
* s4:client:tests: create temporary files under $PREFIX/SELFTEST_TMPDIRStefan Metzmacher2021-04-132-23/+25
* tests python krb5: MS-KILE client principal look-upGary Lockyer2021-04-121-0/+3
* s4:torture: Use cli_credentials_init_server()Andreas Schneider2021-04-091-6/+2
* s4:rpc_server: Use cli_credentials_init_server()Andreas Schneider2021-04-091-9/+3
* s4:ntvfs: Use cli_credentials_init_server()Andreas Schneider2021-04-091-7/+4
* s4:ntvfs: Use cli_credentials_init_server()Andreas Schneider2021-04-091-7/+4
* s4:ldap_server: Use cli_credentials_init_server()Andreas Schneider2021-04-091-8/+1
* py/provision/sambadns: rename CNameRecord -> CNAMERecordDouglas Bagnall2021-04-081-2/+2
* torture: add another smbtorture compound SMB2 requests test "related9"Ralph Boehme2021-04-081-0/+101
* torture: add smbtorture compound SMB2 requests test "related8"Ralph Boehme2021-04-081-0/+122
* torture: add smbtorture testcase "related7" for failure in compound related c...Anubhav Rakshit2021-04-081-0/+123
* torture: smbtorture test case to verify Compound related handlingAnubhav Rakshit2021-04-081-0/+119
* torture: Add couple of compound related test cases to verify that server shou...Anubhav Rakshit2021-04-081-0/+176
* cracknames: Allow auto-conversion from an extended canonical nameJoseph Sutton2021-04-071-0/+2
* cracknames: Add support for SID string formatJoseph Sutton2021-04-073-6/+31
* selftest: Test RPC handles and association groups from different connectionSamuel Cabrero2021-04-071-0/+126
* s4:dsdb/password_hash: Add a more useful error message for passwords too long...Joseph Sutton2021-04-071-4/+11
* s4:dsdb/password_hash: Add additional check for crypt() and crypt_r() failureJoseph Sutton2021-04-071-1/+6
* provision: Decrease the length of random machine passwordsJoseph Sutton2021-04-072-2/+2
* s4:dsdb/password_hash: Don't generate crypt() password for krbtgt accountJoseph Sutton2021-04-071-1/+6
* provision tests: Add test for the CryptSHA256 and CryptSHA512 password hashin...Joseph Sutton2021-04-071-0/+1
* librpc: Remove the gensec dependency from library dcerpc-bindingVolker Lendecke2021-04-062-1/+21
* rpc: Give dcerpc_util.c its own headerVolker Lendecke2021-04-062-0/+2
* tstream_npa: Return named_pipe_auth_req_info4 from accept_existingVolker Lendecke2021-04-011-0/+1
* s4: torture. Add smb2.lease.rename_wait test to reproduce regression in delay...Jeremy Allison2021-03-311-0/+144
* rpc/idl dnsserver s/DNS_RPC_DATA/DNS_RPC_RECORD_DATA/Douglas Bagnall2021-03-301-1/+1
* librpc/idl: dnsp tombstone timestamp name matches MS-DNSPDouglas Bagnall2021-03-293-7/+7
* dsdb/dns scavange: make a helper function staticDouglas Bagnall2021-03-292-9/+4
* dsdb/scavange dns: reserve NTTIME type for NTTIME valuesDouglas Bagnall2021-03-292-9/+9
* dns: use unix_to_dns_timestamp almost everywhereDouglas Bagnall2021-03-294-18/+6
* pydns: expose dns timestamp utils to python, and testDouglas Bagnall2021-03-292-0/+50
* dns: add common dns_timestamp util functionsDouglas Bagnall2021-03-292-0/+95