summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/user/readpasswords
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: Clarify success wordingAndrew Bartlett1-1/+1
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
2024-02-16samba-tool: Display friendlier error message if no password is availableJo Sutton1-16/+8
2023-12-21python/netcmd: Improve documentation for "samba-tool user getpassword"Andrew Bartlett1-1/+1
2023-12-21python/netcmd: Add "samba-tool user get-kerberos-ticket" to get a ticket for ...Andrew Bartlett2-0/+147
2023-12-21samba-tool: document that -H can be used with gMSA accountsRob van der Linde1-2/+9
2023-12-21samba-tool: fix some grammar in getpassword docstringsRob van der Linde1-5/+5
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 Bartlett2-10/+11
2023-12-21samba-tool: Prepare to allow samba-tool user getpasswords to operate against ...Andrew Bartlett3-29/+32
2023-12-21netcmd: getpassword: print OK message on stderrRob van der Linde1-1/+1
2023-12-15python: use python3 style super statementsRob van der Linde1-1/+1
2023-12-15netcmd: getpassword: get rid of pointless overridden constructorsRob van der Linde2-4/+0
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 Linde2-35/+35
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 syncpasswords command to readpasswordsRob van der Linde2-859/+881
2023-08-04netcmd: user: readpasswords: move getpassword command to readpasswordsRob van der Linde2-171/+203
2023-08-04netcmd: user: readpasswords: move common.py to readpasswordsRob van der Linde3-2/+867
2023-08-04netcmd: user: readpasswords: move show command to readpasswordsRob van der Linde2-0/+145
2023-08-04netcmd: user: readpasswords: turn getpassword.py into readpasswords moduleRob van der Linde1-0/+1051