pam_passwdqc-1.4.0-bp155.2.10 >  A depgI%z J?4PhyĸAK8i$W 0o7- lNFx[=m# T@!GƽB07Œfu [lX>Ʌ&! `싚jOCW@ ?qьi; 8X"&iT- 8swA=wP<,ؐ%wHOtG~ 9ӝl*\tW""[y5^5д&8X/kx*BՔ@H-i4+wCϭKfA!qR£YPva5ץR,9;B/M>U 4#ԕe]y1Ih:s"V\k]^oi0z(o\KC?K7,9|0\#sۢBW(R0@9IdZxkE3vCAUvXQ+ck o~5%1re}ܦO0+r,-FD,mt"6weUwX/``-bN`>a V+3 ѯ^ѰG=+|UŮ{_O3fd:5^ti7-+:anyQAeŁb0Yπ(%6rg3FT\ZDcX~x+iP A7}tߣoE+wKcy<dY!LR]\*qHc g@L>pA?td  I+ EVx~      (2<dl  ( (M8T 9| :6 FGH I(X,Y8\\]d^bcUdefluvwxyz!$(.pCpam_passwdqc1.4.0bp155.2.10Simple Password Strength Checking ModulePAM (Pluggable Authentication Modules) is a system security tool that allows system administrators to set authentication policies without having to recompile programs that do authentication. pam_passwdqc is a simple password strength checking module forPAM-aware password changing programs. In addition to checking regular passwords, it offers support for passphrases and can provide randomly generated ones.dep3s390zl21>SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/Librarieshttp://www.openwall.com/passwdqc/linuxs390x7`F큤dep-dep+c379bd9b3655e54a6c3e62c68a75964f61eedaf0693f58475a61bc007e32f8e4e6697ca28718e7a15870615473c67e25ee8fe4dae59c4a9566893ee620dc92c1rootrootrootrootpam_passwdqc-1.4.0-bp155.2.10.src.rpmpam-modules:/lib64/security/pam_passwdqc.sopam_passwdqcpam_passwdqc(s390-64)@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcrypt.so.1()(64bit)libcrypt.so.1(XCRYPT_2.0)(64bit)libpam.so.0()(64bit)libpam.so.0(LIBPAM_1.0)(64bit)libpasswdqc.so.0()(64bit)pamrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3aZ^O@[.T9OC@KsKKf@JB@G@Josef Möllers Martin Hauke sean@suspend.netp.drouand@gmail.commc@suse.dero@suse.demc@suse.dejengelh@medozas.desbrabec@suse.czro@suse.de- Use the %_pam_moduledir macro in pam_passwdqc.spec in order to have the package follow UsrMerge. [bsc#1190956, pam_passwdqc.spec]- Verify source signature - Update to version 1.4.0 Changes since 1.3.2 to 1.4.0: * Implemented i18n support in pam_passwdqc (off by default) * Implemented audit support in pam_passwdqc (off by default) Changes since 1.3.1 to 1.3.2: * Compatibility for building with newer versions of glibc, where we now have to define _DEFAULT_SOURCE for our use of crypt(3). * Clarified in the man pages that /etc/passwdqc.conf is not read unless this suggested file location is specified with the config= option.- Update to passwdqc 1.3.1 * The rarely used "non-unix" option to pam_passwdqc was broken (uninitialized pointer): when that option was enabled, pam_passwdqc would either segfault or potentially wrongly conclude that a password is based on the user's information (false positive detection of weak password).- Update to version 1.3.0 * Detection of common character sequences has been improved. This has reduced the number of passing passwords for RockYou top 100k from 35 to 18, and for RockYou top 1M from 2333 to 2273 (all of these are with passwdqc's default policy). I also tested on lists of cracked and not cracked passwords and reviewed the results manually to ensure there's no significant increase in false positives. * Generation of random passphrases with non-default settings has been improved: case toggling has been made optional, possible use of trailing single characters has been added, words are now separated with dashes when different separator characters are not in use, and the range of possible bit sizes of generated passphrases has been expanded (now it is 24 to 85 bits for the programs, and 24 to 136 bits for the API). The code has been made more robust: possible NULL pointer returns from crypt(3) are handled correctly, all pre-initialized arrays and structs are declared as "const", greater use of cpp macros for integer constants and some source code comments were added (mostly in passwdqc_random.c). * Darwin (Mac OS X) support has been added to the Makefile * pwqcheck.php, a PHP wrapper function around the pwqcheck program, has been added. - Use download Url as source - Remove redundant %clean section- update to version 1.2.2 - When matching against the reversed new password, always pass the original non-reversed new password (possibly with a substring removed) into is_simple(), but remove or check the correct substring in is_based() considering that the matching is possibly being done against the reversed password. - New command-line options for pwqcheck: -1 and -2 for reading just 1 and just 2 lines from stdin, respectively (instead of reading 3 lines, which is the default), --multi for checking multiple passphrases at once (until EOF). - With randomly-generated passphrases, encode more entropy per separator character (by increasing the number of different separators from 8 to 16) and per word (by altering the case of the first letter of each word), which increases the default generated passphrase size from 42 to 47 bits. - Substring matching has been enhanced to partially discount rather than fully remove weak substrings, support leetspeak, and detect some common sequences of characters (sequential digits, letters in alphabetical order, adjacent keys on a QWERTY keyboard). - Detect and allow passphrases with non-ASCII characters in the words. - A number of optimizations have been made resulting in significant speedup of passwdqc_check() on real-world passwords.- fix baselibs.conf (package is called libpasswdqc0)- update to version 1.1.4 * new library for password checking * tools for password checking and password generation- package baselibs.conf- Supplement pam-32bit/pam-64bit in baselibs.conf (bnc#354164).- added baselibs.conf file to build xxbit packages for multilib supports390zl21 16843694591.4.0-bp155.2.101.4.0-bp155.2.10pam_passwdqc.sopam_passwdqc.8.gz/lib64/security//usr/share/man/man8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/79d8ae19939565a72120e21420424897-pam_passwdqccpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b8e94e12048b11c4d60557adc2ca2bcfa9571886, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRqi/[Ppasswdqcutf-83408fd0b2ed444fa2277019456c76515678d03747f00cb5ec7be45255adfe282?7zXZ !t/@K] crv9wĽU73+ce'>ٚ&G ܬXfW丮'Cɻ5m)Dx5sco.Y 6m{:-NOKJC¦AN vk~i!R]F?YCcsqI܌E0̹M(wVm"OkA-Cұ4z8s 5VRU<7zٖL"$+*`i*kAƚ+,Ӱ{PDL9ȃ t)s0o ;Bk h Q$Fݠ6=7a.Z@1Gn O sY"'g).3;;(P32ͥRUF2{DPgp9:. ($NdE]@r?8!}w }4G%yJ]Daտ}3E-:SX\?}t5qm-+ +"BĞDA3MBp Z|ӂ*@+w.P ^Q1M2@дp 3&Irnze4cیpd*5Exvd pxR4<2½K]n-&982Z|-]7m,s;>>lkco@k(UwYP ŏj"^ZpCȟZq~OR'8n4?G|k`G@{Dt;M5ɗm3}yN{vdP NFRuT}q~V_ { ߊćeP@Haw*J/2)P8oe%@ZFO1) XZLzx#M`0oҎ.`i| Es5gA wO A6n VF}bfa>_҅ /s*Om[l[Ծ@Yow#]a^nc޶Y5zBʞcD<ձ1o4ж Z+t"ne%>#$ۋg2մ8컁hivZܞ=k s/oاmq],T-c}$jy"A?&;x{; RHҏ}P:؇g^=17-ގ =*,Gof!WP @jA Sep'Q4%uA Z1Pjjbgy}uΰf9YCr3~\8~H=(m2]Cms*RN¼陋XJ!0e> {N"S*FriվT[c1JB:U'BU)ʒVZ]Hm4X>J4"d0Ϗ@wvH? 1Lt7Q7, j+@f kB'e }<ƗOb@/Z&1UL=bk0ꛯ2HpEQ=?2tOA1!7J$t($*j.8D 1\ɇ4EQ!"8is/~tBSxL2Z]=BR'jkLWE~y&J\%1;Q7D38JkRȽ>Va>+<Nܶ-?D坹O6:KQ Q,WL͠SUfy.S+TVau9_r &=S J “]^Vf˜!q)&~O tcP>/a|^7 V*UwiBp|8"<8 pBw+z$+ ,,*SaH~7s.Us"JKO Bi[\x}g4vٷ ͲtU&R^R0:ǚ_c)UB/bتa(ŬɂnOڄU=sBV[p]TS?N!,y42ލ 6[M.Kʪ*Ҷ -Etv}DS:(xwՅI/ǃYlITdYOnUJKy(:H ξDsxh8&+!^pBr4pjy)VyV>37bZBKM" 7y+ߖ>:f_psT]BzU3}o~딋dfB˶pm1ow:k+[ONN6XOSHfF[kYTzyr,ei*z3H,zL՜Hv9J;U޻:d U}L`wLinإCT ] Ɇ=,`z9JUQ4Z>QebՔmS}/@iS"j;9&@0 G~qAdٴFVA?͉J# ]r ^wxvX+6@tY6-%^UiY#5sq|2Hv5 EVd઎ 2qL9/P HRxfR=^ #\ܤ1`6 xE%) eUIe)GZ &ATmuu1NH ZXZŧ Gϡ)8d+ѦUP"qIe O1>C0LW|=k}Ob ԓ{:}4ΏB̝hG\6?{4pz%Z-'I[β/r/d#oCd[0Οr {)VH0گZDW{@{?s,T.q^UyC EY g-@rR۠Gm\ jm}sjYB^UF0/`[;u?Z-͟ 0Ѧ^Կkxxڠ$5 mEE#.p=M3;[2d|N6P,L2zdO!EZ{B|V>9jo/%ԘG8@QM)l"[ /vڭ3o#sI4oQ U u FbV`sK+cQ(}ڽM D'LitWHP,a`x=noEɷ%&,taWuS]vdB\h#L~R( |doޔdOgšl #> :!P"1Zf(\s#q%[FDv) C꽦5T*8ljX}oŁًkdtJKMPJПsvpp6 _48f  -(LB)~{TCPlW>"YORNPfλf-p"|N! h&j҇QA]X{Hҥ1k5߈ pZv~Ґ0UTO|zdES.5BT[6вm|ןye436@G&p89G·g4򺾸3QRD ~rT~~NKYc\TY: sk,fS%p 7r?j9,MH݊C1K""t&ç@q-9xΰ594R$_]sTBd꾆#G>!DѦ+[AiR\Ks󾜽1;Ѕ֗ 1BEV骗PRCmH&#pʁ0{HSA =v~~H`ؖH| wת,VaҝI }XKbZbjZB:rdYh-La0\q񗶘4?Xa\g-cu[go jhP,0} g!v .\hK"C4*l8+G# |~h @:LN 䵲5۟ S_*U)>>g_ PɓM5!Z~ֳHl9bs~ouoI+BKdMc/%cJ&̂-;w|yMdh#͠ >;>PG)pZHnA{S/v33Bs;Q^ߥڝ>2)?.vEwy=OAtoWhdB'9 I)>M-tW4y)/}sCYcMly.ne͋6M~?aeT*ˍvCcEgˬp"=TŚ~uw: X >Tuv(㶄֖SEEl"P>ilGAT@|c>i=ee6+k`y=)Dg7 C:fõ%9m$vpثXUd }o wB.W$K'\};J^5\{ B&aːH$WE>X&PVkMSGx^d4A6A%\w Jq#6x-5 p*28-(|uN!ԗY6qL'B\TV A?nw8.U`JcXxXw %wKP,ZP>4JWW )*[싎jYJQ'u%BH r(:Q];[lnƑ0C5m ='؋'qa9 M[{Y0.=ZzSTj-B]XXkH%^:\zek*?ca V3̀觶 YZ