]> granicus.if.org Git - shadow/history - libmisc
* libmisc/console.c (console): Remove the leading /dev/ from the
[shadow] / libmisc /
2009-05-16 nekral-guest * libmisc/console.c (console): Remove the leading...
2009-05-12 nekral-guest * libmisc/shell.c: Removed invalid code that executed...
2009-05-10 nekral-guest * libmisc/copydir.c: Added prototype of readlink_mallo...
2009-05-10 nekral-guest * lib/commonio.c: Avoid PATH_MAX. On glibc, we can...
2009-05-09 nekral-guestFix typos.
2009-05-09 nekral-guest * libmisc/non_interactive_pam_conv.c,
2009-05-09 nekral-guest * libmisc/pam_pass.c: Removed comment regarding pam_mi...
2009-04-30 nekral-guest * libmisc/getgr_nam_gid.c, lib/get_gid.c, lib/get_pid.c,
2009-04-30 nekral-guest * lib/exitcodes.h: Define E_SUCCESS as EXIT_SUCCESS...
2009-04-28 nekral-guestFix some splint warnings.
2009-04-28 nekral-guest * libmisc/Makefile.am, lib/prototypes.h,
2009-04-28 nekral-guest * lib/prototypes.h: Replace #if by #ifdef
2009-04-28 nekral-guest * libmisc/utmp.c, src/userdel.c, src/logoutd.c: Replac...
2009-04-28 nekral-guest * libmisc/failure.h: Replace HAVE_UTMPX_H by USE_UTMPX.
2009-04-28 nekral-guest * libmisc/rlogin.c: Replace atoi() by getulong().
2009-04-28 nekral-guest * libmisc/failure.c: Replace HAVE_UTMPX_H by USE_UTMPX.
2009-04-28 nekral-guest * libmisc/chkname.c: Do not include <utmp.h> and ...
2009-04-28 nekral-guest * libmisc/limits.c: Replace strtol() by getlong().
2009-04-27 nekral-guest * lib/prototypes.h: Replace HAVE_UTMPX_H by USE_UTMPX.
2009-04-27 nekral-guest * libmisc/mail.c, libmisc/copydir.c: Added missing...
2009-04-27 nekral-guest * libmisc/env.c: Added assertions on the snprintf...
2009-04-27 nekral-guest * libmisc/utmp.c: Replace HAVE_UTMPX_H by USE_UTMPX.
2009-04-26 nekral-guest * libmisc/myname.c: Updated splint annotations.
2009-04-24 nekral-guest * libmisc/copydir.c: Added splint annotations.
2009-04-24 nekral-guest * libmisc/obscure.c: Change some int to size_t.
2009-04-24 nekral-guest * libmisc/console.c: Use a less disturbing construct...
2009-04-24 nekral-guest * libmisc/limits.c: Parse the limits, umask, nice...
2009-04-24 nekral-guest * libmisc/salt.c: In case gettimeofday() fails, get...
2009-04-24 nekral-guest * libmisc/setupenv.c: Prefer snprintf to sprintf,...
2009-04-24 nekral-guest * libmisc/loginprompt.c: Prefer snprintf to sprintf...
2009-04-24 nekral-guest * libmisc/mail.c: Ignore the return value of puts().
2009-04-23 nekral-guest * libmisc/pwdcheck.c (passwd_check): The progname...
2009-04-23 nekral-guest * libmisc/setupenv.c: Avoid assignments in comparisons.
2009-04-23 nekral-guest * libmisc/find_new_gid.c, libmisc/find_new_uid.c,
2009-04-23 nekral-guest * libmisc/loginprompt.c: Use exit(EXIT_FAILURE) instead of
2009-04-23 nekral-guest * libmisc/env.c, libmisc/age.c: Added splint annotations.
2009-04-23 nekral-guest * libmisc/find_new_gid.c: Use booleans instead of...
2009-04-23 nekral-guest * libmisc/yesno.c: Ignore the return value of puts.
2009-04-23 nekral-guest * libmisc/age.c: Use exit(EXIT_FAILURE) instead of...
2009-04-23 nekral-guest * libmisc/xgetXXbyYY.c, libmisc/myname.c, libmisc...
2009-04-22 nekral-guest * libmisc/utmp.c, libmisc/age.c, libmisc/shell.c,...
2009-04-22 nekral-guest * libmisc/utmp.c: Added splint annotations.
2009-04-22 nekral-guest * libmisc/utmp.c: Only set ut_time and ut_tv if gettim...
2009-04-22 nekral-guest * libmisc/utmp.c: Fix the check for empty host in...
2009-04-22 nekral-guest * libmisc/utmp.c: The ut argument of prepare_utmp...
2009-04-22 nekral-guest * libmisc/utmp.c: Removed old documentation of setutmp().
2009-04-22 nekral-guest * libmisc/utmp.c: Use xmalloc() rather than malloc().
2009-04-22 nekral-guest * libmisc/utmp.c: The name returned by ttyame() needs...
2009-04-22 nekral-guest * lib/defines.h: Define USER_NAME_MAX_LENGTH, based...
2009-04-21 nekral-guest * libmisc/utmp.c: Reworked. Get rid of Linux specific...
2009-04-21 nekral-guest * libmisc/shell.c: Add brackets and parenthesis.
2009-04-21 nekral-guest * lib/defines.h: Added MIN and MAX macros.
2009-04-21 nekral-guestFix typo (&nbsp;) and fix a compilation warning (wrong...
2009-04-21 nekral-guestFix typo.
2009-04-20 nekral-guest * libmisc/hushed.c, lib/prototypes.h, src/login.c...
2009-04-20 nekral-guest * libmisc/setugid.c: Updated comments.
2009-04-20 nekral-guest * libmisc/failure.h, libmisc/failure.c, src/login...
2009-04-20 nekral-guest * libmisc/ttytype.c: Add brackets and parenthesis.
2009-04-19 nekral-guest * libmisc/utmp.c: Always call endutent or endutxent...
2009-04-17 nekral-guest * libmisc/utmp.c: Do not trust the current utmp entry...
2009-04-15 nekral-guestlibmisc/system.c was contributed by Dan Walsh.
2009-04-11 nekral-guestFix typo.
2009-04-11 nekral-guest * lib/prototypes.h, libmisc/age.c, src/expiry.c, src...
2009-04-11 nekral-guest * libmisc/getgr_nam_gid.c: Added support for NULL...
2009-04-11 nekral-guest * libmisc/find_new_gid.c, libmisc/find_new_uid.c:...
2009-04-11 nekral-guest * NEWS, src/useradd.c, man/useradd.8.xml: add -Z optio...
2009-04-10 nekral-guest * lib/getdef.c: Use getlong instead of strtol/strtoul.
2009-04-10 nekral-guest * libmisc/getlong.c: Include both <stdlib.h> and ...
2009-04-10 nekral-guest * src/useradd.c, src/usermod.c, libmisc/getgr_nam_gid.c,
2009-04-05 nekral-guest * libmisc/setugid.c libmisc/age.c (setup_uid_gid)...
2009-04-05 nekral-guest * lib/prototypes.h, libmisc/addgrps.c: restrict add_gr...
2009-04-05 nekral-guest * libmisc/isexpired.c: If there are no shadow entry...
2009-04-05 nekral-guestUpdated copyright dates.
2009-04-05 nekral-guest * libmisc/pwd2spwd.c, src/chpasswd.c, src/newusers.c,
2009-04-05 nekral-guest * libmisc/isexpired.c: Document the isexpired return...
2009-04-05 nekral-guest * libmisc/age.c: Return a specific message when sp_lst...
2009-03-21 nekral-guest * libmisc/get_gid.c, libmisc/get_uid.c, libmisc/Makefi...
2009-03-21 nekral-guest * libmisc/sulog.c: Likewise for the su log.
2009-03-15 nekral-guest * libmisc/cleanup.c: Fix del_cleanup. The arguments...
2009-03-15 nekral-guest * libmisc/find_new_gid.c: Fix find_new_gid() the curre...
2009-03-15 nekral-guest * libmisc/addgrps.c: Fix compilation warnings.
2009-03-14 nekral-guest * libmisc/addgrps.c: Fix warnings.
2009-03-13 nekral-guest * libmisc/salt.c: Removed l64a prototype. The libc...
2009-03-08 nekral-guest * libmisc/get_gid.c, libmisc/get_uid.c, libmisc/Makefi...
2009-03-08 nekral-guest * libmisc/getlong.c: Make sure the getlong argument...
2009-02-22 nekral-guest * libmisc/find_new_gid.c, libmisc/find_new_uid.c:...
2008-12-23 nekral-guest * libmisc/chkname.c: Use a bool when possible instead...
2008-12-23 nekral-guest * libmisc/cleanup_group.c: Fix compilation when compil...
2008-12-22 nekral-guest * libmisc/chkname.c: Remove outdated comments.
2008-12-22 nekral-guest * libmisc/audit_help.c: Added audit_logger_message...
2008-11-30 nekral-guest * NEWS, configure.in, libmisc/chkname.c: make group...
2008-11-23 nekral-guest * libmisc/chowntty.c: Only closelog() when failure...
2008-11-23 nekral-guest * libmisc/chowntty.c: Improve the logs for fchown...
2008-11-22 nekral-guest * NEWS, libmisc/chowntty.c, libmisc/utmp.c: is_my_tty...
2008-11-22 nekral-guest * NEWS, libmisc/chowntty.c: Fix a race condition that...
2008-09-14 nekral-guest * src/useradd.c: Added missing declaration of Mflg.
2008-09-13 nekral-guest * libmisc/setugid.c, src/login_nopam.c, src/suauth.c,
2008-09-13 nekral-guest From RedHat's patch shadow-4.1.2-sysAccountDownhill...
2008-09-07 nekral-guest * libmisc/copydir.c: Call utimes() after closing the...
2008-09-07 nekral-guest * libmisc/copydir.c, configure.in: Check for the prese...
next