summaryrefslogtreecommitdiff
path: root/src/conf_mode/system_login.py
AgeCommit message (Expand)Author
2026-06-16template: T8923: fix typo in function argument "formater" -> "formatter"Christian Breunig
2026-06-16T8923: normalize "can not" to "cannot"Christian Breunig
2026-03-24T8410: Fix typos and mistakes for operational and configuration commandsViacheslav Hletenko
2026-03-20login: T8415: show Warning() if default password is used when adding userChristian Breunig
2025-12-17login: T8086: replace getpwnam()/getpwuid() with get_local_passwd_entries()Christian Breunig
2025-12-17login: T8086: replace getpwall() occurances with get_local_passwd_entries()Christian Breunig
2025-11-19login: T8024: show user warning for unconfigured TACACS source-addressChristian Breunig
2025-11-19login: T8024: show user warning for unconfigured RADIUS source-addressChristian Breunig
2025-11-19login: T8024: fix typo in TACACS error message if all servers are disabledChristian Breunig
2025-11-19T8012: Add user vpp to user groupsViacheslav Hletenko
2025-09-26image: T5455: Add migration of SSH `known_hosts` files during image upgradeOleksandr Kuchmystyi
2025-09-17ssh: T7839: add deprecation warning for DSA hostkey-algorithm usageChristian Breunig
2025-09-17login: T7839: add deprecation warning for DSS public-key usageChristian Breunig
2025-08-26op-mode: T7745: add a CLI for operator user command permissionsDaniil Baturin
2025-07-21vyos.utils: T7648: only provide one chown functionChristian Breunig
2025-06-28T7591: remove copyright years from source filesChristian Breunig
2025-05-29ssh: T6013: rename trusted-user-ca-key -> truster-user-caChristian Breunig
2025-05-29pki: T6013: add proper dependencies for SSH CAChristian Breunig
2025-05-29ssh: T6013: move principal name to "system login user <name> authentication"Christian Breunig
2025-04-13T7355: cleanup unused Python3 importsChristian Breunig
2025-03-25T7278: Remove cracklib hack from postinstall script templateoniko94
2025-03-18T6353: Add password strength check and user warningoniko94
2024-12-15tacacs: T6613: dynamically build exclude_users list to avoid TACACS trafficChristian Breunig
2024-06-15T6489: add abstraction vyos.utils.configfs to work natively with the config f...Christian Breunig
2024-06-15T6489: add abstraction vyos.utils.auth.get_current_user()Christian Breunig
2024-06-15login: T6489: add smarter way to interact with the working config instead of ...Christian Breunig
2024-04-06login: T5875: fix corner case for KeyError: 'getpwuid(): uid not found: XXXX'Christian Breunig
2024-02-16login: T5972: add possibility to disable individual local user accountsChristian Breunig
2024-01-01login: T5875: restore home directory permissions only when neededChristian Breunig
2023-12-31T5474: establish common file name pattern for XML conf mode commandsChristian Breunig