Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-25 | "successful" spelling fixes in comments & documentation | Peter Valchev | |
2002-11-23 | bye bye | Theo de Raadt | |
2002-11-23 | Correct href, from Francesco Toscan <francesco@toscan.biz> | margarida | |
henning@ | |||
2002-11-23 | don't try to do ioctl with PF_OPT_NOACTION | Ryan Thomas McBride | |
does not impact fuction of authpf, but make it consistent with the rest of the add_* family ok dhartmei@ | |||
2002-11-23 | add code to load lists of redirection addresses for nat/rdr/route-to/etc. | Ryan Thomas McBride | |
2002-11-22 | Disallow non-interactive sessions, to avoid problem of users scp'ing | Bob Beck | |
to authpf gateway - noticed by Devan Reade <gdr@gno.org>, ok henning | |||
2002-11-22 | fix fd handling, so 'make build >log 2>fixme' really works | Philipp Buehler | |
henning@ ok | |||
2002-11-22 | honor COPTS; ok henning@ | Christian Weisgerber | |
2002-11-22 | Add some .Xr's that have been sitting in my tree | Todd C. Miller | |
2002-11-21 | Rename shadow group to _shadow | Todd C. Miller | |
This means the instructions in the previous commit are now wrong (replace shadow with _shadow and all will be well). | |||
2002-11-21 | Add a "shadow" group and make the shadow passwd db readable by that | Todd C. Miller | |
group. This changes getpw* to always try the shadow db first and then fall back to the db w/o password hashes. In the future, /usr/libexec/auth/login_passwd (and others) will be setgid shadow instead of setuid root. OK deraadt@ If you track -current you should do the following: o add group shadow to /etc/group o chgrp shadow /etc/spwd.db o chmod 640 /etc/spwd.db o rebuild and install src/usr.sbin/pwd_mkdb You do not need to rebuild libc yet, but it would't hurt to do so. | |||
2002-11-21 | third person; margarida | Theo de Raadt | |
2002-11-21 | crap in getopt; margarida | Theo de Raadt | |
2002-11-21 | Add -n option to print message source addresses numerically rather than | Chad Loder | |
symbolically. This saves address->name lookups, which is nice on log servers without a DNS cache. millert@, jakob@ ok | |||
2002-11-19 | be more precise | Theo de Raadt | |
2002-11-19 | hacks to make the tree build; henning gets a carrot up the nose next time i ↵ | Theo de Raadt | |
meet him | |||
2002-11-18 | fix typos; Jon Bernard | Todd C. Miller | |
2002-11-18 | kill unused #define which was a workaround with old OpenSSL versions | Henning Brauer | |
from David Krause, Thanks! | |||
2002-11-18 | kill duplicate int retry; from David Krause, Thanks! | Henning Brauer | |
2002-11-18 | strto* usage audit. deraadt ok | Jun-ichiro itojun Hagino | |
2002-11-18 | atoi -> strto*. correct -p parsing (don't allow 65536). deraadt ok | Jun-ichiro itojun Hagino | |
2002-11-17 | typo fix: high_class should be med_class in priq example. | Kenjiro Cho | |
PR2847 | |||
2002-11-16 | Remove pccon which is a left-over from the i386 pccons console driver. | Matthieu Herrb | |
Noticed by David Krause. Thanks. | |||
2002-11-14 | Create our own version.c instead of snurking it out of ../named/obj | Todd C. Miller | |
2002-11-14 | search in obj dir for version.c. OK pval. | Marco S Hyman | |
2002-11-14 | version.c should be generated from Version.c and ${VER} | Todd C. Miller | |
It makes no sense to keep a generated version in the tree that needs to be updated each time; OK pvalchev@ | |||
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-11-14 | Sync with bind-4.9.11-REL; fixes the problems listed in: | Todd C. Miller | |
http://www.isc.org/products/BIND/bind-security.html including a buffer overflow that could lead to remote code execution. | |||
2002-11-11 | Pass gcc -ansi -pedantic; Chad Loder | Todd C. Miller | |
2002-11-09 | remove references to unexistent manpages; miod ok. | Federico G. Schwindt | |
2002-11-09 | yet another round of SEE ALSO fixes. | Federico G. Schwindt | |
2002-11-08 | Use STDIN_FILENO and STDOUT_FILENO & ANSI prototypes; Chad Loder | Todd C. Miller | |
2002-11-07 | Check for non-existent group in groupdel just like userdel; Sebastian Stark | Todd C. Miller | |
2002-11-07 | Change some err/warn -> errx/warnx. Should maybe do the same for | Todd C. Miller | |
the short write cases. | |||
2002-11-07 | mention restart issues with 3rd party modules | Henning Brauer | |
PR 2902, Francesco Toscan, Thanks! | |||
2002-11-07 | Allow '$' in a username as long as it is the last character since | Todd C. Miller | |
samba wants to create usernames that end in '$'. From Paul Chakravarti | |||
2002-11-07 | httpd(8), not (1)... | Henning Brauer | |
PR 2891, jlouis at diku dk, Thanks! | |||
2002-11-07 | fix typo; Nick Nauwelaerts | Todd C. Miller | |
2002-11-07 | check (server == NULL) to not crash "altqstat -s -i lo0" | Kenjiro Cho | |
when altqd is not running. report and fix by Chad Loder <cloder@loder.us> | |||
2002-11-06 | no need for makeinfo --no-warn anymore; fgs removed offending parts in | Peter Valchev | |
last commit | |||
2002-11-02 | - fix broken nodes and remove repeated items. | Federico G. Schwindt | |
- remove FSinfo, we don't install it. millert pvalchev ok. | |||
2002-11-02 | Actually, this is bind 4.9.9-REL | Todd C. Miller | |
2002-11-01 | add a comment how to get secure maps built; millert@ ok. | Federico G. Schwindt | |
2002-10-30 | o for gre version 1, correctly check if kp (key present) is unset. | Federico G. Schwindt | |
o remove trailing spaces for better output. o print sequence, acknowledge and callid as unsigned, and remove key from version 1 since it's actually the payload length (not including the gre header). jason@ ok. | |||
2002-10-29 | Add -U option to set uid, gid, and group vector based on password database. | Todd C. Miller | |
2002-10-28 | merge mod-ssl 2.8.12 | Henning Brauer | |
fixes a cross site scripting bug fixes 2 off-by-ones | |||
2002-10-28 | fix typo: regulary -> regularly; from Margarida Sequeira <niness@devilness.org> | Peter Valchev | |
2002-10-26 | use poll(2). sync w/kame | Jun-ichiro itojun Hagino | |
2002-10-26 | prototype shouldn't carry variable name | Jun-ichiro itojun Hagino | |
2002-10-26 | use poll(2). sync w/kame originally from netbsd | Jun-ichiro itojun Hagino | |