2009-05-09 |
nekral-guest | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-05-09 |
nekral-guest | * libmisc/non_interactive_pam_conv.c, |
commit | commitdiff | tree | snapshot |
2009-05-09 |
nekral-guest | * libmisc/pam_pass.c: Removed comment regarding pam_mi... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
nekral-guest | * man/login.defs.5.xml: PAM enabled chpasswd do not... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
nekral-guest | * man/passwd.1.xml: Differentiate the files used for... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
nekral-guest | * man/chpasswd.8.xml: Describe how chpasswd in case... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
nekral-guest | * src/login.c: failcount does not need to be signed. |
commit | commitdiff | tree | snapshot |
2009-05-09 |
nekral-guest | * src/Makefile.am: PAM enabled chpasswd now needs... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
nekral-guest | * src/chpasswd.c: Added the line number when an error... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
nekral-guest | * src/passwd.c: Exit immediately when unlocking a... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
nekral-guest | * src/nologin.c: Include <stdlib.h> to get EXIT_FAILURE. |
commit | commitdiff | tree | snapshot |
2009-05-09 |
bubulle | Russian completed |
commit | commitdiff | tree | snapshot |
2009-05-08 |
bubulle | Russian translation update |
commit | commitdiff | tree | snapshot |
2009-05-08 |
bubulle | Completed German translation |
commit | commitdiff | tree | snapshot |
2009-05-07 |
bubulle | German translation update |
commit | commitdiff | tree | snapshot |
2009-05-03 |
nekral-guest | * NEWS, configure.in: Fix build failure on non-PAM... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
nekral-guest | * lib/commonio.c: Ignore teh return values of fclose... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
nekral-guest | * lib/getulong.c: Added splint annotations. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
nekral-guest | * src/newgrp.c, src/chfn.c, src/groupmems.c, src/userm... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
nekral-guest | * libmisc/getgr_nam_gid.c, lib/get_gid.c, lib/get_pid.c, |
commit | commitdiff | tree | snapshot |
2009-04-30 |
nekral-guest | * lib/exitcodes.h: Define E_SUCCESS as EXIT_SUCCESS... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | Fix some splint warnings. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | Restore string. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | * NEWS, src/chpasswd.c: Added support for changing... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | * lib/defines.h: Include <utmpx.h> and <utmp.h> to... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | * src/login.c: Change a snprintf() to strncpy(). There... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | Re-indent, reformat #ifndef blocks. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | * src/passwd.c: Harmonize status report at the end... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | * src/chgpasswd.c, src/newusers.c: There is no need... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | * src/newusers.c: There is no need to test for 0 after |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | * libmisc/Makefile.am, lib/prototypes.h, |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | * lib/prototypes.h: Replace #if by #ifdef |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | * libmisc/utmp.c, src/userdel.c, src/logoutd.c: Replac... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | * src/vipw.c: Harmonize messages. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | * src/lastlog.c: Replace atoi() by getulong(). |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | * libmisc/failure.h: Replace HAVE_UTMPX_H by USE_UTMPX. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | * libmisc/rlogin.c: Replace atoi() by getulong(). |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | * libmisc/failure.c: Replace HAVE_UTMPX_H by USE_UTMPX. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | * libmisc/chkname.c: Do not include <utmp.h> and ... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
nekral-guest | * libmisc/limits.c: Replace strtol() by getlong(). |
commit | commitdiff | tree | snapshot |
2009-04-27 |
nekral-guest | * man/groupmod.8.xml, man/usermod.8.xml, man/groupadd... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
nekral-guest | * src/login.c: Move update_utmp() after the PID or... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
nekral-guest | * src/login.c: Reuse a string and avoid an untranslate... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
nekral-guest | * src/login.c: Replace HAVE_UTMPX_H by USE_UTMPX. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
nekral-guest | * src/groupadd.c, lib/commonio.c, lib/groupio.c: Added... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
nekral-guest | * src/groupadd.c: Added missing include of <assert.h> |
commit | commitdiff | tree | snapshot |
2009-04-27 |
nekral-guest | * lib/prototypes.h: Replace HAVE_UTMPX_H by USE_UTMPX. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
nekral-guest | * libmisc/mail.c, libmisc/copydir.c: Added missing... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
nekral-guest | * libmisc/env.c: Added assertions on the snprintf... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
nekral-guest | * libmisc/utmp.c: Replace HAVE_UTMPX_H by USE_UTMPX. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
nekral-guest | * NEWS, configure.in: Added configure option --enable... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
nekral-guest | * man/po/fr.po: Fix typo. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
nekral-guest | * src/newgrp.c: Close the databases before changing... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
nekral-guest | * libmisc/myname.c: Updated splint annotations. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
nekral-guest | * lib/commonio.c: Added splint annotations. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
nekral-guest | * src/passwd.c: Do not freecon strings duplicated... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
bubulle | Updated Czech translation |
commit | commitdiff | tree | snapshot |
2009-04-25 |
nekral-guest | Updated splint annotations. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
nekral-guest | Updated splint annotations. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
nekral-guest | * lib/commonio.c: Do not assumes eptr is always notnull. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
nekral-guest | Updated splint annotations. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
nekral-guest | * lib/commonio.h, lib/commonio.c: Added splint annotat... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
nekral-guest | * NEWS, po/pt.po: Updated Portuguese translation. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * libmisc/copydir.c: Added splint annotations. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * lib/prototypes.h: Added prototypes of getulong(... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * lib/commonio.c: Use get_pid() instead of strtol. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * lib/commonio.h: Added splint annotations. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * lib/sgroupio.c: Free allocated structures on failure. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * lib/Makefile.am, lib/get_pid.c, lib/getulong.c:... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * lib/getlong.c: Do not check for NULL string but... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * lib/groupio.c: Updated splint annotations. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * src/useradd.c: Check assumptions on snprintf(). |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * src/lastlog.c: Remove function calls from within... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * libmisc/obscure.c: Change some int to size_t. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * libmisc/console.c: Use a less disturbing construct... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * libmisc/limits.c: Parse the limits, umask, nice... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * libmisc/salt.c: In case gettimeofday() fails, get... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * libmisc/setupenv.c: Prefer snprintf to sprintf,... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * libmisc/loginprompt.c: Prefer snprintf to sprintf... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * src/faillog.c: Remove function calls from within... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
nekral-guest | * libmisc/mail.c: Ignore the return value of puts(). |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * lib/commonio.c, lib/commonio.h, lib/groupio.c, lib... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * lib/pwauth.c: Use a boolean for wipe_clear_pass... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * src/groupmod.c: Cast ID to ulongs and use ulong... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * src/newgrp.c: Added splint annotations. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * libmisc/pwdcheck.c (passwd_check): The progname... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * libmisc/setupenv.c: Avoid assignments in comparisons. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * libmisc/find_new_gid.c, libmisc/find_new_uid.c, |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * libmisc/loginprompt.c: Use exit(EXIT_FAILURE) instead of |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * libmisc/env.c, libmisc/age.c: Added splint annotations. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * lib/fputsx.c, lib/gshadow.c, lib/commonio.h: Added... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * lib/gshadow.c, lib/commonio.h: Added splint annotations. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * lib/getdef.c: Added splint annotations. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * lib/get_gid.c: gidstr should not be NULL, but the... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * src/faillog.c: Added splint annotations. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * src/grpck.c: Ignore puts return value. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * src/lastlog.c: Use EXIT_FAILURE / EXIT_SUCCESS for... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * src/newgrp.c: Added assertion to guide splint (and... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * libmisc/find_new_gid.c: Use booleans instead of... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
nekral-guest | * libmisc/yesno.c: Ignore the return value of puts. |
commit | commitdiff | tree | snapshot |
next |