2008-01-05 |
nekral-guest | * libmisc/pwdcheck.c: Do not include <pwd.h>. Include... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | Fix the do_pam_passwd() prototype (it returns void). |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | do_pam_passwd should not have been defined static,... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | Remove prototype of putgrent(), add parameter's name... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | Add option --password to groupadd and groupmod (similar... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | Remove the declaration of getutent(), getutline(),... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | stat shadows another stat variable. Remove this |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | Changelog entry forgotten in previous src/gshadow.c... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | The prototypes of fgetsx() and fputsx() are already... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | loginsh is a global variable, use newshell for the... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | login_prompt is the name of a function, use loginprompt... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | Make a proper prototype for the main() function declara... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | Add changelog entry for previous commit. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | Add missing include "shadowio.h". (This was OK as long... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | * libmisc/pam_pass.c: Define do_pam_passwd() as static... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | Include config.h as a system include, as recommended... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | Define is_listed() as static and add its prototype. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | Include "prototypes.h" to make sure the exported protot... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | "shadowio.h" was included for the definition of the... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
nekral-guest | grent.c does not exist anymore. Remove the putgrent... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Add the syslog_sg prototype. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Also split syslog_sg() out of main(). |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Remove duplicate logging to syslog. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Split check_perms() out of main(). |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Avoid assignments in conditionals. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Avoid assignments in conditionals. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | (split_groups): Test the pointer returned by malloc. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Document add_one_entry_nis(), write_all(), commonio_rem... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Fix typo s/groupadd/chpasswd/ |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | New TODO item: |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Fix typo s/groupadd/chage/ |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Fix typo s/groupadd/chgpasswd/. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Avoid implicit conversions to booleans. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Avoid implicit brackets. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Re-indent. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Avoid implicit conversions to booleans. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | use_system_pw_file and use_system_spw_file were not... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Re-indent. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Avoid implicit brackets. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | ignore libmisc.a |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | No functional changes were introduced by the previous... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | * Fix open_files prototype (void argument). |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Fix typos in comments (gshadow/shadow). |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Simplify pwck's main(). Remove gotos. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Split also check_pw_file() and check_spw_file() out... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Also split open_files and close_files out of main(). |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Split process_flags() out of main(). New global variabl... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | De-comment code (duplicate the entry when the _R functi... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | * src/lastlog.c: Remove statbuf, not used. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Avoid ?: construct without the middle term. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Forgot to commit that one. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | * libmisc/copydir.c, src/usermod.c, lib/prototypes... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Avoid empty file when WITH_AUDIT is not set. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | * libmisc/limits.c, libmisc/obscure.c, src/login_nopam.c, |
commit | commitdiff | tree | snapshot |
2008-01-01 |
nekral-guest | Remove inaccurate documentation. |
commit | commitdiff | tree | snapshot |
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 |
next |