]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commit
First working version
authorSimon Ruderich <simon@ruderich.org>
Sat, 8 Jun 2019 10:24:27 +0000 (12:24 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 8 Jun 2019 10:24:27 +0000 (12:24 +0200)
commit92afde4e875a96e1ab865e29b9f0d11b08d7db1c
tree873a0f820560d40d9eb4cd4058976a9f4891ed22
parent748846b9a65726fd19d43b45a4db68ef4c2e77f4
First working version

Supports only /etc/passwd at the moment.
16 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
config.go [new file with mode: 0644]
fetch.go [new file with mode: 0644]
file.go [new file with mode: 0644]
main.go [new file with mode: 0644]
nss/Makefile [new file with mode: 0644]
nss/cash.h [new file with mode: 0644]
nss/file.c [new file with mode: 0644]
nss/file.h [new file with mode: 0644]
nss/pw.c [new file with mode: 0644]
nss/search.c [new file with mode: 0644]
nss/search.h [new file with mode: 0644]
passwd.go [new file with mode: 0644]
state.go [new file with mode: 0644]