diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-09-09 19:58:12 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-09-09 19:58:12 +0000 |
commit | 6fdb4834cdb5557d9bd7562f61984da8bd0d9c80 (patch) | |
tree | c9ac0c6bc512beed2e550b9aba09eb2af090e6a7 /src/libnsss/deps-lib | |
parent | 1f213b642deb1d8e6139d2b7daac8f639c8717e7 (diff) | |
download | nsss-6fdb4834cdb5557d9bd7562f61984da8bd0d9c80.tar.xz |
Prepare for 0.2.0.0, lots of changes.
- Make _r functions completely thread-safe.
- Save a lot of forking by having a persistent nsss_switch_query
- Introduce a timeout to make the server expire
- Start writing nsss-switch, not working yet.
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libnsss/deps-lib')
-rw-r--r-- | src/libnsss/deps-lib/nsss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/libnsss/deps-lib/nsss b/src/libnsss/deps-lib/nsss index e00084e..56764bf 100644 --- a/src/libnsss/deps-lib/nsss +++ b/src/libnsss/deps-lib/nsss @@ -33,6 +33,7 @@ nsss_switch_end.o nsss_switch_endgrent.o nsss_switch_endpwent.o nsss_switch_endspent.o +nsss_switch_enumerator.o nsss_switch_getgrent.o nsss_switch_getgrent_r.o nsss_switch_getgrgid.o @@ -57,7 +58,6 @@ nsss_switch_grp_getbyname.o nsss_switch_grp_getlist.o nsss_switch_grp_read.o nsss_switch_grp_rewind.o -nsss_switch_here.o nsss_switch_op.o nsss_switch_pwd_end.o nsss_switch_pwd_get.o @@ -65,6 +65,11 @@ nsss_switch_pwd_getbyname.o nsss_switch_pwd_getbyuid.o nsss_switch_pwd_read.o nsss_switch_pwd_rewind.o +nsss_switch_query.o +nsss_switch_query_mutex.o +nsss_switch_query_start.o +nsss_switch_send.o +nsss_switch_sendv.o nsss_switch_setgrent.o nsss_switch_setpwent.o nsss_switch_setspent.o @@ -73,7 +78,9 @@ nsss_switch_shadow_get.o nsss_switch_shadow_getbyname.o nsss_switch_shadow_read.o nsss_switch_shadow_rewind.o +nsss_switch_set_timeout.o nsss_switch_start.o +nsss_switch_startf.o nsss_unix_end.o nsss_unix_endgrent.o nsss_unix_endpwent.o |