| Commit message (Expand) | Author | Age | Files | Lines |
* | chown: stop accepting deprecated USER.GROUP syntax, only : separator is allowed | Denys Vlasenko | 2024-07-08 | 1 | -5/+1 |
* | libbb: fix fallout from nth_string() robustification, closes 14726 | Denys Vlasenko | 2022-04-27 | 1 | -1/+13 |
* | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 1 | -1/+2 |
* | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 1 | -1/+0 |
* | do not use `a' quoting style in comments | Denys Vlasenko | 2017-08-02 | 1 | -1/+1 |
* | Spelling fixes in comments, documentation, tests and examples | Denys Vlasenko | 2017-04-17 | 1 | -2/+2 |
* | libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1 | Denys Vlasenko | 2015-10-19 | 1 | -0/+2 |
* | libbb: get_uidgid() always called with allow_numeric=1 | Denys Vlasenko | 2015-10-19 | 1 | -23/+19 |
* | whitespace fixes | Denys Vlasenko | 2015-10-13 | 1 | -1/+1 |
* | libpwdgrp: fix comment discrepancies | Denys Vlasenko | 2015-10-13 | 1 | -7/+6 |
* | libpwdgrp: do not require that /etc/passwd entries have nonempty home and shell | Denys Vlasenko | 2015-10-12 | 1 | -1/+1 |
* | libpwdgrp: fix thinko in getpwnam | Tito Ragusa | 2015-02-19 | 1 | -9/+1 |
* | libpwdgrp: use getpwent() instead of getpwent_r() | Denys Vlasenko | 2015-02-07 | 1 | -15/+43 |
* | libpwdgrp: line counting in error meesages is broken, remove it | Tito Ragusa | 2015-01-06 | 1 | -3/+1 |
* | libpwdgrp: fixes suggested by Tito, comment tweaks | Denys Vlasenko | 2015-01-05 | 1 | -13/+14 |
* | libpwdgrp: another code shrink | Denys Vlasenko | 2015-01-04 | 1 | -38/+31 |
* | libpwdgrp: code shrink | Denys Vlasenko | 2015-01-04 | 1 | -25/+16 |
* | libpwdgrp: getgrXXX: empty string is not a member name, do not store it | Denys Vlasenko | 2015-01-03 | 1 | -1/+4 |
* | fix a SEGV in previous commit | Denys Vlasenko | 2015-01-03 | 1 | -1/+1 |
* | libpwdgrp: fix counting of commas in group list | Denys Vlasenko | 2015-01-03 | 1 | -16/+18 |
* | libpwdgrp: store getXXnam result in a single malloc block | Denys Vlasenko | 2015-01-03 | 1 | -26/+32 |
* | libpwdgrp: make db->def[] one byte shorter | Denys Vlasenko | 2015-01-03 | 1 | -6/+11 |
* | libpwdgrp: use a better estimate of max struct size | Denys Vlasenko | 2015-01-03 | 1 | -5/+4 |
* | libpwdgrp: reinstate Tito's optional atexit freeing | Denys Vlasenko | 2015-01-03 | 1 | -0/+15 |
* | libpwdgrp: fix a memory leak in getXXnam (we did not save address of string buf) | Denys Vlasenko | 2015-01-03 | 1 | -57/+74 |
* | libpwdgrp: tweak comments, replace one xmalloc with xzalloc | Denys Vlasenko | 2015-01-03 | 1 | -23/+17 |
* | libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to s... | Denys Vlasenko | 2015-01-02 | 1 | -16/+16 |
* | libpwdgrp: rewritten to use malloced implementation | Tito Ragusa | 2015-01-02 | 2 | -941/+358 |
* | whitespace cleanup. no code changes | Denys Vlasenko | 2013-01-14 | 1 | -7/+7 |
* | libpwdgrp/pwd_grp.c: use same static buffer for all getpwXX functions | Denys Vlasenko | 2012-01-06 | 1 | -62/+38 |
* | libpwdgrp/pwd_grp.c: set opened /etc/{passwd,group,shadow} fds CLOEXEC | Denys Vlasenko | 2012-01-06 | 1 | -0/+3 |
* | simplify parsing of /etc/busybox.conf | Denys Vlasenko | 2011-05-16 | 1 | -1/+2 |
* | move passwd, shadow, group and gshadow path definitions to libbb.h | Tito Ragusa | 2011-01-16 | 1 | -10/+0 |
* | whitespace cleanup | Denys Vlasenko | 2010-10-29 | 1 | -2/+2 |
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 1 | -3/+3 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 3 | -13/+11 |
* | mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src | Denys Vlasenko | 2010-06-04 | 1 | -0/+0 |
* | libpwdgrp: comment out unused data | Denys Vlasenko | 2010-04-02 | 1 | -3/+3 |
* | libpwdgrp: comment out more unused functions | Denys Vlasenko | 2010-03-31 | 1 | -8/+22 |
* | libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFS | Denys Vlasenko | 2010-03-31 | 1 | -31/+4 |
* | libpwdgrp: style cleanups | Denys Vlasenko | 2010-03-31 | 1 | -86/+91 |
* | libpwdgrp: code style fixes, no real code changes | Denys Vlasenko | 2010-03-31 | 1 | -14/+14 |
* | libpwdgrp: can't depend on strlen(line_buff) != 0 | Denys Vlasenko | 2010-03-31 | 1 | -40/+42 |
* | *: optimize code size in strtoul calls | Denys Vlasenko | 2009-09-23 | 1 | -9/+9 |
* | Patches to enable FreeBSD build | Denys Vlasenko | 2009-07-05 | 1 | -1/+1 |
* | remove redundant NULL check | Denis Vlasenko | 2008-09-27 | 1 | -4/+0 |
* | libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>. | Denis Vlasenko | 2008-09-26 | 1 | -0/+2 |
* | id: fix "id <user>" case. Requires getgrouplist(). | Denis Vlasenko | 2008-09-18 | 1 | -23/+47 |
* | watchdog: add -T option | Denis Vlasenko | 2008-09-07 | 1 | -4/+1 |
* | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko | 2008-07-21 | 2 | -5/+5 |