2008-06-14 |
nekral-guest | * lib/getdef.c: Fix the getdef_ulong() prototype. |
commit | commitdiff | tree | snapshot |
2008-06-14 |
nekral-guest | * src/lastlog.c: Use getrange to parse the range of... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
nekral-guest | * libmisc/getlong.c: Reset errno before calling strtol(). |
commit | commitdiff | tree | snapshot |
2008-06-14 |
nekral-guest | * libmisc/Makefile.am, libmisc/getrange.c: Added funct... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
nekral-guest | * src/chsh.c: <signal.h> is not needed. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * lib/prototypes.h: Define AUDIT_NO_ID to (unsigned... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * lib/shadow.c: Use SHADOW_SP_FLAG_UNSET for the initial |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * lib/commonio.c: len should be typed ssize_t as it... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * libmisc/find_new_ids.c: Use getdef_ulong to retrieve... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * lib/gshadow.c: Use a bool when possible instead... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * lib/groupio.c: Add brackets. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * lib/sgetspent.c: Use SHADOW_SP_FLAG_UNSET for the... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * lib/getdef.h, lib/getdef.c: Add getdef_ulong(). |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/id.c: Make sure malloc receives a size_t. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/sulogin.c: Ignore the return value of signal(). |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/groups.c: sys_ngroups is only used when HAVE_GET... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/faillog.c: Ignore return value of time() when... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/login.c: Ignore the return value of signal(). |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/chage.c: Add the arguments' names in the functions |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/groupadd.c: The ID argument of audit_logger... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/pwck.c: Use a %lu format and cast group and... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/passwd.c: Ignore return value of time() when... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/groupmod.c: The ID argument of audit_logger... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/useradd.c: The ID argument of audit_logger is... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/su.c: fork() and waitpid() return a pid_t, not... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/groupdel.c: The ID argument of audit_logger... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/expiry.c: Ignore the return value of signal(). |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/newusers.c: Fix the check for GID/UID validity. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/usermod.c: Cast dates to time_t, and number... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/logoutd.c: Ignore return value of time() when... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/pwconv.c: Use SHADOW_SP_FLAG_UNSET for the initial |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/gpasswd.c: The ID argument of audit_logger is... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/userdel.c: The ID argument of audit_logger is... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * src/newgrp.c: Use a %lu format and cast group and... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * libmisc/isexpired.c: Cast number of days to a long... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * libmisc/copydir.c: Do not specify a size of arrays... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * libmisc/pwd2spwd.c: Cast number of days to a long... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * lib/defines.h: Include <config.h> since it uses... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * libmisc/sulog.c: Ignore the return value of umask... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * libmisc/log.c: Avoid assignments in comparisons. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * libmisc/strtoday.c: Avoid implicit conversion of... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * libmisc/salt.c: Use a size_t for the size of strings... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * libmisc/age.c: fork() and wait return a pid_t, not... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * libmisc/rlogin.c: The size argument of read() is... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * libmisc/failure.c: Avoid assignments in comparisons. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * libmisc/chowntty.c: Avoid assignments in comparisons. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * libmisc/audit_help.c: Add brackets. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * libmisc/addgrps.c: Avoid implicit conversion of... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * libmisc/utmp.c: Avoid implicit conversion of pointers to |
commit | commitdiff | tree | snapshot |
2008-06-13 |
nekral-guest | * libmisc/console.c, libmisc/hushed.c, libmisc/yesno.c, |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | Avoid implicit conversion of pointers to booleans. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | Add brackets. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * src/pwck.c: Use a bool when possible instead of... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * src/su.c: Use a bool when possible instead of int... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * lib/prototypes.h, libmisc/valid.c: Change the protot... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | Avoid implicit conversion of integer to boolean. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * lib/commonio.c: Add brackets and parenthesis. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * lib/prototypes.h: Fix the prototypes to match earlie... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | Fix typo. Compil fix. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * lib/nscd.c: Include defines.h. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * lib/port.c: Add brackets and parenthesis. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * src/id.c: Ignore the return value of fputs(), puts... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * src/chsh.c: Use a bool when possible instead of... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * src/grpunconv.c: Use a bool when possible instead... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * src/sulogin.c: Ignore return value of setlocale(), |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * src/groups.c: Use a bool when possible instead of... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | re-indent. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * src/grpconv.c: Use a bool when possible instead... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * src/faillog.c: Use a bool when possible instead... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * src/login.c: Avoid multi-statements lines. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * src/chage.c: Use a bool when possible instead of... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * src/groupadd.c: Use a bool when possible instead... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * src/pwck.c: Use a bool when possible instead of... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * src/passwd.c: Use a bool when possible instead of... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
nekral-guest | * src/groupmod.c: Use a bool when possible instead... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/su.c: Ignore return value of setlocale(), |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/useradd.c: Use a bool when possible instead... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/vipw.c: Use a bool when possible instead of... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/chgpasswd.c: Use a bool when possible instead... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/groupdel.c: Use a bool when possible instead... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/expiry.c: Ignore return value of setlocale(), |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | Add brackets and parenthesis. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/pwunconv.c: Use a bool when possible instead... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/usermod.c: Use a bool when possible instead... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/groupmems.c: Move the declaration of option_inde... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/chfn.c: Use a bool when possible instead of... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/logoutd.c: Use a bool when possible instead... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/chpasswd.c: Use a bool when possible instead... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/pwconv.c: Use a bool when possible instead of... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * NEWS, src/newusers.c: Implement the -r, --system... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/gpasswd.c: Use a bool when possible instead... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/grpck.c: Use a bool when possible instead of... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/lastlog.c: Use a bool when possible instead... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/userdel.c: Use a bool for the is_shadow_pwd... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/login_nopam.c: Do not use the YES and NO macros... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * src/newgrp.c: Use a bool for is_newgrp, notfound... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * libmisc/list.c: Change is_on_list() prototype to... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * libmisc/find_new_ids.c: Change find_new_uid() and... |
commit | commitdiff | tree | snapshot |
2008-06-09 |
nekral-guest | * libmisc/console.c: Change is_listed() prototype... |
commit | commitdiff | tree | snapshot |
next |