]> granicus.if.org Git - shadow/shortlog
shadow
2008-02-03 nekral-guestAdd libmisc/find_new_ids.c to the sources of the libmis...
2008-02-03 nekral-guestUse the find_new_uid() and find_new_gid() from the...
2008-02-03 nekral-guestAdd libmisc/find_new_ids.c to the sources of the libmis...
2008-02-03 nekral-guestThe new libmisc/find_new_ids.c file contains translatab...
2008-02-03 nekral-guestAdd new generic functions to find the next user or...
2008-02-03 nekral-guestNew function to find a group by its GID on the local...
2008-02-03 nekral-guestNew function to find an user by its UID on the local...
2008-02-03 nekral-guest * libmisc/age.c, libmisc/yesno.c, src/lastlog.c, src...
2008-02-03 bubulleFrench translation update (obvious things only)
2008-02-02 nekral-guestUpdated PO files.
2008-01-27 nekral-guestFix comment. find_new_fid is no more called is the...
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-guestRe-indent.
2008-01-24 nekral-guestReplace printf by puts for fixed strings. This would...
2008-01-24 nekral-guestRe-indent.
2008-01-24 nekral-guestReplace printf by puts for fixed strings. This would...
2008-01-24 nekral-guestRe-indent.
2008-01-24 nekral-guestReplace printf by puts for fixed strings. This would...
2008-01-23 nekral-guestadduser was a typo. Move the adduser entries to the...
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-guestFix typos.
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-guestdo_pam_passwd should not have been defined static,...
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-guestAdd missing include "shadowio.h". (This was OK as long...
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-guestAdd the syslog_sg prototype.
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-guestFix typo s/groupadd/chpasswd/
2008-01-01 nekral-guestNew TODO item:
2008-01-01 nekral-guestFix typo s/groupadd/chage/
2008-01-01 nekral-guestFix typo s/groupadd/chgpasswd/.
2008-01-01 nekral-guestAvoid implicit conversions to booleans.
2008-01-01 nekral-guestAvoid implicit brackets.
2008-01-01 nekral-guestRe-indent.
2008-01-01 nekral-guestAvoid implicit conversions to booleans.
2008-01-01 nekral-guestuse_system_pw_file and use_system_spw_file were not...
2008-01-01 nekral-guestRe-indent.
2008-01-01 nekral-guestAvoid implicit brackets.
2008-01-01 nekral-guestignore libmisc.a
next