| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 7 days | further weaken license to LGPL2+ | Helmut Grohne | |
| Also use a valid spdx identifier. | |||
| 2025-07-26 | relicense as GPL-2+ | Helmut Grohne | |
| The earlier GPL-3 only is implied in the new grant. | |||
| 2025-07-11 | prefer getpass.getuser() over os.getlogin() | Helmut Grohne | |
| os.getlogin() returns an undesired value in a runuser environment and is not overridable with environment. | |||
| 2025-06-01 | idmapping functions accept a further proc arguement | Helmut Grohne | |
| This allows opening /proc as an O_PATH descriptor, then locking a process up and then still writing idmaps by accessing the now inaccessible /proc via the retained file descriptor. | |||
| 2025-05-24 | split idmapping things to new module idmap | Helmut Grohne | |
