summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/user/readpasswords/common.py
AgeCommit message (Expand)AuthorFilesLines
2024-12-20samba-tool user: hashlib.sha1 is always presentDouglas Bagnall1-12/+4
2024-12-20samba-tool user: use _glue.crypt, not crypt.cryptDouglas Bagnall1-15/+6
2024-10-31netcmd: More explicit warning when python-gpg is missingAndréas Leroux1-1/+5
2024-06-11samba-tool user readpasswords: avoid `assert` for validationDouglas Bagnall1-1/+4
2024-03-14auth/credentials: Make cli_credentials_get_aes256_key into generic key accessAndrew Bartlett1-1/+1
2024-03-14auth/credentials: Use salt on credentials object for Creds.get_aes256_key()Andrew Bartlett1-1/+2
2024-02-29samba-tool user getpassword: Also return the time a GMSA password is valid untilAndrew Bartlett1-7/+17
2024-02-29samba-tool: Allow ;format=UnixTime etc to operate on virtual attributesAndrew Bartlett1-1/+5
2024-02-29samba-tool user getpassword: Do not show preview of gMSA passwordAndrew Bartlett1-2/+18
2023-12-21samba-tool: Make samba-tool user getpassword support a ';previous=1' optionAndrew Bartlett1-11/+32
2023-12-21samba-tool user getpassword: Prepare to support a ;previous=1 option, change ...Andrew Bartlett1-1/+1
2023-12-21samba-tool: Add support for getting the generated unicodePwd for a gMSA accountAndrew Bartlett1-0/+10
2023-12-21netcmd: user: samba-tool support to allow non-windows use of GMSA accounts (s...Rob van der Linde1-3/+13
2023-12-21samba-tool user getpassword: Use UTF16_MUNGED charcnv to map "UTF16" to UTF8Andrew Bartlett1-8/+8
2023-12-21samba-tool: Prepare to allow samba-tool user getpasswords to operate against ...Andrew Bartlett1-22/+23
2023-12-15python: use python3 style super statementsRob van der Linde1-1/+1
2023-11-15netcmd: user: PEP8 E303 E305: fix too many or too little blank linesRob van der Linde1-1/+1
2023-11-15netcmd: user: PEP8 E221: fix multiple spaces before operatorRob van der Linde1-31/+31
2023-11-15netcmd: user: PEP8 E127: fix hanging indent not lining upRob van der Linde1-1/+1
2023-11-15netcmd: user: PEP8 E117: code is overindentedRob van der Linde1-3/+3
2023-08-04netcmd: user: readpasswords: move common.py to readpasswordsRob van der Linde1-0/+865