Searched refs:opielock (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/opie/libopie/
H A Dchallenge.c64 rval = opielock(name);
66 if (rval) syslog(LOG_DEBUG, "opiechallenge: opielock(name=%s) returned %d", name, rval);
H A Dpasswd.c66 if (opielock(principal))
H A Dlock.c1 /* lock.c: The opielock() library function.
64 /* atexit() handler for opielock() */
90 int opielock FUNCTION((principal), char *principal) function
99 syslog(LOG_DEBUG, "opielock: requires superuser priveleges");
123 syslog(LOG_DEBUG, "opielock: %s isn't owned by the superuser.", __opie_lockfilename);
130 syslog(LOG_DEBUG, "opielock: %s isn't a directory.", __opie_lockfilename);
137 syslog(LOG_DEBUG, "opielock: permissions on %s are not correct.", __opie_lockfilename);
/freebsd-10.2-release/contrib/opie/
H A Dopie.h125 int opielock __P((char *));
H A Dopietest.c25 Modified by cmetz for OPIE 2.22. Test opielock()/opieunlock()
189 if (opielock("__opietest"))
H A Dopiepasswd.c189 opielock(pp->pw_name);

Completed in 47 milliseconds