summary refs log tree commit diff
path: root/src/libnsss
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 0.2.0.0, lots of changes.Laurent Bercot2021-09-0954-153/+374
| | | | | | | | | - 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>
* Pass errno as unsigned charLaurent Bercot2021-09-029-16/+16
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.11.0.0, prepare for 0.1.0.2Laurent Bercot2021-08-1021-26/+26
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Get rid of webipc.hLaurent Bercot2020-12-091-1/+2
|
* Include posixishard as late as possibleLaurent Bercot2020-03-213-3/+6
|
* Add getgrouplist() support (stubbed in nsssd-nslcd)Laurent Bercot2019-09-219-41/+198
|
* Fix nsss_unix_grp_getlist depLaurent Bercot2019-09-211-0/+1
|
* Remove tainnow dependency in configure tooLaurent Bercot2019-09-213-0/+98
|
* Holy memory leaks, BatmanLaurent Bercot2019-06-209-0/+18
|
* Adapt to new skalibs/posixishard.h headerLaurent Bercot2019-02-193-6/+6
|
* Fix (hopefully) nsss_unix_shadow_get()Laurent Bercot2018-09-301-7/+14
|
* Fix build failures on which systems? THE BSDS OF COURSELaurent Bercot2018-07-281-0/+1
|
* Add test framework, fix some bugsLaurent Bercot2018-07-022-5/+6
|
* Fix Makefile and typo in a function name, add basic testsLaurent Bercot2018-06-291-1/+1
|
* Initial commitLaurent Bercot2018-06-26115-0/+2699