1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 03:11:09 -08:00
emacs/test/lisp/net
Mattias Engdegård f971a612a9 Don't rely on bignums in ntlm.el
Since ntlm.el is distributed as a separate package in GNU ELPA and
should be able to run on older Emacs versions without bignums,
we cannot make use of them here.  See discussion at
https://lists.gnu.org/archive/html/emacs-devel/2020-10/msg01665.html.
Instead, we add a small poor man's bignum implementation.

* lisp/net/ntlm.el (ntlm--bignat-of-int, ntlm--bignat-add)
(ntlm--bignat-shift-left, ntlm--bignat-mul-byte, ntlm--bignat-mul)
(ntlm--bignat-of-string, ntlm--bignat-of-digits)
(ntlm--bignat-to-int64): New.
(ntlm--time-to-timestamp): Use the ntlm--bignat- functions instead
of Lisp integers.
* test/lisp/net/ntlm-tests.el: New file.
2020-10-27 12:25:57 +01:00
..
dbus-resources Add D-Bus introspection tests 2020-09-30 11:19:41 +02:00
mailcap-resources Move some test data to follow our conventions 2020-10-23 16:29:46 +02:00
network-stream-resources Move more test data to follow our conventions 2020-10-23 21:07:26 +02:00
shr-resources Move shr.el test data to follow our conventions 2020-10-24 02:29:04 +02:00
tramp-archive-resources
browse-url-tests.el
dbus-tests.el Use new resource directory macros in tests (Bug#43792) 2020-10-16 11:28:09 +02:00
dig-tests.el
gnutls-tests.el Mark some tests as expensive 2020-09-10 20:25:19 +02:00
hmac-md5-tests.el
mailcap-tests.el Move some test data to follow our conventions 2020-10-23 16:29:46 +02:00
network-stream-tests.el Move more test data to follow our conventions 2020-10-23 21:07:26 +02:00
newsticker-tests.el
nsm-tests.el
ntlm-tests.el Don't rely on bignums in ntlm.el 2020-10-27 12:25:57 +01:00
puny-tests.el
rcirc-tests.el
rfc2104-tests.el
sasl-scram-rfc-tests.el
secrets-tests.el
shr-tests.el Move shr.el test data to follow our conventions 2020-10-24 02:29:04 +02:00
tramp-archive-tests.el Make last change in tramp-archive-tests.el backward compatible 2020-10-16 16:51:25 +02:00
tramp-tests.el Accept nil COMMAND in tramp-sh-handle-make-process (Bug#44151) 2020-10-24 14:36:34 +02:00
webjump-tests.el