summaryrefslogtreecommitdiff
path: root/pam_cap
Commit message (Expand)AuthorAgeFilesLines
* Add some debugging info for the pam_cap.so deferred callback.Andrew G. Morgan2021-09-141-0/+18
* Another attempt at supporting Ambient vector setting from pam_cap.so.Andrew G. Morgan2021-09-143-60/+55
* Add PAM "session" support to pam_cap.so.Andrew G. Morgan2021-09-133-19/+79
* Update pam_cap .gitignore fileAndrew G. Morgan2021-09-101-0/+1
* Another missing dependency for make -j13Andrew G. Morgan2021-09-101-1/+6
* Refactor top level Makefile to reduce redundant buildingAndrew G. Morgan2021-09-041-1/+1
* Canonicalize build systemDavid Seifert2021-09-011-6/+4
* Permit root to run test_pam_cap without arguments.Andrew G. Morgan2021-09-011-1/+6
* Move $(LDFLAGS) earlier in build command lines.Andrew G. Morgan2021-08-311-4/+4
* More fixes for static analysis issues.Andrew G. Morgan2021-08-271-1/+1
* Fix some static analysis results.Andrew G. Morgan2021-08-261-0/+3
* Support overriding choice of 'sudo'.Andrew G. Morgan2021-08-251-7/+7
* Allow the builder to force -lpam linkage.Andrew G. Morgan2021-08-231-3/+17
* Drop non-standard IPATH in favor of CPPFLAGS.Andrew G. Morgan2021-08-191-4/+7
* Support distributions that build libcap with aggressive link options.Andrew G. Morgan2021-08-133-9/+42
* Support CC=clang again.Andrew G. Morgan2021-08-111-1/+4
* Noticed that this pam_cap/Makefile comment had unintentionally migratedAndrew G. Morgan2021-08-101-5/+5
* Allow for systems with no /proc/self/cmdline file.Andrew G. Morgan2021-07-131-1/+1
* Support running pam_cap.so as a simple binary.Andrew G. Morgan2021-07-123-5/+70
* Add pam_cap.so "default=<IAB>" module argument supportAndrew G. Morgan2021-06-284-12/+130
* Add an autoauth module flag to pam_cap.soAndrew G. Morgan2021-05-302-5/+22
* Add a module argument to pam_cap.so to assist with ambient supportAndrew G. Morgan2021-05-072-15/+38
* Bug fixes identified by static code analysis.Andrew G. Morgan2021-04-211-5/+4
* pam_cap.c: Spelling fix in output stringMichael Kerrisk (man-pages)2020-07-161-1/+1
* Better protect some header #define's.Andrew G. Morgan2020-06-041-0/+2
* pam_cap: Honor PAM_REINITIALIZE_CREDChristian Kastner2020-05-121-1/+1
* pam_cap can now use generic parsing for a cap_iab_t.Andrew G. Morgan2020-02-231-140/+17
* Refactor the way we do the psx linkage in libcap.Andrew G. Morgan2020-01-031-0/+4
* Ensure that gcc -std=c89 build works.Andrew G. Morgan2019-12-232-19/+27
* Add group, ambient and bound setting support to pam_cap.Andrew G. Morgan2019-12-225-102/+500
* Implement a helper library for POSIX semantics syscalls.Andrew G. Morgan2019-12-051-8/+7
* Replace the remaining memcmp for strings with strncmp.Andrew G. Morgan2019-04-131-1/+1
* don't include FAKEROOT in Makefile variablesBenedikt Morbach2014-05-311-2/+2
* libcap: fix dead/empty urls.Xose Vazquez Perez2014-01-031-1/+1
* Default to installing setcap with an inheritable capability.Andrew G. Morgan2010-08-082-5/+25
* fix MakefilesTorsten Werner2010-08-081-3/+2
* Make rules were not complete for compiling on unprepared systems.Andrew G. Morgan2008-10-161-2/+2
* Some makefile cleanups.Andrew G. Morgan2008-06-021-2/+5
* Figured out how and where to install pam_cap.soAndrew G. Morgan2008-03-303-11/+8
* Add .gitignore filesMike Frysinger2008-02-171-0/+2
* This is libcap-2.00.libcap-2.00Andrew Morgan2007-11-071-1/+8
* Give a concrete example (morgan gets CAP_SETFCAP)libcap-20070813Andrew Morgan2007-08-131-2/+2
* Build with a pam_cap module.Andrew Morgan2007-08-134-17/+27
* I'm installing the pam_cap code here.Andrew Morgan2007-08-135-0/+401