| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
In some of these pages the content was changed relativly recently but
the date in the man page itself was never updated so dates were off by
decades. Update all man pages to last non-trival change recorded in
git since imported.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|
|
|
|
|
|
|
|
|
| |
The user_shell config variable is optional. If not specified, /bin/bash is
used. Except: if create_with_useradd is configured and there's a config
file /etc/default/useradd, then it's not passed to useradd in order to let
the user choose.
Signed-off-by: Thomas Osterried <ax25@x-berg.in-berlin.de>
|
|
|
|
|
|
|
|
|
| |
- new password methods (read pwcheck for more info)
- mode for homedirectory: new config option secure_home.
if not set, new homedirectories become drwxr-xr-x
if set, new homedirectories become drwx-----x. other=x, because
otherwise uses would be iritating that for e.g. their public_html
is not accessable..
|
|
|
|
|
|
|
|
|
| |
-EAGAIN, when buffers get empty, which leaded to data loss)
- fixed bug when '\r\n' was splited into two reads (trailing \r in the
first read, starting \n in the second read) -> resulted in an empty line
- better FD_SET(&fdread) handling
- added //COMP hufman compression
- could make use of the useradd(8) program for generating new accounts
|
|
|