summaryrefslogtreecommitdiff
path: root/libbb/update_passwd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,Paul Fox2007-11-081-1/+1
| | | | | return full path in cases where path doesn't resolve to a link. change name to better differentiate from xmalloc_readlink().
* follow symlinks to find the true passwd file before updating.Paul Fox2007-11-081-1/+6
|
* ping: fix breakage from -I fixDenis Vlasenko2007-10-201-0/+29
| | | | | passwd: SELinux support by KaiGai Kohei <kaigai@ak.jp.nec.com>
* chpasswd: fixes and code shrinkDenis Vlasenko2007-07-211-20/+20
| | | | | | | | | | | update_passwd 732 734 +2 chpasswd_main 318 292 -26 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 2/-26) Total: -24 bytes text data bss dec hex filename 781564 1168 11900 794632 c2008 busybox_old 781548 1168 11900 794616 c1ff8 busybox_unstripped
* chpasswd: now with svn addDenis Vlasenko2007-07-201-0/+119