summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-11-10lint prompted cleanupTheo de Raadt
2009-11-10- add comments to explain the logic in the aliases expansion loopGilles Chehade
2009-11-10pfff remove a comment i pasted to help me refactor code ;-)Gilles Chehade
2009-11-10more cleanup, let lka_resolve_path() request forward files and populateGilles Chehade
2009-11-10Check for extension keywords on final multiline reply. Skip theJacek Masiulaniec
2009-11-10cosmethic changes, code reordering, no functionnal changeGilles Chehade
2009-11-10introduce lka_session_fail() which factors a small piece of code used inGilles Chehade
2009-11-09now that we don't keep an expand_node in memory for each expansion result,Gilles Chehade
2009-11-09- add a reference count and flags to struct expand_nodeGilles Chehade
2009-11-09support the userpart+foobar@domainpart syntax which got wiped when i wroteGilles Chehade
2009-11-09fix, need to keep =version for "no need to update" to occur...Marc Espie
2009-11-09document -F downgrades (note: for now, it's just the package name, we shouldMarc Espie
2009-11-09okay, so updates become "true" updates: unless you say -F downgradeMarc Espie
2009-11-09fix. cant_update list is again a simple list of names.Marc Espie
2009-11-09fatal on RB_INSERT failureJacek Masiulaniec
2009-11-09the new protocol moved insert and update.David Gwynne
2009-11-08forwards_get() also calls alias_to_expand_node()Gilles Chehade
2009-11-08add an alias_to_expand_node() function and use it in aliases.cGilles Chehade
2009-11-08move expansion code to new expand.c to clearly separate it from aliasesGilles Chehade
2009-11-08rework a bit expansion and data structures involved in the expansion so weGilles Chehade
2009-11-08- make aliases expansion use a rb tree instead of a tail queue, the codeGilles Chehade
2009-11-08first commit of a serie to cleanup, simplify and improve aliases resolutionGilles Chehade
2009-11-08let Handle display what went wrong.Marc Espie
2009-11-08bug-fix: if we can't find the package, it makes no sense to look in aMarc Espie
2009-11-08tracker/updater methods for state that auto-create the object.Marc Espie
2009-11-08add the notion of "hints" to UpdateSet, in order to unify -z/-l handling:Marc Espie
2009-11-08put all the state of the current update into the trackerMarc Espie
2009-11-07Document @option always-updateMarc Espie
2009-11-06Sync output of usage() with man page SYNOPSIS.Mark Kettenis
2009-11-06Correct and shorten the instructions what to do after accidentallyIngo Schwarze
2009-11-05evbuffer_readline() assumes end of line to be \r, \n, \r\n, \n\r or \r\r.Gilles Chehade
2009-11-05Implement -r option that dunps the contents of a PCI ROM to file.Mark Kettenis
2009-11-05another log_debug() cleanupGilles Chehade
2009-11-05some structures reference the maps they use by their id, if we allow 0 as aGilles Chehade
2009-11-05Consider DNS lookups that result in NXDOMAIN to be a permanent failure.Joel Sing
2009-11-05Include a Date: header in bounce messages.Joel Sing
2009-11-05cleanup a bit the log_debug outputGilles Chehade
2009-11-05Introduce a 6yz status code, used internally to report permanent errors.Joel Sing
2009-11-05- introduce lka_session_destroy() which replaces the splay tree removal andGilles Chehade
2009-11-05- move a couple prototypes in smtpd.hGilles Chehade
2009-11-04cleanup a bit printoutsMarc Espie
2009-11-04Add support to tcpdump for decoding the GPRS Tunnelling Protocol (GTP),Joel Sing
2009-11-04tweak previous;Jason McIntyre
2009-11-04Sort port numbers and fix indentation.Joel Sing
2009-11-03document the new -t set mode of makemap, and add a paragraph describingGilles Chehade
2009-11-03teach makemap how to build a set, which is a map containing only keys.Gilles Chehade
2009-11-03reorder structure elements for struct netroute & router: static configReyk Floeter
2009-11-03this commit removes the hardcoded special "aliases" map and brings supportGilles Chehade
2009-11-03- remove a useless member of struct condGilles Chehade
2009-11-03remove annoying log_debugGilles Chehade