]> granicus.if.org Git - shadow/history - ChangeLog
French translation update (obvious things only)
[shadow] / ChangeLog
2008-02-02 nekral-guestUpdated PO files.
2008-01-26 nekral-guestFix build failures with --disable-shadowgrp. Thanks...
2008-01-24 nekral-guestReplace printf by puts for fixed strings. This would...
2008-01-24 nekral-guestReplace printf by puts for fixed strings. This would...
2008-01-24 nekral-guestReplace printf by puts for fixed strings. This would...
2008-01-24 nekral-guestReplace printf by puts for fixed strings. This would...
2008-01-23 nekral-guestApply Christian's recommendation:
2008-01-23 nekral-guestCheck that the new fields set with -u, -s, -l, -g,...
2008-01-23 nekral-guestAlways define user_newcomment, user_newshell, user_newe...
2008-01-23 nekral-guestuser_newname can only be used in WITH_AUDIT code or...
2008-01-22 nekral-guestFix typo in comment: s/find_new_uid/find_new_gid/
2008-01-22 nekral-guest * s/gid/GID/ in message string.
2008-01-22 nekral-guest* man/grpck.8.xml: Conditionally include the parts...
2008-01-22 nekral-guestFix typo. Remove "the" from "All entries in the <filena...
2008-01-22 nekral-guestIndicate that the shadow parameter is optional (i.e...
2008-01-22 nekral-guestDocument the options with a list of options, as in...
2008-01-21 nekral-guest* NEWS, src/newgrp.c: Fix segfault when an user returns...
2008-01-12 nekral-guest* NEWS, src/useradd.c: Fix the handling of the --defaul...
2008-01-06 nekral-guestAvoid setting the password to a const empty string...
2008-01-06 nekral-guest* libmisc/salt.c: Add prototype for l64a(), gensalt(),
2008-01-06 nekral-guest* lib/Makefile.am: Do not link libshadow.la with the...
2008-01-06 nekral-guest* lib/nscd.c, lib/nscd.h: Set the service parameter of
2008-01-06 nekral-guestRemove prototypes for __gr_dup() and __gr_set_changed().
2008-01-06 nekral-guestSet the method string as a constant string.
2008-01-06 nekral-guestAssume <errno.h> declares errno.
2008-01-06 nekral-guest* Remove prototype for sgetgrent().
2008-01-06 nekral-guestFix typo: s/rend compte indiqué/rend le compte indiqué/
2008-01-06 nekral-guest* Remove prototype of check_su_auth(). It is redundant...
2008-01-06 nekral-guest* libmisc/obscure.c: Tag the `old' parameter of palindr...
2008-01-06 nekral-guest* Remove teh macro definition of SETXXENT_TYPE,
2008-01-06 nekral-guestRemove prototypes for __pw_del_entry(), __pw_get_head...
2008-01-06 nekral-guestAssume optarg and optind are declared in <getopt.h>.
2008-01-06 nekral-guestRemove the pw_name argument of new_pw_passwd. Use the...
2008-01-06 nekral-guest* Removed unused gid parameter of syslog_sg().
2008-01-06 nekral-guestThe crypt_method string always points to a constant...
2008-01-06 nekral-guestRemove prototype of l64a() (not used in pwunconv).
2008-01-06 nekral-guestRemove prototypes for __gr_del_entry(), __gr_get_head(),
2008-01-06 nekral-guest* src/login_nopam.c: Use an ANSI prototype for resolve_...
2008-01-06 nekral-guestRemove the src parameter of copy_special().
2008-01-06 nekral-guest* libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c,
2008-01-05 nekral-guestAdd documentation for the new --password options.
2008-01-05 nekral-guestFix find_new_gid() prototype. Add a void parameter.
2008-01-05 nekral-guestRemove old comments in the header.
2008-01-05 nekral-guestInclude <lastlog.h> for the declaration of struct lastlog.
2008-01-05 nekral-guest* lib/prototypes.h: Add the dolastlog() prototype.
2008-01-05 nekral-guest* libmisc/pwdcheck.c: Do not include <pwd.h>. Include...
2008-01-05 nekral-guestFix the do_pam_passwd() prototype (it returns void).
2008-01-05 nekral-guestRemove prototype of putgrent(), add parameter's name...
2008-01-05 nekral-guestAdd option --password to groupadd and groupmod (similar...
2008-01-05 nekral-guestRemove the declaration of getutent(), getutline(),...
2008-01-05 nekral-gueststat shadows another stat variable. Remove this
2008-01-05 nekral-guestChangelog entry forgotten in previous src/gshadow.c...
2008-01-05 nekral-guestThe prototypes of fgetsx() and fputsx() are already...
2008-01-05 nekral-guestloginsh is a global variable, use newshell for the...
2008-01-05 nekral-guestlogin_prompt is the name of a function, use loginprompt...
2008-01-05 nekral-guestMake a proper prototype for the main() function declara...
2008-01-05 nekral-guestAdd changelog entry for previous commit.
2008-01-05 nekral-guest* libmisc/pam_pass.c: Define do_pam_passwd() as static...
2008-01-05 nekral-guestInclude config.h as a system include, as recommended...
2008-01-05 nekral-guestDefine is_listed() as static and add its prototype.
2008-01-05 nekral-guestInclude "prototypes.h" to make sure the exported protot...
2008-01-05 nekral-guest"shadowio.h" was included for the definition of the...
2008-01-05 nekral-guestgrent.c does not exist anymore. Remove the putgrent...
2008-01-01 nekral-guestAlso split syslog_sg() out of main().
2008-01-01 nekral-guestRemove duplicate logging to syslog.
2008-01-01 nekral-guestSplit check_perms() out of main().
2008-01-01 nekral-guestAvoid assignments in conditionals.
2008-01-01 nekral-guestAvoid assignments in conditionals.
2008-01-01 nekral-guest(split_groups): Test the pointer returned by malloc.
2008-01-01 nekral-guestDocument add_one_entry_nis(), write_all(), commonio_rem...
2008-01-01 nekral-guestAvoid implicit conversions to booleans.
2008-01-01 nekral-guestAvoid implicit brackets.
2008-01-01 nekral-guestAvoid implicit conversions to booleans.
2008-01-01 nekral-guestAvoid implicit brackets.
2008-01-01 nekral-guestNo functional changes were introduced by the previous...
2008-01-01 nekral-guestFix typos in comments (gshadow/shadow).
2008-01-01 nekral-guestSplit also check_pw_file() and check_spw_file() out...
2008-01-01 nekral-guestAlso split open_files and close_files out of main().
2008-01-01 nekral-guestSplit process_flags() out of main(). New global variabl...
2008-01-01 nekral-guestDe-comment code (duplicate the entry when the _R functi...
2008-01-01 nekral-guest* src/lastlog.c: Remove statbuf, not used.
2008-01-01 nekral-guestAvoid ?: construct without the middle term.
2008-01-01 nekral-guest* libmisc/copydir.c, src/usermod.c, lib/prototypes...
2008-01-01 nekral-guestAvoid empty file when WITH_AUDIT is not set.
2008-01-01 nekral-guest* libmisc/limits.c, libmisc/obscure.c, src/login_nopam.c,
2008-01-01 nekral-guestI forgot to mention compare_members_lists().
2008-01-01 nekral-guestSplit check_members() out of check_grp_file() and check...
2008-01-01 nekral-guestSplit check_grp_file() and check_sgr_file() out of...
2008-01-01 nekral-guestSplit process_flags(), open_files(), and close_files...
2007-12-31 nekral-guestIf remove-potcdate.sin does not exist, use the one...
2007-12-31 nekral-guestFix the type of the bitfields in the commonio_entry...
2007-12-31 nekral-guestAvoid assignments in comparisons.
2007-12-31 nekral-guestAvoid implicit brackets.
2007-12-31 nekral-guestAlso split update_shell() out of main().
2007-12-31 nekral-guest* Split also check_perms() out of main().
2007-12-31 nekral-guestSplit process_flags() out of main().
2007-12-31 nekral-guestAvoid assignments in comparisons.
2007-12-31 nekral-guestAvoid implicit conversions to booleans.
2007-12-31 nekral-guestDocument may_change_field().
2007-12-31 nekral-guestAvoid implicit brackets.
next