Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-09 | NPF, not NFP (prevented outgoing bridge_ipsec() packets from being ↵ | Jason Wright | |
filtered); Darren Reed <avalon@coombs.anu.edu.au> | |||
2002-12-09 | show user & group correctly | Theo de Raadt | |
2002-12-09 | ARRHGHGHGHGHGHGH | Theo de Raadt | |
2002-12-09 | document the "all" keyword; Theo | Henning Brauer | |
2002-12-09 | Correct typo. 'accessable' -> 'accessible' | Chad Loder | |
2002-12-09 | Correct typo. 'assymetric' -> 'asymmetric' | Chad Loder | |
2002-12-09 | Build ld.so as a normal shared object, not with special linkage. | Dale Rahn | |
mprotect the necessary bit to make this work right. ok deraadt@ | |||
2002-12-09 | Restriction that -c args must be numeric. Motivation on privilege elevation. | Ian Darwin | |
Environment variables (HOME,USER,CWD). File name details. Style fixes. ok provos@ | |||
2002-12-09 | knf | Theo de Raadt | |
2002-12-09 | update utah-u copyright from the newer pmk snap; 10x to mike hibler for ↵ | Michael Shalayeff | |
rolling one just for this | |||
2002-12-09 | replace (properly guarded) strncpy using logic by a strsep & strlcpy using | Henning Brauer | |
one. discussion & ok dhartmei@ | |||
2002-12-09 | Avoid setting optind to 0 as GNU getopt treats that like we do optreset. | Todd C. Miller | |
markus@ OK | |||
2002-12-09 | make sure getpeereid works in the agent; XXX test needs sudo | Markus Friedl | |
2002-12-09 | make sure gdb cannot attach to a running agent | Markus Friedl | |
2002-12-09 | check $SSH_CONNECTION | Markus Friedl | |
2002-12-09 | (properly guarded) strcpy() -> strlcpy() | Daniel Hartmeier | |
2002-12-09 | KNF | Markus Friedl | |
2002-12-09 | Use strlcpy rather than unsafe string functions, especially in unreadable code. | Miod Vallat | |
Spotted by deraadt@ | |||
2002-12-09 | fix va_end; openbsd@davidkrause.com | Theo de Raadt | |
2002-12-09 | knf | Theo de Raadt | |
2002-12-09 | KNF | Theo de Raadt | |
2002-12-09 | typo; David Krause | Henning Brauer | |
2002-12-09 | allow setting of ifcost with brconfig. enables selection of preferred | Markus Friedl | |
port/path to root bridge among several LANs. unlike ifpriority, which allows you to select designated port if serveral interfaces belong to the same LAN; ok jason@ | |||
2002-12-09 | KNF | Theo de Raadt | |
2002-12-09 | remove argentina. | Federico G. Schwindt | |
2002-12-09 | two powerful words the germans should know: which and such | Theo de Raadt | |
2002-12-09 | sync | Theo de Raadt | |
2002-12-09 | MLINK more pages; openbsd@davidkrause.com | Theo de Raadt | |
2002-12-09 | bind ^Xg to gotoline by default | Theo de Raadt | |
2002-12-09 | do not use sys/types.h and sys/param.h together; andrushock@korovino.net | Theo de Raadt | |
2002-12-09 | add support for regular expressions and pidname translations. from provos | Jun-ichiro itojun Hagino | |
2002-12-09 | better parsing of # comments. from provos | Jun-ichiro itojun Hagino | |
2002-12-09 | prevent the use of permit for aliases. from provos | Jun-ichiro itojun Hagino | |
2002-12-09 | do not allow redefinitions in variable option blocks; henning ok | Theo de Raadt | |
2002-12-09 | fix the problem of bison generated codes on alpha | Hiroaki Etoh | |
2002-12-09 | Two splasserts in map entry allocation. | Artur Grabowski | |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller | |
2002-12-08 | regen | Alexander Yurchenko | |
2002-12-08 | Add VIA VT8231 PCI to ISA bridge | Alexander Yurchenko | |
ok mickey@ | |||
2002-12-08 | Fix pasto, spotted by lebel@ | Todd C. Miller | |
2002-12-08 | Treat a file name of "-" as either stdin or stdout, depending on position. | Todd C. Miller | |
2002-12-08 | Remove special case code for sun/xterm that faked a DISPLAY and | Marco S Hyman | |
set the erase character to something other than probably desired. 'I don't object' millert@ | |||
2002-12-08 | Remove header file which is unused since the removal of if_gm, pointed out | Dale Rahn | |
by brad@ some time back. | |||
2002-12-08 | "flags X" is long dead, the /Y is mandantory now. | Henning Brauer | |
fix BNF and remove a now bogus comment noticed during discussion with gustavo | |||
2002-12-08 | Add 'br' (Brazil) to displayed list of keyboard encoding tables. | Kenneth R Westerback | |
From Pedro Bastos. | |||
2002-12-08 | typo; gustavo | Henning Brauer | |
2002-12-08 | Fix botch in last commit: prepend comments to hosts after adding FQDN to | Kenneth R Westerback | |
hosts entries, so comments are not processed. Last few touchups & shrinkage for this round. Current score: install.sh+install.sub+upgrade.sh = 36,934 (vs 40,062 for 3.2). | |||
2002-12-08 | Fix & cleanup logic, especially around interrupted installs. | Kenneth R Westerback | |
Use value of 'hostname' to store all HOSTNAME and FQDN information. Elminate those global variables. For install accept user input as is, but if the short form hostname is unchanged, save any domain info by not re-setting hostname. For upgrade just set hostname from /tmp/myname. Unconditionally create default hosts file in install.sh, rather than doing it in separate places depending on whether or not the user configures the network. Always ask if the user wants to edit the hosts file when the network is configured, but without listing it out. Don't put 'search' command in resolv.conf as we now set hostnames to include fully qualified domain names, which will be used to yield local domain name. Loop asking for the default route until the user enters one that 'route' accepts or the user explicitly asks for no default route by entering 'none'. Add FQDN info to hosts file just before saving configuration files to the installed system. Preserve user added lines - those with aliases or with domain information in the hostname. Clean up donetconfig() logic. Delete network config files in install.sh so that if the user restarts an interrupted install previous network configuration does not leak into installed system. Elminiate get_resolv_fqdn(), searching resolv.conf for domain info only when dhcp was used. get_fqdn() is reduced to looking for domain info in current hostname, and supplying 'my.domain' if none found. Add save_comments() and use to preserve useful comments in the installed /etc/hosts and /etc/dhclient.conf files. Previous logic for dhclient.conf could cause repeated appending of configuration info rather than just preserving the comments. Cleanup logic copying files from /tmp to /mnt/etc, eliminating unneeded cfgfiles variable. Use wildcards and subshells to shrink code size. | |||
2002-12-08 | Test option "-" (BSD extension) | Todd C. Miller | |
2002-12-08 | correct lcall opcode. fix provided by Hans-Joerg Hoexer | Federico G. Schwindt | |
<hshoexer at yerbouti dot franken dot de> via pr/3014. mickey@ and weingart@ ok. |