introduce and use setfscreatecon_or_die
[platform/upstream/busybox.git] / coreutils / install.c
2007-03-12 Denis Vlasenkointroduce and use setfscreatecon_or_die
2007-03-11 Denis Vlasenkonext portion of selinux updates: chcon, runcon. From
2007-03-10 Denis Vlasenkoselinux support by Yuichi Nakamura <ynakam@hitachisoft...
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-13 Denis Vlasenkowhitespace fixes (leading spaces to tab)
2006-12-28 Denis Vlasenkobb_xget[pw/gr]nam were horribly misnamed - fixed.
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-09 Rob LandleyAnother whack at scripts/individual. Now builds 212...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-04-02 Bernhard Reutner... - typos: s/compatability/compatibility/g;s/compatable...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-30 Eric Andersenclean up yet more annoying signed/unsigned mismatches...
2006-01-25 Tim Rikerjust whitespace
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-10-09 Rob LandleyWhen lstat returns an error (such as file not found...
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-23 Glenn L McGrathEnable long options, adds 150 bytes.
2004-01-23 Glenn L McGrathCheck valid options were given
2004-01-23 Glenn L McGrathDont change ownership unless we created the directory.
2004-01-23 Glenn L McGrathRemove unneeded conditions and logic, fix bug where...
2003-11-27 Glenn L McGrathFix a bug, ignore the source path when installing to...
2003-10-29 Glenn L McGrathAccept the -c option and do nothing
2003-09-24 Glenn L McGrathAdd the -d option
2003-09-24 Glenn L McGrathAdd the "install" applet, move get_ug_id to libbb as...