Age | Commit message (Expand) | Author |
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-05-16 | simplify parsing of /etc/busybox.conf | Denys Vlasenko |
2011-01-16 | move passwd, shadow, group and gshadow path definitions to libbb.h | Tito Ragusa |
2010-10-29 | whitespace cleanup | Denys Vlasenko |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-06-04 | mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src | 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-09-07 | watchdog: add -T option | Denis Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-21 | whitespace fixes, no code changed | Denis Vlasenko |
2008-07-21 | - first pass to unify/cleanup uid handling (-236b) | Bernhard Reutner-Fischer |
2008-07-08 | libbb: introduce and use xrealloc_vector | Denis Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | 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-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-05-18 | we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y), | 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 |
2007-02-26 | start_stop_daemon: add -chuid support | 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-12-28 | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko |
2006-10-05 | httpd: add -u user[:grp] 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-05-13 | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail... | Mike Frysinger |
2006-04-05 | - include proper headers. | Bernhard Reutner-Fischer |
2006-03-13 | - revert back to r14406 | Bernhard Reutner-Fischer |
2006-03-09 | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer |
2006-03-03 | Typo fixes brought to you by the letters a, l, and Robert P. Day. | Rob Landley |
2006-03-02 | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer |
2006-03-01 | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer |