Miah Johnson
|
659b4b373a
|
Remove # encoding: utf8 magic comments
Signed-off-by: Miah Johnson <miah@chia-pet.org>
|
2019-05-07 16:06:23 -07:00 |
|
Steven Danna
|
b5cd64d16a
|
Ignore comment lines in /etc/passwd
Most passwd/shadow implementations treat lines that start with '#' as
comments. For example, the implementation in OS X:
if (buf[0] == '#') {
/* skip comments for Rhapsody. */
continue;
}
https://opensource.apple.com/source/remote_cmds/remote_cmds-41/rpc_yppasswdd.tproj/passwd.c
Fixes #725
Signed-off-by: Steven Danna <steve@chef.io>
|
2016-08-16 10:54:52 +02:00 |
|
Dominik Richter
|
1fa957c8ca
|
ensure deprecated methods still work
|
2016-02-18 16:25:02 +01:00 |
|
Christoph Hartmann
|
62844eee0c
|
add unit tests
|
2016-01-28 18:30:38 +01:00 |
|
Christoph Hartmann
|
c7b7eccb5d
|
update unit test for new parser
|
2016-01-03 00:03:24 +01:00 |
|