Age | Commit message (Expand) | Author |
2013-01-14 | whitespace cleanup. no code changes | Denys Vlasenko |
2012-01-06 | libpwdgrp/pwd_grp.c: use same static buffer for all getpwXX functions | Denys Vlasenko |
2012-01-06 | libpwdgrp/pwd_grp.c: set opened /etc/{passwd,group,shadow} fds CLOEXEC | Denys Vlasenko |
2011-01-16 | move passwd, shadow, group and gshadow path definitions to libbb.h | Tito Ragusa |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-04-02 | libpwdgrp: comment out unused data | Denys Vlasenko |
2010-03-31 | libpwdgrp: comment out more unused functions | Denys Vlasenko |
2010-03-31 | libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFS | Denys Vlasenko |
2010-03-31 | libpwdgrp: style cleanups | Denys Vlasenko |
2010-03-31 | libpwdgrp: code style fixes, no real code changes | Denys Vlasenko |
2010-03-31 | libpwdgrp: can't depend on strlen(line_buff) != 0 | Denys Vlasenko |
2009-09-23 | *: optimize code size in strtoul calls | Denys Vlasenko |
2009-07-05 | Patches to enable FreeBSD build | Denys Vlasenko |
2008-09-27 | remove redundant NULL check | Denis Vlasenko |
2008-09-26 | libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>. | Denis Vlasenko |
2008-09-18 | id: fix "id <user>" case. Requires getgrouplist(). | Denis Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-08 | libbb: introduce and use xrealloc_vector | Denis Vlasenko |
2008-03-20 | inetd: use change_identity(). | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-07-21 | style fix (stray space before ';') | Denis Vlasenko |
2007-06-18 | libpwdgrp/pwd_grp.c: allocate local storage on first call, not in bss. -1k bss | Denis Vlasenko |
2007-04-13 | style fixes | Denis Vlasenko |
2007-03-13 | Do not fail password check if shadow password does not exist - | Denis Vlasenko |
2006-12-30 | fixdep.c: avoit doing memcmp in most cases | Denis Vlasenko |
2006-12-28 | fix build without shadow support | Denis Vlasenko |
2006-10-05 | build system overhaul | Denis Vlasenko |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-07-01 | More removal of "#if 0" content. | "Robert P. J. Day" |
2006-06-20 | I broke allbareconfig with half-finished cleanups I'd forgotten weren't done. | Rob Landley |
2006-06-18 | skip_whitespace() shouldn't claim its return value is const, it doesn't know | Rob Landley |
2006-04-05 | - include proper headers. | Bernhard Reutner-Fischer |
2006-03-03 | Typo fixes brought to you by the letters a, l, and Robert P. Day. | Rob Landley |
2006-01-25 | just whitespace | Tim Riker |
2005-10-28 | - move GETXXKEY_R_FUNC into an internal helper file to allow for compiling | Bernhard Reutner-Fischer |
2005-10-08 | Shaun Jackman pointed out that fgets_unlocked() and friends are gnu extensions | Rob Landley |
2004-07-15 | Replace the old and somewhat buggy pwd_grp stuff with the shiny | Eric Andersen |