playing with this code I found to serve auth requests for ncftpd, I'm wonder if there's a more elegant way to collect the values from pack,
original code
# cut from ncftpd_mysql_authd-1.1.tar.gz
# Unpack the authentication message
($mType,$state,$duplicate,$rAddr,$hostname,$ipstr,$lAddr,$cfname
+,$connectTime,$username,$passPrompt,$passwd,$uid,$gids[0],$gi
ds[1],$gids[2],$gids[3],$gids[4],$gids[5],$gids[6],$gids[7],$gids[8],$
+gids[9],$gids[10],$gids[11],$gids[12],$gids[13],$gids[14],$gi
ds[15],$gids[16],$gids[17],$gids[18],$gids[19],$gids[20],$gids[21],$gi
+ds[22],$gids[23],$gids[24],$gids[25],$gids[26],$gids[27],$gid
s[28],$gids[29],$gids[30],$gids[31],$gids[32],$ngids,$restricteduser,$
+homedir,$denied,$allowed,$quotaHardkB,$quotaSoftkB,$quotaHard
NumFiles,$quotaSoftNumFiles,$quotaFlags,$ncftpdPrivate,$authdPrivate)
+= unpack('N N N a16 a64 a32 a16 a64 N a64 a256 a64 N N33 N N
a128 N N N N N N N a256 a256',$decoded);
notice all tho's nasty $gids's receiving the N33? yea, I want to get rid of tho's
-rfb
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.