selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)
[oweals/busybox.git] / coreutils / id.c
2007-03-10 Denis Vlasenkoselinux support by Yuichi Nakamura <ynakam@hitachisoft...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-28 Denis Vlasenkofix build without shadow support
2006-12-28 Denis Vlasenkobb_xget[pw/gr]nam were horribly misnamed - fixed.
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-05 Denis Vlasenkohttpd: add -u user[:grp] support
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2005-05-03 Rob LandleyA patch from Takeharu KATO to update/fix SE-Linux support.
2004-09-15 Glenn L McGrathTito writes,
2004-09-02 Eric AndersenTito writes:
2004-08-26 Eric AndersenTito writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-03 Eric AndersenPatch from Russell Coker:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-09-30 Eric AndersenVodz' last_patch57:
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-02-27 Eric AndersenPatch from Vladimir N. Oleynik to save 128 bytes by...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-27 Eric AndersenAdd in a patch to make busybox use the normal pwd.h...
2001-01-25 Eric AndersenApply a patch from Brent Priddy <brent.priddy@adtran...
2000-12-13 Eric AndersenFix from Matt Kraai -- a better way to NULL terminate...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-28 Eric AndersenFix for a potential uninitialized variable, thx to
2000-07-28 Eric AndersenSome cleanups, based on a patch from Ken Chalmers
2000-07-20 Mark WhitleyWhoops. Forgot to #include <getopt.h>.
2000-07-19 Mark WhitleyConverted option parsing to getopt() and made some...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-17 Erik AndersenSome more portability updates
2000-05-13 Erik AndersenMore doc updates
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-01 Erik AndersenSome accrued fixes/updates.