summaryrefslogtreecommitdiff
path: root/loginutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-1/+1
|
* attempt to regularize atoi mess.Denis Vlasenko2006-10-084-16/+14
|
* build system overhaulDenis Vlasenko2006-10-054-109/+51
|
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-035-5/+5
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-038-12/+12
| | | | | | | | 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.
* several fixes from openWRT projectDenis Vlasenko2006-09-261-1/+1
|
* login: fix getopt_ulflags fallout (wasn't taking username supplied by getty)Denis Vlasenko2006-09-261-3/+3
|
* vlock: make message shorterDenis Vlasenko2006-09-241-1/+1
|
* correct_password: undo whitespace damage.Denis Vlasenko2006-09-232-5/+4
| | | | vlock + correct_password: fix incorrect line breaks in messages.
* passwd: getopt_ulflags'isationDenis Vlasenko2006-09-231-61/+52
|
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-6/+1
| | | | Erik or I are primary copyright holders on.
* getty: oops... removing duplicate #include <syslog.h>Denis Vlasenko2006-09-191-2/+0
|
* getty: #include <syslog.h>Denis Vlasenko2006-09-191-0/+1
|
* whitespace cleanupDenis Vlasenko2006-09-174-9/+9
|
* login: apply fixes + getopt_ulflag'ification by BernhardDenis Vlasenko2006-09-171-44/+29
|
* login: eliminate forward decls and #ifdefsDenis Vlasenko2006-09-141-191/+166
|
* - fix copy'n paste errors that got introduced when switching to the shorter ↵Bernhard Reutner-Fischer2006-09-131-1/+1
| | | | | | boilerplate. No object code changes.
* - r16075 broke for de-selected FEATURE_UTMP; Partial fix that wants some ↵Bernhard Reutner-Fischer2006-09-131-28/+11
| | | | more cleanup (see FIXME in the patch).
* Remove pointless "const". Bloatcheck says 0 bytes difference.Rob Landley2006-09-121-1/+2
|
* Error reporting fix for sulogin, plus remove help entries for options we neverRob Landley2006-09-111-1/+1
| | | | | implemented. (Plus a bit more of bbsh leaking in from my tree, but it shouldn't hurt anything and I'm lazy...)
* sulogin: minor cleanup.Denis Vlasenko2006-09-091-17/+15
|
* login: use some ideas from util-linux's login.Denis Vlasenko2006-09-081-25/+15
| | | | | | | | 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...).
* login: make it saner and smaller by ~0.5k.Denis Vlasenko2006-09-081-185/+131
|
* login: small fixes like \n removal, bb_error_msg'ification, etc.Denis Vlasenko2006-09-081-19/+17
|
* login: previous commit comment was wrong :)Denis Vlasenko2006-09-081-131/+133
| | | | | | That commit added login script support. Now _this commit_ is a style fix. Sorry....
* login: style fixesDenis Vlasenko2006-09-082-0/+30
|
* Shrinkage/cleanup from Tito.Rob Landley2006-09-081-87/+45
|
* getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko2006-09-074-108/+76
|
* Add CONFIG_FEATURE_SYSLOG which controls whetherDenis Vlasenko2006-09-071-0/+5
| | | | | | | | bb_xx_msg will ever try to send output to syslog. Add "select CONFIG_FEATURE_SYSLOG" to relevant applets. This allows to omit syslog code if we do not have any syslog-capable applets in the build.
* removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko2006-09-062-8/+8
| | | | | automatically by function itself.
* sulogin: fix bug: -tNNN didn't workDenis Vlasenko2006-09-031-4/+5
|
* Antti Seppala (with dots over the last two a's) wants our getty to initializeRob Landley2006-08-241-1/+2
| | | | | | | the terminal the way mingetty does instead of the way agetty does. It's a bit ugly for somebody else to be writing to a console sitting at a login: prompt, but it's uglier when newline doesn't work as expected if they do.
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-036-66/+14
| | | | | | | | | | things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
* Remove apparent typo in "bool" line."Robert P. J. Day"2006-08-031-1/+1
|
* Bugfix from Tito to make sure /etc/group gets updated.Rob Landley2006-07-161-3/+3
|
* Convert setuid/setgid users to xsetuid/xsetgid.Rob Landley2006-07-161-4/+1
|
* Comment tweak from tito.Rob Landley2006-07-151-1/+1
|
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-125-13/+28
|
* Patch from Tito to remove pwd_to_spwd (which we don't actually need), withRob Landley2006-07-111-14/+7
| | | | some #ifdef removal from me.
* Patch from Tito to make syslog configurable and remove #ifdefs. FurtherRob Landley2006-07-102-111/+50
| | | | cleanups by me.
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-1/+1
|
* Missed one. Based on suggestions from Erik Hovland.Rob Landley2006-06-251-4/+4
|
* Undo all of the ugliness and some of the bloat from 15412.Rob Landley2006-06-181-1/+1
|
* - do away with the fwd-decls of functions. Should not contain any code changesBernhard Reutner-Fischer2006-06-161-267/+260
| | | | AFAICT.
* - minor size tweakBernhard Reutner-Fischer2006-06-141-8/+7
| | | | | | text data bss dec hex filename 613 0 0 613 265 loginutils/su.o.orig 605 0 0 605 25d loginutils/su.o
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-273-3/+0
|
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).Bernhard Reutner-Fischer2006-05-262-7/+7
| | | | - fix last.c to also look at the double-underscore UT_ defines.
* - use portability wrapper define bb_setpgrp.Bernhard Reutner-Fischer2006-05-261-1/+1
|
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-22/+1
| | | | - use shorter boilerplate while at it
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the ↵Mike Frysinger2006-05-131-1/+1
| | | | mailing list