aboutsummaryrefslogtreecommitdiff
path: root/utils/login.c
Commit message (Collapse)AuthorAgeFilesLines
...
* (main):Miles Bader1996-01-101-233/+411
| | | | | | | | | | | | | | | | | | | | | | | | | Use add_canonical_host() to implement the -h option. Only let root specify the login host. child_lookup() now takes an additional PATH arg, and calls hurd_file_name_path_lookup() instead. Pass a path when looking up the shell executable. Do all file-name lookups using the target authentication, so that login isn't a security hole. Rework how password-checking is done somewhat (only ask when necessary). Use exec_reauth() instead of our own. If setting the real [ug]id, also add it as the `saved id'. Use BACKUP_SHELL instead of FAILURE_SHELL define. Get rid of various string vars only used once. (add_canonical_host): New function. (add_utmp_entry): Use VIA_ADDR instead of VIA in the utmp entry if it fits better. (add_entry): Function moved out of main. (cat): Take an io_t port instead of a file descriptor. (options, main): Add -k/--keep & -S/--shell-arg options. Remove -m/--umask option; use UMASK param instead. (FAILURE_SHELL): Macro deleted. (default_args): Add BACKUP_SHELL param.
* (main, options): Add --retry/-R and --paranoid/-P options.Miles Bader1995-12-301-10/+58
| | | | (main): Don't ask for password by name if only one user.
* (main):Miles Bader1995-12-291-12/+17
| | | | | | If -f/--no-passwd is specified, get rid of the effect of the login executable being setuid/gid. Only set the shell proc's owner to an effective uid.
* Everything changed.Miles Bader1995-12-211-161/+457
|
* Initial revisionMiles Bader1995-12-131-0/+295