summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2023-12-11s4:librpc: Fix code spellingJoseph Sutton1-1/+1
2023-12-08selftest: Remove unused importJoseph Sutton1-1/+1
2023-12-08Revert "s4:torture: Increase multichannel timeout"Joseph Sutton1-1/+1
2023-12-08s4:ntvfs: Remove trailing whitespaceJoseph Sutton1-15/+15
2023-12-08pymessaging: Remove trailing whitespaceJoseph Sutton1-6/+6
2023-12-08s4:kdc: Remove unused includesJoseph Sutton1-4/+0
2023-12-08s4:include: Fix code spellingJoseph Sutton1-1/+1
2023-12-08s4:include: Remove trailing whitespaceJoseph Sutton1-4/+4
2023-12-08s4:dsdb: Fix code spellingJoseph Sutton3-4/+4
2023-12-08s4:dsdb: Remove trailing whitespaceJoseph Sutton2-9/+9
2023-12-08s4:dsdb: Use portable integer constant INT64_MAXJoseph Sutton1-5/+5
2023-12-08s4:dsdb: Use portable integer constant INT64_MAXJoseph Sutton1-10/+10
2023-12-08s4:dsdb: Use portable integer constant INT64_MINJoseph Sutton1-3/+3
2023-12-08s4:dsdb: Remove unused includesJoseph Sutton1-3/+0
2023-12-08s4:dsdb: Remove trailing whitespaceJoseph Sutton1-6/+6
2023-12-08s4:auth: Fix code spellingJoseph Sutton1-1/+1
2023-12-08gkdi.idl: Add definitions for the Group Key Distribution ServiceJoseph Sutton1-0/+7
2023-11-30python: move HRES_SEC_* constants to samba moduleRob van der Linde2-5/+2
2023-11-30python: tests: make HRES_SEC_E_* constant an intRob van der Linde1-2/+2
2023-11-30python: PEP275: docstrings should always use double quotesRob van der Linde1-6/+6
2023-11-30s4:utils: Use correct enumeration constantJoseph Sutton1-1/+1
2023-11-30s4:utils: Remove trailing whitespaceJoseph Sutton1-2/+2
2023-11-30s4:libcli: Call correct function to get HMAC output lengthJoseph Sutton1-2/+2
2023-11-30s4:libcli: Remove trailing whitespaceJoseph Sutton1-8/+8
2023-11-29selftest: Run samba.tests.gensec in an enviroment build also with MIT Krb5Andrew Bartlett1-1/+5
2023-11-29s4-auth/kerberos: Use FAST credentials for armor if specified in cli_credentialsAndrew Bartlett2-0/+48
2023-11-23Claims initial black box testsRob van der Linde1-0/+2
2023-11-22selftest: move planoldpythontestsuite up so it can be used by blackbox testsRob van der Linde1-20/+21
2023-11-21lsa4: Fix Coverity ID 1499410Volker Lendecke1-4/+5
2023-11-21samr4: Fix Coverity ID 1499378Volker Lendecke1-2/+2
2023-11-21s4:torture: Implement lsa_OpenPolicy3 testsAndreas Schneider1-0/+176
2023-11-21s4:rpc_server: Implement dcesrv_lsa_OpenPolicy3()Andreas Schneider1-2/+53
2023-11-21s4:torture: Adapt LSA tests for newer Windows versionsAndreas Schneider1-3/+6
2023-11-21lsa.idl: Backport changes from wiresharkStefan Metzmacher1-1/+2
2023-11-21lsa.idl: Add new functions and typesStefan Metzmacher2-0/+524
2023-11-21s4:rpc_server: Remove trailing white spaces from lsa_init.cAndreas Schneider1-20/+20
2023-11-20python:tests: Add ndrdump test for GMSA Managed Password blobsJoseph Sutton1-0/+28
2023-11-20librpc: Add NDR test for GMSA Managed Password blobsJoseph Sutton1-0/+2
2023-11-20gmsa.idl: Add definition for MANAGEDPASSWORD_BLOBJoseph Sutton1-0/+7
2023-11-20s4:librpc: Produce more helpful error message when bytes length is oddJoseph Sutton1-0/+4
2023-11-20Use python.h from libreplaceAndreas Schneider24-24/+24
2023-11-20s4-winreg: fix dcesrv_winreg_EnumValue behaviorGünther Deschner1-3/+5
2023-11-20s4-torture: add test to check for Windows behavior of EnumValue callGünther Deschner1-0/+90
2023-11-20s4/server.c: move some log messages from ERR to NOTICEBjörn Jacke1-2/+2
2023-11-20logging: use DBG_STARTUP_NOTICE for startup messageBjörn Jacke1-4/+3
2023-11-20lib/util: move copyright define to copyright.hBjörn Jacke1-0/+3
2023-11-16s4:librpc: Add functions converting between bytes and UTF‐16 stringsJoseph Sutton2-0/+49
2023-11-16s4:librpc: Remove trailing whitespaceJoseph Sutton1-2/+2
2023-11-16s4-scripting: Remove repl_cleartext_pwd.pyAndrew Bartlett1-413/+0
2023-11-16s4-scripting/devel: Fix str() vs bytes() issue in repl_cleartext_pwd.pyAndrew Bartlett1-3/+4