summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* build-sys: convert login-utils/ to moduleKarel Zak2012-06-261-37/+50
* Merge branch '2012wk23' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-151-0/+2
|\
| * build: fix redundant redeclaration warningsSami Kerola2012-06-111-0/+2
* | su: remove unimplemented options -u and -vBernhard Voelker2012-06-151-8/+10
|/
* build-sys: suid su in make installKarel Zak2012-06-051-2/+11
* login: fix compiler warning [-Wsign-compare]Karel Zak2012-06-051-4/+4
* Merge branch '2012wk22' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-057-127/+192
|\
| * fileutils: xmkstemp() interface changeDave Reisner2012-06-022-2/+4
| * docs: clean up login.1 manualSami Kerola2012-06-021-106/+170
| * login: allow TTYGROUP name begin by numberSami Kerola2012-06-021-8/+5Star
| * build-sys: add su executable to .gitignoreSami Kerola2012-06-021-0/+1
| * logindefs: change getlogindefs_num() to return unsigned longSami Kerola2012-06-024-13/+14
* | su: preserve errno in cleanup_pam()Ludwig Nussel2012-06-051-0/+4
* | build-sys: include correct source file for chshDave Reisner2012-06-051-1/+1
* | su: use BSD err function instead of gnu's error()Ludwig Nussel2012-06-051-19/+19
* | su: remove unused codeLudwig Nussel2012-06-051-4/+1Star
* | su: replace PAM_BAIL_P macro with better solutionLudwig Nussel2012-06-051-28/+28
* | su: introduce xsetenv globallyLudwig Nussel2012-06-051-25/+11Star
* | su: use ENV_PATH resp ENV_SUPATH to be consistent with loginLudwig Nussel2012-06-051-8/+16
* | su: use EXIT_FAILURE consistentlyLudwig Nussel2012-06-051-9/+6Star
* | su: don't use custom MAX macroLudwig Nussel2012-06-051-5/+1Star
* | docs: rewrite su.1 manualLudwig Nussel2012-06-021-117/+184
* | docs: add su.1 manual pageSami Kerola2012-05-311-0/+155
|/
* 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