summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-07-03Synchronize ber changes from the snmpd instance to ldap, ldapd, and ypldap.rob
2018-07-03some finesse to fix RSA-SHA2 certificate authentication for certsDamien Miller
2018-07-03check correct variable; unbreak agent keysDamien Miller
2018-07-03crank version number to 7.8; needed for new compat flag for priorDamien Miller
2018-07-03Improve strictness and control over RSA-SHA2 signature types:Damien Miller
2018-07-03allow sshd_config PermitUserEnvironment to accept a pattern-list ofDamien Miller
2018-07-03- instead of trying to show a 100% accurate synopsis for -H, simplify itJason McIntyre
2018-07-02Fire notify for select-layout, from George Nachman.Nicholas Marriott
2018-07-01s/constructive/constructed in DPRINTF output.rob
2018-07-01update currency exchanges rates;Jason McIntyre
2018-06-29Consistent use of copyright notices.rob
2018-06-29Synchronize ber.c and ber.h across ldap, ldapd, and ypldap, and reduce diffrob
2018-06-13Import ldap(1), a simple ldap search client.Reyk Floeter
2018-06-27Synchronize some comments.rob
2018-06-27Consistent use of calloc in ber.c.rob
2018-06-27Allow any punctuation (except :) as separator in s/x/y/, not onlyNicholas Marriott
2018-06-27Synchronize correct processing of BER_TYPE_EOC. Fixes support for empty LDAProb
2018-06-13Import ldap(1), a simple ldap search client.Reyk Floeter
2018-06-26Style nit.Nicholas Marriott
2018-06-26Fix "WARNING: line 6 disappeared in /etc/moduli, giving up" whenTodd C. Miller
2018-06-26Do not take address of a member of a NULL pointer. GitHub issue 1382Nicholas Marriott
2018-06-26Allow to read the password from a file with -yReyk Floeter
2018-06-26Initialize the slot->skip counter in slot_start() instead ofAlexandre Ratchov
2018-06-13Import ldap(1), a simple ldap search client.Reyk Floeter
2018-06-26Remove redundant slot->tstate variable.Alexandre Ratchov
2018-06-26Remove useless check if s->ops == NULL from slot_setvol().Alexandre Ratchov
2018-06-26No need to initialize slot->mix.weight as it's recalculated andAlexandre Ratchov
2018-06-26Move slot-related debug printfs from sock_hello() to slot_new().Alexandre Ratchov
2018-06-26Convert all the slot_xxx() routines to use the number of channelsAlexandre Ratchov
2018-06-26Remove {mix,sub}.slot_cmin fields from the slot structure, as the sameAlexandre Ratchov
2018-06-26Remove dev_{cmin,cmax} from the slot structure as the same informationAlexandre Ratchov
2018-06-26Remove slot->dup which is a copy of opt->dup, and just use the latterAlexandre Ratchov
2018-06-26Remove slot->maxweight, because it's a copy of opt->maxweight. JustAlexandre Ratchov
2018-06-26Don't set slot's {slot,dev}_cmin parameters in slot_setpar() routine,Alexandre Ratchov
2018-06-26Initialize slot with parameters from the opt struct.Alexandre Ratchov
2018-06-26Move opt pointer from the sock to the slot struct.Alexandre Ratchov
2018-06-26Replace the gloal opt list with per-device lists.Alexandre Ratchov
2018-06-26Move slot buffer allocations in their own routines.Alexandre Ratchov
2018-06-26Factor common code of slot_stop().Alexandre Ratchov
2018-06-26Remove handling of unreachable state in slot_stop().Alexandre Ratchov
2018-06-26whitespaceDamien Miller
2018-06-25fix NULL dereference in open_listen_match_tcpip()Damien Miller
2018-06-25If there are only two panes, always use the other pane as the lastNicholas Marriott
2018-06-25Delete substantial amounts of codeIngo Schwarze
2018-06-25Get rid of the last explicit length in HTML style= attributes.Ingo Schwarze
2018-06-25Delete support for style=margin-left attributes, which are no longer used.Ingo Schwarze
2018-06-25Drop explicit, constant style=margin-left attribute on .Bf blocks.Ingo Schwarze
2018-06-25Delete support for style=width attributes, which are no longer used.Ingo Schwarze
2018-06-25Do not write <colgroup> elements. Their only purpose is to enforceIngo Schwarze
2018-06-25Ignore author-specified indentation for .RS; it harms responsiveIngo Schwarze