summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
8 days Prepare for 0.2.0.5 ; fix ftms and support more defs in headersHEADmastermainLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-09-21 Don't declare setgroups() in grp.h if non-GNULaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-09-09 Adapt to skalibs-2.14Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-02-15 Update build systemLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-01-02 Prepare for 0.2.0.2Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-10 Fix, test and document nsssd-switchLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-10 Implement a real nsssd-switch, with a testLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-09 Prepare for 0.2.0.0, lots of changes.Laurent Bercot
- 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>
2021-09-02 Pass errno as unsigned charLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-10 Adapt to skalibs-2.11.0.0, prepare for 0.1.0.2Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2020-12-09 Get rid of webipc.hLaurent Bercot
2020-12-06 Prepare for 0.1.0.0, add --enable-libc-includes configure switchLaurent Bercot
pwd.h, grp.h and shadow.h will not overwrite the libc headers by default anymore; you need to explicitly add the switch.
2020-03-21 Include posixishard as late as possibleLaurent Bercot
2020-02-09 nsssd-nslcd needs socket_lib and sysclock_libLaurent Bercot
2019-09-21 Add getgrouplist() support (stubbed in nsssd-nslcd)Laurent Bercot
2019-09-21 Fix nsss_unix_grp_getlist depLaurent Bercot
2019-09-21 Remove tainnow dependency in configure tooLaurent Bercot
2019-09-06 Adapt to better stopwatch APILaurent Bercot
2019-09-04 Use stopwatch where applicableLaurent Bercot
2019-07-24 nsssd: always drop privileges to the client'sLaurent Bercot
2019-06-20 Holy memory leaks, BatmanLaurent Bercot
2019-02-19 Adapt to new skalibs/posixishard.h headerLaurent Bercot
2019-01-15 bugfix: nsssd-nslcd -t option supportLaurent Bercot
2018-09-30 Fix (hopefully) nsss_unix_shadow_get()Laurent Bercot
2018-07-28 Fix build failures on which systems? THE BSDS OF COURSELaurent Bercot
2018-07-02 Add test framework, fix some bugsLaurent Bercot
2018-06-29 Fix Makefile and typo in a function name, add basic testsLaurent Bercot
2018-06-26 Initial commitLaurent Bercot