summaryrefslogtreecommitdiffstats
path: root/login-utils/su.c
Commit message (Expand)AuthorAgeFilesLines
...
* (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering2002-07-021-1/+1
* Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering2001-12-151-4/+6
* (xputenv): Remove parameter's const qualifier.Jim Meyering2001-08-141-1/+1
* Include "dirname.h".Jim Meyering2001-05-121-3/+2Star
* back out last, prematurely-committed, changeJim Meyering2001-01-071-68/+3Star
* Correct the indentation of an `#endif'.Jim Meyering2001-01-071-3/+68
* (xputenv): Invoke xalloc_die instead of printing our own message.Jim Meyering2000-08-071-1/+1
* Include <sys/param.h> if HAVE_SYS_PARAM_H is defined,Jim Meyering2000-07-231-5/+2Star
* Include "closeout.h".Jim Meyering2000-05-071-0/+2
* (correct_password): Correct HAVE_STRUCT_* name in #if guardJim Meyering2000-02-091-1/+1
* (correct_password): Guard with `HAVE_GETSPNAM && HAVE_STRUCT_PASSWD_SP_PWDP',Jim Meyering2000-01-301-2/+2
* Remove declaration of xstrdup.Jim Meyering1999-09-081-1/+0Star
* split a long line.Jim Meyering1999-08-301-1/+2
* (run_shell): Declare with noreturn attribute.Jim Meyering1999-08-221-1/+4
* No longer include long-options.h.Jim Meyering1999-03-311-4/+6
* (PROGRAM_NAME, AUTHORS): Define and use.Jim Meyering1999-03-311-2/+7
* Include long-options.h.Jim Meyering1999-03-061-17/+4Star
* update copyright datesJim Meyering1999-02-161-1/+1
* (usage): Remove static attribute.Jim Meyering1999-01-251-1/+1
* update bug-reporting addressJim Meyering1998-09-191-1/+1
* (longopts): Use corresponding short-option characterJim Meyering1998-08-301-3/+3
* Don't include limits.h.Jim Meyering1997-12-211-3/+1Star
* use NULL, '\0' instead of zeroesJim Meyering1997-12-101-2/+4
* (main): Make sure pw->pw_shell is non-NULL before trying to strdup it.Jim Meyering1997-12-101-2/+4
* Remove old-style xmalloc and xrealloc decls.Jim Meyering1997-10-261-2/+0Star
* update bug-reporting addressJim Meyering1997-10-081-1/+1
* indentJim Meyering1997-07-131-1/+1
* Redefine/undef getusershell around inclusion of <unistd.h>Jim Meyering1997-07-051-0/+8
* Use base_name, not basename.Jim Meyering1997-05-271-4/+4
* cpp-indentJim Meyering1997-03-191-31/+25Star
* (log_su): Resort to getpwuid if getlogin fails.Jim Meyering1997-03-181-4/+10
* update copyrights for 1997Jim Meyering1997-02-091-1/+1
* bracket bug address with <> and append a periodJim Meyering1997-02-011-1/+1
* Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)...Jim Meyering1997-02-011-2/+1Star
* [HAVE_PATHS_H]: Include <paths.h>.Jim Meyering1996-12-191-0/+12
* change bug-reporting addressJim Meyering1996-11-031-1/+1
* change bug-reporting addressJim Meyering1996-11-021-1/+1
* (main): update --version output to conform to coding standardJim Meyering1996-10-051-1/+1
* (usage): Tell where to report bugs.Jim Meyering1996-09-021-0/+1
* update Copyright years for 1996Jim Meyering1996-04-241-1/+1
* Update FSF's address.Jim Meyering1996-03-241-2/+2
* Protoize and reorder functions.Jim Meyering1996-03-241-226/+199Star
* (main): Declare to be of type int, not void.Jim Meyering1996-03-211-1/+1
* Don't include version.h.Jim Meyering1996-03-161-2/+1Star
* (main): Initialize for internationalized message support:Jim Meyering1996-03-131-0/+4
* Remove NGROUPS_MAX junk. It wasn't being used.Jim Meyering1996-01-061-7/+0Star
* s/non-zero/nonzero/gJim Meyering1995-11-271-2/+2
* Indent cpp directives.Jim Meyering1995-11-181-2/+2
* Annotate localizable strings with _(...). From Franc,ois.Jim Meyering1995-08-081-15/+15
* (usage): Add one- and two-line descriptions to --help output.Jim Meyering1995-05-151-1/+2