tftpd: show requested file name in open error message
[oweals/busybox.git] / libpwdgrp /
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-08-02 Denys Vlasenkodo not use `a' quoting style in comments
2017-04-17 Denys VlasenkoSpelling fixes in comments, documentation, tests and...
2015-10-19 Denys Vlasenkolibbb: make parse_chown_usergroup_or_die() set unspecif...
2015-10-19 Denys Vlasenkolibbb: get_uidgid() always called with allow_numeric=1
2015-10-12 Denys Vlasenkowhitespace fixes
2015-10-12 Denys Vlasenkolibpwdgrp: fix comment discrepancies
2015-10-12 Denys Vlasenkolibpwdgrp: do not require that /etc/passwd entries...
2015-02-19 Tito Ragusalibpwdgrp: fix thinko in getpwnam
2015-02-07 Denys Vlasenkolibpwdgrp: use getpwent() instead of getpwent_r()
2015-01-06 Tito Ragusalibpwdgrp: line counting in error meesages is broken...
2015-01-05 Denys Vlasenkolibpwdgrp: fixes suggested by Tito, comment tweaks
2015-01-04 Denys Vlasenkolibpwdgrp: another code shrink
2015-01-04 Denys Vlasenkolibpwdgrp: code shrink
2015-01-03 Denys Vlasenkolibpwdgrp: getgrXXX: empty string is not a member name...
2015-01-03 Denys Vlasenkofix a SEGV in previous commit
2015-01-03 Denys Vlasenkolibpwdgrp: fix counting of commas in group list
2015-01-03 Denys Vlasenkolibpwdgrp: store getXXnam result in a single malloc...
2015-01-03 Denys Vlasenkolibpwdgrp: make db->def[] one byte shorter
2015-01-03 Denys Vlasenkolibpwdgrp: use a better estimate of max struct size
2015-01-03 Denys Vlasenkolibpwdgrp: reinstate Tito's optional atexit freeing
2015-01-03 Denys Vlasenkolibpwdgrp: fix a memory leak in getXXnam (we did not...
2015-01-03 Denys Vlasenkolibpwdgrp: tweak comments, replace one xmalloc with...
2015-01-02 Denys Vlasenkolibpwdgrp: use FAST_FUNC to make "matching ABI" optimiz...
2015-01-02 Tito Ragusalibpwdgrp: rewritten to use malloced implementation
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2012-01-06 Denys Vlasenkolibpwdgrp/pwd_grp.c: use same static buffer for all...
2012-01-06 Denys Vlasenkolibpwdgrp/pwd_grp.c: set opened /etc/{passwd,group...
2011-05-15 Denys Vlasenkosimplify parsing of /etc/busybox.conf
2011-01-16 Tito Ragusamove passwd, shadow, group and gshadow path definitions...
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-04 Denys Vlasenkomass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
2010-04-02 Denys Vlasenkolibpwdgrp: comment out unused data
2010-03-31 Denys Vlasenkolibpwdgrp: comment out more unused functions
2010-03-31 Denys Vlasenkolibpwdgrp: comment out functions with UNUSED_SINCE_WE_A...
2010-03-31 Denys Vlasenkolibpwdgrp: style cleanups
2010-03-31 Denys Vlasenkolibpwdgrp: code style fixes, no real code changes
2010-03-31 Denys Vlasenkolibpwdgrp: can't depend on strlen(line_buff) != 0
2009-09-23 Denys Vlasenko*: optimize code size in strtoul calls
2009-07-05 Denys VlasenkoPatches to enable FreeBSD build
2008-09-27 Denis Vlasenkoremove redundant NULL check
2008-09-26 Denis Vlasenkolibpwdgrp: make it coexist with <pwd.h>, <grp.h> and...
2008-09-18 Denis Vlasenkoid: fix "id <user>" case. Requires getgrouplist().
2008-09-07 Denis Vlasenkowatchdog: add -T option
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-21 Denis Vlasenkowhitespace fixes, no code changed
2008-07-21 Bernhard Reutner... - first pass to unify/cleanup uid handling (-236b)
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-03-20 Denis Vlasenkoinetd: use change_identity().
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-06-18 Denis Vlasenkolibpwdgrp/pwd_grp.c: allocate local storage on first...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-18 Denis Vlasenkowe were basically ignoring CONFIG_USE_BB_PWD_GRP (assum...
2007-04-13 Denis Vlasenkostyle fixes
2007-03-13 Denis VlasenkoDo not fail password check if shadow password does...
2007-02-26 Denis Vlasenkostart_stop_daemon: add -chuid support
2006-12-30 Denis Vlasenkofixdep.c: avoit doing memcmp in most cases
2006-12-28 Denis Vlasenkofix build without shadow support
2006-12-28 Denis Vlasenkobb_xget[pw/gr]nam were horribly misnamed - fixed.
2006-10-05 Denis Vlasenkohttpd: add -u user[:grp] support
2006-10-05 Denis Vlasenkobuild system overhaul
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"More removal of "#if 0" content.
2006-06-20 Rob LandleyI broke allbareconfig with half-finished cleanups I...
2006-06-18 Rob Landleyskip_whitespace() shouldn't claim its return value...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-04-05 Bernhard Reutner... - include proper headers.
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-03 Rob LandleyTypo fixes brought to you by the letters a, l, and...
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-25 Tim Rikerjust whitespace
2006-01-15 Bernhard Reutner... - shared libbusybox.
2005-10-28 Bernhard Reutner... - move GETXXKEY_R_FUNC into an internal helper file...
2005-10-08 Rob LandleyShaun Jackman pointed out that fgets_unlocked() and...
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2004-10-08 Eric Andersenegor duda writes:
2004-07-15 Eric AndersenReplace the old and somewhat buggy pwd_grp stuff with...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-12-18 Russ Dillrename __getgrent so that it doesn't conflict with...
2003-07-26 Eric AndersenPatch from Nick Fedchik to fixup paths in busybox/libpwdgrp
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-06-26 Eric Andersenoops. make this actually work as intended....
2003-06-26 Eric AndersenOops.
2003-06-26 Eric AndersenPer patch from Nick Fedchik, use SHADOW_FILE, not ...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-11 Eric AndersenFixup header file ordering
2002-12-08 Glenn L McGrathChange #include order to fix warning
2002-12-07 Glenn L McGrathinclude "busybox" after the libc includes tofix compile...
next