Commit History

Author SHA1 Message Date
  Rob Landley 0f51bfc50c Clean up password plumbing. 2 years ago
  Elliott Hughes d588ba7443 Improve help consistency. 5 years ago
  Elliott Hughes acfbb13661 macOS: replace local strnstr with strcasestr. 5 years ago
  Rob Landley 503e636229 Convert more GLOBALS argument vars to the new single letter code style. 5 years ago
  Rob Landley de365c8a09 Cleanup pass on passwd, needs more testing. 6 years ago
  Rob Landley f435f0412a Factor out strnstr() since posix hasn't got it, and add a config option for 8 years ago
  Isaac Dunham 46ddf0e34b probe for getspnam(), forkpty(), utmpx, replace sethostname() 9 years ago
  Rob Landley 59d85e2bb0 Rename xmsprintf() to just xmprintf(). 10 years ago
  Rob Landley 5ec4ab3113 Add xgetpwnam() to lib/xwrap.c. 10 years ago
  Rob Landley d0f7935f63 Prep work for useradd by Ashwini Sharma. 10 years ago
  Rob Landley d364e141c1 Whitespace changes to passwd. 11 years ago
  Rob Landley 7aa651a6a4 Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. 11 years ago
  Rob Landley c0e56edaf2 New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate. 11 years ago
  Rob Landley f91b7c89bc Regularize command headers, update links to standards documents. 12 years ago
  Rob Landley 3a9241add9 Move commands into "posix", "lsb", and "other" menus/directories. 12 years ago