summaryrefslogtreecommitdiffstats
path: root/contrib/opie/libopie
Commit message (Collapse)AuthorAgeFilesLines
* When computing a new seed for an existing user, opienewseed() woulddes2003-01-221-5/+4
| | | | | | | | | | | incorrectly compute the length of the numeric portion of the previous seed, causing the new seed to be one character shorter than the old one. This patch has been submitted to the vendor; I'm committing it right away since the file is already off the vendor branch. MFC after: 3 days
* Resolve conflicts.markm2002-03-217-123/+411
|
* This commit was generated by cvs2svn to compensate for changes in r92906,markm2002-03-2125-99/+196
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OPIE 2.4markm2002-03-2132-246/+643
| |
* | Zeroing memset() in opiechallenge() really is not needed because it is theache2002-01-241-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | very first thing immediately following opielookup() does being entered, i.e. look at this: int opielookup FUNCTION((opie, principal), struct opie *opie AND char *principal ) { int i; memset(opie, 0, sizeof(struct opie)); ...
* | Add heuristic to detect SSH connection (in the same style as otherache2001-08-291-0/+5
| | | | | | | | | | | | heuristics already here which not supposed to be secure, just helpers). Approved by: security@ silence
* | Fix SHA1 hashing.markm2001-07-142-21/+17
| |
* | Allow applications to disable the installation of the atexit() handlerkris2000-04-171-2/+10
| | | | | | | | | | | | which cleans up OPIE lockfiles. This is required for pam_opie. Submitted by: Jim Bloom <bloom@acm.org>
* | Resolve conflictskris2000-04-104-15/+41
| |
* | This commit was generated by cvs2svn to compensate for changes in r59118,kris2000-04-1028-81/+110
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade to OPIE 2.32, from http://www.inner.net/pub/opie/kris2000-04-1032-96/+143
| |
* | Fixed printf format errors.bde1998-06-301-1/+1
| |
* | Mergeache1997-09-293-54/+40
| |
* | This commit was generated by cvs2svn to compensate for changes in r29964,ache1997-09-2929-263/+407
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade to 2.31ache1997-09-2932-310/+446
| |
* | Detect null secret as error, it is temp. fix until next releaseache1997-08-051-0/+3
| | | | | | | | Submitted by: Craig Metz <cmetz@inner.net>
* | Disconnect OPIE from internal MD4/5 routinespst1997-02-072-18/+30
|/
* Initial import of OPIE v2.3 frompst1997-02-0631-0/+5491
ftp://ftp.nrl.navy.mil/pub/security/opie/
OpenPOWER on IntegriCloud