aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp
AgeCommit message (Expand)Author
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2015-10-19libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1Denys Vlasenko
2015-10-19libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko
2015-10-13whitespace fixesDenys Vlasenko
2015-10-13libpwdgrp: fix comment discrepanciesDenys Vlasenko
2015-10-12libpwdgrp: do not require that /etc/passwd entries have nonempty home and shellDenys Vlasenko
2015-02-19libpwdgrp: fix thinko in getpwnamTito Ragusa
2015-02-07libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko
2015-01-06libpwdgrp: line counting in error meesages is broken, remove itTito Ragusa
2015-01-05libpwdgrp: fixes suggested by Tito, comment tweaksDenys Vlasenko
2015-01-04libpwdgrp: another code shrinkDenys Vlasenko
2015-01-04libpwdgrp: code shrinkDenys Vlasenko
2015-01-03libpwdgrp: getgrXXX: empty string is not a member name, do not store itDenys Vlasenko
2015-01-03fix a SEGV in previous commitDenys Vlasenko
2015-01-03libpwdgrp: fix counting of commas in group listDenys Vlasenko
2015-01-03libpwdgrp: store getXXnam result in a single malloc blockDenys Vlasenko
2015-01-03libpwdgrp: make db->def[] one byte shorterDenys Vlasenko
2015-01-03libpwdgrp: use a better estimate of max struct sizeDenys Vlasenko
2015-01-03libpwdgrp: reinstate Tito's optional atexit freeingDenys Vlasenko
2015-01-03libpwdgrp: fix a memory leak in getXXnam (we did not save address of string buf)Denys Vlasenko
2015-01-03libpwdgrp: tweak comments, replace one xmalloc with xzallocDenys Vlasenko
2015-01-02libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to s...Denys Vlasenko
2015-01-02libpwdgrp: rewritten to use malloced implementationTito Ragusa
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-01-06libpwdgrp/pwd_grp.c: use same static buffer for all getpwXX functionsDenys Vlasenko
2012-01-06libpwdgrp/pwd_grp.c: set opened /etc/{passwd,group,shadow} fds CLOEXECDenys Vlasenko
2011-05-16simplify parsing of /etc/busybox.confDenys Vlasenko
2011-01-16move passwd, shadow, group and gshadow path definitions to libbb.hTito Ragusa
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-04-02libpwdgrp: comment out unused dataDenys Vlasenko
2010-03-31libpwdgrp: comment out more unused functionsDenys Vlasenko
2010-03-31libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFSDenys Vlasenko
2010-03-31libpwdgrp: style cleanupsDenys Vlasenko
2010-03-31libpwdgrp: code style fixes, no real code changesDenys Vlasenko
2010-03-31libpwdgrp: can't depend on strlen(line_buff) != 0Denys Vlasenko
2009-09-23*: optimize code size in strtoul callsDenys Vlasenko
2009-07-05Patches to enable FreeBSD buildDenys Vlasenko
2008-09-27remove redundant NULL checkDenis Vlasenko
2008-09-26libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>.Denis Vlasenko
2008-09-18id: fix "id <user>" case. Requires getgrouplist().Denis Vlasenko
2008-09-07watchdog: add -T optionDenis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-21whitespace fixes, no code changedDenis Vlasenko
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer