nekral-guest
fafe281d31
* src/useradd.c, man/useradd.8.xml: Added long name for the -l
...
option: --no-log-init.
2009-03-13 22:30:38 +00:00
nekral-guest
f98b47eb55
* src/chpasswd.c: Make sure the SHA related variables is not
...
compiled when disabled at configuration time.
* src/chgpasswd.c: Make sure the SHA related variables is not
compiled when disabled at configuration time.
* src/chgpasswd.c: Fix the test for getlong() failure.
2009-03-13 22:28:27 +00:00
nekral-guest
e3e64317e8
* src/newusers.c: Make sure the SHA related variables are not
...
compiled when disabled at configuration time.
* src/newusers.c: Added FIXME
2009-03-13 22:26:35 +00:00
nekral-guest
f2c8017df4
* src/gpasswd.c: Remove the documentation of options from the
...
main() documentation. It will always be outdated here.
2009-03-13 22:21:26 +00:00
nekral-guest
bf9036d27a
* src/lastlog.c: lastlog variable renamed to ll to avoid name
...
clash with the structure.
* src/lastlog.c: check the offset in print_one() so that it is
used for the display of one entry or a set of entries.
* src/lastlog.c: Do not loop over the whole user database when -u
is used with a single user.
* src/lastlog.c: Check the size of the lastlog file so that we
can identify failures to read.
2009-03-13 22:20:20 +00:00
nekral-guest
87da822c7f
* libmisc/salt.c: Removed l64a prototype. The libc declaration is
...
non static, but the internal definition is static.
2009-03-13 19:17:24 +00:00
nekral-guest
47a57bced1
Add TODO item for the testsuite.
2009-03-08 23:30:56 +00:00
nekral-guest
1dc04372df
Compile fixes. Fixes warnings.
2009-03-08 23:30:25 +00:00
nekral-guest
27153ae92b
* src/gpasswd.c: log_gpasswd_success_gshadow only exists ifdef
...
SHADOWGRP.
2009-03-08 23:29:46 +00:00
nekral-guest
28d7f83c87
* NEWS, src/newusers.c, src/usermod.c, src/useradd.c,
...
src/groupmod.c, src/groupadd.c: Make sure no user or group are
created with an ID set to -1.
2009-03-08 20:43:15 +00:00
nekral-guest
c1052e2df2
* NEWS, src/grpck.c, src/pwck.c: Issue a warning if an ID is set
...
to -1.
2009-03-08 20:29:22 +00:00
nekral-guest
c9121d025f
* NEWS, src/grpck.c, src/pwck.c: Issue a warning if an ID is set
...
to -1.
2009-03-08 20:28:55 +00:00
nekral-guest
0e2a3979f4
* libmisc/get_gid.c, libmisc/get_uid.c, libmisc/Makefile.am,
...
lib/prototypes.h: Added get_uid() and get_gid() to parse user and
group IDs.
2009-03-08 20:26:56 +00:00
nekral-guest
186ea0e203
* libmisc/getlong.c: Make sure the getlong argument is not empty.
2009-03-08 20:21:24 +00:00
nekral-guest
f47d9eba94
* contrib/adduser-old.c, contrib/adduser.c: Do not use the target
...
of snprintf in one of the format's parameters.
2009-03-07 16:32:11 +00:00
nekral-guest
7368452e49
* man/groupmems.8.xml: groupmems does not create new user.
2009-03-07 16:30:49 +00:00
nekral-guest
635ef3bbf8
Added TODO items.
2009-03-07 16:29:28 +00:00
nekral-guest
b46fd9a2b4
* NEWS, po/LINGUAS, po/kk.po: Added Kazakh translation. Thanks to
...
Timur Birsh <taem@linukz.org>.
2009-03-03 20:53:20 +00:00
nekral-guest
a62e781248
* libmisc/find_new_gid.c, libmisc/find_new_uid.c: Avoid calling
...
getgrent()/getpwent() after they return NULL. This caused LDAP to
return at the beginning of the group/user entries.
2009-02-22 23:23:15 +00:00
nekral-guest
32ef9c2135
* man/nologin.8.xml: Fix typo (HYSTORY -> HISTORY).
2009-01-27 18:17:54 +00:00
nekral-guest
f2d6449374
* NEWS, src/gpasswd.c: Only report success to audit and syslog
...
when the changes are committed to the system. Do not log failure
for on-memory changes to audit or syslog. Make sure failures and
inconsistencies will be reported in case of unexpected failures
(e.g. malloc failures). Only specify an audit message if it is not
implicitly implied by the type argument. Removed fail_exit
(replaced by atexit(do_cleanups)). Log failures in case of
permission denied.
2009-01-26 22:03:37 +00:00
nekral-guest
7b532f0b44
- newusers should use the CREATE_HOME variable (and new options are needed)
...
- usermod
- the mode of new home directories should be set according to the
original mode. Does copy_tree does this?
2009-01-21 14:49:42 +00:00
nekral-guest
af96cba0cc
* etc/login.defs: Improve the documentation of UMASK.
2009-01-19 10:21:50 +00:00
nekral-guest
a684cadbb6
* man/useradd.8.xml, man/login.defs.d/CREATE_HOME.xml,
...
man/login.defs.5.xml: Document the CREATE_HOME variable.
2009-01-19 10:00:53 +00:00
nekral-guest
6c85ca9661
* man/limits.5.xml: Remove space before an end of tag.
2009-01-19 09:51:53 +00:00
nekral-guest
de60b7b2de
* man/login.defs.d/UMASK.xml: Indicate how UMASK is used and
...
limitations.
2009-01-19 09:51:00 +00:00
nekral-guest
d8c9236a18
* NEWS, src/su.c: Preserve COLORTERM in addition to TERM when su
...
is called with the -l option.
2009-01-06 20:13:31 +00:00
nekral-guest
2bb7007fcb
* libmisc/chkname.c: Use a bool when possible instead of integers.
...
* libmisc/chkname.c: Add brackets and parenthesis.
2008-12-23 22:42:22 +00:00
nekral-guest
4c7d798307
* man/groupadd.8.xml, configure.in, man/config.xml.in: Use the
...
real group name length limit in the documentation.
2008-12-23 22:36:44 +00:00
nekral-guest
3cb730bcfe
* src/Makefile.am: Only link with the needed library. When
...
compiled with PAM support, chfn, chsh, login, newgrp, passwd, and
su do not need the libcrypt library.
2008-12-23 00:44:29 +00:00
nekral-guest
1b0a32d71c
* libmisc/cleanup_group.c: Fix compilation when compiled without
...
shadow group support.
2008-12-23 00:39:54 +00:00
nekral-guest
915ec6531a
* src/groupdel.c: Remove the fail_exit () declaration.
2008-12-22 23:23:14 +00:00
nekral-guest
1df7433e44
Fix typo.
2008-12-22 22:13:50 +00:00
nekral-guest
0bd396011a
* src/gpasswd.c: Fix the support for usernames with arbitrary
...
length.
2008-12-22 22:13:23 +00:00
nekral-guest
6405b58a98
* libmisc/chkname.c: Remove outdated comments.
2008-12-22 22:08:13 +00:00
nekral-guest
9d977dba8e
* src/groupdel.c: Re-indent.
2008-12-22 22:07:12 +00:00
nekral-guest
ad7a108d60
* src/groupmod.c: Re-indent.
...
* src/groupmod.c: Do not add the command synopsis to the main ()
documentation. This avoids outdated information.
2008-12-22 22:06:27 +00:00
nekral-guest
fca6aeeea2
* src/groupadd.c: Re-indent.
2008-12-22 22:03:34 +00:00
nekral-guest
5b8ff14caf
* libmisc/audit_help.c: Added audit_logger_message() to log
...
messages not related to an account.
* lib/prototypes.h, libmisc/cleanup.c, libmisc/cleanup_group.c,
libmisc/cleanup_user.c, libmisc/Makefile.am: Added stack of
cleanup functions to be executed on exit.
* NEWS, src/groupadd.c, src/groupdel.c, src/groupmod.c: Only
report success to audit and syslog when the changes are committed
to the system. Do not log failure for on-memory changes to audit
or syslog. Make sure failures and inconsistencies will be reported
in case of unexpected failures (e.g. malloc failures). Only
specify an audit message if it is not implicitly implied by the
type argument. Removed fail_exit (replaced by atexit(do_cleanups)).
2008-12-22 21:52:43 +00:00
nekral-guest
a438c2f184
* NEWS, src/gpasswd.c: Added support usernames with arbitrary
...
length.
2008-12-15 21:54:53 +00:00
nekral-guest
66cb5b33ad
* configure.in: Fix the "$enable_acct_tools_setuid" = "yes" test.
2008-11-30 01:32:38 +00:00
nekral-guest
c28c443d8f
* NEWS, configure.in, libmisc/chkname.c: make group max length a
...
configure option. The configure behavior encoded is:
<no option> -> default of 16 (like today);
--with-group-name-max-length -> default of 16;
--without-group-name-max-length -> no max length;
--with-group-name-max-length=n > max is set to n.
2008-11-30 01:29:40 +00:00
nekral-guest
93358ac3de
* src/su.c: (!USE_PAM) Provide visible information indicating that
...
su was denied.
2008-11-23 12:10:21 +00:00
nekral-guest
0667aee3cc
* man/ja/login.1: Fix the path of the utmp and wtmp files.
2008-11-23 00:16:53 +00:00
nekral-guest
2297508f13
* man/su.1.xml: Fix the su synopsis. username is referenced in the
...
manpage, not LOGIN.
2008-11-23 00:16:10 +00:00
nekral-guest
1a04bbb044
* libmisc/chowntty.c: Only closelog() when failure cause an exit.
2008-11-23 00:06:56 +00:00
nekral-guest
cf31f05cfb
* libmisc/chowntty.c: Improve the logs for fchown and fchmod
...
failures.
2008-11-23 00:05:39 +00:00
nekral-guest
2b290e7abb
* libmisc/chowntty.c, src/login.c, lib/prototypes.h: Remove the
...
tty argument from chown_tty. chown_tty always changes stdin and
does not need this argument anymore.
2008-11-22 23:56:51 +00:00
nekral-guest
a324a7f13f
* NEWS, libmisc/chowntty.c, libmisc/utmp.c: is_my_tty() moved from
...
utmp.c to chowntty.c. checkutmp() now only uses an existing utmp
entry if the pid matches and ut_line matches with the current tty.
This fixes a possible DOS when entries can be forged in the utmp
file.
* libmisc/chowntty.c, src/login.c, lib/prototypes.h: Remove the
tty argument from chown_tty. chown_tty always changes stdin and
does not need this argument anymore.
2008-11-22 23:56:11 +00:00
nekral-guest
eb4097180b
* NEWS, libmisc/chowntty.c: Fix a race condition that could lead to
...
gaining ownership or changing mode of arbitrary files.
2008-11-22 23:22:16 +00:00