Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-07 | Properly align __infinity - m88k is very strict wrt double alignment. | Miod Vallat | |
Fixes - oh what a surprise - bus errors in awk. | |||
2003-01-07 | Get the rounding modes table correct, eventually. | Miod Vallat | |
2003-01-07 | One more pass to get thinks correct wrt weak symbols and syscalls. | Miod Vallat | |
2003-01-07 | more fixes from the weissmanndude | Michael Shalayeff | |
2003-01-07 | kill some debugging kdb_traps | Michael Shalayeff | |
2003-01-07 | Avoid trashing an existing output file when the input cannot be read. | Todd C. Miller | |
Changes open order slightly and makes a distiction between errors < 0 and > 0. Prompted by a discussion on the freebsd-audit list. | |||
2003-01-07 | sync | Theo de Raadt | |
2003-01-07 | .Sq -> .Ql | Mike Pechkin | |
Make sence. Spotted by jmc@acn.waw.pl pvalchev@, millert@ | |||
2003-01-07 | attribute(sentinel) improvements: | Marc Espie | |
- move __null node to c-common.c so that sentinel can check for it (since g++ __null is `special') - rework diagnostics to be more clear. In particular, distinguish `not terminated' from `terminated with a 0 of the wrong type' ok miod@, millert@ | |||
2003-01-07 | apply the discover rule to bridge_output() as well | Jason Wright | |
2003-01-07 | Updated from tzcode2002d (ftp://elsie.nci.nih.gov/pub/) | Todd C. Miller | |
2003-01-07 | update to tzdata2002d from ftp://elsie.nci.nih.gov/pub/ | Todd C. Miller | |
2003-01-07 | Whois updates, mostly adapted from FreeBSD | Todd C. Miller | |
o make "whois -i" go to whois.networksolutions.com o add "-p port" option (renamed old -p to -A) o add support for recursive lookups of IP numbers o remove WHOIS_INIC_FALLBACK, it is no longer useful o man page updates | |||
2003-01-07 | prepare_stack_protection: add validate_insns_of_varrefs to validate insns of ↵ | Hiroaki Etoh | |
inline function for processors, which doesn't have long integer addition push_frame_of_insns: validate insns not to use long integer addition for powerpc | |||
2003-01-07 | remove the altq classifier code which is replaced by pf and no longer used. | Kenjiro Cho | |
ok henning@, deraadt@ | |||
2003-01-07 | do the busy wait loops my favourite style and merry xmas | Michael Shalayeff | |
2003-01-07 | Allow underscore at the beginning of strings, fixes | Daniel Hartmeier | |
pass all user _spamd which was refused as syntax error before. Reported by Joe Nall. ok henning@ | |||
2003-01-07 | Add function to search for and remove stale rulesets from other authpf | Daniel Hartmeier | |
processes which have terminated unexpectedly. ok beck@ | |||
2003-01-07 | the "default" alias for "normal" optimization in pf_hints is dead for some | Henning Brauer | |
time now... catched by david krause | |||
2003-01-07 | xerxes [/home/src/local/millert/sudo/sudo-1.6.7] % vi ↵ | Todd C. Miller | |
/usr/src/local/TiVo/Linux/Don't allow s{e,h}mmni to be set > 0xffff via sysctl since that could cause id collisions (the macros in <sys/ipc.h> limit the index to 0xffff). Prompted by a conversation with weingart@ | |||
2003-01-07 | Correct several typos in comments. No code changes. | Chad Loder | |
2003-01-07 | Remove pfr_unwrap_table workaround, it's no longer needed. | Daniel Hartmeier | |
2003-01-07 | sha1.c is no longer needed by pf. | Daniel Hartmeier | |
2003-01-07 | Remove table name hashing (pass the name in each ioctl instead), and | Daniel Hartmeier | |
introduce reference counting for tables, they are now automatically created and deleted through referencing rules. Diff partly from cedric@. ok mcbride@, henning@, cedric@ | |||
2003-01-07 | Better fix for sudoers files w/o a newline before EOF. It looks | Todd C. Miller | |
like the issue is that yyrestart() does not reset the start condition to INITIAL which is an issue since we parse sudoers multiple times. This is a cleaner fix for that problem and what will go in sudo 1.6.7. | |||
2003-01-06 | Fix "get -p" download to not add user-write perm. mindrot bug #426 reported | Damien Miller | |
by gfernandez@livevault.com; ok markus@ | |||
2003-01-06 | Work around what appears to be a flex bug when dealing with files | Todd C. Miller | |
that lack a final newline before EOF. This adds a rule to match EOF in the non-initial states which resets the state to INITIAL and throws an error. | |||
2003-01-06 | Rename VNICHOST -> NNICHOST now that Verisign has spun off NSI. | Todd C. Miller | |
2003-01-06 | Handle wsconsctl.conf entries that contain spaces, e.g. | Marco S Hyman | |
keyboard.map+="keysym Caps_Lock = Control_L" OK fgs@ | |||
2003-01-06 | Add a "findremoved" arg to shm_find_segment_by_shmid() similar to | Todd C. Miller | |
NetBSD and allow shmctl() to operate on shm segments that have been marked for removal like other OSes do. | |||
2003-01-06 | french calendar, from freebsd | Michael Shalayeff | |
2003-01-06 | nicer syslog | Theo de Raadt | |
2003-01-06 | some cleanup; andrushock@korovino.net | Theo de Raadt | |
2003-01-06 | fix aproblem w/ -oct mix check and compressing /dev/stdin; millert@ ok | Michael Shalayeff | |
2003-01-06 | sync | Todd T. Fries | |
2003-01-06 | one more tweak for _lkm; ok deraadt@ | Todd T. Fries | |
2003-01-06 | support +number; rewritten from buggy code by mjc@bitz.ca, vincent ok | Theo de Raadt | |
2003-01-06 | Move initialisation of radix table globals in pfr_initialize() | Cedric Berger | |
ok dhartmei@ | |||
2003-01-06 | Add tests for address pools with route-to/reply-to/dup-to. | Ryan Thomas McBride | |
2003-01-06 | syncronous -> synchronous | Miod Vallat | |
2003-01-06 | Fix some oversights with address pools for route-to/dup-to/reply-to | Ryan Thomas McBride | |
- copy key for src-hash - copy pool type (pools were being set to round-robin in all cases) + some minor knf. ok dhartmei@ | |||
2003-01-06 | knf | Theo de Raadt | |
2003-01-06 | C-style; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2003-01-06 | typo; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2003-01-06 | typo; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2003-01-06 | wrong word; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2003-01-06 | typo; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2003-01-06 | directory, not file; form david krause | Michael Shalayeff | |
2003-01-06 | typo: s/initalize/initialize | Chad Loder | |
2003-01-06 | typo: s/specifed/specified | Chad Loder | |