summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* auth/credentials: Add test for binding with a canonical nameJoseph Sutton2021-04-071-0/+9
* cracknames: Add support for SID string formatJoseph Sutton2021-04-074-7/+31
* auth/credentials: Add test for binding with a domain SIDJoseph Sutton2021-04-072-1/+15
* dcesrv_core: fix buildBernd Kuhls2021-04-071-10/+1
* s3: rpc_server: Store new association groups in the id treeSamuel Cabrero2021-04-073-8/+30
* s3: rpc_server: Search for already created association groupsSamuel Cabrero2021-04-071-4/+48
* selftest: Test RPC handles and association groups from different connectionSamuel Cabrero2021-04-072-0/+127
* s4:dsdb/password_hash: Add a more useful error message for passwords too long...Joseph Sutton2021-04-071-4/+11
* provision tests: Add a test for hashing overly long passwordsJoseph Sutton2021-04-071-0/+4
* 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-075-5/+5
* s4:dsdb/password_hash: Don't generate crypt() password for krbtgt accountJoseph Sutton2021-04-072-2/+6
* provision tests: Add test for the CryptSHA256 and CryptSHA512 password hashin...Joseph Sutton2021-04-073-0/+65
* ldb/attrib_handler casefold: simplify space droppingDouglas Bagnall2021-04-072-28/+27
* ldb: fix ldb_comparison_fold off-by-one overrunDouglas Bagnall2021-04-071-2/+2
* build: Only add -Wl,--as-needed when supportedMartin Schwenke2021-04-071-2/+2
* librpc: Remove the gensec dependency from library dcerpc-bindingVolker Lendecke2021-04-0610-490/+613
* rpc: Give dcerpc_util.c its own headerVolker Lendecke2021-04-0612-74/+113
* gensec: Remove gensec_security_all(), it was only used internallyVolker Lendecke2021-04-062-9/+2
* winbindd: Remove unused codeVolker Lendecke2021-04-062-247/+0
* winbindd: Use samr in sam_rids_to_names() instead of lsaVolker Lendecke2021-04-061-33/+121
* winbindd: Make sam_sid_to_name use samr instead of lsaVolker Lendecke2021-04-061-40/+132
* winbindd: Use samr instead of lsa in sam_name_to_sid()Volker Lendecke2021-04-061-18/+35
* winbindd: Avoid deadlock in sam_name_to_sid()Volker Lendecke2021-04-061-6/+65
* rpc_server: tstream_npa_connect_recv() returns errno into sys_errnoVolker Lendecke2021-04-061-1/+1
* oss-fuzz: Update build script to be compatible with rpm distrosSamuel Cabrero2021-04-061-1/+5
* smbd: reduce loglevel for failed openat_pathref_fsp() callsRalph Boehme2021-04-061-3/+3
* tstream: Add tstream_npa_existing_stream()Volker Lendecke2021-04-012-14/+32
* tstream_npa: Allow NULL output parametersVolker Lendecke2021-04-011-7/+19
* tstream_npa: Return named_pipe_auth_req_info4 from accept_existingVolker Lendecke2021-04-015-21/+86
* tstream_npa: Keep "named_pipe_auth_req" around in tstream_npa_accept_existing...Volker Lendecke2021-04-011-13/+9
* wbinfo: Allow SID for -RVolker Lendecke2021-04-011-10/+15
* dynconfig: Introduce and expose SAMBA_LIBEXECDIRVolker Lendecke2021-04-013-0/+9
* srv_winreg: Align integer typesVolker Lendecke2021-04-011-1/+1
* printing: Align integer typesVolker Lendecke2021-04-011-14/+7
* smbd: Factor out a bool expr into a descriptive variableVolker Lendecke2021-04-011-4/+6
* test: Add a test for background_job_send crashVolker Lendecke2021-04-013-0/+95
* lib: Fix rundown of jobs sent with background_job_send()Volker Lendecke2021-04-011-18/+18
* lib: Add required includes to source3/lib/background.hVolker Lendecke2021-04-011-0/+6
* asn1: Remove unused function asn1_check_enumerated()Joseph Sutton2021-04-012-15/+0
* selftest: Allow to set the 'log level' for clientsAndreas Schneider2021-03-311-1/+2
* rpc_server3: Fix a memleak for internal pipesVolker Lendecke2021-03-311-1/+1
* spools: avoid leaking memory into the callers mem_ctxRalph Boehme2021-03-311-2/+4
* pidl: set the per-request memory context in the pidl generatorRalph Boehme2021-03-312-6/+2
* s3: smbd: fix deferred renamesRalph Boehme2021-03-312-1/+1
* s4: torture. Add smb2.lease.rename_wait test to reproduce regression in delay...Jeremy Allison2021-03-312-0/+145
* s3: smbd: Fix SMB_VFS_FGET_NT_ACL/SMB_VFS_FSET_NT_ACL on stream handles.Jeremy Allison2021-03-302-3/+18
* s3: torture: Add a test for setting and getting ACLs on stream handles (SMB2-...Jeremy Allison2021-03-305-0/+228
* ldb-samba: remove redundant negative checkDouglas Bagnall2021-03-301-1/+1
* ldb-samba: avoid VLA in dsdb match dns tombstoneDouglas Bagnall2021-03-301-1/+1