summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* removed older ebuildsSeemant Kulleen2003-03-113-445/+0
|
* removed older ebuildsSeemant Kulleen2003-03-113-3/+0
|
* remove risky patchMartin Schlemmer2003-02-242-3/+11
|
* fix su running user shell if not fake loginMartin Schlemmer2003-02-245-52/+224
|
* more arm keywording in sys-appsZack Welch2003-02-222-3/+6
|
* Update Copyright yearsMike Frysinger2003-02-134-8/+8
|
* Update Copyright yearsMike Frysinger2003-02-121-2/+2
|
* Added hppa to keywords.Guy Martin2003-02-092-3/+6
|
* bug #13203Martin Schlemmer2003-01-193-4/+30
|
* Added mips to keywordsJan Seidel2003-01-182-3/+6
|
* add /etc/default/useradd with default shell of /bin/bashMartin Schlemmer2002-12-254-2/+186
|
* During removal of sparc64 keywords from the ebuilds a bad sed introduced ↵Bjoern Brauel2002-12-152-4/+4
| | | | problematic KEYWORDS line that contained an illegal character before the alpha keyword. Fixed.
* fixed broken ChangeLog entriesMaik Schreiber2002-12-131-3/+2
|
* 12-08-02 Keyword change remove sparc64 Rodney Rees manson@gentoo.orgRodney Rees2002-12-094-9/+12
|
* added spaceMartin Schlemmer2002-12-031-2/+3
|
* some form fixesMartin Schlemmer2002-12-031-7/+8
|
* fix system-auth.new being installedMartin Schlemmer2002-12-032-4/+5
|
* bug 4210Martin Schlemmer2002-12-033-13/+38
|
* removed "*****" boxesMaik Schreiber2002-10-243-24/+18
|
* cleanup; update su-pam_open_session.patchMartin Schlemmer2002-10-2017-2166/+254
|
* add pam_open_session() support to su, fixing bug #8831.Martin Schlemmer2002-10-194-1/+220
|
* add /etc/default/ to fix adduser -DMartin Schlemmer2002-10-122-5/+14
|
* Changed from "GPL2 or later" to "GPL2"Mike Frysinger2002-10-044-8/+8
|
* initial alpha (axp) support for gentooBjoern Brauel2002-09-141-2/+2
|
* Adding serial console to securetty for sparc machinesMaarten Thibaut2002-08-191-1/+13
|
* Adding sparc/sparc64 keywordsMaarten Thibaut2002-08-143-6/+6
|
* updated more copyright yearsSeemant Kulleen2002-08-011-2/+2
|
* more ppc keywordsSeemant Kulleen2002-07-1610-341/+4
|
* SLOT, KEYWORDS, LICENSE and HOMEPAGE tags addedDaniel Ahlberg2002-07-149-16/+67
|
* header fixesDaniel Robbins2002-07-118-16/+8
|
* convert to libtool.eclassMartin Schlemmer2002-06-283-9/+15
|
* pam-login supportMartin Schlemmer2002-04-2810-289/+26
|
* remove /bin/loginMartin Schlemmer2002-04-084-2/+140
|
* libtoolizeMartin Schlemmer2002-04-083-7/+18
|
* Adding latest shadow version, currently masked out until further testingJared H.Hudson2002-04-043-1/+122
| | | | is done.
* Updated my previous security fix to include support for multiple ROOT's,Jared H.Hudson2002-04-043-1/+123
| | | | binary packages and already existing proper system-auth's.
* Quick fix for PAM bug where services that use pam_pwdb are exploitableJared H.Hudson2002-04-034-5/+111
| | | | | | | | | if you try to log as a user 4 time with the same wrong password, and on the 5th time you enter the correct user password, you will be placed without a HOME directory and as uid 0. Currently only telnet and console login seem to be affected. Since both use the login pam file which uses system-auth, system-auth has been updated to use pam_unix instead of pam_pwdb.
* fix path's in .la filesMartin Schlemmer2002-03-253-1/+103
|
* secrond tryMartin Schlemmer2002-03-173-0/+0
|
* move cracklib dicts to cracklibMartin Schlemmer2002-03-171-5/+4
|
* Added USE dependent nls compilationSeemant Kulleen2002-03-123-1/+94
|
* some fixesMartin Schlemmer2002-03-0310-23/+55
|
* new shadowMartin Schlemmer2002-03-037-0/+120
|
* Forgot digest :)Tod Neidt2002-02-261-0/+1
|
* Set 'CREATE_HOME no' in login.defs. CREATE_HOME is a RedHat'ism and is not ↵Tod Neidt2002-02-263-2/+100
| | | | supported by the stock shadow package ( see src/useradd.c ). When CREAT_HOME is set to 'yes', adduser generates a warning message (that seems to be confusing to users). Bumped ebuild revision so login.defs will be updated by emerge updates. This fixes bug# 850.
* fix chage once againMartin Schlemmer2002-02-2412-292/+38
|
* Changed man page installation -- after make install, added a new little forChris Houser2002-02-213-1/+90
| | | | | loop to install all the English man pages. More man pages are now included, and none should be in Polish anymore. This closes bug #594.
* initial changelogs for all packages and example skel.ChangeLogGeert Bevin2002-02-011-0/+13
|
* full digest recalculation with correct filesizesDaniel Robbins2002-01-306-6/+6
|
* misc. updates. We're going back to the old "snapshot" shadow until weDaniel Robbins2002-01-192-0/+62
| | | | | can remove libshadow dependencies from other apps. Missing stunnel patch.