summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2001-02-04Whoops, don't use strlcpy with utmp; millert@Paul Janzen
2001-02-04Use _PW_NAME_LEN+1, not 16 for size of remote/local usernames variablesTodd C. Miller
2001-02-03Previously only powerpc used the DT_INIT field to find the ctors/initDale Rahn
2001-02-03Long usernames; also some simple strncpy->strlcpy.Paul Janzen
2001-01-31more fat utmp; ianm@cit.uws.edu.auTheo de Raadt
2001-01-30sync with a.out ldconfig, adds missing -U option. Reviewed by: drahn@Brad Smith
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-25protosTheo de Raadt
2001-01-25KNFTheo de Raadt
2001-01-24proto ls_main()Theo de Raadt
2001-01-24sysctl() arg 4 is a size_t, not intTheo de Raadt
2001-01-23fix includesTheo de Raadt
2001-01-19mark remaining signal racesTheo de Raadt
2001-01-19do _exit() in exit handler, if it is a signalTheo de Raadt
2001-01-17signal handler should finish using _exit()Theo de Raadt
2001-01-17avoid fd_set overflow by using poll(); avoid syslog() in signal handler by us...Theo de Raadt
2001-01-17remove sprintf signal race, by pre-preparing wtmp entryTheo de Raadt
2001-01-17use _exit() in signal handlers, mark longjmp() as being a possible resource leakTheo de Raadt
2001-01-17use _exit() in signal handlerTheo de Raadt
2001-01-17use _exit() in signal handlers, and flag that the pmap_unset() calls are unsafeTheo de Raadt
2001-01-17use _exit() in signal handlerTheo de Raadt
2001-01-17use sig_atomic_t, and check for signal flag more oftenTheo de Raadt
2001-01-11change signal handler to set a flag, and then in the main loop doTheo de Raadt
2001-01-11save_errno in signal handlerTheo de Raadt
2001-01-09make sure replydirname() do not truncate names, even if the filenameJun-ichiro itojun Hagino
2001-01-09make sure we do not return stray " at the end of stirng, like bla"\0.Jun-ichiro itojun Hagino
2001-01-07Make the -P option effective (rjmooney@mediaone.net)Angelos D. Keromytis
2001-01-06Expand tilde (~) in ftp-dir login.conf variable. Closes PR 1382Todd C. Miller
2001-01-04spellingTodd T. Fries
2000-12-30Log the actual bytes transfered, rather than the original file size.Angelos D. Keromytis
2000-12-24Xr shells(5), not getusershell(3).Aaron Campbell
2000-12-20use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@Markus Friedl
2000-12-20Fix a warning.Todd C. Miller
2000-12-20correct copyright noticeTodd C. Miller
2000-12-20Provides ActivCard, CRYPTOCard and SNK-004 authentication from BSDiTodd C. Miller
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastAaron Campbell
2000-12-12skey login script; authenticates the user via S/KeyTodd C. Miller
2000-12-12reject login script; rejects attempted authenticationTodd C. Miller
2000-12-12passwd login script; authenticates the user via passwd/ypTodd C. Miller
2000-12-12lchpass login script; changes local passwordTodd C. Miller
2000-12-12kerberos/passwd login script; authenticates the user via kerberosTodd C. Miller
2000-12-12kerberos login script; authenticates the user via kerberosTodd C. Miller
2000-12-12chpass login script; changes local, yp, or kerberos passwordTodd C. Miller
2000-12-08strip sequences of spaces AFTER stripping other weird characters.Marc Espie
2000-12-08Oops.Hans Insulander
2000-12-08Bring recent kerberos fix into -stable.Hans Insulander
2000-12-06Be more paranoid about passed KRB environment variables.Hans Insulander
2000-12-05asprintf can safe time doing character countsTheo de Raadt
2000-12-04in replydirname(), avoid one-byte overrun.Jun-ichiro itojun Hagino
2000-12-02The man page says the default umask is 027 but it is really 022 sinceTodd C. Miller