| Age | Commit message (Collapse) | Author |
|
(#20)
Switches from explicit secrets: PAT/REMOTE_OWNER pass-through to
secrets: inherit with vars.MIRROR_ENABLED kill-switch (default-on).
Plan: ~/.claude/plans/2026-05-26-mirror-rollout-1b-revised.md Task 5
🤖 Generated by [robots](https://vyos.io)
|
|
coderabbit: T8851: add .coderabbit.yaml for central-config inheritance
|
|
ci(mergify): upgrade configuration to current format
|
|
|
|
|
|
T8852: migrate .github/mergify.yml to extends: mergify
|
|
|
|
T8531: add Mergify config with commands restrictions
|
|
general: T8595: add AGENTS.md
|
|
|
|
|
|
|
|
|
|
T7644: mirror workflow refactoring rollout
|
|
|
|
CI: T7579: fix of the run trigger for CLA
|
|
|
|
T7579: added workflow for CLA
|
|
|
|
T7565: enabled PR mirroring
|
|
|
|
packaging: T7336: fix package install files
|
|
|
|
packaging: rename the package to vyos-libnss-mapuser
|
|
for easier dependency managmenet
|
|
|
|
nss: T4943: Fixed `min_nss` option parser
|
|
It was already done once in 9d328a6d838d1d3675b5def62c577c5eb322d103 but the
config option name was changed and our fixes reverted after the update
to 1.1.0-cl3u3 in 2ded63a0e6748018dada646691843462797cc7fc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
debian/changelog
debian/libnss-mapuser.postinst
map_common.c
nss_mapuser.5
nss_mapuser.conf
|
|
Ticket: CM-19457
Reviewed By: nobody
Testing Done: lots of logins, and login combinations
Validate that the mapuser database files are valid by using kill 0 on
the pids. If not valid, try to unlink, and if we do, report it as a
DEBUG. If we can't unlink (not root) report that we are skipping at INFO.
As part of that, don't count valid fields and read entire file.
Document in man page and config file that the mapped_priv_user account
is known to libpam-radius-auth as well, and must be updated in both
places if it changes.
Updated the public symbols (the getgr additions) from previous commit
Fixed some white space and line length issues.
|
|
Needed to add sed code to remove mapname from nsswitch.conf group
search line, similar to passwd line. Somehow forgot that when I
added the code to add it in postinst
I also somehow forgot to checkin the adduser line to add the
radius_priv_user to the sudo group, so fixed that too.
|
|
|
|
Ticket: CM-19457
Reviewed By: roopa
Testing Done: lots of variations of login, su, sudo, automated radius tests
Now we always read the map files. If session is set, we try that
file first, so that a user always sees their name, same as tacplus.
If that's the wrong file, read through all of the map files, look
for the correct match based on either name+session or auid+session,
depending on getpwnam or getpwuid entry point
Ignore same set of users as tacacs, including new radius_priv_user
account for the privileged RADIUS user.
create and delete the mapuser files from libpam-radius-auth now;
we need to have the mapping file written early enough for the pam
interfaces to get the correct info.
Using the pam_script is too limiting, and since we are creating the
database in libpam-radius-auth now, we'll delete it there as well
to keep things symmetric, so delete the script and the references to
the scripts
A significant part of this effort was adding getgrent, getgrgid, and
getgrnam support, so that the radius users are put into the netshow
(unprivileged) and netedit and sudo (privileged) groups at login.
A lot of restructuring went in as part of that, and cleaned up some
longstanding bugs, including return values for the getpw* routines.
Also cleaned up some whitespace issues.
Also renamed some globals (debug, min_uid, init_common()) that might
collide with other programs, so that when I build unstripped and
normal visibility shared libs, they won't collide with programs
calling the functions (saw this with "debug" and bgpd, for example).
|
|
There were no code changes, just the indent whitespace and formatting
changes.
|
|
Ticket: CM-19886
Reviewed By: nobody
Testing Done:
Somehow exclude_users wasn't implemented (or got deleted somewhere
along the line).
Make list match tacplus_client, except exclude our own mapped users
by matching config items, and also skip any user starting with
tacacs[0-9] inline instead of listing all 16 in exclude_users field
in config file.
Implemened for mapped_priv_user too, since that work is ongoing.
Listed change in debian/changelog
If debug is set to 2 or higher, print that the name lookup was skipped
due to exclusion.
|
|
Needed to add sed code to remove mapname from nsswitch.conf group
search line, similar to passwd line. Somehow forgot that when I
added the code to add it in postinst
I also somehow forgot to checkin the adduser line to add the
radius_priv_user to the sudo group, so fixed that too.
|
|
|