aboutsummaryrefslogtreecommitdiff
path: root/include/shadow_.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libpwdgrp: comment out more unused functionsDenys Vlasenko2010-03-311-1/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* restore shadow.h independenceMike Frysinger2009-07-091-4/+12
| | | | | | | | | | | Commit ee5dce336597 made busybox require shadow.h from the toolchain even if the config opted for the internal busybox implementation. This makes building with toolchains that lack shadow support impossible. Since the merge only saved us from duplicating a simple structure (whose ABI isn't going to ever change), restore the logic for complete busybox shadow independence by reverting that previous commit slightly. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-6/+2
|
* - commentary typo fixBernhard Reutner-Fischer2008-09-261-1/+1
|
* libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>.Denis Vlasenko2008-09-261-24/+13
| | | | | | allows to get rid of hacks in libbb.h (extra declaration of setgroups - now it comes from grp.h as intended).
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-091-7/+8
| | | | | | | | | This was Bernhard Fischer' idea. text data bss dec hex filename 773549 7781 9740 791070 c121e busybox.t7/0_lib/libbusybox.so.1.11.0.svn_unstripped 769683 7397 9740 786820 c0184 busybox.t9t/0_lib/libbusybox.so.1.11.0.svn_unstripped
* style fixesDenis Vlasenko2007-04-131-7/+7
|
* fixdep.c: avoit doing memcmp in most casesDenis Vlasenko2006-12-301-1/+25
| | | | | uidgid_get.c: add forgotten copyright notice pwd/grp/shadow: avoid collisions with libc names
* fix build without shadow supportDenis Vlasenko2006-12-281-48/+39
|
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* This is not C++.Rob Landley2006-05-291-1/+1
|
* Replace the old and somewhat buggy pwd_grp stuff with the shinyEric Andersen2004-07-151-73/+89
| | | | new stuff mjn3 wrote for uClibc
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-0/+82
-Erik