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 |
2008-05-26 |
nekral-guest | * lib/sgetspent.c: Add brackets and parenthesis. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | Avoid assignments in comparisons. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | Do not check twice if fields[2] and fields[3] are not... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | * lib/sgetpwent.c: Avoid implicit conversion of pointe... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | * Avoid implicit conversion of pointers to booleans. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | * libmisc/getdate.y: abbrev is a bool. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | * lib/prototypes.h: Fix prototypes according to earlie... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | Add protection against multiple inclusions. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | Indicate that defines.h is included for the definition... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | The changed, isopen, locked, and readonly fields of... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | * lib/pwio.h: Add protection against multiple inclusions. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | * lib/sgroupio.c: Avoid assignments in comparisons. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | * lib/shadowio.h, lib/shadowio.c: spw_file_present... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | * lib/sgroupio.c: Avoid assignments in comparisons. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | * lib/gshadow.c: nis_used and nis_bound are booleans. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | Add protection against multiple inclusion |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | The changed, isopen, locked, and readonly fields of... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | * lib/sgetgrent.c: implicit conversion of pointers... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | * lib/encrypt.c: Avoid implicit conversion of pointers... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | * lib/port.c: Avoid implicit conversion of pointers... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | * lib/fputsx.c: Add brackets. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | * lib/commonio.h: commonio_entry.changed, commonio_db... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | checkutmp is implemented twice. I only changed the... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | * libmisc/isexpired.c: ARGSUSED is no more needed... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | * libmisc/sulog.c (sulog): The success argument is... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | Updated copyright dates. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
nekral-guest | * libmisc/ttytype.c: Avoid implicit conversion of... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * libmisc/mail.c: Avoid implicit conversion of pointer... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * libmisc/loginprompt.c: Avoid implicit conversion... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | Avoid implicit conversion of chars to booleans. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | selinux_checked, selinux_enabled, and set_orig are... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * libmisc/setugid.c (setup_uid_gid): The is_console... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * libmisc/setugid.c (setup_uid_gid): The is_console... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * libmisc/pam_pass.c (do_pam_passwd): The silent and |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | Updated copyright dates. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | Updated copyright dates. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * libmisc/getlong.c: Avoid implicit conversion of... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * libmisc/valid.c: Avoid implicit conversion of pointe... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * libmisc/yesno.c: yes_or_no returns a bool instead... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | (failcheck): The failed argument is a bool. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | Avoid implicit conversion of integers to booleans. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * libmisc/rlogin.c: Avoid assignments in comparisons. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * libmisc/failure.c (failcheck): The failed argument... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * libmisc/myname.c: Avoid assignments in comparisons. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | (no commit message) |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * libmisc/utmp.c (checkutmp): Change picky argument... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * Change type of added to bool. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * hushed returns a bool instead of int. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * lib/getdef.h, lib/getdef.c: getdef_bool returns... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | Allow usage of booleans in the source. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * is_my_tty returns a bool. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * Avoid assignment in comparisons, implicit comparison... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | * libmisc/chkname.h, libmisc/chkname.c: check_group_na... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | Avoid implicit conversion of integers / pointers to... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | Avoid implicit conversion of integers / pointers to... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | Allow usage of booleans in the source. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
nekral-guest | Allow --disable-man and --enable-man=no. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
nekral-guest | Set the version to 4.1.2. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
nekral-guest | Prepare the 4.1.2 release |
commit | commitdiff | tree | snapshot |
2008-05-24 |
nekral-guest | Run msgmerge with --previous. (This requires gettext... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
nekral-guest | * libmisc/copydir.c (remove_tree): As we always use... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
nekral-guest | * libmisc/fields.c: Avoid assignments in comparisons... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
nekral-guest | Simply passwd_check since it's never used when configur... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
nekral-guest | * libmisc/list.c: Avoid assignments in comparisons... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
nekral-guest | Fix compiler warnings: |
commit | commitdiff | tree | snapshot |
2008-05-23 |
nekral-guest | Use fputs rather than fprintf for constant strings. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
nekral-guest | Added TODO items. |
commit | commitdiff | tree | snapshot |
2008-05-21 |
nekral-guest | Indicate that login should be executed with "exec login... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
nekral-guest | Remove the advices for the choice of a good password... |
commit | commitdiff | tree | snapshot |
next |