summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-07Properly align __infinity - m88k is very strict wrt double alignment.Miod Vallat
Fixes - oh what a surprise - bus errors in awk.
2003-01-07Get the rounding modes table correct, eventually.Miod Vallat
2003-01-07One more pass to get thinks correct wrt weak symbols and syscalls.Miod Vallat
2003-01-07more fixes from the weissmanndudeMichael Shalayeff
2003-01-07kill some debugging kdb_trapsMichael Shalayeff
2003-01-07Avoid 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-07syncTheo de Raadt
2003-01-07.Sq -> .QlMike Pechkin
Make sence. Spotted by jmc@acn.waw.pl pvalchev@, millert@
2003-01-07attribute(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-07apply the discover rule to bridge_output() as wellJason Wright
2003-01-07Updated from tzcode2002d (ftp://elsie.nci.nih.gov/pub/)Todd C. Miller
2003-01-07update to tzdata2002d from ftp://elsie.nci.nih.gov/pub/Todd C. Miller
2003-01-07Whois updates, mostly adapted from FreeBSDTodd 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-07prepare_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-07remove the altq classifier code which is replaced by pf and no longer used.Kenjiro Cho
ok henning@, deraadt@
2003-01-07do the busy wait loops my favourite style and merry xmasMichael Shalayeff
2003-01-07Allow underscore at the beginning of strings, fixesDaniel Hartmeier
pass all user _spamd which was refused as syntax error before. Reported by Joe Nall. ok henning@
2003-01-07Add function to search for and remove stale rulesets from other authpfDaniel Hartmeier
processes which have terminated unexpectedly. ok beck@
2003-01-07the "default" alias for "normal" optimization in pf_hints is dead for someHenning Brauer
time now... catched by david krause
2003-01-07xerxes [/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-07Correct several typos in comments. No code changes.Chad Loder
2003-01-07Remove pfr_unwrap_table workaround, it's no longer needed.Daniel Hartmeier
2003-01-07sha1.c is no longer needed by pf.Daniel Hartmeier
2003-01-07Remove table name hashing (pass the name in each ioctl instead), andDaniel 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-07Better fix for sudoers files w/o a newline before EOF. It looksTodd 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-06Fix "get -p" download to not add user-write perm. mindrot bug #426 reportedDamien Miller
by gfernandez@livevault.com; ok markus@
2003-01-06Work around what appears to be a flex bug when dealing with filesTodd 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-06Rename VNICHOST -> NNICHOST now that Verisign has spun off NSI.Todd C. Miller
2003-01-06Handle wsconsctl.conf entries that contain spaces, e.g.Marco S Hyman
keyboard.map+="keysym Caps_Lock = Control_L" OK fgs@
2003-01-06Add a "findremoved" arg to shm_find_segment_by_shmid() similar toTodd C. Miller
NetBSD and allow shmctl() to operate on shm segments that have been marked for removal like other OSes do.
2003-01-06french calendar, from freebsdMichael Shalayeff
2003-01-06nicer syslogTheo de Raadt
2003-01-06some cleanup; andrushock@korovino.netTheo de Raadt
2003-01-06fix aproblem w/ -oct mix check and compressing /dev/stdin; millert@ okMichael Shalayeff
2003-01-06syncTodd T. Fries
2003-01-06one more tweak for _lkm; ok deraadt@Todd T. Fries
2003-01-06support +number; rewritten from buggy code by mjc@bitz.ca, vincent okTheo de Raadt
2003-01-06Move initialisation of radix table globals in pfr_initialize()Cedric Berger
ok dhartmei@
2003-01-06Add tests for address pools with route-to/reply-to/dup-to.Ryan Thomas McBride
2003-01-06syncronous -> synchronousMiod Vallat
2003-01-06Fix some oversights with address pools for route-to/dup-to/reply-toRyan 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-06knfTheo de Raadt
2003-01-06C-style; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-06typo; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-06typo; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-06wrong word; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-06typo; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-06directory, not file; form david krauseMichael Shalayeff
2003-01-06typo: s/initalize/initializeChad Loder
2003-01-06typo: s/specifed/specifiedChad Loder