aboutsummaryrefslogtreecommitdiff
path: root/security/libgnomesu
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256Pav Lucistnik2005-11-231-0/+1
| | | | | | | Requested by: adamw (maintainer) Notes: svn path=/head/; revision=149209
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Update to 1.0.0.Adam Weinberger2005-07-013-5/+8
| | | | Notes: svn path=/head/; revision=138314
* Hostname of MASTER_SITE and WWW site changed slightly.Adam Weinberger2005-04-172-2/+2
| | | | Notes: svn path=/head/; revision=133500
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Update to 0.9.7.Adam Weinberger2005-02-084-24/+6
| | | | Notes: svn path=/head/; revision=128319
* Remove leftover directory.Adam Weinberger2005-01-162-1/+2
| | | | | | | PORTREVISION bump. Notes: svn path=/head/; revision=126542
* Use a vendor-provided method for preventing gnomesu-pam installation.Adam Weinberger2005-01-162-11/+1
| | | | Notes: svn path=/head/; revision=126541
* Adjust the CONFLICTS to appease portlint.Joe Marcus Clarke2005-01-141-1/+1
| | | | Notes: svn path=/head/; revision=126465
* Instruct 4.x users to append the sample gnomesu-pam to /etc/pam.conf,Adam Weinberger2005-01-141-2/+1
| | | | | | | not put it into /etc/pam.d. Notes: svn path=/head/; revision=126450
* Extra super OMFG-I'd-be-screwed-without-you thanks to marcus for theAdam Weinberger2005-01-147-10/+54
| | | | | | | | | | | | | | | | | | | | | | sleuthing here. - Stop libgnomesu from causing 4.x machines to catch fire and break all your dishes. - Don't install stuff into /etc/pam.d by default. - Install example "gnomesu-pam"s, and include a pkg-message explaining what to do with them (HINT: copy the appropriate one into /etc/pam.d and name it gnomesu-pam). - Fix a double-free. With these fixes, the gnomeu binary in libgnomesu provides a much more comprehensive GNOME su frontend, and the Great Red Eye of Adamwdor is now turned towards sysutils/gnomesu. Notes: svn path=/head/; revision=126447
* With my portmgr hat on, mark this port IGNORE on 4.X as it will corruptJoe Marcus Clarke2005-01-141-1/+7
| | | | | | | | your PAM configuration, and cause subsequent logins to fail. The maintainer has been notified. Notes: svn path=/head/; revision=126409
* Fix build on >4.x.Adam Weinberger2005-01-142-0/+13
| | | | Notes: svn path=/head/; revision=126400
* Author rerolled distfile with an updated NEWS entry.Adam Weinberger2005-01-141-2/+2
| | | | Notes: svn path=/head/; revision=126399
* Register conflict with gnomesu. The removal of gnomesu is beingAdam Weinberger2005-01-131-0/+2
| | | | | | | | considered, as its functionality appears to be encapsulated within libgnomesu. Thoughts/opinions welcome. Notes: svn path=/head/; revision=126297
* libgnomesu is a library for providing superuser privileges to GNOMEAdam Weinberger2005-01-124-0/+94
applications. It supports consolehelper, PAM and su. libgnomesu will use one the following services (in order of priority), depending on which one is available: - consolehelper - PAM - su libgnomesu will use the su-based backend as final fallback, if no other services are available. This service uses a backend which is a modified version of GNU su. libgnomesu comes with the GUI frontend 'gnomesu' and a Nautilus component for Nautilus integration. WWW: http://members1.chello.nl/~h.lai/libgnomesu/ Notes: svn path=/head/; revision=126241