summaryrefslogtreecommitdiff
path: root/libpwdgrp
Commit message (Expand)AuthorAgeFilesLines
* libbb: fix fallout from nth_string() robustification, closes 14726Denys Vlasenko2022-04-271-1/+13
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+2
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-2/+2
* libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1Denys Vlasenko2015-10-191-0/+2
* libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko2015-10-191-23/+19
* whitespace fixesDenys Vlasenko2015-10-131-1/+1
* libpwdgrp: fix comment discrepanciesDenys Vlasenko2015-10-131-7/+6
* libpwdgrp: do not require that /etc/passwd entries have nonempty home and shellDenys Vlasenko2015-10-121-1/+1
* libpwdgrp: fix thinko in getpwnamTito Ragusa2015-02-191-9/+1
* libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko2015-02-071-15/+43
* libpwdgrp: line counting in error meesages is broken, remove itTito Ragusa2015-01-061-3/+1
* libpwdgrp: fixes suggested by Tito, comment tweaksDenys Vlasenko2015-01-051-13/+14
* libpwdgrp: another code shrinkDenys Vlasenko2015-01-041-38/+31
* libpwdgrp: code shrinkDenys Vlasenko2015-01-041-25/+16
* libpwdgrp: getgrXXX: empty string is not a member name, do not store itDenys Vlasenko2015-01-031-1/+4
* fix a SEGV in previous commitDenys Vlasenko2015-01-031-1/+1
* libpwdgrp: fix counting of commas in group listDenys Vlasenko2015-01-031-16/+18
* libpwdgrp: store getXXnam result in a single malloc blockDenys Vlasenko2015-01-031-26/+32
* libpwdgrp: make db->def[] one byte shorterDenys Vlasenko2015-01-031-6/+11
* libpwdgrp: use a better estimate of max struct sizeDenys Vlasenko2015-01-031-5/+4
* libpwdgrp: reinstate Tito's optional atexit freeingDenys Vlasenko2015-01-031-0/+15
* libpwdgrp: fix a memory leak in getXXnam (we did not save address of string buf)Denys Vlasenko2015-01-031-57/+74
* libpwdgrp: tweak comments, replace one xmalloc with xzallocDenys Vlasenko2015-01-031-23/+17
* libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to s...Denys Vlasenko2015-01-021-16/+16
* libpwdgrp: rewritten to use malloced implementationTito Ragusa2015-01-022-941/+358
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-7/+7
* libpwdgrp/pwd_grp.c: use same static buffer for all getpwXX functionsDenys Vlasenko2012-01-061-62/+38
* libpwdgrp/pwd_grp.c: set opened /etc/{passwd,group,shadow} fds CLOEXECDenys Vlasenko2012-01-061-0/+3
* simplify parsing of /etc/busybox.confDenys Vlasenko2011-05-161-1/+2
* move passwd, shadow, group and gshadow path definitions to libbb.hTito Ragusa2011-01-161-10/+0
* whitespace cleanupDenys Vlasenko2010-10-291-2/+2
* *: whitespace fixesDenys Vlasenko2010-10-281-3/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-163-13/+11
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-041-0/+0
* libpwdgrp: comment out unused dataDenys Vlasenko2010-04-021-3/+3
* libpwdgrp: comment out more unused functionsDenys Vlasenko2010-03-311-8/+22
* libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFSDenys Vlasenko2010-03-311-31/+4
* libpwdgrp: style cleanupsDenys Vlasenko2010-03-311-86/+91
* libpwdgrp: code style fixes, no real code changesDenys Vlasenko2010-03-311-14/+14
* libpwdgrp: can't depend on strlen(line_buff) != 0Denys Vlasenko2010-03-311-40/+42
* *: optimize code size in strtoul callsDenys Vlasenko2009-09-231-9/+9
* Patches to enable FreeBSD buildDenys Vlasenko2009-07-051-1/+1
* remove redundant NULL checkDenis Vlasenko2008-09-271-4/+0
* libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>.Denis Vlasenko2008-09-261-0/+2
* id: fix "id <user>" case. Requires getgrouplist().Denis Vlasenko2008-09-181-23/+47
* watchdog: add -T optionDenis Vlasenko2008-09-071-4/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-212-5/+5
* whitespace fixes, no code changedDenis Vlasenko2008-07-211-2/+2