]> git.ipfire.org Git - thirdparty/util-linux.git/history - login-utils
fdisk: don't ignore 1MiB granularity on 512-byte sector devices
[thirdparty/util-linux.git] / login-utils /
2012-05-24  Dave Reisnerlogin: add USER to initial environment
2012-05-24  Karel Zaklogin: fix segmentation fault in log_utmp
2012-05-24  chas williams -... login: use getdtablesize() correctly in login.c
2012-03-30  Karel Zaklogin: correction in sig_handler()
2012-03-13  Karel Zaklogin: fix LOGIN_CHOWN_VCS code
2012-03-13  Karel Zaklogin: support crazy shadow-utils syntax in login.defs
2012-02-10  Karel Zaklogin: add LOGIN_RETRIES, cleanup retries check code
2012-02-06  Karel Zaklogin: fix leak, improve strtok usage
2012-02-06  Karel Zakvipw: use xalloc.h
2012-02-02  Karel Zaklogin: allocate buffer with shell name
2012-02-02  Karel Zaklogin: (and chsh) make pw_shell usage more robust
2012-02-01  Karel Zaknewgrp: fix possible FILE leak on error
2012-02-01  Karel Zakvipw: don't modify environment, check strtok() return...
2012-01-31  Karel Zaklogin: comparing an array to null is not useful [coveri...
2012-01-31  Karel Zaklogin: more robust sysconf() usage [coverity scan]
2012-01-30  Karel Zakchfn: fix use-after-free [coverity scan]
2011-11-29  Karel ZakMerge branch 'login-utils' of https://github.com/kerola...
2011-11-29  Sami Kerolalast: fix few compiler warnings
2011-11-29  Sami Kerolasetpwnam: remove non-ANSI definitions [smatch scan]
2011-11-29  Sami Kerolalast: possible buffer overflow fixed [smatch scan]
2011-11-29  Sami Kerolavipw: fix coding style
2011-11-29  Sami Kerolasetpwnam: fix coding style
2011-11-29  Sami Kerolaselinux_utils: fix coding style
2011-11-29  Sami Kerolanewgrp: fix coding style
2011-11-29  Sami Kerolalogindefs: fix coding style
2011-11-29  Sami Kerolaislocal: fix coding style
2011-11-29  Sami Kerolachsh: fix coding style
2011-11-29  Sami Kerolachfn: fix coding style
2011-11-29  Sami Kerolachfn, setpwnam: let config.h be in control of extension...
2011-11-29  Sami Kerolachfn, chsh: new file pamfail.h for error printing
2011-11-23  Sami Kerolachsh: build bug: do not override config.h definition
2011-11-23  Sami Kerolachfn, chsh, setpwnam: get true/false from stdbool.h
2011-11-23  Sami Kerolalogin: add version printing option
2011-11-23  Sami Kerolanewgrp: add version and help options
2011-11-23  Sami Kerolavipw: stop printing non-sense version string
2011-11-23  Sami Kerolavipw: use libc error printing facilities
2011-11-23  Sami Kerolachsh: use libc error printing facilities
2011-11-23  Sami Kerolachsh: align with howto-usage-function.txt
2011-11-23  Sami Kerolachfn: use libc error printing facilities
2011-11-23  Sami Kerolachfn: align with howto-usage-function.txt
2011-11-18  Karel Zaklogin: fix compiler warning [-Wreturn-type]
2011-11-18  Karel Zaklogin: improve pam_setcred() usage
2011-11-14  Karel ZakMerge branch 'sys-utils-3rd' of https://github.com...
2011-11-07  Karel Zaklogin: clean FAIL_DELAY usage
2011-11-03  Karel Zakbuild-sys: cleanup HAVE_LIBCRYPT
2011-11-03  Karel Zakchsh: remove non-PAM code
2011-11-03  Karel Zakchfn: remove non-PAM code
2011-11-03  Karel Zaklogin: remove unnecessary ifdef HAVE_CRYPT_H
2011-10-26  Karel Zaklogin: cosmetic changes in docs
2011-10-26  Karel Zaklogin: use ENV_PATH and ENV_{ROOT,SU}PATH from login...
2011-10-26  Karel Zaklogin: add -H option for compatibility with Suse
2011-10-26  Karel Zaklogin: use LOG_UNKFAIL_ENAB from login.defs, improve...
2011-10-26  Karel Zaklogin: use DEFAULT_HOME from login.defs
2011-10-26  Karel Zaklogin: use HUSHLOGIN_FILE from login.defs
2011-10-26  Karel Zaklogin: use TTYGROUP from login.defs
2011-10-26  Karel Zaklogin: use TTYPERM from login.defs
2011-10-26  Karel Zaklogin: use FAIL_DELAY from login.defs
2011-10-26  Karel Zaklogin: use LOGIN_TIMEOUT from login.defs
2011-10-26  Karel Zaklogin: rewrite motd(), use MOTD_FILE from login.defs
2011-10-26  Karel Zaklogin: remove obsolete info from man page
2011-10-26  Karel Zaklogin: add login.defs code and tests
2011-10-26  Karel Zaktests: cleanup islocal test
2011-10-26  Karel Zaklogin: host{name,address} initialization refactoring
2011-10-26  Karel Zaklogin: remove unnecessary variables
2011-10-26  Karel Zaklogin: move signal stuff to the one place
2011-10-26  Karel Zaklogin: log good logins refactoring
2011-10-26  Karel Zaklogin: use xalloc.h
2011-10-26  Karel Zaklogin: env initialization refactoring
2011-10-26  Karel Zaklogin: fork & session initialization refactoring
2011-10-26  Karel Zaklogin: remove pam_handle_t from main()
2011-10-26  Karel Zaklogin: PAM session initialization refactoring
2011-10-26  Karel Zaklogin: PAM account checks refactoring
2011-10-26  Karel Zaklogin: PAM auth refactoring
2011-10-26  Karel Zaklogin: PAM initialization refactoring
2011-10-26  Karel Zaklogin: remove unused code and tests
2011-10-26  Karel Zaklogin: improve hushed mode (merge suse changes)
2011-10-26  Karel Zaklogin: use setgroups(0, NULL) for root
2011-10-26  Karel Zaklogin: tty chown.chmod refactoring
2011-10-26  Karel Zaklogin: use getpwnam_r() rather than manually copy passw...
2011-10-26  Karel Zaklogin: utmp code refactoring
2011-10-26  Karel Zaklogin: lastlog code refactoring
2011-10-26  Karel Zaklogin: use login_context struct in audit stuff
2011-10-26  Karel Zaklogin: add username to login_context struct
2011-10-26  Karel Zaklogin: add pid to login_context struct
2011-10-26  Karel Zaklogin: add hostname to login_context struct
2011-10-26  Karel Zaklogin: add struct login_context, consolidate tty code
2011-10-26  Karel Zaklogin: indent -linux
2011-10-26  Karel Zaklogin: remove obsolete code, clean up macros names
2011-10-26  Karel Zaklogin: cleanup begin of the login.c file
2011-10-26  Karel Zaklogin: remove PAM_FAIL_CHECK and PAM_END macros
2011-10-26  Karel Zaklogin: remove non-PAM code
2011-10-26  Karel Zaklogin: move _PATH_BTMP to pathnames.h
2011-10-26  Karel Zaklogin: remove dead code and comments
2011-10-26  Karel Zaklogin: remove kerberos specific code
2011-10-10  Karel ZakMerge branch 'manuals' of https://github.com/kerolasa...
2011-10-03  Sami Keroladocs: align vipw.8 with howto-man-page.txt
2011-09-27  Petr Uzelmisc: use %m in format string instead of %s and strerro...
2011-09-27  Karel ZakMerge branch 'sys-utils' of https://github.com/kerolasa...
2011-09-13  Karel Zakchfn: remove non-ANSI definitions [smatch scan]
2011-09-12  Karel ZakMerge branch 'smatch' of https://github.com/kerolasa...
next