vi: fixes to string search in colon commands, closes 10321
[oweals/busybox.git] / libpwdgrp / pwd_grp.c
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-04-17 Denys VlasenkoSpelling fixes in comments, documentation, tests and...
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-01-16 Tito Ragusamove passwd, shadow, group and gshadow path definitions...
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
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-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
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-04-13 Denis Vlasenkostyle fixes
2007-03-13 Denis VlasenkoDo not fail password check if shadow password does...
2006-12-30 Denis Vlasenkofixdep.c: avoit doing memcmp in most cases
2006-12-28 Denis Vlasenkofix build without shadow 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-04-05 Bernhard Reutner... - include proper headers.
2006-03-03 Rob LandleyTypo fixes brought to you by the letters a, l, and...
2006-01-25 Tim Rikerjust whitespace
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...
2004-07-15 Eric AndersenReplace the old and somewhat buggy pwd_grp stuff with...