summaryrefslogtreecommitdiff
path: root/src/srptool.c
Commit message (Expand)AuthorAgeFilesLines
* src: generate option handling code from JSONDaiki Ueno2022-01-141-1/+1
* srptool: add missing fclose on error pathDaiki Ueno2021-05-131-0/+2
* srptool: avoid FILE pointer leak on errorDaiki Ueno2021-03-151-2/+2
* srptool: fix FILE pointer leakDaiki Ueno2020-10-301-1/+1
* build: remove dead assignmentsDaiki Ueno2020-09-181-2/+2
* build: write "FILE *fp" instead of "FILE *fd"tmp-fileioDaiki Ueno2020-05-301-49/+49
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* srptool: --create-conf no longer includes 1024-bit parametersNikos Mavrogiannopoulos2017-11-211-9/+14
* srptool: removed unused variablesNikos Mavrogiannopoulos2017-09-241-4/+1
* Mark with (void) the remove() function and other unchecked functionsNikos Mavrogiannopoulos2017-04-061-3/+3
* Fix HANDLE_LEAK and memory leak issues.SUMIT AGGARWAL2016-08-221-0/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-615/+553
* Corrected possible buffer overruns in included programs and examples.Nikos Mavrogiannopoulos2013-10-091-3/+3
* Fix srptool issuesAttila Molnar2013-10-041-2/+1
* Fix srptool issuesAttila Molnar2013-10-041-1/+1
* included programs no longer depend on GPL/LGPLv3 elements of gnulib to preven...Nikos Mavrogiannopoulos2013-08-051-2/+0
* gnulib only contains lgplv2 modulesNikos Mavrogiannopoulos2013-08-051-2/+0
* removed unused functions.Nikos Mavrogiannopoulos2012-06-071-11/+0
* No need to include gettext.h. Link against libintl when needed.Nikos Mavrogiannopoulos2012-04-141-1/+0
* gnutls-cli, gnutls-cli-debug and srptool use libopts.Nikos Mavrogiannopoulos2012-01-211-30/+39
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-4/+4
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* simplified copyright years.Nikos Mavrogiannopoulos2011-11-111-2/+1
* print all groups.Nikos Mavrogiannopoulos2011-11-011-1/+1
* Added 3072 and 4096-bit groups from RFC5054.Nikos Mavrogiannopoulos2011-11-011-1/+16
* extra.h is no more.Nikos Mavrogiannopoulos2011-10-201-1/+0
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-1/+1
* Define variables within the intended scope (not windows). Based on patch by LRN.Nikos Mavrogiannopoulos2011-04-101-1/+3
* check salt size.Nikos Mavrogiannopoulos2011-04-071-0/+6
* corrected header inclusion.Nikos Mavrogiannopoulos2011-04-031-1/+1
* crypt.* renamed to srptool.*.Nikos Mavrogiannopoulos2011-04-031-0/+731