aboutsummaryrefslogtreecommitdiffstats
path: root/pam_cap
AgeCommit message (Expand)AuthorFilesLines
2023-12-22Stop using _pam_overwrite() in pam_cap.c.Andrew G. Morgan1-2/+2
2023-05-09Ignore the content of a capability.conf file if it is world-writable.Andrew G. Morgan4-5/+44
2023-05-09There was a small memory leak in pam_cap.so when libpam returned an error.Andrew G. Morgan1-1/+6
2022-10-19Reviewed license information and adde SPDX ids.Andrew G. Morgan2-1/+3
2021-09-14Add some debugging info for the pam_cap.so deferred callback.Andrew G. Morgan1-0/+18
2021-09-14Another attempt at supporting Ambient vector setting from pam_cap.so.Andrew G. Morgan3-60/+55
2021-09-13Add PAM "session" support to pam_cap.so.Andrew G. Morgan3-19/+79
2021-09-10Update pam_cap .gitignore fileAndrew G. Morgan1-0/+1
2021-09-10Another missing dependency for make -j13Andrew G. Morgan1-1/+6
2021-09-04Refactor top level Makefile to reduce redundant buildingAndrew G. Morgan1-1/+1
2021-09-01Canonicalize build systemDavid Seifert1-6/+4
2021-09-01Permit root to run test_pam_cap without arguments.Andrew G. Morgan1-1/+6
2021-08-31Move $(LDFLAGS) earlier in build command lines.Andrew G. Morgan1-4/+4
2021-08-27More fixes for static analysis issues.Andrew G. Morgan1-1/+1
2021-08-26Fix some static analysis results.Andrew G. Morgan1-0/+3
2021-08-25Support overriding choice of 'sudo'.Andrew G. Morgan1-7/+7
2021-08-23Allow the builder to force -lpam linkage.Andrew G. Morgan1-3/+17
2021-08-19Drop non-standard IPATH in favor of CPPFLAGS.Andrew G. Morgan1-4/+7
2021-08-13Support distributions that build libcap with aggressive link options.Andrew G. Morgan3-9/+42
2021-08-11Support CC=clang again.Andrew G. Morgan1-1/+4
2021-08-10Noticed that this pam_cap/Makefile comment had unintentionally migratedAndrew G. Morgan1-5/+5
2021-07-13Allow for systems with no /proc/self/cmdline file.Andrew G. Morgan1-1/+1
2021-07-12Support running pam_cap.so as a simple binary.Andrew G. Morgan3-5/+70
2021-06-28Add pam_cap.so "default=<IAB>" module argument supportAndrew G. Morgan4-12/+130
2021-05-30Add an autoauth module flag to pam_cap.soAndrew G. Morgan2-5/+22
2021-05-07Add a module argument to pam_cap.so to assist with ambient supportAndrew G. Morgan2-15/+38
2021-04-21Bug fixes identified by static code analysis.Andrew G. Morgan1-5/+4
2020-07-16pam_cap.c: Spelling fix in output stringMichael Kerrisk (man-pages)1-1/+1
2020-06-04Better protect some header #define's.Andrew G. Morgan1-0/+2
2020-05-12pam_cap: Honor PAM_REINITIALIZE_CREDChristian Kastner1-1/+1
2020-02-23pam_cap can now use generic parsing for a cap_iab_t.Andrew G. Morgan1-140/+17
2020-01-03Refactor the way we do the psx linkage in libcap.Andrew G. Morgan1-0/+4
2019-12-23Ensure that gcc -std=c89 build works.Andrew G. Morgan2-19/+27
2019-12-22Add group, ambient and bound setting support to pam_cap.Andrew G. Morgan5-102/+500
2019-12-05Implement a helper library for POSIX semantics syscalls.Andrew G. Morgan1-8/+7
2019-04-13Replace the remaining memcmp for strings with strncmp.Andrew G. Morgan1-1/+1
2014-05-31don't include FAKEROOT in Makefile variablesBenedikt Morbach1-2/+2
2014-01-03libcap: fix dead/empty urls.Xose Vazquez Perez1-1/+1
2010-08-08Default to installing setcap with an inheritable capability.Andrew G. Morgan2-5/+25
2010-08-08fix MakefilesTorsten Werner1-3/+2
2008-10-16Make rules were not complete for compiling on unprepared systems.Andrew G. Morgan1-2/+2
2008-06-02Some makefile cleanups.Andrew G. Morgan1-2/+5
2008-03-30Figured out how and where to install pam_cap.soAndrew G. Morgan3-11/+8
2008-02-17Add .gitignore filesMike Frysinger1-0/+2
2007-11-07This is libcap-2.00.libcap-2.00Andrew Morgan1-1/+8
2007-08-13Give a concrete example (morgan gets CAP_SETFCAP)libcap-20070813Andrew Morgan1-2/+2
2007-08-13Build with a pam_cap module.Andrew Morgan4-17/+27
2007-08-13I'm installing the pam_cap code here.Andrew Morgan5-0/+401