Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-08 | Fix some problems noted by lukem@netbsd.org | Todd C. Miller | |
o getopt string is wrong in main(); (missing : after P) o use of vprintf(...) instead of vfprintf(ttyout,...) in ftp.c::command() o missing \n in fputs in cmds.c::status() o should use strtol() instead of atol() o sometimes use 'NULL' instead of 'NUL' (in comments) | |||
1998-06-08 | allow ftpchroot-ed users to also be multihomed | Michael Shalayeff | |
1998-06-08 | buf oflow; chris@ferret.lmh.ox.ac.uk | Theo de Raadt | |
1998-06-08 | for xfree86 prompt, make clear "y" and "n" are the answers | Theo de Raadt | |
1998-06-08 | typo | Theo de Raadt | |
1998-06-08 | Move `md_copy_kernel' to earlier in the file to prevent warning | Jason Wright | |
about missing kernel. | |||
1998-06-07 | make includes support | Todd C. Miller | |
1998-06-07 | $(INSTALL) not install | Todd C. Miller | |
1998-06-07 | add gnu/lib/libgmp to WDIR for includes | Todd C. Miller | |
1998-06-07 | permit SIGUSR1/USR2 through as well in cansignal() | Theo de Raadt | |
1998-06-07 | Use a width of 0 rather than 32 when HISADDR is 0.0.0.0. | brian | |
Reported by: many Narrowed down by: Lutz Albers <lutz@muc.de> | |||
1998-06-07 | Fix previous commit. bit 1 is the execute bit, not the read bit *blush* | brian | |
ie, BINMODE=4551 -> BINMODE=4554 Pointed out by: Bruce Evans <bde@zeta.org.au> | |||
1998-06-07 | buf oflow | Theo de Raadt | |
1998-06-07 | use MAP_FAILED | Theo de Raadt | |
1998-06-07 | off_t cleanup | Theo de Raadt | |
1998-06-07 | Make ppp world-readable so that root can get at it over | brian | |
NFS when nobody isn't in group network :-) Pointed out by: Bruce Evans <bde@zeta.org.au> | |||
1998-06-06 | sync w src (Krister Walfridsson <cato@ulysses.df.lth.se>) | Todd T. Fries | |
1998-06-06 | MAP_FAILED; kleink | Theo de Raadt | |
1998-06-06 | disable gprof on alpha... again.. texinfo problems | Theo de Raadt | |
1998-06-06 | more system types we know | Michael Shalayeff | |
1998-06-05 | Comment out text after #endif | janjaap | |
1998-06-05 | continent; map@stacken.kth.se | Theo de Raadt | |
1998-06-05 | spelling | Theo de Raadt | |
1998-06-04 | add DLT_LOOP support; 4-byte header indicates proto; cstone@pobox.com | Theo de Raadt | |
1998-06-04 | sync | Theo de Raadt | |
1998-06-04 | cpuid return values for sysctl | Jason Downs | |
1998-06-04 | Make cpuid return values available via sysctl so that userland doesn't have | Jason Downs | |
to rifle through kmem for them. Also add a few more cpu names. | |||
1998-06-04 | Cleanup, partial KNF, only use TSC on non-Intel processors. | Jason Downs | |
1998-06-04 | Add machdep.led_blink for the pmax | Jason Wright | |
1998-06-04 | LED blinker for the back panel leds on the 2100/3100. | Jason Wright | |
1998-06-03 | table driven pci match; simplify prints | Theo de Raadt | |
1998-06-03 | use SIG_ERR | Theo de Raadt | |
1998-06-03 | snarf named_chroot out of rc.conf instead of using hard-coded chroot dir | Todd C. Miller | |
1998-06-03 | to turn of named chroot set to be empty, not 'NO' | Todd C. Miller | |
1998-06-03 | zero sigaction before use | Theo de Raadt | |
1998-06-03 | zero sigaction before use | Theo de Raadt | |
1998-06-03 | use sigsetops | Theo de Raadt | |
1998-06-03 | Remove chroot directive as the meaning of that has changed and the | Todd C. Miller | |
example no longer makese sense. Change directory to '/' since we chroot by default with a comment telling people what the deal is. | |||
1998-06-03 | Add named_user and named_chroot variables to simplify chroot'd named | Todd C. Miller | |
setup. | |||
1998-06-03 | request only auth in notify when vpn ipsec route is found with a different | Niels Provos | |
security protocol than IPPROTO_ESP. | |||
1998-06-03 | cleanup debug printfs | Niels Provos | |
1998-06-03 | -p port option for damon mode | Bob Beck | |
-i pidfile option to write pid file for daemon mode -l address option to restrict listen address -q option and accumlog.c for on-line syslog entries multiple buglet fixes, memeset, long, formatting etc. | |||
1998-06-03 | zero struct sigaction before use | Theo de Raadt | |
1998-06-03 | zero sigset_t before use | Theo de Raadt | |
1998-06-03 | use sigemptyset() | Theo de Raadt | |
1998-06-03 | use sigsetops, and do cross-block signal handlers | Theo de Raadt | |
1998-06-03 | use sigemptyset() | Theo de Raadt | |
1998-06-03 | fix a bunch of sloppy c uses | Theo de Raadt | |
1998-06-03 | document that "file" should be an abs-path; noted by ↵ | Theo de Raadt | |
zappaman@bsdsun.compsci.buu.ac.th | |||
1998-06-03 | typos; josh@quick.net | Theo de Raadt | |