Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko | |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko | |
It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. | |||
2006-09-26 | login: fix getopt_ulflags fallout (wasn't taking username supplied by getty) | Denis Vlasenko | |
2006-09-17 | login: apply fixes + getopt_ulflag'ification by Bernhard | Denis Vlasenko | |
2006-09-14 | login: eliminate forward decls and #ifdefs | Denis Vlasenko | |
2006-09-13 | - r16075 broke for de-selected FEATURE_UTMP; Partial fix that wants some ↵ | Bernhard Reutner-Fischer | |
more cleanup (see FIXME in the patch). | |||
2006-09-08 | login: use some ideas from util-linux's login. | Denis Vlasenko | |
O_NONBLOCKing output on login timeout. fchmod instead of chmod (latter is racy). is_my_tty() is not needed anymore after race is fixed (is_my_tty() was racy too anyway...). | |||
2006-09-08 | login: make it saner and smaller by ~0.5k. | Denis Vlasenko | |
2006-09-08 | login: small fixes like \n removal, bb_error_msg'ification, etc. | Denis Vlasenko | |
2006-09-08 | login: previous commit comment was wrong :) | Denis Vlasenko | |
That commit added login script support. Now _this commit_ is a style fix. Sorry.... | |||
2006-09-08 | login: style fixes | Denis Vlasenko | |
2006-09-07 | getty, sulogin: convert to using bb_msg for syslog output | Denis Vlasenko | |
2006-07-12 | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" | |
2006-07-01 | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" | |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | |
2006-05-26 | - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). | Bernhard Reutner-Fischer | |
- fix last.c to also look at the double-underscore UT_ defines. | |||
2006-05-26 | - use portability wrapper define bb_setpgrp. | Bernhard Reutner-Fischer | |
2006-05-07 | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | |
as the old optimization did (actually does slightly better under gcc 4.0), and simplifies the code. | |||
2006-03-27 | From Jan Kiszka: This patch fixes the security labelling of the login terminal | Rob Landley | |
and process... There still remains some stuff to clean up (the whole set_current_security_context() appears unnecessary complex to me), but this is now at least working. | |||
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | |
definitions. (That should only be on prototypes.) | |||
2006-01-31 | more destroy potential overflow for x86_64. | "Vladimir N. Oleynik" | |
2006-01-31 | destroy potential overflow for x86_64. Added ATTRIBUTE_UNUSED | "Vladimir N. Oleynik" | |
2006-01-30 | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen | |
2006-01-25 | just whitespace | Tim Riker | |
2006-01-06 | patch from tito: consolidate delay functions as bb_do_delay() | Rob Landley | |
2005-07-01 | Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and ↵ | Mike Frysinger | |
WTMP options | |||
2005-05-03 | A patch from Takeharu KATO to update/fix SE-Linux support. | Rob Landley | |
2005-04-16 | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | |
which were otherwise cluttering the global namespace. | |||
2005-04-16 | In Bug 208, bernhardf writes: | Mike Frysinger | |
On machines with only ANSI compliant compilers, not explitily delcaring an empty parameter list 'void' causes failure. | |||
2004-08-26 | Save a line or two | Eric Andersen | |
2004-08-25 | Patch from Manousaridis Angelos to cleanup stale file descriptors, it was ↵ | Glenn L McGrath | |
preventing unmounting an initial filesystem. | |||
2004-07-30 | Umm. Not guilty by reason of insanity. | Eric Andersen | |
-Erik | |||
2004-07-30 | Fixup getty, login, etc so the utmp and wtmp are updated, allowing | Eric Andersen | |
the 'who' and 'last' applets among other things to work as expected. -Erik | |||
2004-04-14 | Larry Doolittle writes: | Eric Andersen | |
This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry | |||
2004-04-12 | Sigh. The patch from David Anders (prpplague) broke standard | Eric Andersen | |
securetty files since the /dev was not stripped. | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-03-09 | David Anders (prpplague) submitted this patch to allow login to work | Eric Andersen | |
when the device nodes are symlinks on a read only file system. | |||
2003-09-02 | move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one | Glenn L McGrath | |
constant. Vodz last_patch_107 | |||
2003-07-30 | Ronny L Nilsson writes: | Eric Andersen | |
The login process should always timeout if user don't login sucessfully within reasonable time. Otherwise we're sensetive to a DOS attack by simply doing a bunch of simultaneous telnet connections (deploys all availible TTY's). This patch make login.c terminate the connection after "TIMEOUT" seconds. | |||
2003-07-03 | Patch from Russell Coker: | Eric Andersen | |
I've attached my latest SE Linux patch for busybox against the latest CVS version of busybox. | |||
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2003-01-21 | run telnet from inetd, present login prompt if login is configured, | Glenn L McGrath | |
patch from Bastian Blank | |||
2002-12-03 | A missing /etc/securetty is not an error when checking the tty name - the | Robert Griebl | |
comment is right, but the code was wrong .. | |||
2002-11-14 | A missing securetty file is not an error. | Eric Andersen | |
-Erik | |||
2002-11-07 | Remove gratuitous and unnecessary "BusyBox" refernece in login prompt | Eric Andersen | |
-Erik | |||
2002-10-10 | last_patch61 from vodz: | Eric Andersen | |
New complex patch for decrease size devel version. Requires previous patch. Also removed small problems from dutmp and tar applets. Also includes vodz' last_patch61_2: Last patch correcting comment for #endif and more integrated with libbb (very reduce size if used "cat" applet also). Requires last_patch61 for modutils/config.in. | |||
2002-10-10 | last_patch60 from vodz: | Eric Andersen | |
login and getty applets writes utmp/wtmp but init do clearing not. I think, in current time deny wtmp/utmp writes as undefault features. | |||
2002-06-23 | Port over the last of the tinylogin applets | Eric Andersen | |
-Erik | |||
2002-06-22 | Several login cleanups from vodz | Eric Andersen | |
2002-06-04 | Bigger patch for (partial) tinylogin integration | Robert Griebl | |
- Made a new dir loginutils - Moved all applets from pwd_grp to loginutils - Added new applets su.c login.c to loginutils - Made a new dir libpwdgrp - Moved everything from pwd_grp/libpwd_grp there - Added shadow.c to libpwdgrp - Removed dir pwd_grp - Added usage strings for login and su to usage.h - Changed main Makefile to reflect the dir rearrangements [Parts of this patch may overlap with my other two patches] |