Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement a real nsssd-switch, with a test | Laurent Bercot | 2021-09-10 | 8 | -76/+268 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Prepare for 0.2.0.0, lots of changes. | Laurent Bercot | 2021-09-09 | 77 | -211/+891 |
| | | | | | | | | | - 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 char | Laurent Bercot | 2021-09-02 | 9 | -16/+16 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Adapt to skalibs-2.11.0.0, prepare for 0.1.0.2 | Laurent Bercot | 2021-08-10 | 32 | -75/+132 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | version: 0.1.0.1 v0.1.0.1 | Laurent Bercot | 2021-04-15 | 1 | -1/+2 |
| | |||||
* | Prepare for 0.1.0.1 | Laurent Bercot | 2021-04-13 | 5 | -6/+19 |
| | |||||
* | Do not compile or link into /dev/null | Laurent Bercot | 2021-04-11 | 1 | -4/+6 |
| | |||||
* | Real noexecstack fix: make strip less greedy | Laurent Bercot | 2021-04-09 | 2 | -3/+2 |
| | |||||
* | noexecstack only works in LDFLAGS | Laurent Bercot | 2021-04-08 | 1 | -1/+1 |
| | |||||
* | Other doc fix | Laurent Bercot | 2021-01-10 | 1 | -2/+2 |
| | |||||
* | Doc fix | Laurent Bercot | 2021-01-10 | 2 | -3/+3 |
| | |||||
* | version: 0.1.0.0 v0.1.0.0 | Laurent Bercot | 2021-01-10 | 1 | -1/+1 |
| | |||||
* | configure should be executable >.> | Laurent Bercot | 2020-12-29 | 1 | -0/+0 |
| | |||||
* | Don't put -fno-stack-protector in default CFLAGS | Laurent Bercot | 2020-12-28 | 1 | -1/+0 |
| | |||||
* | configure fix | Laurent Bercot | 2020-12-18 | 1 | -7/+7 |
| | |||||
* | Get rid of webipc.h | Laurent Bercot | 2020-12-09 | 2 | -3/+4 |
| | |||||
* | Prepare for 0.1.0.0, add --enable-libc-includes configure switch | Laurent Bercot | 2020-12-06 | 15 | -57/+109 |
| | | | | | pwd.h, grp.h and shadow.h will not overwrite the libc headers by default anymore; you need to explicitly add the switch. | ||||
* | Doc typo fix (thanks firas) | Laurent Bercot | 2020-06-25 | 1 | -1/+1 |
| | |||||
* | Prepare for 0.0.2.3 | Laurent Bercot | 2020-04-06 | 6 | -3/+17 |
| | |||||
* | nsss: fix html errors | Colin Booth | 2020-03-30 | 3 | -3/+3 |
| | | | | Signed-off-by: Colin Booth <colin@heliocat.net> | ||||
* | Include posixishard as late as possible | Laurent Bercot | 2020-03-21 | 3 | -3/+6 |
| | |||||
* | version: 0.0.2.2 v0.0.2.2 | Laurent Bercot | 2020-03-02 | 1 | -1/+0 |
| | |||||
* | nsssd-nslcd needs socket_lib and sysclock_lib | Laurent Bercot | 2020-02-09 | 2 | -1/+3 |
| | |||||
* | Prepare for 0.0.2.2 | Laurent Bercot | 2020-01-27 | 6 | -7/+22 |
| | |||||
* | Fix shared libs installation | Laurent Bercot | 2020-01-27 | 1 | -3/+2 |
| | |||||
* | version: 0.0.2.1 v0.0.2.1 | Laurent Bercot | 2019-10-21 | 1 | -0/+1 |
| | |||||
* | Fix gen-deps.sh for cross-builds | Laurent Bercot | 2019-10-21 | 2 | -11/+11 |
| | |||||
* | Prepare for 0.0.2.1 | Laurent Bercot | 2019-10-21 | 5 | -5/+20 |
| | |||||
* | Fix generated CC for cross-builds | Laurent Bercot | 2019-10-21 | 1 | -1/+1 |
| | |||||
* | version: 0.0.2.0 v0.0.2.0 | Laurent Bercot | 2019-09-22 | 1 | -1/+1 |
| | |||||
* | Add getgrouplist() support (stubbed in nsssd-nslcd) | Laurent Bercot | 2019-09-21 | 18 | -49/+279 |
| | |||||
* | Fix nsss_unix_grp_getlist dep | Laurent Bercot | 2019-09-21 | 2 | -5/+7 |
| | |||||
* | Fix configure permissions | Laurent Bercot | 2019-09-21 | 1 | -0/+0 |
| | |||||
* | Remove tainnow dependency in configure too | Laurent Bercot | 2019-09-21 | 16 | -10/+127 |
| | |||||
* | Adapt to better stopwatch API | Laurent Bercot | 2019-09-06 | 2 | -3/+2 |
| | |||||
* | Use stopwatch where applicable | Laurent Bercot | 2019-09-04 | 2 | -1/+3 |
| | |||||
* | Prepare for 0.0.2.0 | Laurent Bercot | 2019-08-09 | 6 | -7/+31 |
| | | | | | Neither getgrouplist() support nor nsssd-switch has been committed yet. WIP, relax. | ||||
* | nsssd: always drop privileges to the client's | Laurent Bercot | 2019-07-24 | 1 | -1/+22 |
| | |||||
* | Makefile needs to be adjusted too | Laurent Bercot | 2019-07-22 | 1 | -5/+4 |
| | |||||
* | Make configure CC-friendlier | Laurent Bercot | 2019-07-22 | 1 | -8/+24 |
| | |||||
* | Prepare for 0.0.1.2 | Laurent Bercot | 2019-06-20 | 4 | -2/+13 |
| | |||||
* | Holy memory leaks, Batman | Laurent Bercot | 2019-06-20 | 9 | -0/+18 |
| | |||||
* | version: 0.0.1.1 v0.0.1.1 | Laurent Bercot | 2019-03-04 | 3 | -2/+5 |
| | |||||
* | -fPIC -> CPPFLAGS_AUTO | Laurent Bercot | 2019-02-24 | 1 | -1/+1 |
| | |||||
* | Document the PIC change | Laurent Bercot | 2019-02-24 | 2 | -0/+4 |
| | |||||
* | Build everything PIC by default | Laurent Bercot | 2019-02-24 | 1 | -13/+2 |
| | |||||
* | Adapt to new skalibs/posixishard.h header | Laurent Bercot | 2019-02-19 | 5 | -8/+13 |
| | |||||
* | bugfix: nsssd-nslcd -t option support | Laurent Bercot | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | Prepare for 0.0.1.1 | Laurent Bercot | 2019-01-10 | 4 | -7/+8 |
| | |||||
* | Fix (hopefully) nsss_unix_shadow_get() | Laurent Bercot | 2018-09-30 | 6 | -9/+31 |
| |