Age | Commit message (Expand) | Author |
2009-11-10 | lint prompted cleanup | Theo de Raadt |
2009-11-10 | - add comments to explain the logic in the aliases expansion loop | Gilles Chehade |
2009-11-10 | pfff remove a comment i pasted to help me refactor code ;-) | Gilles Chehade |
2009-11-10 | more cleanup, let lka_resolve_path() request forward files and populate | Gilles Chehade |
2009-11-10 | Check for extension keywords on final multiline reply. Skip the | Jacek Masiulaniec |
2009-11-10 | cosmethic changes, code reordering, no functionnal change | Gilles Chehade |
2009-11-10 | introduce lka_session_fail() which factors a small piece of code used in | Gilles Chehade |
2009-11-09 | now 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_node | Gilles Chehade |
2009-11-09 | support the userpart+foobar@domainpart syntax which got wiped when i wrote | Gilles Chehade |
2009-11-09 | fix, need to keep =version for "no need to update" to occur... | Marc Espie |
2009-11-09 | document -F downgrades (note: for now, it's just the package name, we should | Marc Espie |
2009-11-09 | okay, so updates become "true" updates: unless you say -F downgrade | Marc Espie |
2009-11-09 | fix. cant_update list is again a simple list of names. | Marc Espie |
2009-11-09 | fatal on RB_INSERT failure | Jacek Masiulaniec |
2009-11-09 | the new protocol moved insert and update. | David Gwynne |
2009-11-08 | forwards_get() also calls alias_to_expand_node() | Gilles Chehade |
2009-11-08 | add an alias_to_expand_node() function and use it in aliases.c | Gilles Chehade |
2009-11-08 | move expansion code to new expand.c to clearly separate it from aliases | Gilles Chehade |
2009-11-08 | rework a bit expansion and data structures involved in the expansion so we | Gilles Chehade |
2009-11-08 | - make aliases expansion use a rb tree instead of a tail queue, the code | Gilles Chehade |
2009-11-08 | first commit of a serie to cleanup, simplify and improve aliases resolution | Gilles Chehade |
2009-11-08 | let Handle display what went wrong. | Marc Espie |
2009-11-08 | bug-fix: if we can't find the package, it makes no sense to look in a | Marc Espie |
2009-11-08 | tracker/updater methods for state that auto-create the object. | Marc Espie |
2009-11-08 | add the notion of "hints" to UpdateSet, in order to unify -z/-l handling: | Marc Espie |
2009-11-08 | put all the state of the current update into the tracker | Marc Espie |
2009-11-07 | Document @option always-update | Marc Espie |
2009-11-06 | Sync output of usage() with man page SYNOPSIS. | Mark Kettenis |
2009-11-06 | Correct and shorten the instructions what to do after accidentally | Ingo Schwarze |
2009-11-05 | evbuffer_readline() assumes end of line to be \r, \n, \r\n, \n\r or \r\r. | Gilles Chehade |
2009-11-05 | Implement -r option that dunps the contents of a PCI ROM to file. | Mark Kettenis |
2009-11-05 | another log_debug() cleanup | Gilles Chehade |
2009-11-05 | some structures reference the maps they use by their id, if we allow 0 as a | Gilles Chehade |
2009-11-05 | Consider DNS lookups that result in NXDOMAIN to be a permanent failure. | Joel Sing |
2009-11-05 | Include a Date: header in bounce messages. | Joel Sing |
2009-11-05 | cleanup a bit the log_debug output | Gilles Chehade |
2009-11-05 | Introduce 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 and | Gilles Chehade |
2009-11-05 | - move a couple prototypes in smtpd.h | Gilles Chehade |
2009-11-04 | cleanup a bit printouts | Marc Espie |
2009-11-04 | Add support to tcpdump for decoding the GPRS Tunnelling Protocol (GTP), | Joel Sing |
2009-11-04 | tweak previous; | Jason McIntyre |
2009-11-04 | Sort port numbers and fix indentation. | Joel Sing |
2009-11-03 | document the new -t set mode of makemap, and add a paragraph describing | Gilles Chehade |
2009-11-03 | teach makemap how to build a set, which is a map containing only keys. | Gilles Chehade |
2009-11-03 | reorder structure elements for struct netroute & router: static config | Reyk Floeter |
2009-11-03 | this commit removes the hardcoded special "aliases" map and brings support | Gilles Chehade |
2009-11-03 | - remove a useless member of struct cond | Gilles Chehade |
2009-11-03 | remove annoying log_debug | Gilles Chehade |