about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Implement a real nsssd-switch, with a testLaurent Bercot2021-09-108-76/+268
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.2.0.0, lots of changes.Laurent Bercot2021-09-0977-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 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-1032-75/+132
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.1.0.1 v0.1.0.1Laurent Bercot2021-04-151-1/+2
|
* Prepare for 0.1.0.1Laurent Bercot2021-04-135-6/+19
|
* Do not compile or link into /dev/nullLaurent Bercot2021-04-111-4/+6
|
* Real noexecstack fix: make strip less greedyLaurent Bercot2021-04-092-3/+2
|
* noexecstack only works in LDFLAGSLaurent Bercot2021-04-081-1/+1
|
* Other doc fixLaurent Bercot2021-01-101-2/+2
|
* Doc fixLaurent Bercot2021-01-102-3/+3
|
* version: 0.1.0.0 v0.1.0.0Laurent Bercot2021-01-101-1/+1
|
* configure should be executable >.>Laurent Bercot2020-12-291-0/+0
|
* Don't put -fno-stack-protector in default CFLAGSLaurent Bercot2020-12-281-1/+0
|
* configure fixLaurent Bercot2020-12-181-7/+7
|
* Get rid of webipc.hLaurent Bercot2020-12-092-3/+4
|
* Prepare for 0.1.0.0, add --enable-libc-includes configure switchLaurent Bercot2020-12-0615-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 Bercot2020-06-251-1/+1
|
* Prepare for 0.0.2.3Laurent Bercot2020-04-066-3/+17
|
* nsss: fix html errorsColin Booth2020-03-303-3/+3
| | | | Signed-off-by: Colin Booth <colin@heliocat.net>
* Include posixishard as late as possibleLaurent Bercot2020-03-213-3/+6
|
* version: 0.0.2.2 v0.0.2.2Laurent Bercot2020-03-021-1/+0
|
* nsssd-nslcd needs socket_lib and sysclock_libLaurent Bercot2020-02-092-1/+3
|
* Prepare for 0.0.2.2Laurent Bercot2020-01-276-7/+22
|
* Fix shared libs installationLaurent Bercot2020-01-271-3/+2
|
* version: 0.0.2.1 v0.0.2.1Laurent Bercot2019-10-211-0/+1
|
* Fix gen-deps.sh for cross-buildsLaurent Bercot2019-10-212-11/+11
|
* Prepare for 0.0.2.1Laurent Bercot2019-10-215-5/+20
|
* Fix generated CC for cross-buildsLaurent Bercot2019-10-211-1/+1
|
* version: 0.0.2.0 v0.0.2.0Laurent Bercot2019-09-221-1/+1
|
* Add getgrouplist() support (stubbed in nsssd-nslcd)Laurent Bercot2019-09-2118-49/+279
|
* Fix nsss_unix_grp_getlist depLaurent Bercot2019-09-212-5/+7
|
* Fix configure permissionsLaurent Bercot2019-09-211-0/+0
|
* Remove tainnow dependency in configure tooLaurent Bercot2019-09-2116-10/+127
|
* Adapt to better stopwatch APILaurent Bercot2019-09-062-3/+2
|
* Use stopwatch where applicableLaurent Bercot2019-09-042-1/+3
|
* Prepare for 0.0.2.0Laurent Bercot2019-08-096-7/+31
| | | | | Neither getgrouplist() support nor nsssd-switch has been committed yet. WIP, relax.
* nsssd: always drop privileges to the client'sLaurent Bercot2019-07-241-1/+22
|
* Makefile needs to be adjusted tooLaurent Bercot2019-07-221-5/+4
|
* Make configure CC-friendlierLaurent Bercot2019-07-221-8/+24
|
* Prepare for 0.0.1.2Laurent Bercot2019-06-204-2/+13
|
* Holy memory leaks, BatmanLaurent Bercot2019-06-209-0/+18
|
* version: 0.0.1.1 v0.0.1.1Laurent Bercot2019-03-043-2/+5
|
* -fPIC -> CPPFLAGS_AUTOLaurent Bercot2019-02-241-1/+1
|
* Document the PIC changeLaurent Bercot2019-02-242-0/+4
|
* Build everything PIC by defaultLaurent Bercot2019-02-241-13/+2
|
* Adapt to new skalibs/posixishard.h headerLaurent Bercot2019-02-195-8/+13
|
* bugfix: nsssd-nslcd -t option supportLaurent Bercot2019-01-151-1/+1
|
* Prepare for 0.0.1.1Laurent Bercot2019-01-104-7/+8
|
* Fix (hopefully) nsss_unix_shadow_get()Laurent Bercot2018-09-306-9/+31
|