about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 0.2.0.2Laurent Bercot2023-01-028-8/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix, test and document nsssd-switchLaurent Bercot2021-09-105-12/+175
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Implement a real nsssd-switch, with a testLaurent Bercot2021-09-105-76/+263
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.2.0.0, lots of changes.Laurent Bercot2021-09-0962-181/+739
| | | | | | | | | - 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-1025-68/+68
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Get rid of webipc.hLaurent Bercot2020-12-092-3/+4
|
* Prepare for 0.1.0.0, add --enable-libc-includes configure switchLaurent Bercot2020-12-066-33/+51
| | | | | pwd.h, grp.h and shadow.h will not overwrite the libc headers by default anymore; you need to explicitly add the switch.
* Include posixishard as late as possibleLaurent Bercot2020-03-213-3/+6
|
* nsssd-nslcd needs socket_lib and sysclock_libLaurent Bercot2020-02-091-0/+2
|
* Add getgrouplist() support (stubbed in nsssd-nslcd)Laurent Bercot2019-09-2116-44/+270
|
* Fix nsss_unix_grp_getlist depLaurent Bercot2019-09-211-0/+1
|
* Remove tainnow dependency in configure tooLaurent Bercot2019-09-2112-3/+120
|
* Adapt to better stopwatch APILaurent Bercot2019-09-062-3/+2
|
* Use stopwatch where applicableLaurent Bercot2019-09-042-1/+3
|
* nsssd: always drop privileges to the client'sLaurent Bercot2019-07-241-1/+22
|
* Holy memory leaks, BatmanLaurent Bercot2019-06-209-0/+18
|
* Adapt to new skalibs/posixishard.h headerLaurent Bercot2019-02-195-8/+13
|
* bugfix: nsssd-nslcd -t option supportLaurent Bercot2019-01-151-1/+1
|
* Fix (hopefully) nsss_unix_shadow_get()Laurent Bercot2018-09-301-7/+14
|
* Fix build failures on which systems? THE BSDS OF COURSELaurent Bercot2018-07-282-0/+7
|
* Add test framework, fix some bugsLaurent Bercot2018-07-0213-7/+249
|
* Fix Makefile and typo in a function name, add basic testsLaurent Bercot2018-06-291-1/+1
|
* Initial commitLaurent Bercot2018-06-26146-0/+4675