- update
[oweals/busybox.git] / loginutils /
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
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-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #3
2007-01-27 Denis Vlasenkouse bb_sanitize_stdio() where appropriate
2007-01-22 Bernhard Reutner... - sed -i -e "/\$Id:/d;"
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2006-12-30 Denis Vlasenkofix for uclibc-without-shadow.h compilation
2006-12-28 Denis Vlasenkofix build without shadow support
2006-12-28 Denis Vlasenkobb_xget[pw/gr]nam were horribly misnamed - fixed.
2006-12-26 Denis Vlasenkoadduser: trivial code movement
2006-12-26 Denis Vlasenkostyle fixes
2006-12-23 Denis Vlasenkosu: fix typo: "argv -= optind" should be +=
2006-12-19 Bernhard Reutner... - rename SU_SYSLOG to FEATURE_SU_SYSLOG
2006-12-19 Denis Vlasenkopasswd: add option to check passwords for weakness
2006-12-19 Denis Vlasenkosu: make /etc/shells check configurable
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-12-12 Denis Vlasenkopasswd: fix indentation
2006-12-12 Denis Vlasenkopasswd: added comment
2006-12-12 Denis Vlasenkopasswd: shrink by ~10 bytes, use PRNG instead of usleep.
2006-12-01 Denis Vlasenkopasswd: made smaller by ~130 bytes. size can go negative
2006-11-30 Denis Vlasenkopasswd: micro-optimization
2006-11-30 Denis Vlasenkopasswd: small size optimization. salt generation improved
2006-11-30 Denis Vlasenkopasswd: rework:
2006-11-30 Bernhard Reutner... - save 4 bytes
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-11-27 Denis Vlasenkosafe_strtoXX interface proved to be a bit unconvenient.
2006-11-27 Bernhard Reutner... - minor shrinkage
2006-11-27 Denis Vlasenkodeluser: the same code, but a bit less obfuscated.
2006-11-27 Denis Vlasenkodeluser: size reduction by 60 bytes.
2006-11-22 Bernhard Reutner... - fix typo
2006-11-20 Denis Vlasenkologin: use %s - we know that string is not too long...
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-11-07 Denis Vlasenkogetty: remove ancient termio support (was using termois...
2006-11-01 Denis Vlasenkomostly style fixes
2006-10-31 Denis Vlasenkologin: add big fat comment about SIGINT - prevent
2006-10-31 Denis Vlasenkologin: re-enable Ctrl-^C before execing shell.
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-23 Denis Vlasenkowatch: fix warning
2006-10-23 Denis Vlasenkogetty: conditionally disable handling of all-caps termi...
2006-10-23 Denis Vlasenkogetty: cleanup part 2
2006-10-23 Denis Vlasenkogetty: cleanup part 1
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkosulogin: add support for $SUSHELL & $sushell
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-26 Denis Vlasenkoseveral fixes from openWRT project
2006-09-26 Denis Vlasenkologin: fix getopt_ulflags fallout (wasn't taking userna...
2006-09-24 Denis Vlasenkovlock: make message shorter
2006-09-23 Denis Vlasenkocorrect_password: undo whitespace damage.
2006-09-23 Denis Vlasenkopasswd: getopt_ulflags'isation
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-09-19 Denis Vlasenkogetty: oops... removing duplicate #include <syslog.h>
2006-09-19 Denis Vlasenkogetty: #include <syslog.h>
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-17 Denis Vlasenkologin: apply fixes + getopt_ulflag'ification by Bernhard
2006-09-14 Denis Vlasenkologin: eliminate forward decls and #ifdefs
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-09-13 Bernhard Reutner... - r16075 broke for de-selected FEATURE_UTMP; Partial...
2006-09-12 Rob LandleyRemove pointless "const". Bloatcheck says 0 bytes...
2006-09-11 Rob LandleyError reporting fix for sulogin, plus remove help entri...
2006-09-09 Denis Vlasenkosulogin: minor cleanup.
2006-09-08 Denis Vlasenkologin: use some ideas from util-linux's login.
2006-09-08 Denis Vlasenkologin: make it saner and smaller by ~0.5k.
2006-09-08 Denis Vlasenkologin: small fixes like \n removal, bb_error_msg'ificat...
2006-09-08 Denis Vlasenkologin: previous commit comment was wrong :)
2006-09-08 Denis Vlasenkologin: style fixes
2006-09-08 Rob LandleyShrinkage/cleanup from Tito.
2006-09-07 Denis Vlasenkogetty, sulogin: convert to using bb_msg for syslog...
2006-09-07 Denis VlasenkoAdd CONFIG_FEATURE_SYSLOG which controls whether
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-09-03 Denis Vlasenkosulogin: fix bug: -tNNN didn't work
2006-08-24 Rob LandleyAntti Seppala (with dots over the last two a's) wants...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-08-03 "Robert P. J. Day"Remove apparent typo in "bool" line.
2006-07-16 Rob LandleyBugfix from Tito to make sure /etc/group gets updated.
2006-07-16 Rob LandleyConvert setuid/setgid users to xsetuid/xsetgid.
2006-07-15 Rob LandleyComment tweak from tito.
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-07-11 Rob LandleyPatch from Tito to remove pwd_to_spwd (which we don...
2006-07-10 Rob LandleyPatch from Tito to make syslog configurable and remove...
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-25 Rob LandleyMissed one. Based on suggestions from Erik Hovland.
2006-06-18 Rob LandleyUndo all of the ugliness and some of the bloat from...
2006-06-16 Bernhard Reutner... - do away with the fwd-decls of functions. Should not...
2006-06-14 Bernhard Reutner... - minor size tweak
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-26 Bernhard Reutner... - introduce and use bb_path_wtmp_file for portability...
2006-05-26 Bernhard Reutner... - use portability wrapper define bb_setpgrp.
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-04-21 Ned Ludd- passwd doesnt use salt with md5 passwords; bug #604...
2006-04-16 Mike Frysingeruse strchr() not index()
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
2006-04-10 Rob LandleyPatch from Tito to unify deluser and delgroup, and...
next