summaryrefslogtreecommitdiffstats
path: root/contrib/opie
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-2119-196/+522
|
* This commit was generated by cvs2svn to compensate for changes in r92906,markm2002-03-2152-640/+1873
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OPIE 2.4markm2002-03-2171-859/+2420
| |
* | 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)); ...
* | Make the -a flag to opiekey(1) actually work as advertised.joerg2002-01-091-1/+1
| | | | | | | | | | Reviewed by: ache, audit, security MFC after: 1 week
* | Repo copied to /usr/src/lib/libopie/ache2002-01-031-379/+0
| |
* | 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 overflow problem when giving a username that is too long.markm2001-08-201-1/+9
| | | | | | | | Also minor declaration/header fixes while auditing the code.
* | Fix uninitialized "force" variable.ache2001-08-131-1/+4
| | | | | | | | | | | | PR: 23203 Submitted by: fenner Approved by: markm
* | Fix SHA1 hashing.markm2001-07-142-21/+17
| |
* | Usse a better method to get a user's credentials, as uid's may bemarkm2001-07-141-1/+3
| | | | | | | | | | | | legally duplicated. Requested by: ache
* | Eliminate troff(1) warnings that were hiding some useful text.ru2001-07-121-1/+1
| |
* | Make the similar changes as in our keyinfo, i.e. allow user to get his ownache2001-06-231-10/+16
| | | | | | | | | | sequence and allow root to get everybody's one. Before this change user can't get his own sequence, root required.
* | This commit was generated by cvs2svn to compensate for changes in r73569,kris2001-03-052-2/+2
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import patch to fix non-constant format string abuses. This patch waskris2001-03-052-2/+2
| | | | | | | | approved by the vendor and will be present in future releases.
* | Correct security hole in setproctitle(). We don't compile this code, butkris2000-07-101-3/+3
| | | | | | | | having the security hole there makes my skin itch.
* | Add some extra functions adapted from OpenBSD, in preparation forkris2000-05-151-1/+8
| | | | | | | | OpenSSH OPIE support.
* | Allow applications to disable the installation of the atexit() handlerkris2000-04-172-2/+13
| | | | | | | | | | | | which cleans up OPIE lockfiles. This is required for pam_opie. Submitted by: Jim Bloom <bloom@acm.org>
* | Resolve conflictskris2000-04-1013-28/+78
| |
* | This commit was generated by cvs2svn to compensate for changes in r59118,kris2000-04-1056-500/+571
|\ \ | |/ | | | | 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-1069-529/+631
| |
* | - Use proper markup for a section header.chris2000-01-191-5/+7
| | | | | | | | | | | | | | - Replace nonexistent OPIE_PROMPT_MAX with OPIE_CHALLENGE_MAX PR: 16209 Submitted by: Tetsuro Furuya <tfuruya@ppp142197.asahi-net.or.jp>
* | sprintf -> snprintfimp1998-09-091-12/+13
| |
* | Fixed printf format errors.bde1998-06-301-1/+1
| |
* | 'They They' -> 'They'steve1998-06-141-1/+1
| | | | | | | | | | PR: 6912 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* | YTK fix.alex1997-12-221-2/+2
| |
* | Make this manpage reveal its true identity. A diff of thesesteve1997-11-271-2/+2
| | | | | | | | | | | | | | changes has also been sent to opie-bugs@inner.net. PR: 5129 Submitted by: jkh
* | Move locks from /etc/opielocks to /var/run/opielocks to keepache1997-10-011-1/+1
| | | | | | | | /etc non-writeable as possible
* | This commit was generated by cvs2svn to compensate for changes in r29975,ache1997-09-291-0/+18
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Add setutent.cache1997-09-291-0/+18
| |
* | Oops, __END_DECLS was in wrong placeache1997-09-291-1/+1
| |
* | Not used in this versionache1997-09-291-85/+0
| |
* | Moved to libopieache1997-09-291-154/+0
| |
* | Mergeache1997-09-2910-137/+178
| |
* | This commit was generated by cvs2svn to compensate for changes in r29964,ache1997-09-2958-961/+2320
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade to 2.31ache1997-09-2968-1061/+2482
| |
| * This commit was manufactured by cvs2svn to create branch 'VENDOR-opie'.cvs2svn1997-02-071-0/+322
| |
* | Remove bits of libmissing we don't care about.pst1997-09-0317-1237/+0
| |
* | Update synopsis. A partial fix has also been submitted to opie@bugs@inner.netpst1997-08-261-1/+7
| | | | | | | | Submitted by: bde
* | Detect null secret as error, it is temp. fix until next releaseache1997-08-051-0/+3
| | | | | | | | Submitted by: Craig Metz <cmetz@inner.net>
* | Make OPIE's public API use BSD conventions.pst1997-03-081-120/+29
| |
* | Config information for FreeBSDpst1997-02-072-0/+323
| |
* | Minimal man page changes to reflect integrated ftpd/login/supst1997-02-076-30/+21
| |
* | Disconnect OPIE from internal MD4/5 routinespst1997-02-072-18/+30
|/
* Initial import of OPIE v2.3 frompst1997-02-0694-0/+22497
ftp://ftp.nrl.navy.mil/pub/security/opie/
OpenPOWER on IntegriCloud