Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-11 | strncpy vs strlcpy, some strlen missuse. | Michael Shalayeff | |
some other related minor cleanups, and spaces. millert@ ok | |||
2001-05-29 | Call auth_checknologin() and auth_approval() as appropriate for BSD | Todd C. Miller | |
authentication. | |||
2001-02-04 | Use _PW_NAME_LEN+1, not 16 for size of remote/local usernames variables | Todd C. Miller | |
since rcmd(3) sends strlen(pw_name)+1 bytes. | |||
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2000-11-10 | correct call to freeaddrinfo. do not free region before referenced. | Jun-ichiro itojun Hagino | |
reported by ryo@iij.ad.jp for kame/netbsd, and aaron. | |||
2000-10-30 | libexec man page fleshing. again, bored on the plane home. | Aaron Campbell | |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt | |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller | |
setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class. | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-09 | -Wall type correctness | Theo de Raadt | |
2000-01-27 | make rshd and rlogind IPv6-ready. | Jun-ichiro itojun Hagino | |
1999-11-15 | logging getpeername() failures is a waste of time | Theo de Raadt | |
1999-10-07 | mention ssh(1) as a better alternative, instead of telnet | Eric Jackson | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
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 | this is rshd, not rlogind | Todd C. Miller | |
1998-06-22 | The x option is not used if CRYPT is turned off. | Artur Grabowski | |
1998-06-03 | Make warnings disappear. | Angelos D. Keromytis | |
1998-05-15 | cleanup and build with -Wall | Artur Grabowski | |
1998-02-03 | whack _exit(); gnat@prometheus.frii.com | Theo de Raadt | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-23 | tabify | kstailey | |
1997-06-29 | new location of des.h | Niels Provos | |
1997-06-15 | rshd should give the same error message when the user doesn't exist | Todd C. Miller | |
as for when there is no .rhosts/hosts.equiv. With a different error message an information gathering attack can be done. Noted by David Holland <dholland@eecs.harvard.edu>. | |||
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller | |
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf. | |||
1997-02-13 | if i find one more little problem, and have to make one more little | Theo de Raadt | |
tweak to this ip option handling code I am going to absolutely scream in rage, following which I will rip the bloody innards out of netinet and build my own new incompatible option checking/processing interface that does not make it so hidiously difficult to check if a session has source routes active! | |||
1997-02-13 | option handling is a bitch | Theo de Raadt | |
1997-02-13 | ok, i finally learned about struct ipoption | Theo de Raadt | |
1997-02-05 | do not warn about valid options; invalid options correctly quit | Theo de Raadt | |
1997-02-05 | need not clear options since bad ones cause exit; ↵ | Theo de Raadt | |
provos@ws1.physnet.uni-hamburg.de | |||
1997-02-05 | IPOPT_LSRR/IPOPT_SSRR must exit() due to tcp sequencing; pointed out by | Theo de Raadt | |
provos@wserver.physnet.uni-hamburg.de. also another 1-char buffer overflow. | |||
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert | |
1996-11-01 | argument type nit | Niklas Hallqvist | |
1996-10-26 | set $LOGNAME fore POSIX | Todd C. Miller | |
1996-07-23 | require stderr to be > IPPORT_RESERVED/2 (hope this does not break anything...) | Theo de Raadt | |
1996-07-22 | seteuid for chdir | Theo de Raadt | |
1996-07-13 | print flag options at top, nicer | Theo de Raadt | |
1996-04-17 | Make encrypted kerberos remote shell work again. Note that this is not | Thorsten Lockert | |
a supported configuration, and no port number is defined for it. | |||
1995-12-16 | Make it possible to build without SKEY support | Thorsten Lockert | |
Add support for building with kerberosIV | |||
1995-11-20 | indentation botch | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |