2008-01-01 |
nekral-guest | Add missing prototype declarations. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | I forgot to mention compare_members_lists(). |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Split check_members() out of check_grp_file() and check... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Split check_grp_file() and check_sgr_file() out of... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Split process_flags(), open_files(), and close_files... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | If remove-potcdate.sin does not exist, use the one... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | Compilation fix. pamh needs to be global since the... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | Compilation fix. user was removed from the list of... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | Fix the type of the bitfields in the commonio_entry... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | Re-indent. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | Re-indent. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | Avoid assignments in comparisons. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | Avoid implicit brackets. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | (compil fix) Use pw->pw_name instead of user. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | sflg needs to be global. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | Also split update_shell() out of main(). |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | * Split also check_perms() out of main(). |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | Split process_flags() out of main(). |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | Avoid assignments in comparisons. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | Avoid assignments in comparisons. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | Avoid implicit conversions to booleans. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | Document may_change_field(). |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | Avoid implicit brackets. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | * New function: process_flags() split out of main(). |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | * src/newusers.c: Compilation fix for PAM support ... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | Sort the tools in the NEWS entries of 4.1.1. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | Rewrote to match the previous commit message. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
nekral-guest | * src/chage.c: Fix typo: s/maximim/maximum/ |
commit | commitdiff | tree | snapshot |
2007-12-30 |
nekral-guest | * Compilation fix for PAM support (pamh needs to be |
commit | commitdiff | tree | snapshot |
2007-12-30 |
nekral-guest | Compilation fix for non-gshadow support. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
nekral-guest | I forgot to open and close gshadow. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
nekral-guest | Added support for gshadow. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
nekral-guest | Do not add the new user to the group's members, because... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
nekral-guest | Avoid variables with the name of a type. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
nekral-guest | Avoid assignments in comparisons. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
nekral-guest | Avoid implicit brackets and re-indent. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
nekral-guest | Before pam_end(), the return value of the previous |
commit | commitdiff | tree | snapshot |
2007-12-29 |
nekral-guest | newusers cleanups |
commit | commitdiff | tree | snapshot |
2007-12-29 |
nekral-guest | Avoid assignments in comparisons. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
nekral-guest | Re-indent. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
nekral-guest | * Avoid implicit brackets. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
nekral-guest | Remove dead code. It was probably put here to add more |
commit | commitdiff | tree | snapshot |
2007-12-29 |
nekral-guest | Avoid using a variable with the same name as a type. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
nekral-guest | chage cleanups |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | * src/chgpasswd.c: Avoid assignments in comparisons. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | Same changes as for chpasswd: |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | Same changes as for chpasswd: |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | Avoid implicit brackets. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | Re-indent. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | Re-indent. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | Avoid assignments in comparisons. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | Other new functions: open_files(), close_files(). |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | New functions: process_flags(), check_flags(), |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | Before pam_end(), the return value of the previous |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | New function check_flags(). Split the validation of |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | (main, check_perms): New function check_perms(). |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | (main): Before pam_end(), the return value of the previ... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | Re-indent. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | (process_flags): prefer fail_exit to exit. This avoid |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | I forgot the initialization of group_id in find_new_gid(). |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | * process_args renamed process_flags |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | Split the processing of options out of main(). |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | find_new_gid is never called when an |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | typo cleared/clearer |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | (find_new_gid): If oflg is set, gflg is also set. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | A group with the specified name cannot exist at that... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | Avoid implict brackets. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | When compiled without AUDIT support, if the return... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | Document the new functions. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | Other cleanups and documentation. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | Stop at the first error. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | Avoid assignement in comparison. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
nekral-guest | Avoid implicit conversions to booleans. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
nekral-guest | Avoid implicit casts. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
nekral-guest | Avoid implicit brackets. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
nekral-guest | Document selinux_file_context. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
nekral-guest | Avoid assignment in comparisons. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
nekral-guest | libmisc/copydir.c cleanup |
commit | commitdiff | tree | snapshot |
2007-12-27 |
nekral-guest | Avoid implicit conversions to booleans. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
nekral-guest | Avoid assignment in comparisons. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
nekral-guest | Document check_list's return value. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
nekral-guest | Avoid implicit brackets. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
nekral-guest | Simplify gpasswd's main(): |
commit | commitdiff | tree | snapshot |
2007-12-27 |
nekral-guest | Simplify gpasswd's main(): |
commit | commitdiff | tree | snapshot |
2007-12-27 |
nekral-guest | Simplify gpasswd's main(): |
commit | commitdiff | tree | snapshot |
2007-12-27 |
nekral-guest | Simplify gpasswd's main(): |
commit | commitdiff | tree | snapshot |
2007-12-27 |
nekral-guest | Simplify gpasswd's main(): |
commit | commitdiff | tree | snapshot |
2007-12-27 |
nekral-guest | gpasswd cleanup |
commit | commitdiff | tree | snapshot |
2007-12-26 |
nekral-guest | Recommend editing the shadowed (resp. regular) file... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
nekral-guest | End of the previous changelog entry... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
nekral-guest | Merge Debian's patch 451_login_PATH |
commit | commitdiff | tree | snapshot |
2007-12-26 |
nekral-guest | If started as init, login and sulogin need to start... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
nekral-guest | Merge Debian's patch 408_passwd_check_arguments |
commit | commitdiff | tree | snapshot |
2007-12-26 |
nekral-guest | Re-indent. |
commit | commitdiff | tree | snapshot |
2007-12-26 |
nekral-guest | Merge Debian's patch 412_lastlog_-u_numerical_range |
commit | commitdiff | tree | snapshot |
2007-12-26 |
nekral-guest | Merge Debian's patch 466_fflush-prompt |
commit | commitdiff | tree | snapshot |
2007-12-26 |
nekral-guest | su's arguments are now reordered. If needed, use -... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
nekral-guest | Merge RedHat's patch shadow-4.0.18.1-mtime.patch: |
commit | commitdiff | tree | snapshot |
2007-12-26 |
nekral-guest | Mention RedHat's patches for previous commits. |
commit | commitdiff | tree | snapshot |
2007-12-26 |
nekral-guest | Add option -l to avoid adding the user to the lastlog... |
commit | commitdiff | tree | snapshot |
next |