Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-05 | move a few birthdays to the .birthday as pt out by pjanzen@; add a few more | Michael Shalayeff | |
2002-08-05 | Better fixes from openssl cvs; from markus@ | Miod Vallat | |
2002-08-05 | Get rid of useless local definitions P_void, voidp, Const and use | Peter Valchev | |
void, void *, const respectively; some cosmetics; ok deraadt | |||
2002-08-05 | add bwtwo | Jason Wright | |
2002-08-05 | Xr bwtwo | Jason Wright | |
2002-08-05 | man page for bwtwo | Jason Wright | |
2002-08-05 | Do some cleanups to allow this to compile after previous changes made. | Peter Valchev | |
Note that we do not currently build/install this tool on OpenBSD | |||
2002-08-05 | Make readjust work correctly. | Artur Grabowski | |
This allows config -e on sparc with elf. | |||
2002-08-04 | Handle snprintf(3) returning -1; ok deraadt | Peter Valchev | |
2002-08-04 | If fork() fails, log/report the error *before* we close our fd's just | Todd C. Miller | |
in case close(2) were to set errno. | |||
2002-08-04 | Extra paranoia -- check that pw_name matches the crontab user's name. | Todd C. Miller | |
Should not really be needed since we do uid checks but it can't hurt. | |||
2002-08-04 | revoke privs earlier | Theo de Raadt | |
2002-08-04 | .SH -> .Sh NAT EXAMPELS | Philipp Buehler | |
2002-08-04 | - grammar cleanup. | Grigoriy Orlov | |
- check for the failure of strdup(). from tedu <grendel@zeitbombe.org> | |||
2002-08-04 | iliya day, no swimming, no-no | Michael Shalayeff | |
2002-08-04 | now we all know that nautilus was a response to icbm threat | Michael Shalayeff | |
2002-08-04 | keep track of ppid and allow matching rules to be logged via syslog. | Niels Provos | |
2002-08-04 | ansi, and revoke privs after opening the tty | Theo de Raadt | |
2002-08-04 | ansi | Theo de Raadt | |
2002-08-04 | spaces | Theo de Raadt | |
2002-08-04 | only open kvm once between these two | Theo de Raadt | |
2002-08-04 | kvm gid revocation earlier | Theo de Raadt | |
2002-08-04 | move kvm opening to earliest possible place | Theo de Raadt | |
2002-08-03 | If malloc() fails, perror() and return. This is non-optimal but because | Todd C. Miller | |
svr_run() is void we have no way to pass back error status. | |||
2002-08-03 | xdr_pri_free() ansi; pvalchev ok | Theo de Raadt | |
2002-08-03 | in fact, no need for switch_exit() completely, cpu_exit() handles the reins ↵ | Michael Shalayeff | |
to the cpu_switch and basta! | |||
2002-08-03 | reorder stack_alloc() and add a comment | Michael Shalayeff | |
2002-08-03 | store md_regs ptr before interrupts are enabled on syscall, do not store the ↵ | Michael Shalayeff | |
frame pointer on the stack on traps, just offset back from sp upon return | |||
2002-08-03 | some more opt and diagnostic checks in set/remrunqueue | Michael Shalayeff | |
2002-08-03 | opt {set,rem}runqueue a littlebit | Michael Shalayeff | |
2002-08-03 | no need for a stack on exit() since u gets freed in a different context, ↵ | Michael Shalayeff | |
also s/P_MD/P_MD_REGS | |||
2002-08-03 | u could get a little higher | Michael Shalayeff | |
2002-08-03 | rework boot() w/o a goto | Michael Shalayeff | |
2002-08-03 | we do not use _c_label() even | Michael Shalayeff | |
2002-08-03 | hppa stub, from miod | Michael Shalayeff | |
2002-08-03 | register -> int | Marco S Hyman | |
2002-08-03 | Correct RA82 disktab alias. Spotted by Fred van Kempen. | Hugh Graham | |
2002-08-03 | Don't depend on curproc, pass the proc * down to the functions that need it ↵ | Jason Wright | |
(fmovr/fmovcc). | |||
2002-08-03 | check return value from read; from thorsten | Jakob Schlyter | |
2002-08-03 | use getifaddrs, not SIOCGIFCONF. | Jun-ichiro itojun Hagino | |
2002-08-03 | spell 'debugging' correctly with double 'g' (in comments) | Peter Valchev | |
2002-08-03 | various KNF and code cleanup/simplification, parts checked by millert/deraadt | Peter Valchev | |
2002-08-03 | fix a comment: libdl no longer exists; explain ELF_TOOLCHAIN | Peter Valchev | |
2002-08-03 | - don't use unexistant as(1) .weakext pseudo; found by todd@ | Federico G. Schwindt | |
- remove unused code. mickey@ ok. libc cross-compiling (i386->hppa) reported to work now. | |||
2002-08-02 | the kerberos people can bite me. or enable kerberos themselves if they | Theo de Raadt | |
really want this. secure by default, and as i say, bite me. millert and markus and miod ok | |||
2002-08-02 | Change value of LOGIN_DEFSTYLE from "krb4-or-pwd" to just "passwd". | Todd C. Miller | |
If there is no login.conf or it is corrupt we don't want to make any assumptions about kerberos. By request of deraadt@ | |||
2002-08-02 | no rpc by default | Theo de Raadt | |
2002-08-02 | o Instead of passing "*system*" as the fname to process_crontab() | Todd C. Miller | |
for the system crontab file, pass a NULL pointer instead. This prevents someone from creating a "*system*" file in the tabs directory that acts as an alternate root crontab. o Fix the check for tab file ownership. This really only affected the system crontab file, which must not be owned by root. deraadt@ OK | |||
2002-08-02 | replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parser | Markus Friedl | |
for authentication; ok deraadt/djm | |||
2002-08-02 | _sshagnt will be used to secure ssh-agent(1) more | Theo de Raadt | |