Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More error codes | Werner Koch | 2001-11-26 | 2 | -1/+5 | |
| | ||||||
* | * assuan.h: Added more status codes. | Werner Koch | 2001-11-26 | 2 | -0/+17 | |
| | ||||||
* | The agent does now work and read the secret keys from the directory | Werner Koch | 2001-11-25 | 7 | -45/+668 | |
| | | | | | | ~/.gnupg-test/private-keys-v1.d/<keygrip-as-20-byte-hex-number>. I will post a sample key to gpa-dev. | |||||
* | (assuan_process): Moved bulk of function to .. | Werner Koch | 2001-11-25 | 3 | -49/+121 | |
| | | | | | | | | (process_request): .. new. (assuan_process_next): One shot version of above. (assuan_get_active_fds): New. NOTE - this has not been tested yet. | |||||
* | * assuan-handler.c (assuan_register_bye_notify) | Werner Koch | 2001-11-25 | 4 | -2/+55 | |
| | | | | | | | (assuan_register_reset_notify) (assuan_register_cancel_notify): New and call them from the standard handlers. | |||||
* | As promised a agent which already does some things. Not very useful | Werner Koch | 2001-11-25 | 5 | -44/+220 | |
| | | | | | yet but may be of help for using it in ther contexts. | |||||
* | Introduced the keygrip | Werner Koch | 2001-11-24 | 3 | -0/+63 | |
| | ||||||
* | Add a copyright note to the bottom | Werner Koch | 2001-11-24 | 1 | -0/+14 | |
| | ||||||
* | * assuan-connect.c (assuan_get_pid): New - actually done by Marcus in gpgme. | Werner Koch | 2001-11-24 | 4 | -1/+13 | |
| | | | | | Set the line length back to the old value. | |||||
* | * assuan-buffer.c (_assuan_read_line): Deal with reads of more | Werner Koch | 2001-11-24 | 3 | -8/+41 | |
| | | | | | | than a line. * assuan-defs.h: Add space in the context for this. | |||||
* | Friedman is setting up his desk | Werner Koch | 2001-11-24 | 5 | -38/+400 | |
| | ||||||
* | Mpfrh | Werner Koch | 2001-11-24 | 1 | -0/+33 | |
| | ||||||
* | Added new directory common to enable sharing of some code and error | Werner Koch | 2001-11-24 | 21 | -235/+1395 | |
| | | | | | | numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. | |||||
* | Signing does now work. There is no secret key management yet, so you | Werner Koch | 2001-11-24 | 6 | -19/+148 | |
| | | | | | | should set GPGSM_FAKE_KEY=1 before you try to verify a signature created by gpgsm --sign or the SIGN server command. | |||||
* | Just a Backup. We can now write out a basic signature which in turn | Werner Koch | 2001-11-23 | 5 | -1/+372 | |
| | | | | | exhibits a bug in --verify. | |||||
* | Map Libksba's OIDs to Libgcrypt digest algo numbers. | Werner Koch | 2001-11-20 | 4 | -14/+26 | |
| | | | | | The latest Libgcrypt CVS version is needed. | |||||
* | * assuan.h: Prototype assuan_pipe_connect and assuan_pipe_disconnect. | Marcus Brinkmann | 2001-11-20 | 1 | -0/+5 | |
| | ||||||
* | * assuan-connect.c (assuan_pipe_connect): Require NAME to be set. | Marcus Brinkmann | 2001-11-19 | 1 | -6/+2 | |
| | | | | | Using ARGV[0] automatically is bad mojo. | |||||
* | Added new file to please Jan | Werner Koch | 2001-11-19 | 1 | -0/+184 | |
| | ||||||
* | Added basic code for keylisting. | Werner Koch | 2001-11-19 | 5 | -7/+22 | |
| | | | | | New Assuan command LISTKEYS. | |||||
* | Added code for data lines. For ease of implementation we need glibc | Werner Koch | 2001-11-19 | 4 | -16/+155 | |
| | | | | | (custom streams). | |||||
* | Write status output, make verify work in server mode. | Werner Koch | 2001-11-19 | 6 | -13/+422 | |
| | ||||||
* | Allow to store an arbitrary pointer in the context. | Werner Koch | 2001-11-19 | 4 | -0/+60 | |
| | | | | | Added assuan_write_status(). | |||||
* | * assuan-connect.c (assuan_pipe_connect): New function. | Marcus Brinkmann | 2001-11-19 | 2 | -0/+108 | |
| | | | | | | (assuan_pipe_disconnect): Likewise. * assuan-defs.h (struct assuan_context_s): New member PID. | |||||
* | gpgsm --verify does now work like gpg including the | Werner Koch | 2001-11-19 | 6 | -25/+305 | |
| | | | | | --enable-special-filenames option. | |||||
* | Base code for gpgsm --verify does work | Werner Koch | 2001-11-16 | 13 | -78/+552 | |
| | ||||||
* | We have reached a state where we are able to import certs and | Werner Koch | 2001-11-13 | 25 | -727/+2482 | |
| | | | | | check the certification path. | |||||
* | A Makefile is a pretty useful thing | Werner Koch | 2001-11-10 | 1 | -0/+50 | |
| | ||||||
* | We now need a way to store keys | Werner Koch | 2001-11-10 | 2 | -0/+780 | |
| | ||||||
* | we are now able to check self-signed certificates | Werner Koch | 2001-11-10 | 4 | -43/+161 | |
| | ||||||
* | Started with keybox implementation by basing it on code from the GnuPG | Werner Koch | 2001-11-10 | 11 | -0/+2115 | |
| | | | | | devel branch. | |||||
* | Implemented server main loop and started with import command. | Werner Koch | 2001-11-07 | 8 | -4/+537 | |
| | ||||||
* | Assuan server mode is now basically usable | Werner Koch | 2001-11-07 | 10 | -61/+428 | |
| | ||||||
* | gpgsm does now build and a dummy server can be started. | Werner Koch | 2001-11-06 | 8 | -14/+1305 | |
| | ||||||
* | First chunk of code for the Assuan library | Werner Koch | 2001-11-06 | 7 | -0/+650 | |
| | ||||||
* | Created configuration files | Werner Koch | 2001-10-31 | 5 | -0/+42 | |
| | ||||||
* | Add more warningsABANDONED-V-1-2-0 | Werner Koch | 2001-07-04 | 2 | -1/+8 | |
| | ||||||
* | Does now work with libgcrypt | Werner Koch | 2000-12-21 | 7 | -294/+44 | |
| | ||||||
* | Removed the libgcrypt stuff and started to modify the source to work with | Werner Koch | 2000-12-19 | 9 | -198/+30 | |
| | | | | | that external library. | |||||
* | Removed libgcrypt doc files | Werner Koch | 2000-12-19 | 5 | -1243/+0 | |
| | ||||||
* | Removed files from the HEAD revision, because they are now in another | Werner Koch | 2000-12-19 | 165 | -35058/+0 | |
| | | | | | repository | |||||
* | About to release 1.1.2V1-1-2 | Werner Koch | 2000-11-14 | 4 | -5/+9 | |
| | ||||||
* | Some configuration changes | Werner Koch | 2000-11-14 | 37 | -1492/+1059 | |
| | ||||||
* | Add features packet and fixes MIPS3. | Werner Koch | 2000-10-11 | 12 | -2/+66 | |
| | ||||||
* | This was missing in HEAD. | Werner Koch | 2000-10-11 | 1 | -0/+88 | |
| | ||||||
* | Ooops, forgot to add this one. | Werner Koch | 2000-10-11 | 1 | -0/+2198 | |
| | ||||||
* | configuraton changes, make dist should work now. | Werner Koch | 2000-10-10 | 18 | -7801/+7951 | |
| | ||||||
* | Changed keyring handling - saving still does not work. | Werner Koch | 2000-10-10 | 17 | -196/+320 | |
| | | | | | Added new cipher mode and updated cipher test program. | |||||
* | Added the arcfour cipher which is of use for GNUTLS. | Werner Koch | 2000-10-10 | 2 | -0/+206 | |
| | | | | | According to the selftest, it does not yet work :-((. | |||||
* | See ChangeLog: Fri Oct 6 14:29:16 CEST 2000 Werner Koch | Werner Koch | 2000-10-06 | 18 | -1331/+469 | |
| |