Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-20 | ape: fix auth.h | cinap_lenrek | |
2018-05-20 | authsrv: implement AuthNTLM | cinap_lenrek | |
2018-05-20 | merge | cinap_lenrek | |
2018-05-20 | separate MSCHAP(v2) and NTLM(v2) authentication | cinap_lenrek | |
due to linux omiting the final Z(4) in the NTLMv2 reply, and the need for the windom for LMv2 authentication, here is a new AuthNTLM ticket request now with length and dom fields. | |||
2018-05-20 | camv: fix leak on resize | qwx | |
2018-05-20 | fplot: draw axes; zoom more naturally; unzoom | aiju | |
2018-05-20 | ip/cifsd: limit response data count in TRANS2 for remotebuffersize, avoid ↵ | cinap_lenrek | |
empty filename for the root | |||
2018-05-20 | authsrv: work arround linux omiting final Z(4) after the AvrPairs | cinap_lenrek | |
2018-05-19 | dontkill: explicitely set exit status to '' | cinap_lenrek | |
2018-05-19 | cifsd: fix ntlmv2 authentication | cinap_lenrek | |
in ntlmv2, the client will retry the challenge response trying a bunch of different domain names assuming the same server challenge. so we have to make retries work with factotum and the auth server. also, windows 7 with compatlevel=4 sends all zeros LM response. | |||
2018-05-18 | merge | spew | |
2018-05-18 | ssh:add -r for extra raw mode | spew | |
2018-05-16 | merge | cinap_lenrek | |
2018-05-16 | ndb/cs: prevent deadlock with ndb/cs by mounting /srv/dns *AFTER* /net | cinap_lenrek | |
the dnsquery() library function should not start mouting /srv/dns on its own. this problem arrises only for ndb/cs as it is started before ndb/dns. the issue with mounting /srv/dns before /net is when ndb/cs attempts to read the list of interfaces, accessing /net/ipifc, which triggers a rpc to ndb/dns as it is ontop of the mount. this can yield a deadlock when ndb/dns blocks its 9p loop waiting for requests to complete on a refresh and the requests are stuck waiting for ndb/cs to translate a dial string for announce(). | |||
2018-05-15 | sshfs: if we're going to annoy everyone we should at least match documentation | aiju | |
2018-05-15 | 9boot: DHCPv6 support for efi | cinap_lenrek | |
2018-05-14 | emulators ui: fix input botch and typo | qwx | |
2018-05-14 | merge | cinap_lenrek | |
2018-05-14 | devip: don't set mtu of interface to zero when not specified (thanks joe9) | cinap_lenrek | |
change 9f74a951ae6a introduced a bug that set the mtu of a new interface to 0 when not specified in the add ctl. | |||
2018-05-14 | drop your /lib/keyboard sir william, I cannot wait till lunchtime. | qwx | |
2018-05-14 | merge | aiju | |
2018-05-14 | My /lib/keyboard explodes with delight! | aiju | |
2018-05-13 | audio/pcmconv: fix accidental cast to float instead of double | BurnZeZ | |
2018-05-13 | ape: add signed fixed size integer typedefs to u.h | qwx | |
2018-05-13 | demote libemu to common code | qwx | |
- too small, nothing else that won't be under /games will use it - "libemu" as a name doesn't make sense here | |||
2018-05-12 | add port of aiju's port of games/2600 | qwx | |
2018-05-12 | add libemu | qwx | |
move redundant code from emulators to a common library | |||
2018-05-12 | add signed fixed size integer typedefs | qwx | |
2018-05-11 | ndb/dns: lookup *all* entries in dblookup(), v4 and v6 queries in parallel, ↵ | cinap_lenrek | |
remove weigthed timeouts dblookup() used to only return the first matching entry. in case of ipv6, we want all entries returned to get both v4 and v6 addresses... and these might not neccesarily be in the same entry (see /lib/ndb/common). note also this makes it behave the same as in cachedb mode which reads in the whole database. we do not know if v4 or v6 routing works, so the simplest is just to query v4 and v6 nameservers in parallel. this is done by changing serveraddrs() to return one address type, and we make sure to get at least one v4 and one v6 address each round. get rid of the weigthed timeout code... there where too many assumptions. instead, we give a round 500ms timeout (or 1 second in patient mode) and honor the maximum query time. | |||
2018-05-11 | merge | cinap_lenrek | |
2018-05-11 | fix manpage cross references | cinap_lenrek | |
2018-05-10 | libplumb: fix plumbunpackpartial() | cinap_lenrek | |
- *morep was not set in error cases - attr and ntext could be leaked | |||
2018-05-10 | merge | cinap_lenrek | |
2018-05-10 | ppp: set source specific default route regardless of primary flag, set link ↵ | cinap_lenrek | |
speed thru new ctl message when -b is specified | |||
2018-05-10 | ip: add some primitive rate limiting knobs to counteract bufferbloat | cinap_lenrek | |
2018-05-08 | add usb tablet support | aiju | |
2018-05-05 | libmp: add awk-generated tests | aiju | |
2018-05-05 | mpdiv: get signs right... | aiju | |
2018-05-05 | mp: more tests | aiju | |
2018-05-04 | mpmagadd: oops... | aiju | |
2018-05-04 | mpmagadd: force output sign +1 always | aiju | |
2018-05-04 | mpdiv: fix sign bug | aiju | |
2018-05-04 | pc: add $ operator | aiju | |
2018-05-04 | libmp: add new tests | aiju | |
2018-05-03 | mplogic: don't drop carry out | aiju | |
2018-05-03 | pc(1): always allocate at least one mpdigit (itomp assumes this) | aiju | |
2018-05-03 | merge | cinap_lenrek | |
2018-05-03 | libplumb: fix old leak introduced in 18b8ed1a5ea3 | mischief | |
2018-05-03 | ipconfig(8): clarify -p and -P options | cinap_lenrek | |
2018-05-02 | games/mines: chain new CLists in splitknown correctly | aiju | |