summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-10-12Actually, /etc/passwd is 6th Edition-style, not 7th. The only realTodd C. Miller
2004-10-12move conflict handling into a separate function, cleaner...Marc Espie
2004-10-12Oops. Copy option contents BEFORE looking for them.Marc Espie
2004-10-11common code for exec/unexec/extraunexec.Marc Espie
2004-10-11simplify ldconfig now that we run in an uniform way.Marc Espie
2004-10-11remove special `visiting order' when writing packing-lists.Marc Espie
2004-10-11better visitor, that allows for revisits later.Marc Espie
2004-10-11aggregate all MESSAGES and display them at the end, with proper markers toMarc Espie
2004-10-11move mandir handling to pkg_add/delete time, solely.Marc Espie
2004-10-11common code for all script running.Marc Espie
2004-10-11more similarities to pkg_deleteMarc Espie
2004-10-11pass more stuff through stateMarc Espie
2004-10-11store opt_n and opt_v inside state.Marc Espie
2004-10-11$state->{beverbose} = $state->{verbose} || $state->{not}Marc Espie
2004-10-11store more stuff inside $stateMarc Espie
2004-10-11move to a structure more similar to pkg_delete.Marc Espie
2004-10-11tweak, make it work a bit more like pkg_addMarc Espie
2004-10-11rework error handling through an eval{} so that post really_add alwaysMarc Espie
2004-10-11add support for undisplay file, to be able to show information at pkgMarc Espie
2004-10-11kill old MTREE option that was never implemented in the new tools anyways.Marc Espie
2004-10-11split PackageName handling into PackageName stuff/PkgSpec matching.Marc Espie
2004-10-11reorg error handling slightly, cleaner and clearer.Marc Espie
2004-10-08Don't access pointers blindly. asp is NULL for withdraws. This fixes a rdeClaudio Jeker
2004-10-08whitespace both in comment; from berndHenning Brauer
2004-10-07use a static, const and prefilled u_int8_t[16] to check wether the markerHenning Brauer
2004-10-07When printing attributes do not cast unsigned value to signed.Hans-Joerg Hoexer
2004-10-05Use priority instead of facility in vsyslog()Marco Pfatschbacher
2004-10-05move expand down to ::ExeclikeActionMarc Espie
2004-10-05unbreak expandMarc Espie
2004-10-05explicitly call the right destate for ExtradirMarc Espie
2004-10-05more inheritance, reorder stuff slightlyMarc Espie
2004-10-05intermediate ::DirlikeObject class, so that all dir objects inherit fromMarc Espie
2004-10-05make a list of all conflicts.Marc Espie
2004-10-05unbreak pure comments, handle @option at new level.Marc Espie
2004-10-05Let DirBase inherit from FileObjectMarc Espie
2004-10-05mark stuff as annotations. don't create ignore objects, since they areMarc Espie
2004-10-05reject an all zero bgpid, following a similar suggestion fromHenning Brauer
2004-10-05in client_addr_init() and client_nextaddr(), do not set up the socket andHenning Brauer
2004-10-05derive ::PkgCfl from ::ConflictMarc Espie
2004-10-05basic destate for ::FileObject, derive ::Exec, ::Unexec, ::ExtraunexecMarc Espie
2004-10-05unique objects only need to override add_object.Marc Espie
2004-10-05fullname and mode stuff only concerns ::ObjectMarc Espie
2004-10-05Only ::FileObject need to do the dirclass test, other objects don'tMarc Espie
2004-10-05NoDuplicateNames = 1 is a ::FileObject propertyMarc Espie
2004-10-04Use poll(2) and svc_getreq_poll(2). Tested by matthieu@, ok deraadt@Todd C. Miller
2004-10-04link FileObject, State, Action.Marc Espie
2004-10-04link `Meta/Unique' class hierarchy. Ditch some common code.Marc Espie
2004-10-04basic class hierarchy to cut up packing-list items into better groups.Marc Espie
2004-10-04Add Fatal/Warn routines: for now, they do nothing more than die/print STDERR,Marc Espie
2004-10-04fix bogus indentationMarc Espie