summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Stop installing the cap and psx packages, but do install captree.Andrew G. Morgan2021-08-263-7/+33
* Eliminate an alignment issue found by clang.Andrew G. Morgan2021-08-262-79/+81
* Fix some static analysis results.Andrew G. Morgan2021-08-2611-8/+69
* Up the release version to 2.54Andrew G. Morgan2021-08-258-10/+10
* Add a comment about overriding DYNAMIC.Andrew G. Morgan2021-08-251-0/+1
* Support overriding choice of 'sudo'.Andrew G. Morgan2021-08-255-17/+18
* Add some more information to help, and contextual error messages.Andrew G. Morgan2021-08-251-7/+21
* Absorb some of archlinux's Make.Rule customizations.Andrew G. Morgan2021-08-251-1/+9
* Address a compiler warning with the tests/uns_test.Andrew G. Morgan2021-08-251-1/+3
* Make 'progs/getpcaps --iab' act like 'go/captree' in output formatAndrew G. Morgan2021-08-231-12/+23
* Revert most of the LDFLAGS -> LDSTATIC change.Andrew G. Morgan2021-08-232-11/+17
* Allow the builder to force -lpam linkage.Andrew G. Morgan2021-08-232-7/+25
* libcap/Makefile: don't overwrite 'empty' when generating loader.txtArnout Vandecappelle (Essensium/Mind)2021-08-231-1/+1
* Add cap_iab_{compare,get_pid} functions to libcap; --iab to getpcaps.Andrew G. Morgan2021-08-2210-8/+175
* Add the captree example.Andrew G. Morgan2021-08-224-2/+331
* Revamp the comparison API of *Set and *IAB tuples; add IABGetPID().Andrew G. Morgan2021-08-225-13/+157
* Fix error code handling for failed cap_reset_ambient()Andrew G. Morgan2021-08-221-8/+3
* Handle libcap allocation failures more explicitly and fix a memory leak.Andrew G. Morgan2021-08-214-22/+66
* Check return values of allocating functionsSamanta Navarro2021-08-211-0/+12
* Fix endless loop with very long stringsSamanta Navarro2021-08-211-1/+1
* Drop non-standard IPATH in favor of CPPFLAGS.Andrew G. Morgan2021-08-195-23/+31
* Make lib*.so files executable.Andrew G. Morgan2021-08-191-2/+2
* Up the release version to 2.53v1.2.53psx/v1.2.53libcap-korg-2.53libcap-2.53cap/v1.2.53Andrew G. Morgan2021-08-157-9/+9
* Fix typos.Samanta Navarro2021-08-1425-59/+59
* Complete cap_launch fix.Andrew G. Morgan2021-08-141-1/+3
* Fix cap_launch failures - error propogation.Andrew G. Morgan2021-08-142-19/+28
* Support distributions that build libcap with aggressive link options.Andrew G. Morgan2021-08-135-21/+54
* Support CC=clang again.Andrew G. Morgan2021-08-114-4/+7
* Noticed that this pam_cap/Makefile comment had unintentionally migratedAndrew G. Morgan2021-08-101-5/+5
* Add some documentation concerning the cap.FuncLauncher() behavior.Andrew G. Morgan2021-08-031-1/+11
* Up the release version to 2.52v1.2.52psx/v1.2.52libcap-korg-2.52libcap-2.52cap/v1.2.52Andrew G. Morgan2021-08-017-9/+9
* Revive an ancient 'su' implementation to explore use with libcap.Andrew G. Morgan2021-08-015-511/+638
* Import an old version of su from SimplePAMApps-0.60Andrew G. Morgan2021-08-013-0/+1534
* Add a note about cap_launch callback function return values.Andrew G. Morgan2021-08-011-8/+17
* Clean up allocated memory.Andrew G. Morgan2021-07-151-2/+11
* realloc less at startup executing a .so fileAndrew G. Morgan2021-07-141-2/+2
* Allow for systems with no /proc/self/cmdline file.Andrew G. Morgan2021-07-132-2/+2
* Clarify some cap_launch documentation.Andrew G. Morgan2021-07-121-2/+6
* Support running pam_cap.so as a simple binary.Andrew G. Morgan2021-07-123-5/+70
* Support simply executing the built shared libraries.Andrew G. Morgan2021-07-126-16/+154
* When --suggest'ing also compare against capability namesAndrew G. Morgan2021-07-021-0/+10
* Provide a '--current' command line argument for capsh.Andrew G. Morgan2021-07-023-13/+33
* Add pam_cap.so "default=<IAB>" module argument supportAndrew G. Morgan2021-06-284-12/+130
* Minor edits of README.Andrew G. Morgan2021-06-221-19/+27
* Update comment in gowns sources.Andrew G. Morgan2021-06-211-1/+5
* Permit compilation with -std=c89.Andrew G. Morgan2021-06-216-7/+15
* Up the release version to 2.51v1.2.51psx/v1.2.51libcap-korg-2.51libcap-2.51cap/v1.2.51Andrew G. Morgan2021-06-207-9/+9
* No longer need the go/pkg directory.Andrew G. Morgan2021-06-201-1/+0
* Do away with GOPATH based GO building.Andrew G. Morgan2021-06-204-46/+60
* Clean up some compilation warningsAndrew G. Morgan2021-06-203-3/+7