summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* build-sys: add --enable-vipwKarel Zak2012-05-291-11/+4Star
* build-sys: add --enable-newgrpKarel Zak2012-05-291-12/+11Star
* build-sys: add --disable-suKarel Zak2012-05-291-16/+12Star
* build-sys: add --enable-chfn-chshKarel Zak2012-05-291-26/+34
* build-sys: add --disable-loginKarel Zak2012-05-291-14/+20
* su: remove program_nameKarel Zak2012-05-291-12/+6Star
* su: fix compiler warning [-Wunused-parameter]Karel Zak2012-05-291-1/+1
* build-sys: remove -DUSE_PAM=1 for su(1)Karel Zak2012-05-291-1/+1
* su: Add AM_LDFLAGS to su_LDFLAGS.Thomas Schwinge2012-05-291-1/+1
* su: Don't include the unused <sys/fsuid.h>Thomas Schwinge2012-05-291-2/+0Star
* Merge branch 'su-v1' of https://github.com/lnussel/util-linuxKarel Zak2012-05-294-5/+857
|\
| * use existing logindefs.c and pathnames.hLudwig Nussel2012-05-256-308/+35Star
| * syslog alwaysLudwig Nussel2012-05-251-29/+4Star
| * remove non pam codeLudwig Nussel2012-05-251-115/+20Star
| * make su build as part of util-linuxLudwig Nussel2012-05-242-38/+50
| * call setsid() when called with -cTim Waugh2012-05-241-5/+35
| * make sure /sbin resp /usr/sbin are in PATHWerner Fink2012-05-241-0/+127
| * honor settings in /etc/default/su resp /etc/login.defsLudwig Nussel2012-05-243-11/+308
| * set sane default pathLudwig Nussel2012-05-241-10/+2Star
| * log all su attemptsLudwig Nussel2012-05-241-0/+3
| * pam support for suLudwig Nussel2012-05-241-6/+264
| * merge coreutils' last GPL2 version of su.cLudwig Nussel2012-05-241-0/+526
| |\
| | * Help translators include translation team's web or email address.Jim Meyering2007-03-281-1/+1
| | * Don't include dirname.h, since system.h does it now.Paul Eggert2006-09-031-1/+0Star
| | * Add a bootstrap procedure, so that the CVS version contains fewerPaul Eggert2006-08-211-1/+1
| | * * src/su.c (usage): Correct typo in --help output: s/commmand/command/Jim Meyering2006-07-211-23/+1Star
| | * (log_su, run_shell): Use new last_component, in place of base_name.Jim Meyering2006-03-261-4/+4
| | * Remove unnecessary parens in `#if defined (SYMBOL)' expressions.Jim Meyering2005-08-231-2/+2
| | * Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
| | * Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
| | * (run_shell): Pass a new n_additional_args arg, so thatPaul Eggert2004-08-041-127/+91Star
| | * (correct_password, restricted_shell, main):Jim Meyering2004-06-011-3/+3
| | * (usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering2004-01-221-9/+10
| | * Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering2003-10-181-2/+2
| | * (WRITTEN_BY): Rename from AUTHORS.Jim Meyering2003-09-191-2/+2
| | * Don't include headers already included by system.h:Jim Meyering2003-07-231-1/+0Star
| | * (usage): Don't call close_stdout here.Jim Meyering2003-07-181-1/+2
| | * (main): Call initialize_main.Jim Meyering2003-06-171-0/+1
| | * Remove anachronistic casts of xmalloc,Jim Meyering2003-04-111-5/+5
| | * Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering2002-08-311-2/+2
| | * Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering2002-08-311-5/+5
| | * (run_shell): Exit with status 126 or 127 when execvp orJim Meyering2002-08-011-2/+6
| | * (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