summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2001-08-01Remove tokenctl and tokenls from SEE ALSO -- they don't existTodd C. Miller
2001-07-31while i'm here: NetBSD -> .NxMike Pechkin
2001-07-31o) better struct handling;Mike Pechkin
2001-07-27Wall cleanupPeter Valchev
2001-07-26Typo: radius-timout -> radius-timeout; noted by brad@Todd C. Miller
2001-07-22Use shlib_version, like the rest of the tree.Marc Espie
2001-07-20do not dup-redefine binown and bindirMichael Shalayeff
2001-07-20do not include or define things which are common for this subdir's parentMichael Shalayeff
2001-07-19more places that need -lkafsTheo de Raadt
2001-07-19vsnprintf() can return a value larger than the buffer size. from assarJun-ichiro itojun Hagino
2001-07-19well, with the most recent reorganization, it now turns out that anyTheo de Raadt
2001-07-18HIN: DO NOT LOSE OUR LOCAL CHANGESTheo de Raadt
2001-07-11typo in commentPeter Valchev
2001-07-11remove mips leftovers; ok bradPeter Valchev
2001-07-09Use socklen_t, not size_t for type of length arg to recvfrom()Todd C. Miller
2001-07-09Comment out extraneous .Pp since the text it goes with is commented out.Todd C. Miller
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-08-WallTheo de Raadt
2001-07-08cleanup and document login.conf variablesTodd C. Miller
2001-07-08o make signal handler safeTodd C. Miller
2001-07-08BSD auth module for radius authentication, from BSDi.Todd C. Miller
2001-07-08Remove extraneous .Pp after .ShTodd C. Miller
2001-07-04symmetrical, not symetricalPeter Valchev
2001-07-03Use the 'welcome' variable from login.conf instead of hard-codingTodd C. Miller
2001-07-02Allows building w/o kerb supportTodd C. Miller
2001-07-02Fix building on non-kerberos systemsTodd C. Miller
2001-06-29Add back gettytab reading but use cget* instead of the obsolescent gtget*Todd C. Miller
2001-06-29uglyTheo de Raadt
2001-06-29We need telnet_net_write() even when AUTHENTICATION is not defined.Todd C. Miller
2001-06-29o We have uname(2)Todd C. Miller
2001-06-28Clariry, brevity and grammarTodd C. Miller
2001-06-28Remove tokenrandomnumber(), call arc4random() directly; markus@ OKTodd C. Miller
2001-06-27Document the -y flag:Hans Insulander
2001-06-27more Xr misuseTheo de Raadt
2001-06-27incorrect .Xr useTheo de Raadt
2001-06-27UVM is no longer an optionArtur Grabowski
2001-06-26-DKRB5 makes this work much better...Hans Insulander
2001-06-26Lazy binding for shared libraries.Artur Grabowski
2001-06-26Cleanup and unify login_passwd, login_krb4, login_krb4-or-pwd, login_krb5 andHans Insulander
2001-06-26-Wall -Werror cleanupHans Insulander
2001-06-25Remove instance stuff now that su uses an explicit option to specifyTodd C. Miller
2001-06-25#ifdef KRB4 -> #ifdef KRB524Hans Insulander
2001-06-25Don't do the root instance handling stuff; su no longer does it.Hans Insulander
2001-06-25Support su'ing with local root password or with a root instance.Hans Insulander
2001-06-25Lots of changes and cleanup.Hans Insulander
2001-06-25millert didn't compile this.Hans Insulander
2001-06-25Set "login" and "notickets" BSD auth options. We don't need to getTodd C. Miller
2001-06-25Add login_krb5-or-pwd.Hans Insulander
2001-06-25Support for checking local passwords, for login_krb5-or-pwd.Hans Insulander
2001-06-25-Wall -WerrorHans Insulander