2009-01-21 |
nekral-guest | - newusers should use the CREATE_HOME variable (and... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
nekral-guest | * etc/login.defs: Improve the documentation of UMASK. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
nekral-guest | * man/useradd.8.xml, man/login.defs.d/CREATE_HOME... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
nekral-guest | * man/limits.5.xml: Remove space before an end of... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
nekral-guest | * man/login.defs.d/UMASK.xml: Indicate how UMASK is... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
nekral-guest | * NEWS, src/su.c: Preserve COLORTERM in addition to... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
nekral-guest | * libmisc/chkname.c: Use a bool when possible instead... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
nekral-guest | * man/groupadd.8.xml, configure.in, man/config.xml... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
nekral-guest | * src/Makefile.am: Only link with the needed library... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
nekral-guest | * libmisc/cleanup_group.c: Fix compilation when compil... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
nekral-guest | * src/groupdel.c: Remove the fail_exit () declaration. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
nekral-guest | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
nekral-guest | * src/gpasswd.c: Fix the support for usernames with... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
nekral-guest | * libmisc/chkname.c: Remove outdated comments. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
nekral-guest | * src/groupdel.c: Re-indent. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
nekral-guest | * src/groupmod.c: Re-indent. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
nekral-guest | * src/groupadd.c: Re-indent. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
nekral-guest | * libmisc/audit_help.c: Added audit_logger_message... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
nekral-guest | * NEWS, src/gpasswd.c: Added support usernames with... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
nekral-guest | * configure.in: Fix the "$enable_acct_tools_setuid... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
nekral-guest | * NEWS, configure.in, libmisc/chkname.c: make group... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
nekral-guest | * src/su.c: (!USE_PAM) Provide visible information... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
nekral-guest | * man/ja/login.1: Fix the path of the utmp and wtmp... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
nekral-guest | * man/su.1.xml: Fix the su synopsis. username is refer... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
nekral-guest | * libmisc/chowntty.c: Only closelog() when failure... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
nekral-guest | * libmisc/chowntty.c: Improve the logs for fchown... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
nekral-guest | * libmisc/chowntty.c, src/login.c, lib/prototypes... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
nekral-guest | * NEWS, libmisc/chowntty.c, libmisc/utmp.c: is_my_tty... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
nekral-guest | * NEWS, libmisc/chowntty.c: Fix a race condition that... |
commit | commitdiff | tree | snapshot |
2008-10-11 |
nekral-guest | Added todo items for pwck. |
commit | commitdiff | tree | snapshot |
2008-10-11 |
nekral-guest | * man/gshadow.5.xml, man/shadow.5.xml, man/passwd... |
commit | commitdiff | tree | snapshot |
2008-10-11 |
nekral-guest | * man/*.xml, man/login.defs.d/*.xml: Added copyright... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
nekral-guest | * src/login.c: Always check the return value of the... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
nekral-guest | * src/login.c, man/login.1.xml: the username is not... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
nekral-guest | * src/login.c: Erase the username later since it it... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
nekral-guest | * src/login.c: Explicitly tag the end of the #ifdef... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
nekral-guest | * src/login.c: Check that no username is specified... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
nekral-guest | * src/login.c: Copy the name of the user authenticated... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
nekral-guest | * src/login.c: Use a dynamic buffer for usernames. |
commit | commitdiff | tree | snapshot |
2008-09-20 |
nekral-guest | * src/login.c: Existence of pam_user was already check... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
nekral-guest | * src/login.c: check_flags() renamed process_flags... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
nekral-guest | * src/logoutd.c, src/userdel.c: Re-indent. This helps... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
nekral-guest | * src/login.c: Re-indent. |
commit | commitdiff | tree | snapshot |
2008-09-20 |
nekral-guest | * src/login.c: Add missing closing }. This was probabl... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
nekral-guest | * src/login.c: Do not mix USE_PAM and !USE_PAM code. |
commit | commitdiff | tree | snapshot |
2008-09-20 |
nekral-guest | * src/login.c: Use failent_user to log to audit. usern... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
nekral-guest | * man/passwd.1.xml: passwd cannot change the full... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
nekral-guest | * src/useradd.c: Added missing declaration of Mflg. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
nekral-guest | * libmisc/setugid.c, src/login_nopam.c, src/suauth.c, |
commit | commitdiff | tree | snapshot |
2008-09-13 |
nekral-guest | * lib/commonio.c: Ignore the return value of umask... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
nekral-guest | * NEWS, etc/login.defs: New CREATE_HOME variable to... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
nekral-guest | * po/cs.po: Updated Czech translation. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
nekral-guest | * man/login.defs.d/USERGROUPS_ENAB.xml: Fix typo:... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
nekral-guest | * man/groupadd.8.xml: Remove the list of (short) optio... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
nekral-guest | New TODO item. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
nekral-guest | From RedHat's patch shadow-4.1.2-sysAccountDownhill... |
commit | commitdiff | tree | snapshot |
2008-09-07 |
nekral-guest | * configure.in: Fix the dependency of ACCT_TOOLS_SETUID on |
commit | commitdiff | tree | snapshot |
2008-09-07 |
nekral-guest | * libmisc/copydir.c: Call utimes() after closing the... |
commit | commitdiff | tree | snapshot |
2008-09-07 |
nekral-guest | * libmisc/copydir.c, configure.in: Check for the prese... |
commit | commitdiff | tree | snapshot |
2008-09-06 |
nekral-guest | Additional PAM cleanup: |
commit | commitdiff | tree | snapshot |
2008-09-06 |
nekral-guest | Support for blowfish was requested twice. |
commit | commitdiff | tree | snapshot |
2008-09-06 |
nekral-guest | * src/gpasswd.c: Document the long options in the... |
commit | commitdiff | tree | snapshot |
2008-09-06 |
nekral-guest | Remove done item: |
commit | commitdiff | tree | snapshot |
2008-09-06 |
nekral-guest | Remove done item: |
commit | commitdiff | tree | snapshot |
2008-09-06 |
nekral-guest | * NEWS: Added configure --enable-account-tools-setuid... |
commit | commitdiff | tree | snapshot |
2008-09-06 |
nekral-guest | * configure.in: Added option --enable-account-tools... |
commit | commitdiff | tree | snapshot |
2008-09-06 |
nekral-guest | * libmisc/tz.c: tz() is only used when USE_PAM is... |
commit | commitdiff | tree | snapshot |
2008-09-06 |
nekral-guest | * libmisc/tz.c: tz() is only used when USE_PAM is... |
commit | commitdiff | tree | snapshot |
2008-09-06 |
nekral-guest | * src/groupmems.c: Call open_files() and close_files(). |
commit | commitdiff | tree | snapshot |
2008-09-06 |
nekral-guest | Fix typo. s/Prog/%s/ in the format string. |
commit | commitdiff | tree | snapshot |
2008-09-06 |
nekral-guest | * libmisc/obscure.c: Compare characters to '\0', not... |
commit | commitdiff | tree | snapshot |
2008-09-06 |
nekral-guest | * lib/defines.h: Do not include <config.h>. This compl... |
commit | commitdiff | tree | snapshot |
2008-09-06 |
nekral-guest | Remove DONE item. |
commit | commitdiff | tree | snapshot |
2008-09-06 |
nekral-guest | * src/userdel.c, src/newusers.c, src/chpasswd.c, src... |
commit | commitdiff | tree | snapshot |
2008-09-06 |
nekral-guest | * src/newgrp.c, src/userdel.c, src/grpck.c, src/gpasswd.c, |
commit | commitdiff | tree | snapshot |
2008-09-04 |
nekral-guest | * configure.in: Check if AUDIT_ADD_USER, AUDIT_DEL_USER, |
commit | commitdiff | tree | snapshot |
2008-09-04 |
nekral-guest | * src/useradd.c: Fix comment of lflg: it is also used... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
nekral-guest | Updated TODO list. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
nekral-guest | * NEWS, src/groupmems.c, man/groupmems.8.xml: Document... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
nekral-guest | * lib/prototypes.h, libmisc/audit_help.c: Define new... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
nekral-guest | * lib/prototypes.h, libmisc/audit_help.c: Define new... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
nekral-guest | * src/userdel.c: Log failures to remove the mailbox... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
nekral-guest | * src/useradd.c: Log errors to syslog in grp_update... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
nekral-guest | Add Tobias' name. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
nekral-guest | * src/groupmems.c: Remove duplicated gr_open(). |
commit | commitdiff | tree | snapshot |
2008-08-31 |
nekral-guest | * man/useradd.8.xml: Document that -o is only valid... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
nekral-guest | * man/useradd.8.xml: Document the /etc/default/useradd... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
nekral-guest | Added TODO items for useradd. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
nekral-guest | * shadow.spec.in: Fix the source (new FTP). |
commit | commitdiff | tree | snapshot |
2008-08-31 |
nekral-guest | Added TODO items. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
nekral-guest | * src/su.c: Add brackets and parenthesis. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
nekral-guest | * libmisc/list.c: Added assertions for non NULL parame... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
nekral-guest | * libmisc/list.c: Remove historical comment. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
nekral-guest | * src/pwconv.c, src/pwunconv.c: Fail if unexpected... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
nekral-guest | * src/passwd.c: Add brackets and parenthesis. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
nekral-guest | Finish the support for shadow groups. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
nekral-guest | * NEWS, src/groupmems.c, man/groupmems.8.xml: Added... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
nekral-guest | re-indent. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
nekral-guest | * src/groupmems.c: Avoid mixed declarations and code. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
nekral-guest | * src/groupmems.c: The grp structure returned by gr_lo... |
commit | commitdiff | tree | snapshot |
next |