summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-23lib:ldb: Fix trailing whitespaces in common/attrib_handlers.cAndreas Schneider1-16/+16
2022-12-22smbd: Make send_trans2_replies() staticVolker Lendecke2-16/+8
2022-12-22smbd: Hide the SMB1 posix symlink behaviour behind UCF_LCOMP_LNK_OKVolker Lendecke2-1/+9
2022-12-22smbd: Simplify filename_convert_dirfsp_nosymlink()Volker Lendecke1-10/+2
2022-12-22smbd: Simplify filename_convert_dirfsp_nosymlink()Volker Lendecke1-35/+38
2022-12-22smbd: Reduce indentation in ucf_flags_from_smb_request()Volker Lendecke1-10/+12
2022-12-22smbd: Implement SET_REPARSE_POINT buffer size checksVolker Lendecke2-3/+39
2022-12-22smbd: Rename "ctx" to the more common "mem_ctx" in reparse functionsVolker Lendecke2-6/+6
2022-12-22smbd: Print the file name in reparse point functionsVolker Lendecke1-3/+3
2022-12-22lib/compression: add simple python bindingsDouglas Bagnall4-0/+522
2022-12-22s3:client: Fix a use-after-free issue in smbclientAndreas Schneider1-2/+3
2022-12-22s3:script: Improve test_chdir_cache.shAndreas Schneider1-4/+8
2022-12-22autobuild: Don't use deprecated distutilsAndreas Schneider1-2/+6
2022-12-21third_party: Update resolv_wrapper to version 1.1.8Andreas Schneider3-3/+5
2022-12-21CI: add a test for wbinfo --change-secret-at=DCRalph Boehme2-0/+35
2022-12-21CI: join ad_member_s3_join to vampire_dcRalph Boehme1-1/+1
2022-12-21wbinfo: Add --change-secret-at=dcnameRalph Boehme3-1/+66
2022-12-21libwbclient: add wbc[Ctx]ChangeTrustCredentialsAt()Ralph Boehme4-4/+197
2022-12-21winbindd: add dcname arg to ChangeMachineAccount requestRalph Boehme3-4/+31
2022-12-21winbindd: Add force_dc to bypass cached connection and DC lookupRalph Boehme2-1/+10
2022-12-21winbindd: More simplification of cm_open_connection()Ralph Boehme1-75/+101
2022-12-21winbindd: simplify cm_open_connection()Ralph Boehme1-8/+6
2022-12-21winbindd: simplify find_new_dc()Ralph Boehme1-17/+14
2022-12-21winbindd: do an early exit in cm_open_connection()Ralph Boehme1-29/+29
2022-12-21gp: Don't hide managed/recommended directoriesDavid Mulder1-14/+14
2022-12-21gp: Ensure rsop is tested for every CSEDavid Mulder1-4/+101
2022-12-21gp: Fix rsop when final value isn't a strDavid Mulder1-1/+6
2022-12-21gp: Enable gpupdate output when testingDavid Mulder1-0/+1
2022-12-21gp: Ensure policy changes don't leave files behindDavid Mulder1-3/+30
2022-12-21gp: Re-create files if manually removedDavid Mulder2-2/+2
2022-12-21gp: Test that files are re-created if manually removedDavid Mulder2-2/+13
2022-12-21gp: Modify Chromium CSE to use new files applierDavid Mulder2-2170/+68
2022-12-21gp: Modify Cert Auto Enroll CSE to use new applierDavid Mulder1-41/+73
2022-12-21gp: Modify Centrify Crontab compatible CSE to use new files applierDavid Mulder1-17/+21
2022-12-21gp: Modify Startup Scripts CSE to use new files applierDavid Mulder1-24/+29
2022-12-21gp: Modify GNOME Settings CSE to use new files applierDavid Mulder1-106/+70
2022-12-21gp: Modify Machine Scripts CSE to use new files applierDavid Mulder2-22/+33
2022-12-21gp: Modify Files CSE to use new files applierDavid Mulder1-26/+28
2022-12-21gp: Modify Sudoers CSEs to use new files applierDavid Mulder3-102/+69
2022-12-21gp: Modify OpenSSH CSE to use new files applierDavid Mulder1-23/+25
2022-12-21gp: Modify PAM Access CSE to use new files applierDavid Mulder1-25/+23
2022-12-21gp: Modify Symlink CSE to use new files applierDavid Mulder1-13/+15
2022-12-21gp: Implement appliers for monitoring policy changesDavid Mulder1-0/+204
2022-12-20s3:params:lp_do_section - protect against NULL derefAndrew Walker1-1/+1
2022-12-20s4:torture: Fix stack variable used out of scope in test_devicemode_full()Andreas Schneider1-123/+125
2022-12-20s4:torture: Pass the dcerpc struct 's' for SetPrinter down to the macroAndreas Schneider1-107/+107
2022-12-20s4:torture: Pass the dcerpc struct 'q' for GetPrinter down to the macroAndreas Schneider1-110/+110
2022-12-20s4:torture: Fix stack variable used out of scope in test_devmode_set_level()Andreas Schneider1-2/+1
2022-12-20tests: add a Python test for case insensitive accessRalph Boehme1-0/+52
2022-12-19compression/huffman: debug function bails upon disaster (CID 1517261)Douglas Bagnall1-0/+5