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