Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-21 | Dummy out aclocal, autoconf, automake, and autoheader since there | Todd C. Miller | |
are still things in cvs's Makefile.in files that will attempt to run e.g. autoheader. Doing this here should mean we don't get hosed again the next time cvs is updated. I believe Marc Espie suggested something similar a while ago. | |||
2001-11-21 | 2GB fix (int->off_t) similar to scp; daniel@lucq.org | Markus Friedl | |
2001-11-21 | Fix extern decl of version missed in previous commit. | Todd C. Miller | |
2001-11-21 | o ANSIfy | Todd C. Miller | |
o Style nits o Use const to silent stupid -Wall warnings o strnc{py,at} -> strlc{py,at} o Use strpbrk() instead of homegrown anyof() o Use NULL instead of #defines with 0 cast to a pointer This still could use a proper audit | |||
2001-11-21 | 2nd param is const | Theo de Raadt | |
2001-11-21 | sync | lebel | |
2001-11-21 | be more precise, the ATI device 0x4c59 is actually the | lebel | |
Radeon Mobility M6 LY; there is more than one type of Radeon Mobility. | |||
2001-11-21 | %qd -> %llu in a couple of other places | Hakan Olsson | |
2001-11-21 | Have sa_dump() also print SA lifetimes (for /var/run/isakmpd.report). | Hakan Olsson | |
2001-11-21 | assume the presense of getifaddrs(3). sync with kame | Jun-ichiro itojun Hagino | |
2001-11-21 | be more careful on malloc failures. sync with kame | Jun-ichiro itojun Hagino | |
2001-11-21 | Provide COMPAT_SUNOS files via the common m68k configuration files. | Miod Vallat | |
2001-11-20 | Oops. | Miod Vallat | |
2001-11-20 | Prevent more symbol clashes when compiling userland. | Miod Vallat | |
2001-11-20 | match on linksys iwn; from netbsd | Michael Shalayeff | |
2001-11-20 | regen | Michael Shalayeff | |
2001-11-20 | Linksys2 Instant Wireless Network | Michael Shalayeff | |
2001-11-20 | In private version of popen(), only wrap a command to be run in a | Todd C. Miller | |
shell if it contains meta chars. Sneaky hack to work around a ksh bug. | |||
2001-11-20 | Major signal overhaul. We no longer longjmp all over the place. | Todd C. Miller | |
Instead, routines responsible to gathering user input (or in some cases outputting data) catch the signals and set flags as needed. Because of this some handlers are install without the SA_RESTART flag so syscalls are not restarted and we can check the flag. All signal handlers are now safe. This should make the flow of control a bit more grokable but the code is still ugly. | |||
2001-11-20 | mention 5821 (and the fact that it hasn't been tested) | Jason Wright | |
2001-11-20 | Match bcom 5821 (this is untested and is based on the datasheet's claim that | Jason Wright | |
the 5821 is "register and software compatible with Broadcom 5820"). | |||
2001-11-20 | sync | Jason Wright | |
2001-11-20 | bcom 5821 | Jason Wright | |
2001-11-20 | All sensitive pmap operations should operate at splvm, NOT splimp. | Miod Vallat | |
2001-11-20 | a few thoughts about longjmp in signal handlers | Theo de Raadt | |
2001-11-20 | no libdl here, too | Peter Valchev | |
2001-11-20 | - using fgets instead of gets | Kevin Lo | |
- KNF -- Ok'd by deraadt@ | |||
2001-11-20 | use more reasonable default level values; ho@ testing | Michael Shalayeff | |
2001-11-20 | don't allow CHANGEBINAT ioctl in securelevel > 1 | Mike Pechkin | |
dhartmei@ ok | |||
2001-11-20 | libdl is gone | Peter Valchev | |
2001-11-20 | shared only | Peter Valchev | |
2001-11-20 | -libdl here, too | Peter Valchev | |
2001-11-20 | -libdl, ok deraadt | Peter Valchev | |
2001-11-20 | bye bye, libdl | Peter Valchev | |
2001-11-20 | Put dl* function definitions in libc on ELF, removing the need for libdl. | Peter Valchev | |
These are just stubs, the real functions are resolved by ld.so when linking is performed. ok art | |||
2001-11-20 | Encode usercode/password in ftp url's as required by RFC 1738, | Kenneth R Westerback | |
section 3.1. Allows for use of '@', ':' and '/' in usercodes and passwords without confusion. ok deraadt@ | |||
2001-11-19 | remove the signal handler races and longjmps, and then do a bit of KNF | Theo de Raadt | |
2001-11-19 | mark signal race, fix half of it | Theo de Raadt | |
2001-11-19 | only slight fixes needed in signal handlers | Theo de Raadt | |
2001-11-19 | use _exit in signal handler | Theo de Raadt | |
2001-11-19 | more than typo | Theo de Raadt | |
2001-11-19 | more then -> more than | Aaron Campbell | |
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-11-19 | clarify/state that private keys are not exposed to clients using the agent; | Kevin Steves | |
ok markus@ | |||
2001-11-19 | remove local hack and use ac97_set_rate; tested by form@ | Michael Shalayeff | |
2001-11-19 | fd leak on HUP; ok stevesk@ | Markus Friedl | |
2001-11-19 | use a private svc_run() function that checks for a signal handler flag; | Theo de Raadt | |
now signal safe. Also, massive KNF. | |||
2001-11-19 | KNFightmare | Theo de Raadt | |
2001-11-19 | KNF here too | Theo de Raadt | |
2001-11-19 | KNF | Theo de Raadt | |