summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2022-10-25gpo: Test to ensure startup scripts don't crash w/out paramsDavid Mulder1-1/+48
2022-10-25python/samba/tests: fix samba.tests.auth_log_pass_change for later gnutlsNoel Power1-4/+16
2022-10-21python: Remove unused imports in auth_log testsJoseph Sutton2-2/+0
2022-10-21python: Fix invalid escape by using a raw stringJoseph Sutton1-1/+1
2022-10-21python: Use list comprehension in string_to_byte_array()Joseph Sutton1-6/+1
2022-10-21samba-tool: Fix double-word in samba-tool domain passwordsettingsJoseph Sutton1-1/+1
2022-10-21s4-join: Fix typos in recent GET_ANC patch setJoseph Sutton1-1/+1
2022-10-20tests/krb5: Add test requesting a TGT expiring post-2038Joseph Sutton1-2/+11
2022-10-20tests/krb5: Add test requesting a service ticket expiring post-2038Joseph Sutton1-0/+14
2022-10-05dbcheck: Fix truncation of warning messagesJoseph Sutton1-1/+1
2022-10-05pytest: samba-tool: Fix undefined escape sequenceJoseph Sutton1-1/+1
2022-10-05tests/krb5: Add create_ccache_with_ticket()Joseph Sutton1-11/+16
2022-10-05tests/krb5: Make use of client_opts for TGS-REQsJoseph Sutton1-49/+33
2022-10-05python: Handle LdbError thrown from functions operating on DNsJoseph Sutton7-29/+76
2022-10-05python/samba: Fix typos in error messagesJoseph Sutton2-4/+4
2022-10-04CVE-2007-4559 python: ensure sanity in our tarfilesDouglas Bagnall6-4/+116
2022-10-04samba-tool: Use authentication file to pass credentialsNikola Radovanovic2-0/+109
2022-10-04python-drs: Add client-side debug and fallback for GET_ANCAndrew Bartlett2-11/+90
2022-10-03python: whitespace fixesVolker Lendecke1-5/+4
2022-09-27samba-tool dsacl: Add additional unit test for delete subcommandChristian Merten1-0/+20
2022-09-27python security: Add unit tests for comparing ACEs and exporting as SDDLChristian Merten1-0/+35
2022-09-27samba-tool dsacl: Create common superclass for dsacl commandsChristian Merten1-49/+20
2022-09-27samba-tool dsacl: Create helper functions to remove code duplicationChristian Merten1-75/+43
2022-09-27samba-tool dsacl: Add unit tests for delete subcommandChristian Merten1-0/+68
2022-09-27samba-tool dsacl: Add subcommand to delete ACEsChristian Merten1-0/+80
2022-09-19py/dbcheck: improve 'please --fix' messageDouglas Bagnall1-1/+2
2022-09-19dbcheck: don't recommend --fix for errors we can't fixDouglas Bagnall1-12/+19
2022-09-19dbcheck: do not crash on empty DNDouglas Bagnall1-11/+20
2022-09-19samba-tool dbcheck: use colour if wantedDouglas Bagnall1-1/+8
2022-09-19py/dbchecker: dbcheck prints bits of colour if askedDouglas Bagnall1-4/+21
2022-09-16pytests: remove backwards compat workaround for python 2.6Douglas Bagnall1-5/+2
2022-09-16pytest: samba-tool visualize: improve a messageDouglas Bagnall1-1/+2
2022-09-16samba-tool: no stack trace on missing ldb tdbDouglas Bagnall1-0/+4
2022-09-16samba-tool: write ERROR in red if colour is wantedDouglas Bagnall1-6/+15
2022-09-16samba-tool visualize: simplify --color-scheme calculationsDouglas Bagnall1-19/+17
2022-09-16samba-tool visualise: use global --colorDouglas Bagnall1-16/+9
2022-09-16py:colour: is_colour_wanted() can take filenamesDouglas Bagnall1-0/+12
2022-09-16samba-tool: --color=auto looks at stderr and stdoutDouglas Bagnall2-7/+10
2022-09-16samba-tool drs showrepl: use global --color optionDouglas Bagnall1-5/+1
2022-09-16samba-tool: save --color choice for subcommandsDouglas Bagnall1-0/+2
2022-09-16samba-tool: make --color a general optionDouglas Bagnall3-0/+12
2022-09-16py:colour: colour_if_wanted() returns the resultDouglas Bagnall1-1/+3
2022-09-16pytest: samba-tool visualize: fix filenameDouglas Bagnall1-1/+1
2022-09-16samba-tool: simplify and clarify SuperCommand._run() a littleDouglas Bagnall1-2/+5
2022-09-16CVE-2020-25720 python:tests: Ensure that access checks don't succeedJoseph Sutton1-0/+2
2022-09-12CVE-2021-20251 tests/krb5: Add tests for password lockout raceJoseph Sutton4-1/+1099
2022-09-09tests/krb5: Add claims testsJoseph Sutton2-0/+1320
2022-09-09tests/krb5: Allow specifying sname for getting service ticketJoseph Sutton1-2/+8
2022-09-09tests/krb5: Check claims buffersJoseph Sutton4-34/+354
2022-09-09tests/krb5: Add xpress (de)compression functionsJoseph Sutton1-0/+128