CVS log for src/lib/libcrypt/crypt.c
Up to [cvs.NetBSD.org] / src / lib / libcrypt
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.38.8.1: download - view: text, markup, annotated - select for diffs
Fri Aug 23 16:40:48 2024 UTC (5 months ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE
Diff to: previous 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38: +7 -7
lines
Pull up following revision(s) (requested by riastradh in ticket #794):
lib/libcrypt/crypt-argon2.c: revision 1.20
lib/libcrypt/crypt-argon2.c: revision 1.21
lib/libcrypt/crypt-argon2.c: revision 1.22
lib/libcrypt/md5crypt.c: revision 1.16
lib/libcrypt/hmac.c: revision 1.5
lib/libcrypt/crypt-sha1.c: revision 1.11
lib/libcrypt/pw_gensalt.c: revision 1.14
lib/libcrypt/crypt.c: revision 1.41
Don't use uninitialized variable.
Fixes PR 57895.
libcrypt/crypt-argon2.c: Add RCS id.
Noted in PR lib/57895.
libcrypt: Nix trailing whitespace.
No functional change intended.
Prompted by tying up loose ends around PR lib/57895.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Jul 23 22:37:11 2024 UTC (6 months ago) by riastradh
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +7 -7
lines
libcrypt: Nix trailing whitespace.
No functional change intended.
Prompted by tying up loose ends around PR lib/57895.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Aug 14 02:22:35 2023 UTC (17 months, 2 weeks ago) by rin
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -3
lines
libcrypt: trailing white space
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Jun 24 05:18:12 2023 UTC (19 months ago) by msaitoh
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3
lines
Fix typo in comment.
Revision 1.34.16.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:12 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.34.16.1: preferred, colored; branchpoint 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34.16.1: +76 -5
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.34.16.1: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:07:14 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +6 -6
lines
Merge changes from current as of 20200406
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Feb 22 10:29:17 2020 UTC (4 years, 11 months ago) by kamil
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: netbsd-10
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -4
lines
Avoid undefined behavior in left shift
crypt.c:772:11, left shift of 1363235140 by 1 places cannot be represented
in type 'int32_t' (aka 'int')
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Feb 22 10:22:32 2020 UTC (4 years, 11 months ago) by kamil
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -4
lines
Avoid undefined behavior in bit shift operations
crypt.c:839:40, left shift of negative value -1197182952
crypt.c:840:40, left shift of negative value -264997776
Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Oct 21 02:36:48 2019 UTC (5 years, 3 months ago) by jhigh
Branches: MAIN
CVS tags: phil-wifi-20191119
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +15 -2
lines
adding argon2 support to libcrypt. argon2 user authentication now
available via MKARGON2=yes (3 variants supported; argon2id recommended)
before using, please read argon2 paper at
https://github.com/P-H-C/phc-winner-argon2
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Oct 5 18:06:16 2019 UTC (5 years, 3 months ago) by jhigh
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +65 -7
lines
adding full scheme comparison to libcrypt:crypt and pwhash tests
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Jun 17 00:15:26 2015 UTC (9 years, 7 months ago) by christos
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
phil-wifi-20190609,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: phil-wifi
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +8 -6
lines
fix error messages
Revision 1.28.6.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:05:27 2012 UTC (12 years, 9 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +57 -21
lines
sync with head
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Dec 28 03:13:09 2011 UTC (13 years, 1 month ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
tls-maxphys-base,
tls-maxphys,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
agc-symver-base,
agc-symver
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -4
lines
make __crypt static
Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Dec 27 23:34:13 2011 UTC (13 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +14 -4
lines
wrap crypt() to a function that returns *0 and *1 on error.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Dec 27 01:20:45 2011 UTC (13 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3
lines
perform the check for all salts > 2.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Dec 26 22:58:45 2011 UTC (13 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +46 -20
lines
Provide a safer salting method that does not turn invalid salts to '.'.
Be more sensitive to bad salts and counts. From:
http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/glibc/crypt_freesec.c
From Solar Designer
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Dec 26 16:03:42 2011 UTC (13 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -4
lines
avoid accessing array over its bound, from Solar Designer
Revision 1.26.20.1: download - view: text, markup, annotated - select for diffs
Wed May 13 19:18:28 2009 UTC (15 years, 8 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +18 -37
lines
Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri May 1 00:28:17 2009 UTC (15 years, 9 months ago) by perry
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
matt-premerge-20091211,
matt-mips64-premerge-20101231,
jym-xensuspend-nbase,
jym-xensuspend-base,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +13 -32
lines
ANSI function prototypes
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri May 1 00:20:08 2009 UTC (15 years, 9 months ago) by perry
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +7 -7
lines
de-__P
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jan 17 23:24:22 2007 UTC (18 years ago) by hubertf
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf
Branch point for: jym-xensuspend
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -4
lines
Remove more duplicate #includes, and a few spurious whitespaces at EOL
From Slava Semushin <slava.semushin@gmail.com>
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Nov 25 17:55:48 2006 UTC (18 years, 2 months ago) by freza
Branches: MAIN
CVS tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -4
lines
Constify prtab() argument, fixes MKDEBUGLIB build.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Oct 27 19:39:11 2006 UTC (18 years, 3 months ago) by drochner
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +16 -15
lines
gently add some "const", and avoid some casts
compiles with WARNS=4 now (on i386 and alpha)
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Apr 8 23:24:44 2006 UTC (18 years, 9 months ago) by christos
Branches: MAIN
CVS tags: abandoned-netbsd-4-base,
abandoned-netbsd-4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -2
lines
Need stdio.h if debug.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jul 2 00:05:23 2004 UTC (20 years, 7 months ago) by sjg
Branches: MAIN
CVS tags: netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +21 -5
lines
Add support for SHA1 hashed passwords.
The algorithm used is essentially PBKDF1 from RFC 2898 but using
hmac_sha1 rather than SHA1 directly (suggested by smb@research.att.com).
* The format of the encrypted password is:
* $<tag>$<iterations>$<salt>$<digest>
*
* where:
* <tag> is "sha1"
* <iterations> is an unsigned int identifying how many rounds
* have been applied to <digest>. The number
* should vary slightly for each password to make
* it harder to generate a dictionary of
* pre-computed hashes. See crypt_sha1_iterations.
* <salt> up to 64 bytes of random data, 8 bytes is
* currently considered more than enough.
* <digest> the hashed password.
hmac.c implementes HMAC as defined in RFC 2104 and includes a unit
test for both hmac_sha1 and hmac_sha1 using a selection of the Known
Answer Tests from RFC 2202.
It is worth noting that to be FIPS compliant the hmac key (password)
should be 10-20 chars.
Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Fri Mar 26 22:53:04 2004 UTC (20 years, 10 months ago) by jmc
Branches: netbsd-1-6
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +14 -18
lines
Pullup rev 1.19-1.21 (requested by provos in ticket #1386)
Introduce bcrypt password scheme. Adds the arc4random API for creating
cryptographically strong random numbers.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Aug 7 16:44:17 2003 UTC (21 years, 5 months ago) by agc
Branches: MAIN
CVS tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -7
lines
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Aug 6 08:44:22 2003 UTC (21 years, 5 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +11 -11
lines
make the read-only arrays const
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri May 24 04:02:49 2002 UTC (22 years, 8 months ago) by itojun
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -4
lines
support bcrypt password. can be chosen by "blowfish" keyword in passwd.conf.
from openbsd
Revision 1.15.2.1: download - view: text, markup, annotated - select for diffs
Tue Jan 22 19:32:17 2002 UTC (23 years ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-PATCH003
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +17 -2
lines
Pull up revisions 1.16-1.17 (requested by jonathan):
Add support for MD5-hashed passwords.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Mar 1 14:37:35 2001 UTC (23 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001
Branch point for: netbsd-1-6
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +6 -6
lines
Four casts for lint.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jan 5 23:11:13 2001 UTC (24 years ago) by christos
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -3
lines
fix nested extern declaration.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jul 6 11:13:49 2000 UTC (24 years, 6 months ago) by ad
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +16 -2
lines
Handle non-DES encrypted passwords; currently only MD5.
Revision 1.14.2.1: download - view: text, markup, annotated - select for diffs
Fri Jun 23 16:16:19 2000 UTC (24 years, 7 months ago) by minoura
Branches: minoura-xpg4dl
Diff to: previous 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14: +5 -3
lines
Sync w/ netbsd-1-5-base.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jun 16 16:27:32 2000 UTC (24 years, 7 months ago) by thorpej
Branches: MAIN
CVS tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2
Branch point for: netbsd-1-5
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -3
lines
Enable decryption in crypt(), from cryptosrc-intl, and lift the updated
manual page (which describes decryption) from cryptosrc-us.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Mar 13 22:59:22 2000 UTC (24 years, 10 months ago) by soren
Branches: MAIN
CVS tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3
lines
Fix doubled 'the's.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Oct 20 02:02:30 1998 UTC (26 years, 3 months ago) by matt
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
comdex-fall-1999-base,
comdex-fall-1999
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4
lines
vax -> __vax__
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jun 1 20:25:24 1998 UTC (26 years, 8 months ago) by kleink
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -2
lines
Need <stdlib.h> for setkey() prototype.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Feb 4 06:39:33 1998 UTC (26 years, 11 months ago) by mikel
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3
lines
don't kill 'register' in comments!
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Feb 3 19:12:14 1998 UTC (26 years, 11 months ago) by perry
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -7
lines
remove obsolete register declarations
Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 4 22:50:48 1997 UTC (27 years, 2 months ago) by mellon
Branches: netbsd-1-3
CVS tags: netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +3 -3
lines
Pull rev 1.9 up from trunk (cgd)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Nov 4 03:31:45 1997 UTC (27 years, 2 months ago) by cgd
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3
lines
specify array sizes in init_perm prototype. One of the array specifications
was "C_block [][]", which isn't valid (or sensible!) C (only the last
dimension may be omitted). However, all of the dimensions are known
so they might as well be specified.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Oct 10 08:22:30 1997 UTC (27 years, 3 months ago) by mikel
Branches: MAIN
CVS tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -3
lines
don't let prototypes disappear if LARGEDATA is defined
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 9 10:28:43 1997 UTC (27 years, 3 months ago) by lukem
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +37 -30
lines
rcsid police, deprecate some use of register
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jul 2 04:55:41 1997 UTC (27 years, 7 months ago) by mikel
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +41 -37
lines
add explicit return types and braces for gcc -Wall, some minor KNF
existing differences between exportable and domestic versions were
preserved.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Feb 19 12:19:03 1995 UTC (29 years, 11 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA,
netbsd-1-2,
netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +10 -8
lines
use the (broken) crypt.c from the 4.4BSD-Lite Foreign distribution, that
can encrypt passwords but _cannot_ decrypt anything. "real" (i.e. two-way,
unbroken) crypt() now lives in /usr/src/domestic.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Dec 20 16:00:32 1994 UTC (30 years, 1 month ago) by cgd
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +16 -27
lines
type sanity
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Oct 19 03:01:18 1994 UTC (30 years, 3 months ago) by cgd
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
cast for quiet.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Aug 1 18:36:03 1993 UTC (31 years, 6 months ago) by mycroft
Branches: MAIN
CVS tags: netbsd-1-0-base,
netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0,
netbsd-1-0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Add RCS identifiers.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Apr 26 12:45:01 1993 UTC (31 years, 9 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-0-9-base,
netbsd-0-9-RELEASE,
netbsd-0-9-BETA,
netbsd-0-9-ALPHA2,
netbsd-0-9-ALPHA,
netbsd-0-9
made libcrypt, so exportable vs. non-exportable packages can be
handled easliy.
CVSweb <webmaster@jp.NetBSD.org>