Age | Commit message (Expand) | Author |
2018-07-04 | More whitespace. | rob |
2018-07-04 | remove ambiguity; from ross l richardson | Jason McIntyre |
2018-07-04 | repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work - | Damien Miller |
2018-07-04 | Cleanup some whitespace. | rob |
2018-07-04 | whitespace needed between macro args and punctuation; | Jason McIntyre |
2018-07-04 | Relocate the update of br_offs from ber_read() to ber_readbuf() so ber_getc() | rob |
2018-07-04 | Add set-hook -R to run a hook immediately (useful to set multiple hooks | Nicholas Marriott |
2018-07-04 | Add pane focus hooks. | Nicholas Marriott |
2018-07-04 | minor tweaks to improve readability; | Jason McIntyre |
2018-07-04 | Add accessors for grid linedata member, for some future work. From Dan | Nicholas Marriott |
2018-07-04 | Add HISTORY to ldap.1 | rob |
2018-07-03 | Synchronize ber changes from the snmpd instance to ldap, ldapd, and ypldap. | rob |
2018-07-03 | some finesse to fix RSA-SHA2 certificate authentication for certs | Damien Miller |
2018-07-03 | check correct variable; unbreak agent keys | Damien Miller |
2018-07-03 | crank version number to 7.8; needed for new compat flag for prior | Damien Miller |
2018-07-03 | Improve strictness and control over RSA-SHA2 signature types: | Damien Miller |
2018-07-03 | allow sshd_config PermitUserEnvironment to accept a pattern-list of | Damien Miller |
2018-07-03 | - instead of trying to show a 100% accurate synopsis for -H, simplify it | Jason McIntyre |
2018-07-02 | Fire notify for select-layout, from George Nachman. | Nicholas Marriott |
2018-07-01 | s/constructive/constructed in DPRINTF output. | rob |
2018-07-01 | update currency exchanges rates; | Jason McIntyre |
2018-06-29 | Consistent use of copyright notices. | rob |
2018-06-29 | Synchronize ber.c and ber.h across ldap, ldapd, and ypldap, and reduce diff | rob |
2018-06-13 | Import ldap(1), a simple ldap search client. | Reyk Floeter |
2018-06-27 | Synchronize some comments. | rob |
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 |