Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-07 | typos/grammar/better words | Jan-Uwe Finck | |
in comments. | |||
2002-07-03 | KNF | Theo de Raadt | |
2002-07-03 | ansi on a file which idiots believe is not here anymore | Theo de Raadt | |
2002-07-03 | add a missing newline to an error message. | Vincent Labrecque | |
from Jean-Francois Brousseau <krapht@secureops.com> ok deraadt@ | |||
2002-07-02 | * use lostconn() as the SIGALRM handler in receive_data() as originally | Dan Harnett | |
done by downsj@ in revision 1.54. * some -Wall cleanup - only declare check_host() if TCPWRAPPERS is defined. - use socklen_t where appropriate instead of int (pointer signedness warnings). - {u_}char * pointer signedness warnings. ok millert@ | |||
2002-06-30 | more care with utmp strings, and lseek fixes; moritz@jodeit.org | Theo de Raadt | |
2002-06-29 | screw the MLINKS | Theo de Raadt | |
2002-06-29 | document /var/empty chroot | Theo de Raadt | |
2002-06-29 | KNF | Theo de Raadt | |
2002-06-28 | stupid bug written in the last minute | Theo de Raadt | |
2002-06-28 | correct uid handling; markus | Theo de Raadt | |
2002-06-28 | go back to running these as root from inetd. however once rpc.{rusersd,rstatd} | Theo de Raadt | |
starts, do a chroot to /var/empty and change to user nobody. hi mom, i'm in jail! | |||
2002-06-28 | minor indent cleanup | Theo de Raadt | |
2002-06-28 | KNF | Theo de Raadt | |
2002-06-28 | When gettytab doesn't exist, IM contains a #defined string so don't | Todd C. Miller | |
try to free() it in that case. | |||
2002-06-23 | more gid_t and uid_t are unsigned | Theo de Raadt | |
2002-06-22 | ansi | Theo de Raadt | |
2002-06-21 | o Use *_FILENO defines instead of numbers | Todd C. Miller | |
o Kill sockt global, it is not needed o Use STDOUT_FILENO as the 1st arg to sendto(). Previously we used sockt in sendto() which only worked because a) globals are intialized to 0 and b) inetd sets up fds 0-2 dup'd to the same thing so it didn't matter that we were sending to stdin, not stdout. | |||
2002-06-20 | fix patch; moritz@jodeit.org | Theo de Raadt | |
2002-06-20 | ansi | Theo de Raadt | |
2002-06-19 | handle non-terminated things better; moritz@jodeit.org | Theo de Raadt | |
2002-06-19 | remove custom CFLAGS; ok deraadt, millert, beck | Peter Valchev | |
2002-06-17 | Initialize SIGALRM handler once in main(), instead of in several | Dan Harnett | |
different locations. This fixes a problem where the SIGALRM handler was being set to an uninitialized pointer in receive_data(). Originally reported to the misc@ list by Colin Harford. ok millert@ | |||
2002-06-17 | nat.conf(5) no longer exist, reference to pf.conf(5) instead | Peter Valchev | |
2002-06-16 | Some nat.conf(5) -> pf.conf(5) changes. | Miod Vallat | |
Some nat.conf(5) references remain in the text, since it looks better than .Pa /etc/nat.conf and there is still a softlink. | |||
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-13 | si_len should be u_int8_t, not socklen_t; form@form.openbsd.ru | Todd C. Miller | |
2002-06-13 | i heard in the bar that this breaks things | Theo de Raadt | |
2002-06-12 | use ELF_TOOLCHAIN instead of listing all ELF archs. | Artur Grabowski | |
drahn@ ok. | |||
2002-06-11 | kill err(3) newlines; ok miod@, deraadt@ | Jason Peel | |
2002-06-10 | u_char -> {socklen_t, sa_family_t, in_port_t}. From form@. | Mike Pechkin | |
millert@ ok | |||
2002-06-09 | new copyright (explicitly public domain) - from netbsd | Jun-ichiro itojun Hagino | |
2002-06-09 | bit of KNF | Theo de Raadt | |
2002-06-09 | some misc cleanup | Theo de Raadt | |
2002-06-09 | no \n in syslog() calls | Theo de Raadt | |
2002-06-09 | no newlines in syslog | Bob Beck | |
2002-06-09 | Sort .Xr's | Hans Insulander | |
2002-06-09 | no more \n to syslog() | Hans Insulander | |
2002-06-09 | no \n for syslog() | Hans Insulander | |
2002-06-09 | do not present scopeid on wire format (as it is local to a node). | Jun-ichiro itojun Hagino | |
2002-06-08 | add example using per-user pf rules to allow backchannel connections | Bob Beck | |
to the proxy. | |||
2002-06-07 | support scoped IPv6 address. | Jun-ichiro itojun Hagino | |
no visible API change, old config files work just fine. now you can use expressions like "ALL: [fe80::%lo0/64]". theo ok | |||
2002-06-07 | move load_offs out of the link_map area. | Artur Grabowski | |
2002-06-06 | compatibilty -> compatibility | Aaron Campbell | |
2002-06-05 | Cleanup/remove duplicate code that checks STAT_RELOC_DONE. | Artur Grabowski | |
2002-06-05 | Get rid of an unnecessary typedef (for future cleanup). | Artur Grabowski | |
2002-06-04 | fix $OpenBSD$ tag. | Mike Pechkin | |
millert@ ok | |||
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |
2002-06-03 | Proper masks for 64 bit relocation types. ok art@ | Dale Rahn | |
2002-06-02 | minor KNF | Theo de Raadt | |