index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
pdf
/
pdf-crypt.c
Age
Commit message (
Expand
)
Author
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2017-02-23
Improve return codes from pdf_authenticate_password.
Robin Watts
2016-10-13
crypt: Handle null pointer when dropping crypt object.
Sebastian Rasmussen
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-04-22
pdf: Handle implicit identity crypt filters
Sebastian Rasmussen
2016-04-12
Fix some warnings.
Robin Watts
2016-03-29
pdf-crypt: Crypt filer keys must be at least of length 40.
Sebastian Rasmussen
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-09-28
Bug 696182: Fix Revision 6 PDF encryption.
Robin Watts
2015-04-14
Split fz_meta into separate querying functions.
Tor Andersson
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-09-08
Revert part of commit 5509a4ef7520bf0b5280ce7d6af8eb15b1b8b0f1
Simon Bünzli
2014-05-15
Fix 695101 and 694114: Use the correct numbers to validate the encryption key...
Tor Andersson
2014-01-08
sanitize crypt revision in pdf_new_crypt
Simon Bünzli
2014-01-08
sanitize crypt revision in pdf_new_crypt
Simon Bünzli
2013-12-17
Remove fz_context from pdf_crypt
Robin Watts
2013-11-27
Bug 694114: Fix valgrind issue.
Robin Watts
2013-09-13
Fix various compile warnings spotted by the cluster.
Robin Watts
2013-06-25
Rid the world of "pdf_document *xref".
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson