summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2001-01-17use _exit() in signal handlerderaadt2-6/+6
2001-01-17use sig_atomic_t, and check for signal flag more oftenderaadt1-6/+7
2001-01-11change signal handler to set a flag, and then in the main loop doderaadt1-7/+20
2001-01-11save_errno in signal handlerderaadt1-2/+4
2001-01-09make sure replydirname() do not truncate names, even if the filenameitojun1-2/+2
2001-01-09make sure we do not return stray " at the end of stirng, like bla"\0.itojun1-5/+8
2001-01-07Make the -P option effective (rjmooney@mediaone.net)angelos1-3/+3
2001-01-06Expand tilde (~) in ftp-dir login.conf variable. Closes PR 1382millert2-3/+72
2001-01-04spellingtodd4-8/+8
2000-12-30Log the actual bytes transfered, rather than the original file size.angelos1-2/+2
2000-12-24Xr shells(5), not getusershell(3).aaron1-4/+4
2000-12-20use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@markus2-34/+31
2000-12-20Fix a warning.millert1-6/+6
2000-12-20correct copyright noticemillert5-10/+10
2000-12-20Provides ActivCard, CRYPTOCard and SNK-004 authentication from BSDimillert8-0/+1347
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastaaron1-2/+2
2000-12-12skey login script; authenticates the user via S/Keymillert3-0/+303
2000-12-12reject login script; rejects attempted authenticationmillert3-0/+220
2000-12-12passwd login script; authenticates the user via passwd/ypmillert3-0/+323
2000-12-12lchpass login script; changes local passwordmillert3-0/+228
2000-12-12kerberos/passwd login script; authenticates the user via kerberosmillert2-0/+82
2000-12-12kerberos login script; authenticates the user via kerberosmillert4-0/+674
2000-12-12chpass login script; changes local, yp, or kerberos passwordmillert3-0/+430
2000-12-08strip sequences of spaces AFTER stripping other weird characters.espie1-5/+5
2000-12-08Oops.hin1-5/+2
2000-12-08Bring recent kerberos fix into -stable.hin1-2/+5
2000-12-06Be more paranoid about passed KRB environment variables.hin1-3/+3
2000-12-05asprintf can safe time doing character countsderaadt1-4/+10
2000-12-04in replydirname(), avoid one-byte overrun.itojun1-7/+13
2000-12-02The man page says the default umask is 027 but it is really 022 sincemillert2-8/+15
2000-11-26setusercontext should not set umask as this interferes with themillert1-4/+4
2000-11-26Update for pw_mkdb(3) interface change. All but vipw and userdel canmillert1-3/+3
2000-11-23typo in LPSV printing. From: Hiroyuki YAMAMORI <h-yamamo@db3.so-net.ne.jp>itojun1-2/+2
2000-11-22More tweaks to recognize more weird cases:espie1-20/+28
2000-11-19Handle more manpages oddities:espie1-9/+51
2000-11-16Don't use sizeof() a pointer as a length parameter. This change makesmillert3-14/+9
2000-11-14cleanup EPSV/EPRT error handling. avoid possible memory leak (getaddrinfo).itojun3-129/+200
2000-11-13combine check_epsvall + check_login into check_login_epsvall.itojun1-21/+24
2000-11-13make sure to check_login on EPSV/LPSV. move epvsall check into check_epsvall.itojun1-62/+76
2000-11-10tiny fix on getaddrinfo error handlingitojun1-3/+2
2000-11-10correct call to freeaddrinfo. do not free region before referenced.itojun1-2/+4
2000-11-10seperate -> separate, okay aaron@provos1-3/+3
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manaaron6-12/+12
2000-11-08- Get rid of ".Sh OPTIONS" and always use the standard options list intro.aaron2-21/+23
2000-10-30libexec man page fleshing. again, bored on the plane home.aaron20-424/+508
2000-10-24When calling setupterm() pass in an int* for the error code somillert1-4/+5
2000-10-19close pr 1429, sendmail doesn't use EX_UNAVAILABLE for this anymore.beck1-3/+2
2000-10-19Fix bug in dl_strcmp, it is not always legal to access a pointerdrahn1-5/+11
2000-10-19Update: check malloc() returns, simplify, be a little more paranoid.pjanzen1-14/+28
2000-10-14tcp wrapper support for IPv6. from netbsd.itojun4-23/+139