Age | Commit message (Expand) | Author |
2004-10-12 | Actually, /etc/passwd is 6th Edition-style, not 7th. The only real | Todd C. Miller |
2004-10-12 | move conflict handling into a separate function, cleaner... | Marc Espie |
2004-10-12 | Oops. Copy option contents BEFORE looking for them. | Marc Espie |
2004-10-11 | common code for exec/unexec/extraunexec. | Marc Espie |
2004-10-11 | simplify ldconfig now that we run in an uniform way. | Marc Espie |
2004-10-11 | remove special `visiting order' when writing packing-lists. | Marc Espie |
2004-10-11 | better visitor, that allows for revisits later. | Marc Espie |
2004-10-11 | aggregate all MESSAGES and display them at the end, with proper markers to | Marc Espie |
2004-10-11 | move mandir handling to pkg_add/delete time, solely. | Marc Espie |
2004-10-11 | common code for all script running. | Marc Espie |
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 |
2004-10-11 | add support for undisplay file, to be able to show information at pkg | Marc Espie |
2004-10-11 | kill old MTREE option that was never implemented in the new tools anyways. | Marc Espie |
2004-10-11 | split PackageName handling into PackageName stuff/PkgSpec matching. | Marc Espie |
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 |
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 |
2004-10-07 | When printing attributes do not cast unsigned value to signed. | Hans-Joerg Hoexer |
2004-10-05 | Use priority instead of facility in vsyslog() | Marco Pfatschbacher |
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 |
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 |
2004-10-05 | reject an all zero bgpid, following a similar suggestion from | Henning Brauer |
2004-10-05 | in client_addr_init() and client_nextaddr(), do not set up the socket and | Henning Brauer |
2004-10-05 | derive ::PkgCfl from ::Conflict | Marc Espie |
2004-10-05 | basic destate for ::FileObject, derive ::Exec, ::Unexec, ::Extraunexec | Marc Espie |
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 |
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 |
2004-10-04 | fix bogus indentation | Marc Espie |