summaryrefslogtreecommitdiff
path: root/ykpsmuttauth/ykpsmuttauth2.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* License fixesRunxi Yu2024-08-131-0/+25
|
* ykpsmuttauth: __off_t -> off_tRunxi Yu2024-07-131-1/+1
|
* ykpsmuttauth: Use fputs instead of fprintfRunxi Yu2024-07-131-1/+1
|
* ykpsmuttauth: Fix off-by-1 for null termination in post_fieldsRunxi Yu2024-07-131-1/+2
|
* ykpsmuttauth: Don't use fixed buffer size for post_fieldsRunxi Yu2024-07-131-7/+20
|
* ykpsmuttauth: Bug fixes for the C versionRunxi Yu2024-07-131-2/+4
| | | | | - use __off_t instead of long for stat - snprintf >=8192 instead of ==8192 check
* ykpsmuttauth: access_token_valid check should be in refresh_tokenRunxi Yu2024-07-131-5/+6
|
* ykpsmuttauth: Reformat C versionRunxi Yu2024-07-131-15/+9
|
* ykpsmuttauth: Add initial C implementationRunxi Yu2024-07-131-0/+322