Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-11 | aggregate all MESSAGES and display them at the end, with proper markers to | Marc Espie | |
separate distinct packages. | |||
2004-10-11 | move mandir handling to pkg_add/delete time, solely. | Marc Espie | |
Adjust stuff so that pkg_add can run makewhatis just once. pkg_delete cannot, since it has to have the manpages around still to remove them... | |||
2004-10-11 | common code for all script running. | Marc Espie | |
Common option for not running scripts: -I for both pkg_add and pkg_delete. | |||
2004-10-11 | more similarities to pkg_delete | Marc Espie | |
2004-10-11 | pass more stuff through state | Marc Espie | |
2004-10-11 | store opt_n and opt_v inside state. | Marc Espie | |
2004-10-11 | $state->{beverbose} = $state->{verbose} || $state->{not} | Marc Espie | |
2004-10-11 | store more stuff inside $state | Marc Espie | |
2004-10-11 | move to a structure more similar to pkg_delete. | Marc Espie | |
2004-10-11 | tweak, make it work a bit more like pkg_add | Marc Espie | |
2004-10-11 | rework error handling through an eval{} so that post really_add always | Marc Espie | |
gets executed, which means we can postpone some stuff until then... | |||
2004-10-11 | add support for undisplay file, to be able to show information at pkg | Marc Espie | |
removal without having to run a DEINSTALL script... | |||
2004-10-11 | kill old MTREE option that was never implemented in the new tools anyways. | Marc Espie | |
kill -C and -P options which are definitely no longer used as well. Reorder special files so that REQUIRE is at front (and it's executed first anyways). | |||
2004-10-11 | split PackageName handling into PackageName stuff/PkgSpec matching. | Marc Espie | |
Kill new method that isn't really used. Name explicit splitstem() to get the stem of a packagename. Adjust calls to the interface. | |||
2004-10-11 | reorg error handling slightly, cleaner and clearer. | Marc Espie | |
2004-10-08 | Don't access pointers blindly. asp is NULL for withdraws. This fixes a rde | Claudio Jeker | |
crash noticed by Stefan Wahl and later by henning@. OK henning@ | |||
2004-10-08 | whitespace both in comment; from bernd | Henning Brauer | |
2004-10-07 | use a static, const and prefilled u_int8_t[16] to check wether the marker | Henning Brauer | |
at the beginning of each BGP message is all 1s instead of looping and comparing one by one | |||
2004-10-07 | When printing attributes do not cast unsigned value to signed. | Hans-Joerg Hoexer | |
ok & help otto ok deraadt henning markus | |||
2004-10-05 | Use priority instead of facility in vsyslog() | Marco Pfatschbacher | |
Pointed out by Peter Philipp. ok mcbride@ | |||
2004-10-05 | move expand down to ::ExeclikeAction | Marc Espie | |
2004-10-05 | unbreak expand | Marc Espie | |
2004-10-05 | explicitly call the right destate for Extradir | Marc Espie | |
2004-10-05 | more inheritance, reorder stuff slightly | Marc Espie | |
2004-10-05 | intermediate ::DirlikeObject class, so that all dir objects inherit from | Marc Espie | |
it, including ::DirRm. | |||
2004-10-05 | make a list of all conflicts. | Marc Espie | |
2004-10-05 | unbreak pure comments, handle @option at new level. | Marc Espie | |
2004-10-05 | Let DirBase inherit from FileObject | Marc Espie | |
2004-10-05 | mark stuff as annotations. don't create ignore objects, since they are | Marc Espie | |
proper annotations. ditch multiple inheritance for CVSTag, like ExtraInfo, since these being comments is more an historic artefact than anything else. | |||
2004-10-05 | reject an all zero bgpid, following a similar suggestion from | Henning Brauer | |
pascal.gloor@spale.com | |||
2004-10-05 | in client_addr_init() and client_nextaddr(), do not set up the socket and | Henning Brauer | |
connect it, instead leave it at -1. in client_query, set up and connect the socket if it is -1. and, the real reason for this change: handle connect failures gracefully ok otto | |||
2004-10-05 | derive ::PkgCfl from ::Conflict | Marc Espie | |
2004-10-05 | basic destate for ::FileObject, derive ::Exec, ::Unexec, ::Extraunexec | Marc Espie | |
from ::ExeclikeAction | |||
2004-10-05 | unique objects only need to override add_object. | Marc Espie | |
2004-10-05 | fullname and mode stuff only concerns ::Object | Marc Espie | |
2004-10-05 | Only ::FileObject need to do the dirclass test, other objects don't | Marc Espie | |
become dirs/ | |||
2004-10-05 | NoDuplicateNames = 1 is a ::FileObject property | Marc Espie | |
2004-10-04 | Use poll(2) and svc_getreq_poll(2). Tested by matthieu@, ok deraadt@ | Todd C. Miller | |
2004-10-04 | link FileObject, State, Action. | Marc Espie | |
2004-10-04 | link `Meta/Unique' class hierarchy. Ditch some common code. | Marc Espie | |
2004-10-04 | basic class hierarchy to cut up packing-list items into better groups. | Marc Espie | |
2004-10-04 | Add Fatal/Warn routines: for now, they do nothing more than die/print STDERR, | Marc Espie | |
but they can get better. | |||
2004-10-04 | fix bogus indentation | Marc Espie | |
2004-10-04 | do not take the average offset from all peers when calculating the total | Henning Brauer | |
offset to correct the local clock, but use the median. given a reasonable sized set of servers this makes us nearly immune against outliers or flasetickers, without the need for a horribly complicated outliers detection which does not yield to better results anyway. test & ok otto | |||
2004-10-01 | if we're opening a socket for a default listener because no "listen on" | Henning Brauer | |
stetements were found in the config file, and one fails with EPROTONOSUPPORT (this is the case for the default ::1 listener on machines without INET6), remove that listener and move on instead of bailing out. ok claudio | |||
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray | |
2004-09-30 | Avoid a segfault if only whitespace characters are entered at the | Todd C. Miller | |
lpc> prompt and fix an off by one when splitting a line into an argument vector. Based on a patch from Patrick Latifi. OK otto@ | |||
2004-09-30 | If the yp marker is in the file, add new users before it. PR 3727. | Otto Moerbeek | |
ok deraadt@ millert@ | |||
2004-09-30 | now that we connect() the client sockets we need to handle ECONNREFUSED as | Henning Brauer | |
non-fatal too, from camield@ | |||
2004-09-29 | s/sprintf/snprintf/ | Jakob Schlyter | |