aboutsummaryrefslogtreecommitdiff
path: root/utils/su.c
Commit message (Collapse)AuthorAgeFilesLines
* 2000-02-08 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-02-081-2/+0
| | | | | | | | | | | | Remove the su utility, which is incompatible with traditional su as provided by sh-utils and used by some portable shell scripts. The Hurdish su functionality is available as `setauth --save'. * su.c: File removed. * Makefile (targets): Remove su. (SRCS): Remove su.c. (su): Target removed from various dependency rules. (su-LDLIBS): Variable removed. * unsu.c (doc): Refer to setauth --save rather than su.
* Totally rewritten.Miles Bader1997-05-261-481/+2
|
* (check_password): Use #pragma weak instead of __attribute__ ((weak)).Miles Bader1996-08-011-2/+2
|
* *** empty log message ***Thomas Bushnell1996-07-311-4/+2
|
* *** empty log message ***Thomas Bushnell1996-07-301-6/+9
|
* *** empty log message ***Thomas Bushnell1996-07-301-2/+6
|
* (main, apply_auth_to_loginid, apply_auth_to_pgrp): Remove assignmentsMichael I. Bushnell1995-07-071-15/+19
| | | | from inside if tests.
* Getopt now returns '\001' for non-switch options instead of '\0', no doubt toMiles Bader1995-04-091-1/+1
| | | | | work around an obscure bug in some brain-dead system only used by 2 people twice a decade.
* (apply_auth): Use msg_add_auth & msg_del_auth instead of add_auth & del_auth.Miles Bader1995-04-051-10/+9
| | | | | | (apply_auth_to_pids, apply_auth_to_loginid, apply_auth_to_pgrp): Don't use the IDS variable, it's no longer around; I think AUTH is the right thing to replace it with.
* entered into RCSRoland McGrath1994-08-231-40/+52
|
* Initial revisionMichael I. Bushnell1994-07-211-0/+461