Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-25 | remove two ununsed includes | Henning Brauer | |
2004-06-25 | Avoid spurious error message "line too long" (introduced with last commit, | Tom Cosgrove | |
which fixed a buffer overflow here). ok weingart@ | |||
2004-06-25 | simplify | Damien Miller | |
2004-06-25 | remove netiso and netns code | Henning Brauer | |
2004-06-25 | clean reexec-specific junk out of text-exec.sh and simplify; idea markus@ | Damien Miller | |
2004-06-25 | only perform tcp wrappers checks when the incoming connection is on a socket. | Damien Miller | |
silences useless warnings from regress tests that use proxycommand="sshd -i" prompted by david@ ok markus@ | |||
2004-06-25 | Add extended CPUID flag value for AMD64 LONG identification. Taken from | Tom Cosgrove | |
arch/amd64/include/specialreg.h. "fine by me" weingart@ | |||
2004-06-25 | Narrow down privsep interface. Remove ui_init to monitor. So we can get rid of | Hans-Joerg Hoexer | |
monitor_mkfifo. Work in progress. ok ho@ | |||
2004-06-25 | Minor fixes suggested by nordin@ and henning@ | Thorsten Lockert | |
ok millert@ | |||
2004-06-25 | Remove unused gnu style configure stuff. | Mathieu Sauve-Frankel | |
ok hshoexer@ deraadt@ | |||
2004-06-25 | cleanup. | Mathieu Sauve-Frankel | |
ok millert@ | |||
2004-06-25 | IPv6 reassembly on "scrub" directive. | Jun-ichiro itojun Hagino | |
caveats: (to be addressed soon) - "scrub in" should queue fragments back into ip6intrq again, but somehow it does not happen - the packet is kept inside reass queue. need investigation - ip6_forwarding path is not tested - does not use red-black tree. somehow red-black tree behaved badly and was not robust. performance issue, the above one is more important. good things: - "scrub out" is perfectly ok - i think now we can inspect upper-layer protocol fields (tcp port) even if ip6 packet is fragmented. - reass queue will be cleaned up properly by timeout (60sec). we might want to impose pool limit as well | |||
2004-06-25 | recover IPv6 entries somehow disappeared. David Krause | Jun-ichiro itojun Hagino | |
2004-06-24 | First step at multiprotocol support, only partially done. | Claudio Jeker | |
OK henning@ | |||
2004-06-24 | Remove unused getopt implementation. These files are not used. | Mathieu Sauve-Frankel | |
ok hshoexer@ theo@ | |||
2004-06-24 | Identify ourselves on the new console device when it's changed. | Tom Cosgrove | |
ok weingart@ | |||
2004-06-24 | Do a better job at containing powerpc specific #defines to PPC_... | Dale Rahn | |
ok deraadt@ | |||
2004-06-24 | Turn off timeouts if the user types anything at all. This prevents an | Tom Cosgrove | |
automatic boot in 5 seconds after you type "set tty com0", for example. "I like this" deraadt@, "oh! yes" henning@, ok weingart@ | |||
2004-06-24 | A little better but still work in progress. | Andreas Gunnarsson | |
2004-06-24 | KNF, cleanup, readability fixes... this hurt | Henning Brauer | |
ok itojun claudio | |||
2004-06-24 | Minor changes (structural, not behavioural) in order to support a regress | Tom Cosgrove | |
test for boot command handling. Suggested by avsm@; discussed with avsm@ and weingart@ - thanks | |||
2004-06-24 | Document kn_get_string() a bit better and describe the return value. | Hans-Joerg Hoexer | |
ok ho@ msf@ | |||
2004-06-24 | Make community set strict aligenment save, remove unneeded ENSUREs | Claudio Jeker | |
OK henning@ djm@ | |||
2004-06-24 | make keynote.h C++ safe | Mathieu Sauve-Frankel | |
ok todd@ | |||
2004-06-24 | Back out part of last commit; we want to realloc + loop for argv too. | Todd C. Miller | |
2004-06-24 | if we have detached after an exec, bail out early, and avoid a double free. | marius eriksen | |
ok provos@, "works fine" sturm@ | |||
2004-06-24 | Remove the 8 page limit for sysctl_proc_args after discussing with Theo. | Todd C. Miller | |
Add trivial support for passing a NULL pointer for the argv buffer; currently just returns ARG_MAX for KERN_PROC_ARGV and KERN_PROC_ENV. | |||
2004-06-24 | iso is gone | Henning Brauer | |
2004-06-24 | let vax build lynx (workaround); miod ok | Theo de Raadt | |
2004-06-24 | remove netiso stuff | Henning Brauer | |
2004-06-24 | Remove unsupported algortihm types from keynote keygen section of the manpage. | Mathieu Sauve-Frankel | |
ok hshoexer@ ho@ | |||
2004-06-24 | change note as to when thread lib needs updating. OK deraadt@ | Marco S Hyman | |
2004-06-24 | Typos in DEBUG code. | Miod Vallat | |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert | |
encapsulating all such access into wall-defined functions that makes sure locking is done as needed. It also cleans up some uses of wall time vs. uptime some places, but there is sure to be more of these needed as well, particularily in MD code. Also, many current calls to microtime() should probably be changed to getmicrotime(), or to the {,get}microuptime() versions. ok art@ deraadt@ aaron@ matthieu@ beck@ sturm@ millert@ others "Oh, that is not your problem!" from miod@ | |||
2004-06-24 | regress test for re-exec corner cases | Damien Miller | |
2004-06-24 | re-exec sshd on accept(); initial work, final debugging and ok markus@ | Damien Miller | |
2004-06-24 | Work in progress, early check-in requested by niklas@ | Andreas Gunnarsson | |
2004-06-24 | make safe for inclusion in C++ code; ok deraadt@ | Christian Weisgerber | |
2004-06-24 | Add genericstable to the list of databases we can create automatically. | Tom Cosgrove | |
"looks fine" millert@ | |||
2004-06-24 | Allocate 8 pages for process argv, not one. This should really be ARG_MAX | Todd C. Miller | |
but sysctl_proc_args() needs changes to support that. | |||
2004-06-24 | When given multiple processes to kill, keep going if we are unable to kill | Todd C. Miller | |
one (previously it would error out and not kill the remaining ones). OK deraadt@ | |||
2004-06-24 | Add comment explaining what "bootprompt" is for | Tom Cosgrove | |
2004-06-24 | Remove some unused code. | Hans-Joerg Hoexer | |
Fix handling of sigchild. Now it's possible to sigstop/sigcont isakmpd correclty. ok ho@ | |||
2004-06-24 | If a line in boot.conf is too long for our buffer, stop before we | Tom Cosgrove | |
overrun the buffer, print an error message, then stop processing boot.conf. Also change name of variable "eof" to "rc", since it's not just for eof. ok weingart@ | |||
2004-06-24 | free() correct object; andrushock@korovino.net | Theo de Raadt | |
2004-06-24 | Add ehci. ok drahn@ | Thomas Nordin | |
2004-06-24 | Missing file from 8.13.0 | Todd C. Miller | |
2004-06-24 | sync | Theo de Raadt | |
2004-06-24 | hsearch API/ABI u_int -> size_t -> crank majors; ok millert | Theo de Raadt | |
2004-06-24 | sync | Theo de Raadt | |