]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commit
nsscash: support longer lines in passwd/group files
authorSimon Ruderich <simon@ruderich.org>
Tue, 11 Jun 2019 08:53:43 +0000 (10:53 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 11 Jun 2019 08:53:43 +0000 (10:53 +0200)
commitc6b898ea9ab372c58c59658c2acf17ea831d71db
treebff9d5770acf37210409f9afb3edd84ea3891905
parent424a573023a06c50fd8dad43174c12c42f7dada5
nsscash: support longer lines in passwd/group files

bufio.Scanner has an internal limit on the maximum token (= line)
length. We want to support larger lines in the future.
group.go
passwd.go