Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-25 | protos | Theo de Raadt | |
2001-01-25 | KNF | Theo de Raadt | |
2001-01-24 | proto ls_main() | Theo de Raadt | |
2001-01-24 | sysctl() arg 4 is a size_t, not int | Theo de Raadt | |
2001-01-23 | fix includes | Theo de Raadt | |
2001-01-19 | mark remaining signal races | Theo de Raadt | |
2001-01-19 | do _exit() in exit handler, if it is a signal | Theo de Raadt | |
2001-01-17 | signal handler should finish using _exit() | Theo de Raadt | |
2001-01-17 | avoid fd_set overflow by using poll(); avoid syslog() in signal handler by ↵ | Theo de Raadt | |
using flag checked in main loop | |||
2001-01-17 | remove sprintf signal race, by pre-preparing wtmp entry | Theo de Raadt | |
2001-01-17 | use _exit() in signal handlers, mark longjmp() as being a possible resource leak | Theo de Raadt | |
2001-01-17 | use _exit() in signal handler | Theo de Raadt | |
2001-01-17 | use _exit() in signal handlers, and flag that the pmap_unset() calls are unsafe | Theo de Raadt | |
2001-01-17 | use _exit() in signal handler | Theo de Raadt | |
2001-01-17 | use sig_atomic_t, and check for signal flag more often | Theo de Raadt | |
2001-01-11 | change signal handler to set a flag, and then in the main loop do | Theo de Raadt | |
the work that this handler used to do. many signal handlers in the tree should be changed to this, since a large percentage of them have raceable stuff in them; like mixing malloc's and stdio inside and outside the handler.. terrrible stuff | |||
2001-01-11 | save_errno in signal handler | Theo de Raadt | |
2001-01-09 | make sure replydirname() do not truncate names, even if the filename | Jun-ichiro itojun Hagino | |
is MAXPATHLEN doublequotes. From: Paul Janzen <pjanzen@foatdi.harvard.edu> | |||
2001-01-09 | make sure we do not return stray " at the end of stirng, like bla"\0. | Jun-ichiro itojun Hagino | |
From: "William C. Allen" <allenwc@home.com> | |||
2001-01-07 | Make the -P option effective (rjmooney@mediaone.net) | Angelos D. Keromytis | |
2001-01-06 | Expand tilde (~) in ftp-dir login.conf variable. Closes PR 1382 | Todd C. Miller | |
2001-01-04 | spelling | Todd T. Fries | |
2000-12-30 | Log the actual bytes transfered, rather than the original file size. | Angelos D. Keromytis | |
2000-12-24 | Xr shells(5), not getusershell(3). | Aaron Campbell | |
2000-12-20 | use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@ | Markus Friedl | |
2000-12-20 | Fix a warning. | Todd C. Miller | |
2000-12-20 | correct copyright notice | Todd C. Miller | |
2000-12-20 | Provides ActivCard, CRYPTOCard and SNK-004 authentication from BSDi | Todd C. Miller | |
Will be used when BSD authentication is enabled | |||
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | Aaron Campbell | |
this is consistent. | |||
2000-12-12 | skey login script; authenticates the user via S/Key | Todd C. Miller | |
will be used when BSD authentication is enabled | |||
2000-12-12 | reject login script; rejects attempted authentication | Todd C. Miller | |
will be used when BSD authentication is enabled | |||
2000-12-12 | passwd login script; authenticates the user via passwd/yp | Todd C. Miller | |
will be used when BSD authentication is enabled | |||
2000-12-12 | lchpass login script; changes local password | Todd C. Miller | |
will be used when BSD authentication is enabled | |||
2000-12-12 | kerberos/passwd login script; authenticates the user via kerberos | Todd C. Miller | |
will be used when BSD authentication is enabled | |||
2000-12-12 | kerberos login script; authenticates the user via kerberos | Todd C. Miller | |
will be used when BSD authentication is enabled | |||
2000-12-12 | chpass login script; changes local, yp, or kerberos password | Todd C. Miller | |
will be used when BSD authentication is enabled | |||
2000-12-08 | strip sequences of spaces AFTER stripping other weird characters. | Marc Espie | |
2000-12-08 | Oops. | Hans Insulander | |
2000-12-08 | Bring recent kerberos fix into -stable. | Hans Insulander | |
2000-12-06 | Be more paranoid about passed KRB environment variables. | Hans Insulander | |
(ok art) | |||
2000-12-05 | asprintf can safe time doing character counts | Theo de Raadt | |
2000-12-04 | in replydirname(), avoid one-byte overrun. | Jun-ichiro itojun Hagino | |
From: Kristian Vlaardingerbroek <kris@obit.nl> | |||
2000-12-02 | The man page says the default umask is 027 but it is really 022 since | Todd C. Miller | |
that is the value of CMASK. Have setusercontext() set the umask unless the -u flag was specified. This allows the admin to set the umask either via -u or via a login class in login.conf. | |||
2000-11-26 | setusercontext should not set umask as this interferes with the | Todd C. Miller | |
umask specified for ftpd on the command line. Closed PR #1530 | |||
2000-11-26 | Update for pw_mkdb(3) interface change. All but vipw and userdel can | Todd C. Miller | |
specify a username (and thus avoid rebuilding the while database). | |||
2000-11-23 | typo in LPSV printing. From: Hiroyuki YAMAMORI <h-yamamo@db3.so-net.ne.jp> | Jun-ichiro itojun Hagino | |
2000-11-22 | More tweaks to recognize more weird cases: | Marc Espie | |
- handle \s+n as well as \s-n, - be smarter in finding name - subject delimitation in the presence of multiple dashes, always prefer a dash with intervening spaces if one is available, - handle spaces in macros everywhere, - recognize \(tm, - recognize .SM as a font change, - recognize .LP as another multiple subject separator, - strip indexing facilities .iX and .XX, - complain about unknown macros in picky mode, strip them anyways. | |||
2000-11-19 | Handle more manpages oddities: | Marc Espie | |
- recognizes \s<number> sequences (horizontal kerning) and removes them. - escaped | - parses .ds definitions, expands \*(ab and \*[abc...] (missing built-ins, such as en and em). - strips .HP, .VB - recognizes .Pp - handles some . ds (space in between). This fixes over 99% of all manpages generated from the ports tree. This is still missing a few cleanups and some regression testing. | |||
2000-11-16 | Don't use sizeof() a pointer as a length parameter. This change makes | Todd C. Miller | |
'line' from sys_term.c from a char * into a char array. There's no need to explicitly initialize the contents to 0 since that happens for globals anyway. | |||
2000-11-14 | cleanup EPSV/EPRT error handling. avoid possible memory leak (getaddrinfo). | Jun-ichiro itojun Hagino | |
correct error code on unsupported protocol parameter against EPRT (522). |