]> granicus.if.org Git - shadow/history - lib
* src/groupmod.c: Check atexit failures.
[shadow] / lib /
2011-08-15 nekral-guest * src/su.c: Added const modifiers.
2011-08-14 nekral-guest * src/chgpasswd.c: Add splint annotations.
2011-08-14 nekral-guest * lib/gshadow_.h: Fix typo in comment.
2011-08-14 nekral-guest * lib/prototypes.h, libmisc/getgr_nam_gid.c: getgr_nam...
2011-07-30 nekral-guest * lib/commonio.c: Display PID as unsigned long.
2011-07-28 nekral-guest * lib/commonio.c: Fix NIS commit from 2011-07-14.
2011-07-14 nekral-guest * NEWS, lib/commonio.h, lib/commonio.c: Additional...
2011-07-08 nekral-guest * lib/fields.c: Fixed typo from 2010-02-15. field...
2011-06-13 nekral-guest * lib/prototypes.h, src/suauth.c, src/su.c (check_su_a...
2011-02-16 nekral-guest * lib/groupio.c, lib/sgroupio.c, lib/shadowio.c, lib...
2010-08-28 nekral-guest * lib/protoypes.h, libmisc/copydir.c, src/useradd.c:
2010-08-22 nekral-guest * libmisc/limits.c: Avoid implicit conversion of integ...
2010-08-22 nekral-guestUpdated copyrights.
2010-08-22 nekral-guest * libmisc/obscure.c, lib/prototypes.h (obscure): Retur...
2010-08-21 nekral-guest * libmisc/copydir.c, lib/prototypes.h: Caller can...
2010-08-21 nekral-guest * libmisc/console.c, libmisc/motd.c, libmisc/setupenv.c,
2010-08-20 nekral-guest * lib/groupio.c: Avoid implicit conversion from signed...
2010-08-20 nekral-guest * lib/commonio.c: Make sure there are no NULL pointer...
2010-08-20 nekral-guest * lib/prototypes.h, libmisc/list.c: dup_list() and...
2010-08-20 nekral-guest * lib/commonio.c: Avoid multi-statements lines.
2010-04-04 nekral-guest2010-04-04 Nicolas François <nicolas.francois@central...
2010-03-30 nekral-guest * po/POTFILES.in, libmisc/Makefile.am, lib/prototypes.h,
2010-03-23 nekral-guest * lib/utent.c (getutline): Remove getutline(). This...
2010-03-20 nekral-guest * lib/groupio.c: Fix memory management insplit_groups().
2010-03-19 nekral-guest * src/useradd.c, lib/commonio.c, po/POTFILES.in: Fix...
2010-03-18 nekral-guest * lib/commonio.c: Stop sorting entries when we reach...
2010-03-18 nekral-guest * lib/tcbfuncs.h: Re-indent.
2010-03-18 nekral-guestReverse comparison for consistency.
2010-03-18 nekral-guest * src/userdel.c, src/usermod.c, src/vipw.c, src/useradd.c,
2010-03-18 nekral-guest * lib/tcbfuncs.c: Re-indent.
2010-03-18 nekral-guest * lib/tcbfuncs.c: Added brackets and parenthesis.
2010-03-18 nekral-guest * lib/tcbfuncs.c: Avoid implicit int to mode_t conversion.
2010-03-18 nekral-guest * lib/tcbfuncs.c: move_dir() and shadowtcb_move()...
2010-03-18 nekral-guest * lib/tcbfuncs.c: Removed dead return.
2010-03-18 nekral-guest * lib/tcbfuncs.c: Include prototypes.h for the definit...
2010-03-18 nekral-guestAdded splint annotations.
2010-03-18 nekral-guest * lib/tcbfuncs.c: Avoid integer to char conversions.
2010-03-18 nekral-guest * lib/tcbfuncs.c: Avoid implicit signed to unsigned...
2010-03-18 nekral-guest * lib/tcbfuncs.c: Ignore fflush() return value.
2010-03-18 nekral-guest * lib/tcbfuncs.c: Include shadowio.h, needed for the
2010-03-18 nekral-guestFix typos.
2010-03-18 nekral-guest * lib/tcbfuncs.c: Do not free path before its last...
2010-03-18 nekral-guestAvoid implicit conversion of pointers .
2010-03-18 nekral-guest * lib/tcbfuncs.c: Avoid implicit conversion of pointers or
2010-03-18 nekral-guest * lib/tcbfuncs.c: Only FreeBSD specify that the return...
2010-03-18 nekral-guest * lib/commonio.c: Ignore the return value of close...
2010-03-17 nekral-guest * lib/tcbfuncs.h: Added type shadowtcb_status.
2010-03-17 nekral-guest * lib/commonio.c: Avoid implicit conversion of pointers to
2010-03-16 nekral-guest * po/POTFILES.in, lib/tcbfuncs.c: Add more strings for
2010-03-11 nekral-guest * lib/commonio.c: Re-indent.
2010-03-11 nekral-guest * lib/shadowio.c: Re-indent.
2010-03-10 nekral-guest2010-02-14 Michael Bunk <mb@computer-leipzig.com>
2010-03-04 nekral-guest2010-01-30 Paweł Hajdan, Jr. <phajdan.jr@gentoo.org>
2009-09-08 nekral-guest * lib/commonio.c: Avoid pre-decrement operator (-...
2009-09-07 nekral-guest * lib/shadowmem.c: Only copy the required fields of...
2009-09-07 nekral-guest * lib/sgroupio.h: Harmonize splint annotations of...
2009-09-07 nekral-guest2009-09-07 Steve Grubb <sgrubb@redhat.com>
2009-09-04 nekral-guest * src/useradd.c: Fixed wrong format string.
2009-06-12 nekral-guest * lib/fputsx.c: Compare the result of fgets() with...
2009-06-12 nekral-guest * lib/gshadow.c: Removed limitation on the length...
2009-05-18 nekral-guest * src/userdel.c, libmisc/user_busy.c, libmisc/Makefile.am,
2009-05-10 nekral-guest * lib/commonio.c: Avoid PATH_MAX. On glibc, we can...
2009-05-09 nekral-guestFix typos.
2009-05-09 nekral-guest * libmisc/non_interactive_pam_conv.c,
2009-04-30 nekral-guest * lib/commonio.c: Ignore teh return values of fclose...
2009-04-30 nekral-guest * lib/getulong.c: Added splint annotations.
2009-04-30 nekral-guest * libmisc/getgr_nam_gid.c, lib/get_gid.c, lib/get_pid.c,
2009-04-30 nekral-guest * lib/exitcodes.h: Define E_SUCCESS as EXIT_SUCCESS...
2009-04-28 nekral-guest * lib/defines.h: Include <utmpx.h> and <utmp.h> to...
2009-04-28 nekral-guest * lib/prototypes.h: Replace #if by #ifdef
2009-04-27 nekral-guest * src/groupadd.c, lib/commonio.c, lib/groupio.c: Added...
2009-04-27 nekral-guest * lib/prototypes.h: Replace HAVE_UTMPX_H by USE_UTMPX.
2009-04-26 nekral-guest * lib/commonio.c: Added splint annotations.
2009-04-25 nekral-guestUpdated splint annotations.
2009-04-25 nekral-guestUpdated splint annotations.
2009-04-25 nekral-guest * lib/commonio.c: Do not assumes eptr is always notnull.
2009-04-25 nekral-guestUpdated splint annotations.
2009-04-25 nekral-guest * lib/commonio.h, lib/commonio.c: Added splint annotat...
2009-04-24 nekral-guest * lib/prototypes.h: Added prototypes of getulong(...
2009-04-24 nekral-guest * lib/commonio.c: Use get_pid() instead of strtol.
2009-04-24 nekral-guest * lib/commonio.h: Added splint annotations.
2009-04-24 nekral-guest * lib/sgroupio.c: Free allocated structures on failure.
2009-04-24 nekral-guest * lib/Makefile.am, lib/get_pid.c, lib/getulong.c:...
2009-04-24 nekral-guest * lib/getlong.c: Do not check for NULL string but...
2009-04-24 nekral-guest * lib/groupio.c: Updated splint annotations.
2009-04-23 nekral-guest * lib/commonio.c, lib/commonio.h, lib/groupio.c, lib...
2009-04-23 nekral-guest * lib/pwauth.c: Use a boolean for wipe_clear_pass...
2009-04-23 nekral-guest * libmisc/find_new_gid.c, libmisc/find_new_uid.c,
2009-04-23 nekral-guest * lib/fputsx.c, lib/gshadow.c, lib/commonio.h: Added...
2009-04-23 nekral-guest * lib/gshadow.c, lib/commonio.h: Added splint annotations.
2009-04-23 nekral-guest * lib/getdef.c: Added splint annotations.
2009-04-23 nekral-guest * lib/get_gid.c: gidstr should not be NULL, but the...
2009-04-23 nekral-guest * libmisc/xgetXXbyYY.c, libmisc/myname.c, libmisc...
2009-04-22 nekral-guestFix typo.
2009-04-22 nekral-guest * lib/defines.h: Added splint definitions to replace...
2009-04-22 nekral-guest * libmisc/utmp.c, libmisc/age.c, libmisc/shell.c,...
2009-04-22 nekral-guest * lib/defines.h: Define USER_NAME_MAX_LENGTH, based...
2009-04-21 nekral-guest * libmisc/utmp.c: Reworked. Get rid of Linux specific...
2009-04-21 nekral-guest * lib/shadowmem.c: Added spw_free().
2009-04-21 nekral-guest * lib/defines.h: Added MIN and MAX macros.
next