]> granicus.if.org Git - shadow/history - libmisc
* contrib/adduser-old.c, contrib/adduser.c: Do not use the target
[shadow] / libmisc /
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...
2008-09-06 nekral-guest * libmisc/tz.c: tz() is only used when USE_PAM is...
2008-09-06 nekral-guestFix typo. s/Prog/%s/ in the format string.
2008-09-06 nekral-guest * libmisc/obscure.c: Compare characters to '\0', not...
2008-09-06 nekral-guest * lib/defines.h: Do not include <config.h>. This compl...
2008-09-06 nekral-guest * src/newgrp.c, src/userdel.c, src/grpck.c, src/gpasswd.c,
2008-09-04 nekral-guest * lib/prototypes.h, libmisc/audit_help.c: Define new...
2008-08-31 nekral-guest * libmisc/list.c: Added assertions for non NULL parame...
2008-08-31 nekral-guest * libmisc/list.c: Remove historical comment.
2008-08-31 nekral-guest * libmisc/obscure.c: Add brackets and parenthesis.
2008-08-31 nekral-guest * libmisc/utmp.c: Mark the line and host arguments...
2008-08-30 nekral-guest * libmisc/mail.c: Added brackets and parenthesis.
2008-08-30 nekral-guest * configure.in: Check if the stat structure has a...
2008-08-30 nekral-guestAdded missing include file (assert.h).
2008-08-30 nekral-guest * NEWS: Added support for uclibc.
2008-08-30 nekral-guest * src/groupmems.c: When removing an user, check if...
2008-07-11 nekral-guest * libmisc/setugid.c: Add brackets.
2008-06-17 nekral-guest * libmisc/env.c: Avoid implicit conversion of pointers...
2008-06-17 nekral-guestRe-indent.
2008-06-17 nekral-guest * libmisc/utmp.c: Avoid implicit conversion of pointer...
2008-06-17 nekral-guest * libmisc/audit_help.c: Added one string for translation.
2008-06-15 nekral-guest * libmisc/limits.c: Add brackets and parenthesis.
2008-06-15 nekral-guest * libmisc/failure.c: Try to close the open file if...
2008-06-15 nekral-guest * libmisc/log.c: Check return values. If lseek() faile...
2008-06-15 nekral-guest * libmisc/find_new_ids.c, libmisc/find_new_gid.c,
2008-06-15 nekral-guest * libmisc/failure.c: Ignore the return value of strfti...
2008-06-14 nekral-guest * libmisc/failure.c: Check return values. If lseek...
2008-06-14 nekral-guest * libmisc/getlong.c: Reset errno before calling strtol().
2008-06-14 nekral-guest * libmisc/Makefile.am, libmisc/getrange.c: Added funct...
2008-06-13 nekral-guest * libmisc/find_new_ids.c: Use getdef_ulong to retrieve...
2008-06-13 nekral-guest * libmisc/isexpired.c: Cast number of days to a long...
2008-06-13 nekral-guest * libmisc/copydir.c: Do not specify a size of arrays...
2008-06-13 nekral-guest * libmisc/pwd2spwd.c: Cast number of days to a long...
2008-06-13 nekral-guest * libmisc/sulog.c: Ignore the return value of umask...
2008-06-13 nekral-guest * libmisc/log.c: Avoid assignments in comparisons.
2008-06-13 nekral-guest * libmisc/strtoday.c: Avoid implicit conversion of...
2008-06-13 nekral-guest * libmisc/salt.c: Use a size_t for the size of strings...
2008-06-13 nekral-guest * libmisc/age.c: fork() and wait return a pid_t, not...
2008-06-13 nekral-guest * libmisc/rlogin.c: The size argument of read() is...
2008-06-13 nekral-guest * libmisc/failure.c: Avoid assignments in comparisons.
2008-06-13 nekral-guest * libmisc/chowntty.c: Avoid assignments in comparisons.
2008-06-13 nekral-guest * libmisc/audit_help.c: Add brackets.
2008-06-13 nekral-guest * libmisc/addgrps.c: Avoid implicit conversion of...
2008-06-13 nekral-guest * libmisc/utmp.c: Avoid implicit conversion of pointers to
2008-06-13 nekral-guest * libmisc/console.c, libmisc/hushed.c, libmisc/yesno.c,
2008-06-10 nekral-guest * lib/prototypes.h, libmisc/valid.c: Change the protot...
2008-06-09 nekral-guest * libmisc/list.c: Change is_on_list() prototype to...
2008-06-09 nekral-guest * libmisc/find_new_ids.c: Change find_new_uid() and...
2008-06-09 nekral-guest * libmisc/console.c: Change is_listed() prototype...
2008-05-26 nekral-guest * libmisc/getdate.y: abbrev is a bool.
2008-05-26 nekral-guestcheckutmp is implemented twice. I only changed the...
2008-05-26 nekral-guest * libmisc/isexpired.c: ARGSUSED is no more needed...
2008-05-26 nekral-guest * libmisc/sulog.c (sulog): The success argument is...
2008-05-26 nekral-guestUpdated copyright dates.
2008-05-26 nekral-guest * libmisc/ttytype.c: Avoid implicit conversion of...
2008-05-25 nekral-guest * libmisc/mail.c: Avoid implicit conversion of pointer...
2008-05-25 nekral-guest * libmisc/loginprompt.c: Avoid implicit conversion...
2008-05-25 nekral-guestAvoid implicit conversion of chars to booleans.
2008-05-25 nekral-guestselinux_checked, selinux_enabled, and set_orig are...
2008-05-25 nekral-guest * libmisc/setugid.c (setup_uid_gid): The is_console...
2008-05-25 nekral-guest * libmisc/pam_pass.c (do_pam_passwd): The silent and
2008-05-25 nekral-guestUpdated copyright dates.
2008-05-25 nekral-guestUpdated copyright dates.
2008-05-25 nekral-guest * libmisc/getlong.c: Avoid implicit conversion of...
2008-05-25 nekral-guest * libmisc/valid.c: Avoid implicit conversion of pointe...
2008-05-25 nekral-guest * libmisc/yesno.c: yes_or_no returns a bool instead...
2008-05-25 nekral-guest(failcheck): The failed argument is a bool.
2008-05-25 nekral-guestAvoid implicit conversion of integers to booleans.
2008-05-25 nekral-guest * libmisc/rlogin.c: Avoid assignments in comparisons.
2008-05-25 nekral-guest * libmisc/failure.c (failcheck): The failed argument...
2008-05-25 nekral-guest * libmisc/myname.c: Avoid assignments in comparisons.
2008-05-25 nekral-guest(no commit message)
2008-05-25 nekral-guest * libmisc/utmp.c (checkutmp): Change picky argument...
2008-05-25 nekral-guest* Change type of added to bool.
2008-05-25 nekral-guest* hushed returns a bool instead of int.
2008-05-25 nekral-guest* is_my_tty returns a bool.
2008-05-25 nekral-guest* Avoid assignment in comparisons, implicit comparison...
2008-05-25 nekral-guest * libmisc/chkname.h, libmisc/chkname.c: check_group_na...
2008-05-25 nekral-guestAvoid implicit conversion of integers / pointers to...
2008-05-25 nekral-guestAvoid implicit conversion of integers / pointers to...
2008-05-24 nekral-guest * libmisc/copydir.c (remove_tree): As we always use...
2008-05-24 nekral-guest * libmisc/fields.c: Avoid assignments in comparisons...
2008-05-24 nekral-guestSimply passwd_check since it's never used when configur...
2008-05-24 nekral-guest * libmisc/list.c: Avoid assignments in comparisons...
2008-05-24 nekral-guest Fix compiler warnings:
2008-05-23 nekral-guestUse fputs rather than fprintf for constant strings.
next