aboutsummaryrefslogtreecommitdiff
path: root/libbb/update_passwd.c
AgeCommit message (Expand)Author
2021-03-09update_passwd: fix context variableBernd Kuhls
2020-10-06avoid using strok - eliminates use of hidden global variableDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-07passwd: do not set 0 as date of last password change, closes 11951Denys Vlasenko
2016-12-23fix breakage found by mass one-applet buildsDenys Vlasenko
2016-12-09selinux: drop deprecated headersMike Frysinger
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-03-12deluser: also remove user from /etc/groupDenys Vlasenko
2010-11-03type fix in commentDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-31libbb: add xfstat functionDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-01-09adduser: more fixes to "add user to specified group"Denys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-02passwd: do not complain if /etc/shadow is missingDenys Vlasenko
2009-07-13passwd + /etc/shadow: chage "change time" field tooDenys Vlasenko
2009-04-25shrink if FEATURE_SHADOWPASSWDS is offDenis Vlasenko
2009-04-14randomconfig fixesDenis Vlasenko
2009-04-14*: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2007-11-08xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,Paul Fox
2007-11-08follow symlinks to find the true passwd file before updating.Paul Fox
2007-10-20ping: fix breakage from -I fixDenis Vlasenko
2007-07-21chpasswd: fixes and code shrinkDenis Vlasenko
2007-07-20chpasswd: now with svn addDenis Vlasenko