truncate: always set mode when opening file to avoid fortify errors
[oweals/busybox.git] / coreutils / install.c
2015-10-07 Denys Vlasenkolibbb: more compact API for bb_parse_mode()
2014-09-24 Denys Vlasenkoinstall: fix help text
2014-09-24 Aaro Koskineninstall: implement -t DIR
2014-05-19 Denys VlasenkoAdd conditional support for -v / --verbose
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-03-23 Denys Vlasenko*: merge some common strings
2010-02-21 Denys Vlasenkoinstall: strip before mode/uid/gid is set, not after.
2010-01-15 Denys Vlasenkocp: fix -H handling
2009-06-15 Denys Vlasenkoinstall: compat fix for mode of created files.
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-09-06 Denis Vlasenkoinstall: shrink -D code. By Bernhard.
2008-09-03 Denis Vlasenkokbd_mode: fix non-ASCII letters in comments
2008-08-15 Denis Vlasenkoinstall: fix long option not taking params (bug 4584)
2008-07-21 Bernhard Reutner... - first pass to unify/cleanup uid handling (-236b)
2008-07-16 Denis Vlasenkoinstall: do not chown intermediate directories with...
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-26 Denis Vlasenkoinstall: fix bug in "install -c file dir" (tries to...
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
2007-08-26 Denis Vlasenkoinstall: shrink a bit, fix two buglets
2007-08-24 Denis Vlasenkocp,mv: simpler arg[cv] handling -> smallish code savings
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-06-17 Denis Vlasenkoinstall: fix install a b /a/link/to/dir
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-16 Denis Vlasenkostyle fixes, no code changes
2007-03-20 Denis Vlasenkofix accumulated whitespace and indentation damage
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...