summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag release 0.28.1.0.28.1joe2008-03-100-0/+0
* Merge r1367 from trunk:joe2008-03-041-1/+1
* Merge r1376, r1377 from trunk:joe2008-03-041-1/+23
* Merge r1398 from trunk:joe2008-03-032-1/+3
* * NEWS: Tweak.joe2008-03-031-2/+2
* * NEWS: Update.joe2008-03-031-0/+1
* * po/: make update-po.joe2008-03-0310-250/+290
* Merge r1393 from trunk:joe2008-03-032-80/+68
* * NEWS: Update for 0.28.1 so far, and add complete 0.27.x history.joe2008-02-291-0/+15
* Merge r1387, r1388, r1389 from trunk:joe2008-02-294-10/+10
* * macros/neon.m4 (NEON_VERSIONS_BUNDLED): Update libtooljoe2008-02-291-2/+2
* * src/ne_auth.c (parse_domain): Fix debug output.joe2008-02-291-1/+1
* Merge r1374, r1375 from trunk:joe2008-02-294-6/+87
* Merge r1368, r1369, r1371, r1372, r1373 from trunk:joe2008-02-296-8/+19
* Merge r1382 from trunk:joe2008-02-291-0/+1
* Merge r1378, r1379, r1380 from trunk:joe2008-02-282-11/+32
* Merge r1352, r1354 from trunk:joe2008-02-111-7/+20
* * po/: make update-po.joe2008-02-0810-480/+480
* Merge r1348 from trunk:joe2008-02-081-0/+1
* * macros/neon.m4 (NE_ADD_ABITAG): Make no-op to retain neon 0.27joe2008-02-081-5/+1
* Remove stale ChangeLog.joe2008-02-081-5563/+0
* Merge r1344 from trunk:joe2008-02-086-25/+57
* Revert r1295 for 0.28.x.joe2008-02-083-125/+45
* Create 0.28.x branch.joe2008-02-080-0/+0
* * NEWS: No news like good news.joe2008-02-081-3/+8
* * neon.mak: Removes quotes around $(MAKE) since nmake quotesjoe2008-02-081-3/+3
* * src/ne_basic.h: Deprecate ne_options API. Add NE_CAP_* constants,joe2008-02-072-20/+81
* * Makefile.in: Install ne_pkcs11.h.joe2008-02-071-1/+1
* * src/ne_pkcs11.h: Further doc tweaks.joe2008-02-071-5/+5
* * src/ne_pkcs11.h: Add interface description for attempt parameter.joe2008-02-072-4/+11
* * src/ne_pkcs11.c: Clean up debugging.joe2008-02-071-5/+5
* Adjust PKCS#11 interfaces to allow a single provider to be sharedjoe2008-02-074-126/+159
* * src/ne_gnutls.c (match_hostname, check_identity): Tone down joe2008-02-071-2/+4
* * src/ne_gnutls.c (ne_ssl_clicert_read): Fail if missing cert or key.joe2008-02-071-1/+3
* * src/Makefile.in: Regenerate deps.joe2008-02-061-16/+8
* Initial support for PKCS#11, based on the pakchois PKCS#11 library:joe2008-02-069-23/+634
* * macros/neon.m4 (NEON_WITH_LIBS): Adjust PKG_CONFIG_PATH joe2008-02-061-1/+3
* * src/ne_alloc.h: Include stdlib.h on all platforms tojoe2008-02-061-2/+2
* Restore parts of r1315:joe2008-02-063-2/+13
* Re-apply r1317, portion of r1316:joe2008-02-062-1/+14
* * test/ssl.c, test/makekeys.sh: Restore test cases for PKCS#12 joe2008-02-062-4/+24
* Revert diff r1320:r1314.joe2008-02-0616-327/+65
* * src/ne_socket.c (ne_sock_cipher): Fix non-SSL build.joe2008-02-061-3/+4
* * NEWS: News so far.joe2008-02-061-0/+22
* * src/ne_ssl.h: Update docco for ne_ssl_clicert*_read.joe2008-01-311-8/+11
* * test/makekeys.sh: Generate clicert without cert, and encryptedjoe2008-01-312-0/+16
* * src/Makefile.in, Makefile.in: Fix for NE_SSL_LIBNAME for non-GnuTLSjoe2008-01-312-3/+3
* * src/ne_openssl.c (ne_ssl_clicert_read): Fail if private key lacksjoe2008-01-311-1/+8
* Add support for PKCS#12 client certs which don't include a privatejoe2008-01-314-13/+65
* Add libneon-gnutls support library to allow use of external signingjoe2008-01-3112-48/+232