Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-20 | spelling; krw@tcn.net | Theo de Raadt | |
1998-12-19 | less cryptic message on pty allocation failure | Theo de Raadt | |
1998-12-16 | even more .Nm fixes | Aaron Campbell | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-25 | whoops | Aaron Campbell | |
1998-11-25 | cleanup; d@ | Aaron Campbell | |
1998-11-18 | check for out-of-range umask bits from strtol() | Theo de Raadt | |
1998-10-20 | .Nm gettytab 5 -> .Xr gettytab 5 | Angelos D. Keromytis | |
1998-10-15 | Add ref to /usr/share/smtpd files. | Ian Darwin | |
1998-10-10 | Man page typo. | Ian Darwin | |
1998-09-27 | superuser may now specify another user's spool to lock. | Todd C. Miller | |
1998-09-16 | change to using getopt() [some inetd.conf files will need repair]; | Theo de Raadt | |
add usage() and add token support via -h (token information is sysloged) | |||
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell | |
then/than and such. Other miscellaneous problems fixed across these source files. | |||
1998-09-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell | |
occurrences squashed as well. | |||
1998-08-21 | decrypt the input _before_ checking if it is \n, not _after_. | Artur Grabowski | |
1998-08-18 | TIOCNOTTY is the default in POSIX termios, no need to explicately ask for it. | Todd C. Miller | |
1998-08-17 | As prommised, mail.local is no longer setuid. | Todd C. Miller | |
1998-08-15 | kill bogus ENVIRONMENT section and clean up slightly | Todd C. Miller | |
1998-08-15 | go back to using mktemp, not mkstemp in baditem(); theo | Todd C. Miller | |
1998-08-15 | Break out locking code into its own file so it can be shared with lockspool. | Todd C. Miller | |
Call lockspool when invoked with -H flag for backward compatibility. | |||
1998-08-15 | Move the spool locking functionality of "mail.local -H" into its own | Todd C. Miller | |
program so we can take the setuid bit off of mail.local. | |||
1998-08-11 | Xr uucico | Theo de Raadt | |
1998-08-04 | Fix definition of high port and tell where they come from; noted by ↵ | Todd C. Miller | |
karls@inet.no | |||
1998-07-28 | change getent/getstr to gtgettent/gtgetstr, the names now used | Marco S Hyman | |
in libtelnet; add prototypes for both functions to ext.h | |||
1998-07-27 | use old curses to avoid duplicate symbol in libtelnet | Todd C. Miller | |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller | |
1998-07-23 | delete SecurID hacks | Theo de Raadt | |
1998-07-23 | add replydirname() from netbsd; fixes 257 directory replies; problem noted ↵ | Theo de Raadt | |
by kstailey | |||
1998-07-20 | Spelling, and omitted words for getNAME. | Marc Espie | |
1998-07-16 | no yppasswdd.log file; mason@primenet.com.au | Theo de Raadt | |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller | |
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there. | |||
1998-07-12 | indent | Theo de Raadt | |
1998-07-10 | Make sure port is in allowed range before trying to get a reserved port. | Todd C. Miller | |
1998-07-10 | do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling | Theo de Raadt | |
1998-07-09 | Don't open stderr channel until after the user has authenticated themselves | Todd C. Miller | |
and never open a reserved port. Fix from www.infilsec.com, credited to "The South African Tiger Team". While we're in here, don't leak info about who is a valid user. | |||
1998-07-09 | this is rshd, not rlogind | Todd C. Miller | |
1998-07-08 | Force NUL termination of strings in request we get from client; ↵ | Todd C. Miller | |
okir@monad.swb.de | |||
1998-07-07 | a big bunch of next to nothing | Theo de Raadt | |
1998-07-05 | man page; mrg | Theo de Raadt | |
1998-07-03 | S_IWGRP | Theo de Raadt | |
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller | |
1998-06-23 | tsk tsk bob did not test his code on the alpha | Theo de Raadt | |
1998-06-22 | The x option is not used if CRYPT is turned off. | Artur Grabowski | |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff | |
1998-06-10 | spelling | Theo de Raadt | |
1998-06-10 | indent | Theo de Raadt | |
1998-06-10 | Now uses TCPCTL_IDENT sysctl to get uid associated with a connection | Bob Beck | |
instead of kmem. Kmem parsing functions and options removed. | |||
1998-06-08 | allow ftpchroot-ed users to also be multihomed | Michael Shalayeff | |
1998-06-03 | use SIG_ERR | Theo de Raadt | |
1998-06-03 | -p port option for damon mode | Bob Beck | |
-i pidfile option to write pid file for daemon mode -l address option to restrict listen address -q option and accumlog.c for on-line syslog entries multiple buglet fixes, memeset, long, formatting etc. |