Parent Directory
|
Revision Log
I've back-ported most of the important changes since 2.9b38 to the -STABLE branch. I've only applied the changes I think are unlikely to break anything. This needs to be tested (and the diff'd reviewed) before we proceed. If anyone feels I've left out anything that should really be in 2.9, please speak up.
| 1 | LIBRARY MIXLIB |
| 2 | |
| 3 | DESCRIPTION 'Mixmaster MIXLIB.DLL - http://mixmaster.anonymizer.com' |
| 4 | |
| 5 | EXPORTS |
| 6 | mix_init @1 |
| 7 | mix_exit @2 |
| 8 | buf_new @3 |
| 9 | buf_free @4 |
| 10 | buf_read @5 |
| 11 | buf_write @6 |
| 12 | mix_encrypt @7 |
| 13 | mix_decrypt @8 |
| 14 | mix_send @9 |
| 15 | mix_regular @10 |
| 16 | nym_config @11 |
| 17 | nym_encrypt @12 |
| 18 | nym_decrypt @13 |
| 19 | t1_decrypt @14 |
| 20 | t2_decrypt @15 |
| 21 | mix_pool @16 |
| 22 | pgp_encrypt @17 |
| 23 | pgp_mailenc @18 |
| 24 | pgp_decrypt @19 |
| 25 | pgp_keygen @20 |
| 26 | buf_reset @21 |
| 27 | buf_clear @22 |
| 28 | buf_eq @23 |
| 29 | buf_append @24 |
| 30 | buf_appendc @25 |
| 31 | buf_appends @26 |
| 32 | buf_appendf @27 |
| 33 | buf_sets @28 |
| 34 | buf_nl @29 |
| 35 | buf_cat @30 |
| 36 | buf_rest @31 |
| 37 | buf_set @32 |
| 38 | buf_move @33 |
| 39 | buf_appendrnd @34 |
| 40 | buf_setrnd @35 |
| 41 | buf_appendzero @36 |
| 42 | buf_appendi @37 |
| 43 | buf_appendi_lo @38 |
| 44 | buf_appendl @39 |
| 45 | buf_appendl_lo @40 |
| 46 | buf_prepare @41 |
| 47 | buf_getc @42 |
| 48 | buf_geti @43 |
| 49 | buf_geti_lo @44 |
| 50 | buf_getl @45 |
| 51 | buf_getl_lo @46 |
| 52 | buf_ungetc @47 |
| 53 | buf_appendb @48 |
| 54 | buf_getb @49 |
| 55 | buf_getline @50 |
| 56 | buf_lookahead @51 |
| 57 | buf_chop @52 |
| 58 | buf_getheader @53 |
| 59 | buf_rewind @54 |
| 60 | rnd_init @55 |
| 61 | streq @56 |
| 62 | strieq @57 |
| 63 | strleft @58 |
| 64 | strileft @59 |
| 65 | strfind @60 |
| 66 | strifind @61 |
| 67 | rfc822_addr @62 |
| 68 | rfc822_name @63 |
| 69 | mixfile @64 |
| 70 | mix_daemon @65 |
| 71 | mix_openfile @66 |
| 72 | sendmail @67 |
| 73 | encode @68 |
| 74 | decode @69 |
| 75 | hdr_encode @70 |
| 76 | mail_encode @71 |
| 77 | id_encode @72 |
| 78 | id_decode @73 |
| 79 | errlog @74 |
| 80 | keymgt @75 |
| 81 | menu_folder @76 |
| 82 | user_pass @77 |
| 83 | pop3get @78 |
| 84 | mix_configline @79 |
| 85 | rnd_time @80 |
| 86 | rnd_add @81 |
| 87 | rnd_update @82 |
| 88 | pool_read @83 |
| 89 | bufieq @84 |
| 90 | buf_appendheader @85 |
| 91 | attachfile @86 |
| 92 | rnd_initialized @87 |
| 93 | rnd_mouse @88 |
| 94 | user_delpass @89 |
| 95 | strcatn @90 |
| 96 | file_to_out @91 |
| 97 | is_nt_service @92 |
| 98 | set_nt_exit_event @93 |
| 99 | prepare_type2list @94 |
| 100 | NYMSECRING @95 |
| 101 | pgp_dearmor @96 |
| 102 | pgp_armor @97 |
| 103 | pgp_compress @98 |
| 104 | pgp_literal @99 |
| 105 | PGPSECRING @100 |
| 106 | PGPPUBRING @101 |
| 107 | VERBOSE @102 |
| 108 | pgp_signtxt @103 |
| 109 | PASSPHRASE @104 |
| 110 |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |