summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* more files to ignoreNikos Mavrogiannopoulos2014-10-091-0/+5
|
* more files to ignoreNikos Mavrogiannopoulos2014-05-301-0/+1
|
* more files to ignoreNikos Mavrogiannopoulos2014-05-171-0/+3
|
* Test the random generators in gnutls using the dieharder tool.Nikos Mavrogiannopoulos2014-04-281-0/+1
|
* more files to ignoreNikos Mavrogiannopoulos2014-04-091-0/+1
|
* Use separate softhsm databases and config in tests to allow parallel runs.Nikos Mavrogiannopoulos2014-04-051-2/+3
|
* ignore the softhsm test suite files.Nikos Mavrogiannopoulos2014-04-051-0/+4
|
* doc updateNikos Mavrogiannopoulos2014-03-191-0/+3
|
* Fix build failures involving doc/invoke-*.texiKevin Cernekee2014-03-081-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several problems were found in this area: 1) Currently, if SRC_DEF_* are undefined, autogen will get invoked with no input file and it will hang forever waiting for content from stdin: mv -f enums.texi-tmp enums.texi mkdir enums ../../doc/scripts/split-texi.pl enums enum < enums.texi echo stamp_enums > stamp_enums cd ../src/ && autogen -Tagtexi-cmd.tpl && \ rm -f ../doc/invoke-gnutls-cli.texi && \ ../doc/scripts/cleanup-autogen.pl <../src/invoke-gnutls-cli.texi >../doc/invoke-gnutls-cli.texi.tmp && \ mv -f ../doc/invoke-gnutls-cli.texi.tmp ../doc/invoke-gnutls-cli.texi && \ rm -f ../src/invoke-gnutls-cli.texi <HANG> Since these documents are @include'd by other documents, it is probably a good idea to make sure the targets are buildable in case they get listed as prerequisites. 2) SRC_DEF_* used relative paths which are correct for an in-place build, but incorrect for an out-of-tree build. They should use something like $(top_srcdir)/src to resolve the ambiguity. 3) cleanup-autogen.pl was also referenced using a relative pathname, breaking out-of-tree builds. 4) The non-portable "sed -i" flag was used. Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
* Rename psk-args.def to psktool-args.defKevin Cernekee2014-03-071-2/+2
| | | | | | | | | Other utilities generate invoke-%.texi from %-args.def, but currently invoke-psktool.texi is generated from psk-args.def. If we make psktool conform to the same convention as the other utilities, we can use a generic pattern to handle all of them the same way. Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
* more gl updatesNikos Mavrogiannopoulos2014-03-041-1/+6
|
* more files to ignoreNikos Mavrogiannopoulos2014-01-261-0/+1
|
* bootstrap will initialize the submodulesNikos Mavrogiannopoulos2013-12-161-0/+1
|
* Added check to verify that gnutls_global_init() is run on the library ↵Nikos Mavrogiannopoulos2013-12-081-0/+1
| | | | constructor.
* more files ignoredNikos Mavrogiannopoulos2013-11-271-0/+1
|
* Ported libgcrypt's AES-based DRBG.Nikos Mavrogiannopoulos2013-11-271-10/+1
|
* more files to ignoreNikos Mavrogiannopoulos2013-11-241-0/+1
|
* removed auto-generated doc files.Nikos Mavrogiannopoulos2013-11-241-0/+10
|
* ignore xssl manpagesNikos Mavrogiannopoulos2013-11-211-0/+1
|
* removed auto-generated filesNikos Mavrogiannopoulos2013-11-171-0/+10
|
* Added activation_date and expiration_date options to certtool template file.Nikos Mavrogiannopoulos2013-11-161-0/+3
|
* Added a gnulib with GPL components for use by applications.Nikos Mavrogiannopoulos2013-11-161-0/+10
|
* ignore auto-generated filesNikos Mavrogiannopoulos2013-11-051-0/+20
|
* Added ciphersuite testNikos Mavrogiannopoulos2013-10-261-0/+1
|
* more files to ignoreNikos Mavrogiannopoulos2013-09-011-0/+3
|
* more files to ignoreNikos Mavrogiannopoulos2013-08-051-0/+3
|
* more files to ignoreNikos Mavrogiannopoulos2013-07-031-0/+1
|
* more files to ignoreNikos Mavrogiannopoulos2013-06-081-0/+2
|
* more files to ignoreNikos Mavrogiannopoulos2013-05-291-0/+1
|
* removed test file from repositoryNikos Mavrogiannopoulos2013-05-261-0/+1
|
* more files to ignoreNikos Mavrogiannopoulos2013-05-201-0/+1
|
* Avoid linking the library on librt.Nikos Mavrogiannopoulos2013-04-281-0/+2
|
* removedNikos Mavrogiannopoulos2013-03-031-0/+1
|
* added empty ChangeLogNikos Mavrogiannopoulos2013-03-011-1/+0
|
* more files to ignoreNikos Mavrogiannopoulos2013-01-291-0/+3
|
* updated NEWSNikos Mavrogiannopoulos2013-01-281-0/+1
|
* - Remove references to the (now renamed) gnutls_range_send_message - Ignore ↵Alfredo Pironti2013-01-251-0/+1
| | | | | | sbuf-api generated documentation Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Added program to estimate the timings in different record paddings.Nikos Mavrogiannopoulos2013-01-201-0/+3
|
* more files to ignoreNikos Mavrogiannopoulos2013-01-151-0/+2
|
* Added test for duplicate packet detection in DTLS.Nikos Mavrogiannopoulos2013-01-021-0/+2
|
* Update gnulib tools. Add missing unused-parameter.h template.Simon Josefsson2012-11-261-1/+0
|
* more files to ignoreNikos Mavrogiannopoulos2012-11-241-0/+11
|
* iconv() will include the UCS2->UTF8 convertion in systems that is not provided.Nikos Mavrogiannopoulos2012-11-211-0/+9
|
* files to ignoreNikos Mavrogiannopoulos2012-11-021-0/+2
|
* Added documentation on detecting libgnutls-dane.Nikos Mavrogiannopoulos2012-10-291-0/+2
|
* Separated DANE functionality from certtool and added danetool.Nikos Mavrogiannopoulos2012-10-121-0/+2
|
* Updates in DANE support. Allow caching of queries.Nikos Mavrogiannopoulos2012-10-101-1/+2
|
* Added a DANE library.Nikos Mavrogiannopoulos2012-10-061-0/+3
|
* changed generation of manpages.Nikos Mavrogiannopoulos2012-10-021-0/+1
|
* Added test to verify that callbacks are being actually called.Nikos Mavrogiannopoulos2012-10-021-0/+1
|