Age | Commit message (Expand) | Author |
2018-06-27 | Consistent use of calloc in ber.c. | rob |
2018-06-27 | Allow any punctuation (except :) as separator in s/x/y/, not only | Nicholas Marriott |
2018-06-27 | Synchronize correct processing of BER_TYPE_EOC. Fixes support for empty LDAP | rob |
2018-06-13 | Import ldap(1), a simple ldap search client. | Reyk Floeter |
2018-06-26 | Style nit. | Nicholas Marriott |
2018-06-26 | Fix "WARNING: line 6 disappeared in /etc/moduli, giving up" when | Todd C. Miller |
2018-06-26 | Do not take address of a member of a NULL pointer. GitHub issue 1382 | Nicholas Marriott |
2018-06-26 | Allow to read the password from a file with -y | Reyk Floeter |
2018-06-26 | Initialize the slot->skip counter in slot_start() instead of | Alexandre Ratchov |
2018-06-13 | Import ldap(1), a simple ldap search client. | Reyk Floeter |
2018-06-26 | Remove redundant slot->tstate variable. | Alexandre Ratchov |
2018-06-26 | Remove useless check if s->ops == NULL from slot_setvol(). | Alexandre Ratchov |
2018-06-26 | No need to initialize slot->mix.weight as it's recalculated and | Alexandre Ratchov |
2018-06-26 | Move slot-related debug printfs from sock_hello() to slot_new(). | Alexandre Ratchov |
2018-06-26 | Convert all the slot_xxx() routines to use the number of channels | Alexandre Ratchov |
2018-06-26 | Remove {mix,sub}.slot_cmin fields from the slot structure, as the same | Alexandre Ratchov |
2018-06-26 | Remove dev_{cmin,cmax} from the slot structure as the same information | Alexandre Ratchov |
2018-06-26 | Remove slot->dup which is a copy of opt->dup, and just use the latter | Alexandre Ratchov |
2018-06-26 | Remove slot->maxweight, because it's a copy of opt->maxweight. Just | Alexandre Ratchov |
2018-06-26 | Don't set slot's {slot,dev}_cmin parameters in slot_setpar() routine, | Alexandre Ratchov |
2018-06-26 | Initialize slot with parameters from the opt struct. | Alexandre Ratchov |
2018-06-26 | Move opt pointer from the sock to the slot struct. | Alexandre Ratchov |
2018-06-26 | Replace the gloal opt list with per-device lists. | Alexandre Ratchov |
2018-06-26 | Move slot buffer allocations in their own routines. | Alexandre Ratchov |
2018-06-26 | Factor common code of slot_stop(). | Alexandre Ratchov |
2018-06-26 | Remove handling of unreachable state in slot_stop(). | Alexandre Ratchov |
2018-06-26 | whitespace | Damien Miller |
2018-06-25 | fix NULL dereference in open_listen_match_tcpip() | Damien Miller |
2018-06-25 | If there are only two panes, always use the other pane as the last | Nicholas Marriott |
2018-06-25 | Delete substantial amounts of code | Ingo Schwarze |
2018-06-25 | Get rid of the last explicit length in HTML style= attributes. | Ingo Schwarze |
2018-06-25 | Delete support for style=margin-left attributes, which are no longer used. | Ingo Schwarze |
2018-06-25 | Drop explicit, constant style=margin-left attribute on .Bf blocks. | Ingo Schwarze |
2018-06-25 | Delete support for style=width attributes, which are no longer used. | Ingo Schwarze |
2018-06-25 | Do not write <colgroup> elements. Their only purpose is to enforce | Ingo Schwarze |
2018-06-25 | Ignore author-specified indentation for .RS; it harms responsive | Ingo Schwarze |
2018-06-25 | Delete support for the style=text-indent attribute, which is no longer used. | Ingo Schwarze |
2018-06-25 | For -man -Thtml, ignore author-specified .HP widths because they | Ingo Schwarze |
2018-06-24 | Minor cosmetic improvement from KOIE Hidetaka. | Nicholas Marriott |
2018-06-24 | Fix a quirk noticed by espie@: let "jot" without any argument do the | Ingo Schwarze |
2018-06-22 | Add --dry-run as synonym to -C/--check. | Vadim Zhukov |
2018-06-22 | Constrain IPKTS/OPKTS from floating down beyond the rest of the | Kenneth R Westerback |
2018-06-22 | Remove unused function. | rob |
2018-06-21 | Shuffle fields around to eliminate blanks spots resulting from | Kenneth R Westerback |
2018-06-21 | Fix DEBUG message | Reyk Floeter |
2018-06-13 | Import ldap(1), a simple ldap search client. | Reyk Floeter |
2018-06-20 | Remove unused variable. Make clang happier. | Kenneth R Westerback |
2018-06-19 | Rename some unused fields in struct uvmexp to | Kenneth R Westerback |
2018-06-19 | Enable ldap(1) in the build. | Reyk Floeter |
2018-06-19 | Plug getaddrinfo(3) memory leak | Jeremie Courreges-Anglas |