passwdqc-1.4.0-bp155.2.10 >  A dd~I%z ]')9MDᾲ\ԟ1̬齑h*Ɍ$/{[a}<I&Y{B +~Z2)n;od?| tGKPgK ~ pd8^aH(Q<'1S/lP(oJ]Q[nY~mY Fm7:ʃqYF`ٝ\\LL.Ipqd32teJB @NX5YȵN2Hz ݏFװA0:>A&Xo:2T]`VKm.~$V>X܌PJB-Z]C(.C`g=#' YzRu.R8MH7{t[m657D<$[vM4a&\ ^WZ!J$g=1z!P wBi҄\WRt"OG]*I.\J|\ = nmse09abc21db431be6236ef91b9293a3fd88c710e6ee7052e940ad51f8a68d0be12336b74484b9ff6bd4c3dc98246e71b7b242e39ckPdd~I%z EԂ~\ga>wd&C!g @Eoy.d)uzD-`@{Rf/}Ro-j&\gkU1ݥO>S_eҞsߴ@D 4UڙEE&KԑCA͉&ɺe'YVa9&nY,v3p>?d   G&3 Mp       $       V| (8 9 : FG H I XY$\X ] ^bhcdeflu vw x y@zXhlrCpasswdqc1.4.0bp155.2.10Tools for Password Checking and GenerationThe pwqcheck program checks passphrase quality using the libpasswdqc library. The pwqgen program generates a random passphrase using the libpasswdqc library.ddlobs-power8-03Z@SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clausehttps://bugs.opensuse.orgProductivity/Networking/Diagnostichttp://www.openwall.com/passwdqc/linuxppc64lecHHy6 AA큤ddjddjddkddkJϴ4Qw=]]]ddjddjddj9cedfaa4428bb5c9ac4bf0d0a45b4fa6388aea1e3d6d86c5ddbd8efc4b5a5bc1cc19e3257c1ac1cfdad8d83ffc63ed339166f4d6d8e72300a5e5411e8016134b8ac677e36cdd8adeb933b5ff24cd5a62755fdb6657447ce461f0a6afe8fa414ebb8d3e0333b6caf7e7ad830c95e56624481e64863fcb050027708402abef1dbc309ac40737ef1e673eea19a934dc5f56cdb50c630c33cf2638fd95ba676c8480b1960d025036428f840992a8c9f5429fd9233614fa1d83562f6b0a7dfad4304d281d73bfa941ef898ffa586a7393e62b538c4589732ce7516b7b48c81c6ef8532de631c8234085daa34946d83e38ce4a4ad855fc8c4cf4ab9f7ebe542309b0647c81cf4f52a7926647336ae0afc3616b87caf4f0774b6550970d2d3621e3e93966a86972b2f25ceae186f2c4c9500e610d7aa9f18fcd024b5c7ac2949b4e05d8rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpam_passwdqc-1.4.0-bp155.2.10.src.rpmconfig(passwdqc)passwdqcpasswdqc(ppc-64)@@@    config(passwdqc)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpasswdqc.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.0-bp155.2.103.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 supportobs-power8-03 1684335468 1.4.0-bp155.2.101.4.0-bp155.2.101.4.0-bp155.2.10passwdqc.confpwqcheckpwqgenpasswdqcINTERNALSLICENSEPLATFORMSREADMEpwqcheck.1.gzpwqgen.1.gzpasswdqc.conf.5.gz/etc//usr/bin//usr/share/licenses//usr/share/licenses/passwdqc//usr/share/man/man1//usr/share/man/man5/-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_passwdqccpioxz5ppc64le-suse-linuxASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b543231cc48dd3828282894a06f7557ed8c2b5d5, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ac990a2fe286cff23f8b6f90afb340305fe6820d, for GNU/Linux 3.10.0, strippeddirectorytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRR}Ig4,I-Uutf-8a0ebf70dd19881310d7f37d80cd85a51bf6ece60f8134238568c530da25c692a? 7zXZ !t/`I=] crv(vX0JAg?RAL2 ER1NP q5". U4pE qWp$Ővg2offn|Ik|c e3[Ƌ|,zȾЍ̃$z>HaX"ۏZeג`I]mnu#*i5]_A[? wwN nFVs#sȒ}4'jbvm Ѫwff;HljOXXnۣU&m7\^N=yaqqf!)|TB)UCBb_EA1j=lxL {KĝNA&?Uē%?=;?vC^;tRJlq:[E/s ;)hJɸeCvL{lf!qH&!D<.Z;@$'pL>FE,Mv/:,4hNxIH~sK!@O 7\^EBT~Ǯmφh%+(.{bA4.;=OtBgkoZGu}D-dU*jfIlbaW5;wWH 96wlo~oS4䕪tJzz|;WeKudCYtcuUJ42}i7'X)`Z(np"kmbħcGͿ} UJEbTw8ؽx@ɷ{p\!HXN<ʮ0f԰T6j@TR\'D08B&n̢tv"hā8vdχ>+!١ߤ-˝hE 1U3?}dH]h+!e6 ȊUo;v5 Zh2ʱ|N3PN膯σ ]Tτ\nE0Z'@4| ܃Yo07看J-Wԑ# hPd$-^y%kVsie{֏![L^MM(1?[j`?0[6JpF Pl} %cni{V(,ʄԽt~+HQ,nHD~6}}s>(gjJ {rjZH"Li'eW(uC 42%yR3}n+gC)rҋo`{A~bkjÓ?x"*ke/g@sD$ԉJWqʟz1ZեVfOS#3 !sYiҙ<8Q`]r)60֝y OYf{Pā=eͤ}B=dů/%l~_ѧLuKi<0)_yL\y% j[3?ҵF:"Rx'v;W~c3Vg\notT8ݮM$YKF%*. &%H9[8wJ\}SK-}5&$Eq&1xZݥW`Pޗs㏻\7K6ht`i7MgoV 9L럋v;#LḦ́WFU`MyoGK,7qR-)/.'-U#bM w׼;ǽ{XZ%ewA>iJvev7%bot!Xg["_@~cK3j1KgϻRrXoJ!6rJʗOQ6bk?i_ NZUh =PHVXZTwb)Գ)ḊB$\jp(7 ɔ>j-^#z nK7{;Y',z 2]щӀJ;D*&{G$LGaRǘӈ>=YSNs:IU>I(ObxjKcη9BUK( UᆄJKtD # *a\VW.ɝ`k~۫z [0MK| V;Wyv4`hFlu|n ܰ8M<ÿқ6J,ƠZ '>6#*$N G0gCRATȔyZm+m0ܽ[6@,>Tg+䠉i%IZy䩠5jzR.WU\S^F}R2q*r"[<9jh~a:~|8)O,חV*.l MxZyWҗ@6ɼ ?ByQ6Pi8J(#xUw1_aHD$zu7&Rc7LjDDGۙ0ȡmP&-v+ac3?lrj}ATK'&`4DH{JN}).9̗ӴF#cޕ7PBQ*_&j}zPf?KֺcȶRSD(aTԽ.%w?dz{1,rnr|4(?G(. fw&8!=K򑶂:b5IryIt^p¾;`d.vФL`bCe1G,g 0!kKE2Gރ ^jqTr3A|7gIBRQ{[而n˕Wᏻ}T۴zԭ›}F;1oЎ_&,CYS!-q܆͹?dCU eV}.jlF";rEJW={F"7W65Kv<;om@QlaaA훶9&7b8=̜wz`P -wؙDP/бr>h(Isx™o$r*_C;cP Tw=^O߇Zʧ54ZJͪ߃V*kE"$ɺ/D$T_pl}(f^-ʘ+b[3kN'˨?uGp82m(V!ms^I@p(;1>eD~}pwazIZTI;$?4vx%hz4L+reUNJGbĴOD z"s$c2GfmsZZV)#pRH ?cx|w\^Ǐ$H.ICTˢ*%/M9!oIݷ"PE[M D?O3Q30;?OmB"Aޡ:.74 {hXp@ŶBoTfF6Q% Rӌ!VkKr[Jjf)FqGAg9t uanU#)}QT]޵ OQjlzpVXXLJ0։ڤubp1`%q些Bu< V_m.;M(\8R nMyY+$j1#IE-~$: jBEQ k/4mqø$(lEO%'=GLm.#Z/$dVg.K>,'f &VQ;.qS.tym,?ޛ-5u_+]|` 3Wk!$9ޭb-hRܳ»b>&!Uy`k4iD{޶DbpsŴdCQ!7eb}5f]Cz,LtWWd.`dȲ.̙j0^4*&B5c#2NI >8^K4t{_pXEˇͧ6Zᰯ}Zc H>VM1Մrx6_ʣåuǒv3qnEtYleDHV.Me,*B{?D ~U'qZO Y-w΋5Ra|avBL1E03 Vgnڔ<,:<Xa3ђUp;;J ҒvcbЉcwn'գ7U|>JrDv ^;H}cXZcVnO()m>yiƈ,7o]_3Xǚ8/EZɜ/1L' :Ft\6Z]ݴpuđFH䅔ˀ}Jۛ;tWI ]T3_q5 ٢s]Ng:ۗ輕 vمNlר[JhS2K!6 7æ(pY01Y(m.c +i(H0`+gScoIfgt"tWQYd#9;?]m f:QhFz=TD8]%>jDCW.fDeJd=_aQ yx-VɅG۳/py;BKGtok7]؏jAMF6N8PT jJ^ZKFs3ӵJspQNPhf(yXf2@/|Bp΅T)yݦ2044 DQk@b'.s XpP0 M+ܿ-OoCmXErrN|d: nu˃:U-߶ zJP xQކ j!ńZ;L<`&,EwKT),<7(IA#ߊ;Ex[QgD."qI(X4,xG2zdԸԽ› /DS炡xlP$&-Bws4ͩAO)8hy8='ͪ{ɳ6d}y?՚"`.Z:D_uIL2%zbm)ܦp/+m{d-汎xײ8]*l}"pH*bbr2(Ow`Aޮf/^ _U(ݓ/@"<V.l/+k3:֩p7݌pS@޹0%^_d O?7?>ZebO~dN ¯S1fKw'uM$8ET#ndJKߚ?^+40,jzc>$u9nީlP?4P82p;]2yJmNƙKR_Wn 2n/͞|Y'1=mP3chcMa%ǏRW!訏ϊ ي"pI}!Wwd|0aYTej[ܣu\ުGkPY,_Jtg1#E,e[͞kgo{6f_7&Ab[ww;tZA% 8PjTt p?{Nu#G\[6RL)N8ҝE 4cY5Dm0Kbb(YAqC+pxRZ!I]!3BvD́sݵiUBfp9s\Un#Zl/ $gSΤ6ՍFKo;!ZY2r뵥`̙cӍM?gXVLeF\kt(<h9{X?&<vQ8Qc[܄m 9/\k>2)-f5k $mD5Ev.>#87?I!6f }X,d0 /!|0 YPKY(I3ėv -h5BR.צxнO٢ *ibLΑ0IK 05%i{g71DPȉjס\pw_sRSh eg'UjYD?#Fuz$m3"$őIpFfEIp`^+}*{˺dՐ#ЫBc!1PWٸޟ2= ̀ZK3(cI8S>-jυ:Š4S$XH~Oe5KD.3(ҹe&@5 h|rLo_/"xILu/B!]q(֞ךZȦc&^h`ڇ",ĩzT'NћpbgWq̐2GT`Q{%iJ*t| k W0rY}MxKѸOdbM4#;s` (kF6($Qq:P&%(t1T9PT{5]V$bPr/mFw^iJn2/VB‹gxP6i+*W}z>`qnUyr\f\@auO2L?>=_@W*ݵZ&6='(-ET %(SfRyUI i<5,&TSƆZM]3x*O|J-a3A@<};_m]27})(V1H\lFe6o>'A]tkJk|ᴏGj#MԄ4(_* Dh2jBDѤeT2KI5.E$0_+sHBx4tI~RVYb"T7"9{>Ѽ ޹R%J<:$V+Ƨd`uv_CFŶ]@+s(r۶4[S7uwjTE/+'577J{^ĥzad$,փes=ppFRHŭXYAOlrr+빪K69p?a$9/c WOWy Ȣ [䆱^Z;X򹺢"sּu҆q"unشϦ2!qwy|EsH@N9Qb V֣GY1M jw0*p=|HG +?H&[Ctr&$(G۾gd;jݻty7'h%9':Dxu~ ?~݇EW% 솕ʃ(6C ;LFOm Zw!i-b娸!~{*\:؜~ 3Ä'ME ~-3E*3w\\h2c) zה}NI> к4U;92r19131(ủ{Ğpћ# +!wbV ۥݓBvK Y}D (A u,MRZ} nTp~aP9cDkmݪCX :YXDRQUYזmul U&ߋ1-,!QjYVoy>J&&2`s0K%Ў@+2(Yxƀ*k:?IItkك w2v0٪rIv `Kޝ'0P( {g=:bb|_uKb4#;1$-njrO&+ۂDZq/]]`j똼{\ho<,"xmgۗVm5VypAK۸L[<6|Y(\q,`)bEƑ/vnU7a_tj&(a4Oᱷ(]PIE*duۥ C[FB7{߰QױjZM?+90wT?>:МrF:`<d>_$g}T6XE%yY5BQ\HBu_+~;\~uhqpXaOd2 cg`Z9ݠl hnw|*kгIնvs+(5򐥳("^u>%n'J5J ӹ7H+$0t.mf?`S< -q(cpM-wfpOΪ"Ʉ` Snߣq|tX$9`<=itjBrXra%db58MM ?OIA6k" ʖ0r5Ay9 xx%m)V~^M_;k5:p{"E{~74N$AfNb"x' A3(G,Y52LU +HûCQœ w*o_wZ/ZHH bӎ HYTA.^=noM:nߤLZUZ{>D1hBde|`\Jƶ >GF3jGǦ})YF BgyjnkZ}c?1Q`Ƀ2ڰzKX4 N~GB^!yCԇ5 [*LW~-}G K;9@9 *r՜H>^4`Jib?g*ɈmkeCkԂ܇ZXef ʯA}_:0bThC*wƿ-E1GE>gcRj"$PSkxu#'&wԨFy@n L0q 'dCyE$%VՐôy/ y9bD9O}l,C.zm\9:aRai6Ew{fq T zb!i%4By)W AVs͡0Nv8gK0ݱiC05[0v!15.|= qTAzy5)=18dv_dQ# x<7?='_|2 jFmMݐ%۷Eޱx<((߈[(GGDgKMBFJ{G-hّ"'Ը7 ,Me^k fvdkB[ 0Q (yOʊ! zOq3(61XWjUV3x3A^XIO<߭,zήKNщ-] ' MeBf]QHR*jYbo ?7Ѧ_Y\H8yk~ΨoZY[fj]6"(dY \A:!tUҗͲƥ]'5{){;5~y֖$ c6C{CS+IarLbّ@{c&ُ[/,aSb7dSk=>lb##M:Yi_)5k7-AgqdK;Mh]Y%"ӛ1KOLv!/dP)C"ᧆ~KajwVjë-S;T$YIf=Gƹcۚ^JvTB_ŻKWu~rKj y)C՟Ivu|͢O|Ưj\k@I,͆Ѥs"!y7"Z/W;r-Hk13\fc@{qC;vZECґ 1KaƵr@,NL,sjWeG`(sBe#ۺ[_7G>p x 7%~XH2T1;T$9DV)>eS?_Mw*muAg0OW=+:YsuаMHʽZ(E EVx+ޝ`"e&B61$'\JK3&bvG wu}?p*HR=쬍LݧVX ^I9٬nam|Kd:]2ԔNs] 3xfEd4[ Y|DB51?k?8D{R0u(,vF(vH;R7^ˌ-=R>Zp(%۩ 4wn3TaNfQ鋎;7pb%7+]4T~8!M 6cOFs9G` п}8H^"U!/8BNTI1SvckX>"Pc[I9d[:N X"'j7|Mӽb ~\DA_ؚ/_NՔG}̝8?x+tJ9]oBŮ{xm~R? h iԬMҭYR4k}G4#] ῜S­.n8)cU-c':Th;y~4Pw `/:ce[1o4H+;x6󊔋eM9~ zеw8ETϔ`J->Ja_ψH5࠸gwFGrlqox9!UwBh{AȼsY~3g،hݧj6>tڶ𞱉f`I4:{{쫶'܀Y&5hR*Z/TNe7~&!iS~/'o^A;3g0 heWEҖf"ܗ 1PՖ|S-m==<͞INuK'(Lz9n* ,?NVhNY#;km7)qLnWrJ㚒a36䪪nZ;hg@0Տ]eL}a~SG}F_.B: 4ZHCF0!0H@nFp'Z]a7Y16ƫY"~+7طo?y$ᛒ6=U7kspI:d}0Xs]ު ͳh=f ͊4XGi)B&__<*DcLq^opefA\7*g.YSVp{1Y L7Nwg_cTXB(vR"jhB)%\+oZ^vdPީʌvS-Cl#G<,=,lC/O&i!g -Ys4J8%rџN+.$ɟ_\\2CI ; P_ʕ+-[{}k_H;4)piEjL{䥝%W` k7d_"ná w֛][$Z-tRzYiEΒ?ةk\UlߊXg~ ʽ @H3iȳ qՃݿ0o+Fq`aMk_r5_j?d^$,4crf)'$V$fjc7E%c!H*CkOrRKM3גV8Cd_` mzLFY9yj?E+p}c1}qf'@.b x?bSϚqd5ܪV#)1'-[ߎ^ъQ2=1D0|/2x0djqvD6Yţ>oug\mjԄyh+*jwP+OU5H6FRo"J-5u_a]K YazMUnYlmMVm9ųfYot"x1 jsw\ҰQRlz$L] d6+]_GWaۥT[']`!X^3=2Ƣc|-pX2q,+VKVH XMM u`}l =!vֺ[6%@Kh;d: :ǎYlE65nKui|Ёi_k fX#]6) e=حȷD1q9G@ K)J_ ))}D?'u$GR5ɨI#_XDM_bdKS*18F^Y_QOQz bn4@,.G?M&pWQyʘfK*a6KML/ ɠQ4kA! `BQ,]N4,@K'ycM>@0V"AAA/gM$+,{k|7һ~h͗YLXej E S.{pnJ tׂ zAw/^k[dkQ[[K=.T͆lG'\ (7%uU ~-ϲkYz   YZ